Age | Commit message (Expand) | Author | Files | Lines |
2011-09-13 | Add a command export | Jeroen van Meeuwen (Kolab Systems) | 1 | -32/+86 |
2011-09-12 | Make sure to translate secondary domains into the primary domain key before t... | Jeroen van Meeuwen (Kolab Systems) | 1 | -0/+20 |
2011-08-15 | Log using the correct variable | Jeroen van Meeuwen (Kolab Systems) | 1 | -1/+1 |
2011-08-03 | Correct __version__ and __release__ | Jeroen van Meeuwen (Kolab Systems) | 1 | -3/+3 |
2011-07-25 | Lookup the domain name space specific configuration section by domain name space | Jeroen van Meeuwen (Kolab Systems) | 1 | -31/+25 |
2011-07-06 | Set a default logfile | Jeroen van Meeuwen (Kolab Systems) | 1 | -0/+2 |
2011-07-06 | On el5, urlparse returns a tuple | Jeroen van Meeuwen (Kolab Systems) | 2 | -19/+32 |
2011-07-06 | Allow for additional filter parameters to be send through the API | Jeroen van Meeuwen (Kolab Systems) | 2 | -24/+19 |
2011-07-06 | Allow the mapping of secondary domain names back onto the primary domain name... | Jeroen van Meeuwen (Kolab Systems) | 1 | -0/+11 |
2011-07-06 | Use a regular search for domain name spaces | Jeroen van Meeuwen (Kolab Systems) | 1 | -1/+1 |
2011-07-06 | Add cyrus.py | Jeroen van Meeuwen (Kolab Systems) | 1 | -1/+2 |
2011-07-05 | Avoid having to call the logger with a kw logfile | Jeroen van Meeuwen (Kolab Systems) | 1 | -2/+1 |
2011-07-05 | Add an additional boolean to the call to connect to imap, whether or not to l... | Jeroen van Meeuwen (Kolab Systems) | 1 | -7/+10 |
2011-07-05 | Provide a _regular_search API call | Jeroen van Meeuwen (Kolab Systems) | 1 | -1/+35 |
2011-07-05 | Avoid unknown keyword recoverable | Jeroen van Meeuwen (Kolab Systems) | 1 | -6/+6 |
2011-07-05 | Avoid unknown keyword recoverable | Jeroen van Meeuwen (Kolab Systems) | 3 | -39/+42 |
2011-07-05 | Amend some of the _connect() code | Jeroen van Meeuwen (Kolab Systems) | 1 | -6/+8 |
2011-07-05 | Annotate the difference between a solution and a workaround | Jeroen van Meeuwen (Kolab Systems) | 1 | -0/+1 |
2011-07-05 | Remove unused import | Jeroen van Meeuwen (Kolab Systems) | 1 | -2/+1 |
2011-07-04 | Wrapper around errors we're going to throw | Jeroen van Meeuwen (Kolab Systems) | 1 | -0/+31 |
2011-07-04 | Include pykolab.conf | Jeroen van Meeuwen (Kolab Systems) | 1 | -0/+5 |
2011-07-04 | If the folder does not exist, there's no annotations to be returned. This is ... | Jeroen van Meeuwen (Kolab Systems) | 1 | -0/+3 |
2011-07-04 | Update locations to install our python files | Jeroen van Meeuwen (Kolab Systems) | 1 | -13/+13 |
2011-07-04 | Make sure all the secondary recipient policies are executed | Jeroen van Meeuwen (Kolab Systems) | 1 | -4/+18 |
2011-07-04 | Do not call a delete we do not have, | Jeroen van Meeuwen (Kolab Systems) | 1 | -3/+7 |
2011-07-04 | Update the configuration lib to be a little more robust | Jeroen van Meeuwen (Kolab Systems) | 1 | -32/+29 |
2011-07-04 | Provide supportControls search before actual search, but use normal search wh... | Jeroen van Meeuwen (Kolab Systems) | 2 | -135/+475 |
2011-07-04 | Correct default for service in is_service() | Jeroen van Meeuwen (Kolab Systems) | 1 | -1/+1 |
2011-07-04 | Add a constant for KOLAB_LIB_PATH (/var/lib/kolab/) | Jeroen van Meeuwen (Kolab Systems) | 1 | -0/+26 |
2011-06-17 | Fix the undelete code | Jeroen van Meeuwen (Kolab Systems) | 2 | -16/+102 |
2011-06-17 | Update the sync and undelete commands | Jeroen van Meeuwen (Kolab Systems) | 1 | -21/+11 |
2011-06-03 | Rename the setup for IMAP | Jeroen van Meeuwen (Kolab Systems) | 1 | -1/+4 |
2011-04-11 | Fix to conform to my own indentation rules | Jeroen van Meeuwen (Kolab Systems) | 1 | -1/+6 |
2011-04-11 | Pull out auth and conf from becoming multi-instance all over the place. One o... | Jeroen van Meeuwen (Kolab Systems) | 10 | -268/+291 |
2011-04-11 | Make our auth.ldap module agnostic to python-ldap 2.4 changes | Jeroen van Meeuwen (Kolab Systems) | 1 | -70/+234 |
2011-03-26 | Normalize secondary mail in order to compare against primary mail, only retur... | Jeroen van Meeuwen (Kolab Systems) | 1 | -3/+7 |
2011-03-26 | Ensure that regardless whether or not input is a list or dict, the result can... | Jeroen van Meeuwen (Kolab Systems) | 1 | -20/+33 |
2011-03-24 | Add -l option to specify the loglevel | Jeroen van Meeuwen (Kolab Systems) | 1 | -1/+11 |
2011-03-24 | Add '-l' option for the loglevel | Jeroen van Meeuwen (Kolab Systems) | 1 | -3/+8 |
2011-03-23 | Fix some of the CLI routines | Jeroen van Meeuwen (Kolab Systems) | 1 | -35/+74 |
2011-03-23 | Provide convenience functions to IMAP() | Jeroen van Meeuwen (Kolab Systems) | 1 | -0/+14 |
2011-03-23 | Add undelete() to Cyrus | Jeroen van Meeuwen (Kolab Systems) | 1 | -0/+179 |
2011-03-23 | The plugins can now make use of the logging facilities, | Jeroen van Meeuwen (Kolab Systems) | 4 | -84/+120 |
2011-03-23 | Refactor the logging subsystem | Jeroen van Meeuwen (Kolab Systems) | 1 | -59/+47 |
2011-03-23 | Enhance imap handling with the ability to move users, | Jeroen van Meeuwen (Kolab Systems) | 2 | -55/+230 |
2011-03-23 | Enhance configuration subsystem, and drop runtime | Jeroen van Meeuwen (Kolab Systems) | 3 | -140/+114 |
2011-03-23 | Enhance logger and config subsystem usage in pykolab.auth | Jeroen van Meeuwen (Kolab Systems) | 2 | -124/+196 |
2011-03-23 | Provide the functions for logging and config enhancements applied throughout ... | Jeroen van Meeuwen (Kolab Systems) | 1 | -5/+14 |
2011-03-13 | Add api call for the domain section | Jeroen van Meeuwen (Kolab Systems) | 1 | -3/+5 |
2011-03-13 | Catch cases a non-Kolab user needs to authenticate (e.g. 'cyrus-admin' outsid... | Jeroen van Meeuwen (Kolab Systems) | 1 | -21/+84 |