]> git.sur5r.net Git - openldap/shortlog
openldap
2009-08-14 Howard ChuMore for prev commit
2009-08-14 Pierangelo... allow to look-ahead entry DN without decoding the whole...
2009-08-14 Pierangelo... harmonize API: source to dest right to left
2009-08-14 Pierangelo... honor requested attrs (ITS#6254), including operational
2009-08-14 Pierangelo... improve previous commit; make sure returned entries...
2009-08-14 Pierangelo... make sure filter is applied to final entry (ITS#6255)
2009-08-14 Pierangelo... honor sizelimit when filter needs to be split between...
2009-08-13 Howard ChuFix prev commit again, IPPROTO_TCP is the documented...
2009-08-13 Pierangelo... eliminate code duplication
2009-08-13 Pierangelo... ITS#6243 (forced commit, missing ITS number)
2009-08-13 Pierangelo... remove misleading comment
2009-08-13 Pierangelo... expose subordinate databases; add a link to the superior DN
2009-08-13 Howard ChuFix prev commit, it was not Linux-only as it claimed...
2009-08-13 Pierangelo... honor per-target tls/chase referrals/rebind as user...
2009-08-13 Pierangelo... advertise known exops
2009-08-12 Hallvard FurusethFor ITS#6215: Export ber_skip_element() and ber_peek_el...
2009-08-12 Hallvard FurusethITS#6215 cleanup: Export ber_skip_element() to compleme...
2009-08-12 Hallvard FurusethTrying again: No need to maintain ber->ber_usertag...
2009-08-12 Howard ChuAdd pwGraceExpiry to gracecheck
2009-08-10 Howard ChuRevision 02
2009-08-10 Howard ChuRevision 01 (expired)
2009-08-10 Howard ChuAdded version 10
2009-08-07 Hallvard FurusethFix last commit: cast strcasecmp unsigned char* to...
2009-08-07 Hallvard FurusethMore ITS#6215: Catch malformed elements in ber_get_stri...
2009-08-07 Hallvard FurusethMore ITS#6215: Define and use ber_tag_and_rest() and...
2009-08-07 Hallvard FurusethMore ITS#6215: Fix wrong fix in rev 1.121
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
next