]> git.sur5r.net Git - openldap/shortlog
openldap
2007-01-24 Howard ChuITS#4809 do a modrdn as a normal user to check if modif...
2007-01-24 Howard ChuDon't touch any other opattrs when updating contextCSN
2007-01-24 Howard ChuITS#4809 add reqMod attribute to modrdn records so...
2007-01-24 Howard ChuFinish prev fix, entryUUID was getting dropped
2007-01-23 Ralf HaferkampPrintout ldap_result() error message (ITS #4812)
2007-01-23 Pierangelo... make Solaris happy with printf of NULLs (ITS#4811?)
2007-01-22 Howard ChuPartial fix for prev commit
2007-01-22 Howard ChuMore LDIF-format schema, for test049
2007-01-22 Howard ChuTest slave bootstrapping via syncrepl
2007-01-22 Howard ChuMore for syncrepl
2007-01-22 Howard ChuFixes for syncrepl compatibility
2007-01-22 Howard ChuNew modify handler, compares old and new entry and...
2007-01-22 Howard ChuNeed retry parameter for valid restart test
2007-01-21 Howard ChuPreliminary steps to enabling sync replication of confi...
2007-01-21 Howard ChuDon't use ldap_pvt_thread_pool_context_reset(), it...
2007-01-21 Howard ChuFix - don't just generate missing cn=schema entry in...
2007-01-19 Kurt Zeilengasilence warnings
2007-01-19 Kurt Zeilengafix typo
2007-01-18 Pierangelo... don't bail out if all targets are too lazy...
2007-01-18 Pierangelo... allow modules to muck with connection tree and so
2007-01-17 Pierangelo... fix ITS#4802
2007-01-17 Pierangelo... test mapped error code (ITS#4808)
2007-01-17 Howard ChuOnly sort the first time
2007-01-17 Howard ChuFix prev commit
2007-01-17 Howard ChuCleanup prev commit
2007-01-17 Howard ChuMinor tweaks, put dup EntryInfo's on free list instead...
2007-01-16 Pierangelo... allow to specify the required access privileges in...
2007-01-16 Pierangelo... fix dumb overparanoid test
2007-01-15 Pierangelo... fix leak (ITS#4805)
2007-01-15 Howard ChuShortcut when no index info is present
2007-01-15 Howard ChuKeep attr list intact, glued DBs may need it
2007-01-15 Howard ChuITS#4554
2007-01-15 Howard ChuITS#4554 show example for reindexing a specific attribute
2007-01-15 Howard ChuITS#4554 slapindex takes a list of attributes to index
2007-01-13 Pierangelo... add support to test exceptional behavior (abandon/cance...
2007-01-13 Pierangelo... one more round of cached connections fixes/improvements
2007-01-12 Howard ChuFramework for loadable mapper implementations
2007-01-12 Quanah Gibson... logging cleanup
2007-01-12 Howard ChuLog errors in delta sync
2007-01-12 Howard ChuSet upper bound on EntryInfos, fixed at 4x Entry cachesize.
2007-01-11 Pierangelo... free entry in a cleaner manner (ITS#4801?)
2007-01-11 Pierangelo... fix entry deallocation
2007-01-11 Pierangelo... don't list (other) structural classes
2007-01-11 Pierangelo... streamline group attr specification/diagnostics
2007-01-11 Pierangelo... cleanup
2007-01-11 Pierangelo... remove mention of the "defaultaccess" directive (ITS...
2007-01-11 Hallvard Furusethmake sloops, rloops etc. static so their addresses...
2007-01-11 Hallvard FurusethWrap enum in #ifndef LDAP_PVT_THREAD_H_DONE; this code...
2007-01-11 Hallvard Furusethavoid nonconst* = const* assignment in ldif_open_url().
2007-01-11 Hallvard FurusethDelete unused label.
2007-01-11 Hallvard FurusethDelete unused variables.
2007-01-11 Hallvard Furusethassert expects int. (int)<nonnull ptr> can be 0. Use...
2007-01-11 Hallvard Furusethctype.h args should be in the range of unsigned char...
2007-01-11 Howard ChuFix pthread_rwlock_destroy detection
2007-01-11 Howard ChuTrust HAVE_PTHREAD_RWLOCK_DESTROY now.
2007-01-11 Howard ChuBetter check for pthread_rwlock_destroy()
2007-01-10 Howard ChuDon't zero out attr value flags
2007-01-10 Howard ChuITS#4800
2007-01-10 Hallvard FurusethFix pluginlog default and add it to FILES section.
2007-01-10 Hallvard FurusethAlign pidfile example with default slapd.conf
2007-01-10 Howard ChuITS#4648, alternate fix
2007-01-10 Kurt Zeilengatrim listed modules
2007-01-10 Howard ChuRevert accidental commit
2007-01-10 Pierangelo... more on ITS#4799
2007-01-10 Pierangelo... further cleanup
2007-01-10 Pierangelo... dunno if it's going to be of any use...
2007-01-10 Howard ChuITS#4799 remove Kerberos
2007-01-10 Howard ChuITS#4799 remove kerberos / kbind
2007-01-10 Howard ChuITS#4799 remove kerberos / kbind references
2007-01-10 Howard ChuITS#4799 additional patches
2007-01-10 Howard ChuITS#4799 remove kbind
2007-01-09 Howard ChuITS#4799 remove kbind references. (kind of moot, since...
2007-01-09 Howard ChuITS#4799 remove all references to kbind
2007-01-09 Howard ChuITS#4799 remove all references to Kerberos
2007-01-09 Pierangelo... disallow invalid per-syntax shortcuts
2007-01-09 Ralf Haferkampadd support for usage flag
2007-01-09 Ralf Haferkampstore LDAP_OPT_DIAGNOSTIC_MESSAGE in correct Attribute
2007-01-09 Pierangelo... allow forcing abandon of search operations on a connect...
2007-01-09 Pierangelo... fix build without TLS
2007-01-09 Howard ChuFix prev commit
2007-01-09 Howard ChuFix TLS parsing
2007-01-09 Pierangelo... fix previous commit(s)
2007-01-09 Howard ChuMinor tweak, my man2html program only recognizes manpag...
2007-01-08 Howard ChuDocument per-context TLS options
2007-01-08 Howard ChuAdd TLS context configuration
2007-01-08 Pierangelo... better handling of critical conditions
2007-01-08 Howard Chusyncrepl inherits default TLS settings from main slapd...
2007-01-08 Howard ChuMake syncrepl inherit default TLS settings from main...
2007-01-08 Howard ChuITS#4797
2007-01-08 Pierangelo... fix idassert mode=self for anonymous operations (ITS...
2007-01-08 Pierangelo... fix response code mapping
2007-01-07 Pierangelo... better async connection and partial error handling
2007-01-07 Pierangelo... honor network timeout even when doing full async
2007-01-07 Pierangelo... First cut to truly async connect:
2007-01-07 Pierangelo... document LDAP Sync API
2007-01-07 Pierangelo... don't leave attrs with no values 'round; fix description
2007-01-06 Pierangelo... import of LDAP Sync client API
2007-01-06 Pierangelo... minor cleanup
2007-01-06 Pierangelo... self-document thread monitoring
2007-01-06 Pierangelo... cleanup ITS#4781 enhancement
next