Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyrightdev/entitlements | Jeroen van Meeuwen (Kolab Systems) | 2012-01-04 | 54 | -54/+54 |
| | |||||
* | Don't forget to try/except importing the Entitlements class, and then only ↵ | Jeroen van Meeuwen (Kolab Systems) | 2012-01-04 | 1 | -8/+9 |
| | | | | fail afterwards | ||||
* | Add the framework for entitlements (there's no enforcement yet, but ↵ | Jeroen van Meeuwen (Kolab Systems) | 2012-01-04 | 5 | -2/+297 |
| | | | | initialization fails if data does not check out) | ||||
* | Update .gitignore with backup files and swap files from Kate | Jeroen van Meeuwen (Kolab Systems) | 2012-01-02 | 1 | -0/+2 |
| | |||||
* | Bump prerelease | Jeroen van Meeuwen (Kolab Systems) | 2011-12-06 | 1 | -1/+1 |
| | |||||
* | Fix typo | Jeroen van Meeuwen (Kolab Systems) | 2011-12-06 | 1 | -1/+1 |
| | |||||
* | Bump prerelease | Jeroen van Meeuwen (Kolab Systems) | 2011-12-06 | 1 | -1/+1 |
| | |||||
* | First translate, then lowercase the mail attributes. | Jeroen van Meeuwen (Kolab Systems) | 2011-12-06 | 1 | -4/+8 |
| | |||||
* | Fix "automatic" reconnecting should the connection timeout / cease to exist | Jeroen van Meeuwen (Kolab Systems) | 2011-12-06 | 1 | -1/+5 |
| | |||||
* | Update obtaining the preferred language for a user | Jeroen van Meeuwen (Kolab Systems) | 2011-12-06 | 1 | -5/+11 |
| | |||||
* | Bump prerelease | Jeroen van Meeuwen (Kolab Systems) | 2011-12-06 | 1 | -1/+1 |
| | |||||
* | Update default_locale setting (default and obtaining) | Jeroen van Meeuwen (Kolab Systems) | 2011-12-06 | 2 | -2/+7 |
| | |||||
* | Bump prerelease | Jeroen van Meeuwen (Kolab Systems) | 2011-12-06 | 1 | -1/+1 |
| | |||||
* | Use the available user_attrs dictionary, not the non-existent user dictionary | Jeroen van Meeuwen (Kolab Systems) | 2011-12-06 | 1 | -2/+2 |
| | |||||
* | Bump prerelease | Jeroen van Meeuwen (Kolab Systems) | 2011-12-06 | 1 | -1/+1 |
| | |||||
* | Add an default_locale setting to indicate the preferred system locale and ↵ | Jeroen van Meeuwen (Kolab Systems) | 2011-12-06 | 3 | -4/+10 |
| | | | | | | default for all users Add preferredLanguage setting to LDAP attributes obtained with a user account | ||||
* | Use iconv to normalize/translate strings into their ascii representation | Jeroen van Meeuwen (Kolab Systems) | 2011-12-05 | 1 | -6/+19 |
| | |||||
* | Translate a 'ó' into a 'o'. | Jeroen van Meeuwen (Kolab Systems) | 2011-12-04 | 1 | -2/+2 |
| | |||||
* | Bump prelease | Jeroen van Meeuwen (Kolab Systems) | 2011-12-01 | 1 | -1/+1 |
| | |||||
* | Attempt to execute a noop command before attempting to reuse the connection. | Jeroen van Meeuwen (Kolab Systems) | 2011-12-01 | 1 | -1/+7 |
| | |||||
* | Bump prelease | Jeroen van Meeuwen (Kolab Systems) | 2011-11-29 | 1 | -1/+1 |
| | |||||
* | Tidy up (first log, then conf) | Jeroen van Meeuwen (Kolab Systems) | 2011-11-29 | 1 | -1/+1 |
| | |||||
* | Allow re-login to an existing IMAP server connection. | Jeroen van Meeuwen (Kolab Systems) | 2011-11-29 | 2 | -2/+60 |
| | | | | Outcomment the incomplete if statement in Cyrus | ||||
* | Bump prerelease | Jeroen van Meeuwen (Kolab Systems) | 2011-11-24 | 1 | -1/+1 |
| | |||||
* | Connect to the IMAP server for the particular domain | Jeroen van Meeuwen (Kolab Systems) | 2011-11-24 | 1 | -9/+19 |
| | |||||
* | Replace setting ldap/uri or <domain>/uri with <domain>/ldap_uri | Jeroen van Meeuwen (Kolab Systems) | 2011-11-24 | 1 | -3/+10 |
| | |||||
* | Lowercase rules and sender/recipient addresses when parsing the policy, or ↵ | Jeroen van Meeuwen (Kolab Systems) | 2011-11-23 | 1 | -0/+3 |
| | | | | | | | | | | | | | | the policy values may not match the input values. It is safe to lowercase both as exploiting case-sensitivity in mail address local parts or domain name spaces is not allowed. Demo Python code: >>> address = "Jeroen.vanMeeuwen@kolab.org" >>> address.startswith('jeroen') False Solves #496. | ||||
* | Accept any arguments passed on to signal handlers | Jeroen van Meeuwen (Kolab Systems) | 2011-11-22 | 1 | -2/+2 |
| | |||||
* | Close stdout when removing the handler | Jeroen van Meeuwen (Kolab Systems) | 2011-11-21 | 1 | -2/+7 |
| | |||||
* | Bump prerelease | Jeroen van Meeuwen (Kolab Systems) | 2011-11-21 | 1 | -1/+1 |
| | |||||
* | Remove stdout log handler when executing kolab_smtp_access_policy | Jeroen van Meeuwen (Kolab Systems) | 2011-11-21 | 1 | -65/+150 |
| | | | | | | | | Add parsing an LDAP DN as a separate function call Add parsing an LDAP URI as a separate function call Use these functions in parse_policy() Disable caching for now Only process the complete request in the DATA protocol stage | ||||
* | We don't actually care about the parameters sent by signal handlers, but we ↵ | Jeroen van Meeuwen (Kolab Systems) | 2011-11-21 | 1 | -2/+2 |
| | | | | | | must accept the correct number of parameters. Fixes #516 | ||||
* | Only create the INBOX folder and apply the rest of the logic when the INBOX ↵ | Jeroen van Meeuwen (Kolab Systems) | 2011-11-21 | 1 | -32/+40 |
| | | | | folder does not already exist | ||||
* | The recipient policy should recognize special characters in a given name or ↵ | Jeroen van Meeuwen (Kolab Systems) | 2011-11-16 | 2 | -3/+11 |
| | | | | | | surname, and replace them with the equivalent ascii valid in an email address. This fixes #509. | ||||
* | Add utils.parse_ldap_uri(uri) to parse memberUrl and other LDAP references with | Jeroen van Meeuwen (Kolab Systems) | 2011-11-16 | 1 | -0/+40 |
| | |||||
* | A seperator is correctly spelled separator | Jeroen van Meeuwen (Kolab Systems) | 2011-11-11 | 2 | -23/+23 |
| | |||||
* | Set the default for virtual_domains to 'userid' | Jeroen van Meeuwen (Kolab Systems) | 2011-11-09 | 1 | -0/+2 |
| | |||||
* | Comment out a section of code that should include some debug statements ↵ | Jeroen van Meeuwen (Kolab Systems) | 2011-11-09 | 1 | -7/+9 |
| | | | | rather then "print" statements | ||||
* | Bump prerelease | Jeroen van Meeuwen (Kolab Systems) | 2011-11-09 | 1 | -1/+1 |
| | |||||
* | Have the sysvinit scripts make use of the -p option | Jeroen van Meeuwen (Kolab Systems) | 2011-11-09 | 3 | -3/+3 |
| | | | | Fix default PID file location for kolab-saslauthd | ||||
* | Add signal handlers to kolabd and saslauthd | Jeroen van Meeuwen (Kolab Systems) | 2011-11-09 | 2 | -5/+62 |
| | | | | Add -p / --pid-file option to these daemons | ||||
* | Remove $MECH and $SOCKETDIR from starting the daemon | Jeroen van Meeuwen (Kolab Systems) | 2011-11-09 | 1 | -1/+1 |
| | |||||
* | Own /var/run/kolabd/ | Jeroen van Meeuwen (Kolab Systems) | 2011-11-09 | 1 | -0/+1 |
| | |||||
* | When attempting to find a user_dn, use the base_dn as the search base ↵ | Jeroen van Meeuwen (Kolab Systems) | 2011-11-09 | 1 | -16/+50 |
| | | | | (ou=People vs. ou=Special Users) | ||||
* | Fix not loading plugins from installed packages | Jeroen van Meeuwen (Kolab Systems) | 2011-11-09 | 1 | -1/+6 |
| | |||||
* | Adjust sysvinit settings for kolabd and saslauthd | Jeroen van Meeuwen (Kolab Systems) | 2011-11-09 | 3 | -17/+21 |
| | |||||
* | Bump prerelease | Jeroen van Meeuwen (Kolab Systems) | 2011-11-09 | 1 | -1/+1 |
| | |||||
* | Fix forking to the background | Jeroen van Meeuwen (Kolab Systems) | 2011-11-09 | 1 | -2/+3 |
| | |||||
* | Bump prerelease | Jeroen van Meeuwen (Kolab Systems) | 2011-11-09 | 1 | -1/+1 |
| | |||||
* | SASLDaemon has no attribute thread_count | Jeroen van Meeuwen (Kolab Systems) | 2011-11-09 | 1 | -1/+0 |
| |