]> git.ipfire.org Git - thirdparty/openldap.git/shortlog
thirdparty/openldap.git
2009-08-07  Howard ChuIn session_chkhost get the last CN, not the first.
2009-08-06  Howard ChuGive more time for sync after master restart
2009-08-04  Pierangelo... log in case of failure (FIXME: should those logs be...
2009-08-04  Pierangelo... use back-config if supported
2009-08-04  Howard ChuFully parse undefined substring filters so they can...
2009-08-04  Hallvard FurusethSimplify struct bgbvr and ber_get_stringbvl(), preservi...
2009-08-04  Pierangelo... improve previous commit
2009-08-04  Pierangelo... be liberal in accepting CL (ITS#6241)
2009-08-04  Howard ChuIn slap_mods_check, always compare ordering index first
2009-08-03  Pierangelo... silence warnings; misc cleanup; test refresh as non...
2009-08-03  Pierangelo... note about OpenSSL being more liberal than OpenLDAP...
2009-08-03  Pierangelo... rework common options (ITS#6049)
2009-08-03  Pierangelo... add entry_dup_to(); use it to address ITS#6172 (thanks...
2009-08-03  Pierangelo... blind fix to ITS#6163
2009-08-02  Pierangelo... count query answerability; allow configuration of priva...
2009-08-02  Howard ChuITS#6152 add olcProxyCacheOffline for manually toggling...
2009-08-01  Howard ChuFix attributeCertificateValidate
2009-08-01  Howard ChuFix certificateListValidate parsing of CRL extensions
2009-07-31  Howard ChuMinor cleanup
2009-07-31  Howard ChuFix, reqcert == ALLOW should ignore cert verification...
2009-07-31  Howard ChuITS#6239 use our own hostname checking for MozNSS
2009-07-31  Hallvard FurusethMight help ITS#6145: change while to do-while, to make...
2009-07-30  Howard ChuCheck for CN length match as well in chkhost
2009-07-30  Hallvard FurusethMove common Log*() macro code to new macros LogExpand...
2009-07-30  Hallvard FurusethFix last commit: C90 rejects declaration after code
2009-07-29  Hallvard FurusethMore ITS#6215: Fix va_arg integer types for ber_scanf...
2009-07-29  Hallvard FurusethMore ITS#6215: Fix ber_scanf(,"mMvVW",) cleanup on...
2009-07-29  Hallvard FurusethMore ITS#6215: Free data to the memory context used...
2009-07-29  Hallvard FurusethMore ITS#6215:
2009-07-29  Hallvard FurusethFor ITS#6215: No need to maintain ber->ber_usertag...
2009-07-29  Hallvard FurusethFor ITS#6215: Do not expose obsolete Seqorset. Note...
2009-07-29  Hallvard FurusethMore ITS#6215 -
2009-07-29  Hallvard FurusethRemove useless asserts that will be re-assert()ed befor...
2009-07-29  Hallvard FurusethITS#6215: Fix buffer overrun and write through NULL...
2009-07-29  Howard ChuITS#5946 always allow mirrormode to be set to FALSE
2009-07-29  Howard ChuITS#5942 consolidate server URL match to config_check_m...
2009-07-29  Howard ChuUse distribution hints in searches
2009-07-28  Howard ChuITS#6233 don't advance ptr after storing final NUL.
2009-07-27  Howard ChuITS#6230 fix typos
2009-07-26  Howard ChuChange AttributeName.an_oc_exclude to an_oc_flags,...
2009-07-25  Howard ChuITS#6228 fix typo
2009-07-25  Howard Chufix typo in prev commit
2009-07-25  Howard ChuITS#6222 dncache is now unlimited by default (reverting...
2009-07-25  Howard ChuITS#6222 dncachesize defaults to 0 == unlimited
2009-07-25  Howard ChuITS#6222 need to support unsigned long args too
2009-07-25  Howard ChuMore cleanup
2009-07-25  Howard ChuMinor cleanup
2009-07-24  Pierangelo... test whether the current entry matches the current...
2009-07-24  Howard ChuRevert prev commit, agi_mutex is needed sometimes....
2009-07-24  Howard ChuDelete unnecessary agi_mutex
2009-07-24  Howard ChuFix db_open, delete unused variables. More cleanup...
2009-07-22  Howard ChuITS#6145 free/close before exit
2009-07-22  Howard ChuITS#4643 never use native getpass(), it's deprecated...
2009-07-22  Howard ChuITS#6214 use the main thread's context so cleanup can...
2009-07-21  Howard ChuITS#6220 don't check write timeouts when global_writeti...
2009-07-17  Ralf HaferkampMissing #include
2009-07-16  Pierangelo... check the value of the olcSubordinate attribute
2009-07-16  Pierangelo... subordinate needs a suffix (ITS#6216)
2009-07-14  Ralf HaferkampShould work now when using custom SLAPD_BASEPORT settin...
2009-07-14  Howard ChuExternal vars need to be wrapped for Windows
2009-07-13  Howard ChuAdd sssvlv overlay
2009-07-13  Howard Chucleanup space/tab
2009-07-13  Howard ChuAdd vlv error code
2009-07-13  Howard ChuAdd sssvlv overlay
2009-07-13  Howard Chusssvlv and seqmod should be off by default
2009-07-13  Howard ChuFix handling for empty results
2009-07-13  Howard ChuFix result when no VLV match
2009-07-13  Howard ChuMinor cleanup
2009-07-13  Howard ChuAdd sssvlv
2009-07-13  Howard ChuAdd sssvlv overlay
2009-07-13  Howard ChuAdd sssvlv config
2009-07-13  Howard ChuAdd sssvlv to build system
2009-07-13  Howard ChuAdded VLV support
2009-07-13  Howard ChuITS#6203 fix startup
2009-07-13  Howard ChuFix prev commit
2009-07-13  Howard ChuAdd VLV Error
2009-07-13  Howard ChuAdd VLV support
2009-07-13  Howard ChuMore VLV stuff
2009-07-13  Howard Chuvlv implemented, untested
2009-07-13  Howard ChucsnOrderingMatch should have a normalizer
2009-07-13  Howard ChuUndef SLAP_CONTROL_X_SORTEDRESULTS, use sssvlv overlay...
2009-07-13  Howard ChuServer Side Sorting (also with PagedResults). VLV still...
2009-07-13  Howard ChuCleanup sss result string
2009-07-13  Howard ChuFix typo in 1.250 fake sorted results control
2009-07-13  Howard ChuFix typo in derefcrit control
2009-07-08  Hallvard FurusethFor ITS#5810: Show which backend is being tested
2009-07-08  Howard ChuITS#6195 must normalize cookies before comparing them
2009-07-07  Hallvard FurusethITS#6101, did not always (re)set rs->sr_sasldata before...
2009-07-07  Howard ChuITS#5892 return -1 from ldif_read_record on error
2009-07-07  Hallvard FurusethITS#6101, reset rs->sr_rspdata in send_ldap_disconnect()
2009-07-07  Howard ChuITS#5892 make sure ldif error messages are displayed
2009-07-07  Hallvard FurusethITS#6101: Move sru_search first in union SlapReply...
2009-07-07  Hallvard FurusethITS#6197 - normalize & speed up ldap_err2string/ldap_pe...
2009-07-06  Hallvard FurusethSilence warning. Also avoids pointless umask(0) when...
2009-07-06  Howard ChuITS#5836 more for 1.432, writetimeout wasn't taking...
2009-07-06  Hallvard FurusethITS#6091,6092,6093,5369 remove @GSSAPI_LIBS@. configure...
2009-07-05  Howard Churegenerate without gssapi
2009-07-05  Howard ChuITS#6091,6092,6093,5369 remove gssapi from configure...
2009-07-03  Howard ChuITS#5696 des_set_key -> des_set_key_and_parity
2009-07-03  Ralf Haferkamperror out when adding multiple olcIndex values for...
next