horde.git
2009-04-07 Gunnar WrobelAdd additional attributes.
2009-04-07 Gunnar WrobelCleanup.
2009-04-07 Gunnar WrobelAdd support for "firstname lastname" again.
2009-04-07 Gunnar WrobelFixed splitting multivalue fields.
2009-04-06 Gunnar WrobelStarted fixing the object classes.
2009-04-06 Gunnar WrobelImproved deriving attributes.
2009-04-06 Gunnar WrobelReverse the array of object classes.
2009-04-06 Gunnar WrobelFix function name.
2009-04-06 Gunnar WrobelAdd TODO item.
2009-04-06 Gunnar WrobelFix the declaration of attributes.
2009-04-06 Gunnar WrobelComplete the Person object with password handling.
2009-04-06 Gunnar WrobelFix a typo.
2009-04-06 Gunnar WrobelAllow the objects to access the server parameters.
2009-04-06 Gunnar WrobelCorrect how we derive attributes. This is not completed...
2009-04-06 Gunnar WrobelFix data modifications.
2009-04-06 Gunnar WrobelFix identification of object types.
2009-04-06 Gunnar WrobelEnsure we do not offer a derived value if the base...
2009-04-06 Gunnar WrobelAdded TODO item.
2009-04-06 Gunnar WrobelAdd required attributes.
2009-04-06 Gunnar WrobelAllow setting the id of a basic object. Fixed a typo.
2009-04-06 Gunnar WrobelCorrect the basic calls for handling object ids and...
2009-04-06 Gunnar WrobelFixed handling the return values from the parent class.
2009-04-06 Gunnar WrobelAdd defined and required attributes.
2009-04-06 Gunnar WrobelMoved the ability to determine object attribtues into...
2009-04-06 Gunnar WrobelImproved handling of object attributes.
2009-04-06 Gunnar WrobelAdd a call for retrieving the attributes supported...
2009-04-06 Gunnar WrobelEnsure the LDAP driver actually gets the configuration.
2009-04-06 Gunnar WrobelImproved handling of object attributes.
2009-04-06 Gunnar WrobelAdd a call for retrieving the attributes supported...
2009-04-06 Gunnar WrobelEnsure the LDAP driver actually gets the configuration.
2009-04-06 Ben KlangMerge branch 'master' of ssh://dev.horde.org/horde...
2009-04-06 Ben KlangImport RPC from Framework CVS HEAD. This version will...
2009-04-05 Gunnar WrobelImproved handling of object attributes.
2009-04-04 Jan SchneiderOptionally use Net_DNS for host name lookups (adrieder...
2009-04-03 Gunnar WrobelAdd missing object classes.
2009-04-03 Gunnar WrobelDetermine the supported and required attributes if...
2009-04-03 Gunnar WrobelAdd a call for retrieving the attributes supported...
2009-04-03 Gunnar WrobelAdd an indicator for schema support.
2009-04-03 Gunnar WrobelAdd another Todo item.
2009-04-03 Gunnar WrobelFix listing ldap objects.
2009-04-03 Gunnar WrobelEnsure the LDAP driver actually gets the configuration.
2009-04-02 Michael M SlusarzBug #8131: Revert back to using fread()/fgets()
2009-04-02 Michael M SlusarzOptimize range parsing
2009-04-02 Michael M SlusarzDon't output debug on cache lookup failure
2009-04-01 Gunnar WrobelAdapt Kolab_Session to the recent changes in Kolab_Server.
2009-04-01 Gunnar WrobelAdapt testing to the new object class structure.
2009-04-01 Gunnar WrobelReorganized the object classes.
2009-04-01 Gunnar WrobelRemoved search operations from the LDAP driver. Moved...
2009-04-01 Gunnar WrobelHandle search operations in a more flexible way by...
2009-04-01 Gunnar WrobelUpdate TODOs
2009-04-01 Gunnar WrobelAdapt testing to the new return value of the search...
2009-04-01 Gunnar WrobelAdapt the test class to the new return value of the...
2009-04-01 Gunnar WrobelThe search result should only be converted to a hash...
2009-04-01 Gunnar WrobelDocs.
2009-04-01 Gunnar WrobelUpcase server class names.
2009-04-01 Gunnar WrobelFixed testing for recent changes in the Kolab_Server...
2009-03-30 Michael M SlusarzAdd 'nocache' parameter; documentation.
2009-03-30 Michael M SlusarzMake the utils object publicly accessible
2009-03-30 Michael M SlusarzMore debug information.
2009-03-30 Michael J.... E_DEPRECATED is 5.3+ only
2009-03-30 Michael J.... Spelling
2009-03-30 Chuck HagenbuchMerge branch 'master' of chuck@dev.horde.org:/horde...
2009-03-30 Chuck Hagenbuchneed to remove E_DEPRECATED when autoloading files
2009-03-30 Michael M SlusarzUse fread() exclusively instead of relying on fgets().
2009-03-30 Michael M SlusarzTypo
2009-03-29 Gunnar WrobelSome fixes for the LDAP handling of Kolab_Server. It...
2009-03-29 Gunnar WrobelAdd the getServer function for admins. This allows...
2009-03-27 Michael M SlusarzWork around IMAP servers that don't return UIDNEXT
2009-03-27 Michael M SlusarzFix arrival sorting when client sorting
2009-03-27 Michael M SlusarzFix MODSEQ storage logic
2009-03-27 Michael M SlusarzNeed IMAP port to produce truly unique cache ID
2009-03-27 Michael M SlusarzSequence->ID lookup fixes
2009-03-27 Michael M SlusarzLogging tweak
2009-03-27 Michael M SlusarzFix logic
2009-03-26 Chuck Hagenbuchfix undefined values
2009-03-26 Gunnar WrobelAttemted to use strict checking but this fails at the...
2009-03-26 Gunnar WrobelThe list of objects should contain the object uid as...
2009-03-25 Michael M SlusarzFix mailbox name
2009-03-25 Michael M SlusarzMore thorough job of identifying mailboxes we shouldn...
2009-03-25 Chuck Hagenbuchremove print statements leaking searialized data
2009-03-25 Michael M SlusarzContinue trying to sort out the CONDSTORE/QRESYNC mess.
2009-03-24 Michael M SlusarzFix thread level calculation
2009-03-24 Michael M SlusarzConvert to new thread return format
2009-03-24 Michael M SlusarzOptimize Horde_Imap_Client_Thread for storage
2009-03-24 Michael M SlusarzMore caching improvements.
2009-03-24 Michael M SlusarzFix some typos
2009-03-23 Jan SchneiderFix parse errors (Bug #8109).
2009-03-23 Gunnar WrobelFix testing for the recent changes.
2009-03-23 Gunnar WrobelFix the use of class variables.
2009-03-23 Gunnar WrobelFix the use of class variables.
2009-03-23 Gunnar WrobelAdd the base object class.
2009-03-23 Gunnar WrobelStarted cleaning up the object class hierarchy. The...
2009-03-23 Gunnar WrobelUse class vars and move LDAP specific functionality...
2009-03-23 Gunnar WrobelCreation of the manager account should not happen if...
2009-03-23 Gunnar WrobelFixed typo.
2009-03-22 Michael M SlusarzMove sequence parsing code (+mailbox info) from IMP.
2009-03-22 Michael M SlusarzCache sequences in string format.
2009-03-22 Chuck Hagenbuchadd Vagabondo/Kliksafe to the robots list
2009-03-20 Gunnar WrobelRemove topgit specific branch files. Next time I should...
2009-03-20 Gunnar WrobelMerge commit '0d4024e38d9ba1922b7863063a89ceab76bda1f5...
next