]> git.sur5r.net Git - openldap/shortlog
openldap
2004-10-03 Pierangelo... advertize LDAP_SCOPE_SUBORDINATE support
2004-10-03 Pierangelo... improve previous commit; consistently use dn/ndn; add...
2004-10-02 Pierangelo... add (and honor) a (configurable) baseObject to workarou...
2004-10-02 Pierangelo... cleanup naming; minor fixes
2004-10-02 Howard ChuMore per Ando's suggestion
2004-10-02 Sang Seok LimBug fix : msiing SLAPD_GLOBAL
2004-10-01 Howard ChuAdd a retry for failed connections
2004-10-01 Howard ChuAdd a retry for failed connections
2004-10-01 Howard ChuITS#3353 consolidate slapd globals into a single struct
2004-09-30 Kurt ZeilengaFix a few LDIF bugs
2004-09-30 Kurt ZeilengaRemove unused file
2004-09-30 Kurt ZeilengaFix objectclasses
2004-09-28 Pierangelo... fix, rework and optimize search base; allow orphaned...
2004-09-28 Kurt ZeilengaAdd reveresed oc delete test (just in case that ever...
2004-09-28 Howard ChuAdd SLAP_MR_ORDERED_INDEX - support for inequality...
2004-09-28 Howard ChuAdd some more comments to time conversion
2004-09-28 Howard ChuMove time parsers from ppolicy.c to liblutil; preserve...
2004-09-28 Howard ChuRename slap_tm to lutil_tm...
2004-09-28 Howard ChuMove time parsers from ppolicy.c to liblutil; preserve...
2004-09-28 Howard ChuITS#2588, ITS#2661 docs.
2004-09-28 Howard ChuTweak exact hashing in prev commit
2004-09-28 Howard ChuITS#2661: configurable substring index lengths
2004-09-27 Kurt ZeilengaAdd test case for ITS#3346
2004-09-27 Pierangelo... minor cleanup
2004-09-27 Pierangelo... more cleanup
2004-09-27 Pierangelo... fix ITS#3346
2004-09-27 Jong Hyuk Choipreserve attrs="*"
2004-09-27 Pierangelo... fix csne destroy
2004-09-26 Kurt Zeilengarebuild
2004-09-26 Pierangelo... misc syncrepl cleanup/fixes
2004-09-26 Pierangelo... preformat "conn=%lu op=%lu"
2004-09-26 Pierangelo... multiple precision with BIGNUM/gmp/ulong
2004-09-26 Pierangelo... put overlays in alphabetical order
2004-09-26 Pierangelo... fix typo
2004-09-25 Pierangelo... consistently check return value of BindParam*; rework...
2004-09-25 Pierangelo... add column size to SQLBindParameter when SQL_CHAR param...
2004-09-25 Kurt ZeilengaITS#3344: initialize threads early
2004-09-25 Jong Hyuk Choia fix to prev commit
2004-09-25 Kurt ZeilengaITS#3345: reorder includes to workaround Pth signal...
2004-09-24 Jong Hyuk Choirework of slap_mods2entry dup
2004-09-24 Jong Hyuk Choiback out prev commit
2004-09-23 Jong Hyuk ChoiA follow-on commit to the previous @oc support change...
2004-09-23 Jong Hyuk ChoiModified @oc supprot code to the share anlist routines...
2004-09-22 Pierangelo... trim data according to recent fix
2004-09-22 Pierangelo... improve candidate selection when filtering by objectClass
2004-09-21 Jong Hyuk Choia memory fix for slap_mods2entry(): don't trim mods...
2004-09-21 Howard ChuMake ppolicy_add consistent with ppolicy_modify - don...
2004-09-20 Jong Hyuk Choimisc bug fix for @oc support
2004-09-20 Kurt ZeilengaFix typo in error message
2004-09-20 Luke HowardRemove unused variable if not compiling with HAVE_TLS...
2004-09-20 Luke HowardAdd register_certificate_map_function() native plugin...
2004-09-18 Kurt Zeilengavalue_match cleanup
2004-09-18 Kurt Zeilengacomponent cleanup
2004-09-18 Jong Hyuk Choi*oc support in attr list
2004-09-18 Kurt Zeilengacleanup
2004-09-18 Kurt ZeilengaITS#3333 fix presence and substrings
2004-09-18 Kurt Zeilengacleanup
2004-09-18 Kurt Zeilengadescriptors are case insenstive (ITS#3334)
2004-09-18 Kurt Zeilengas/strcmp/strcasecmp/
2004-09-18 Kurt ZeilengaITS#3334: DN in (cn:dn:=foo) should be case insensitive
2004-09-17 Kurt ZeilengaITS#3333 fix for compare
2004-09-17 Kurt ZeilengaInitial ITS#3333 fix
2004-09-17 Sang Seok LimBug Fix : removing problematic counter increment
2004-09-14 Jong Hyuk Choifree default_referral
2004-09-14 Jong Hyuk Choireferral mem leak fix
2004-09-14 Jong Hyuk Choisupport for syncrepl attr list in file (both attrs...
2004-09-13 Kurt ZeilengaUpdate SSF comments
2004-09-12 Pierangelo... lots of cleanup; few improvements; fix RDN selection...
2004-09-12 Kurt ZeilengaRebuild
2004-09-11 Jong Hyuk Choirelease syncinfo mem upon syncrepl failure as well...
2004-09-11 Kurt ZeilengaFix result codes
2004-09-11 Pierangelo... fix previous commit...
2004-09-11 Pierangelo... fix previous commit when GMP is not defined
2004-09-11 Pierangelo... add entryDN to test results...
2004-09-11 Pierangelo... cleanup
2004-09-11 Pierangelo... minor improvements
2004-09-11 Pierangelo... use GMP for multiple precision in counters
2004-09-11 Pierangelo... fix file:/// URI
2004-09-11 Pierangelo... fix negative counters; prepare for imrpved count of...
2004-09-11 Pierangelo... blind update to new tests
2004-09-11 Kurt Zeilengamatched values
2004-09-11 Kurt Zeilengamatched valued
2004-09-11 Jong Hyuk Choimemory leak fixes
2004-09-10 Kurt ZeilengaAdd default note
2004-09-10 Kurt ZeilengaAdd localSSF slapd.conf(5) directive to set SSF associated
2004-09-10 Kurt ZeilengaITS#3326: fix slaptest shutdown
2004-09-09 Kurt ZeilengaUse a statically allocated globals
2004-09-09 Kurt Zeilengachanging a malloc to a calloc shouldn't change behavior...
2004-09-09 Kurt ZeilengaAdd additional DN matching rules.
2004-09-09 Kurt ZeilengaAdd initial dnSubtreeMatch.
2004-09-08 Kurt Zeilengaimprove last commit
2004-09-08 Kurt ZeilengaFix entryDN matching
2004-09-08 Kurt ZeilengaAdd "slapcat -a filter" support
2004-09-07 Kurt ZeilengaAdd entryDN MRA support. This is intended to be used:
2004-09-07 Kurt ZeilengaAdd presence and equality support for entryDN,
2004-09-07 Kurt Zeilengacleanup
2004-09-07 Kurt ZeilengaFix OID assignment
2004-09-07 Kurt ZeilengaentryDN is dynamic
2004-09-07 Kurt ZeilengaInitial entryDN implementation.
2004-09-05 Kurt ZeilengaAdd TLS cipher suite directive to ldap.conf(5)
next