]> git.sur5r.net Git - openldap/shortlog
openldap
2002-12-11 Hallvard FurusethPlug memory leak from ldap_<first/next>_attribute().
2002-12-11 Howard ChuBumped stack size up from 2M to 4M, 2M is too small...
2002-12-11 Howard ChuFix ITS#2227, nameUIDNormalize fell behind the times...
2002-12-10 Howard ChuFix previous commit, check for dup in avl_insert
2002-12-10 Howard ChuAdded config keyword "searchstack" for setting search...
2002-12-10 Howard ChuFrom ITS#2183, use a long-lived IDL stack per thread.
2002-12-10 Kurt ZeilengaMake digit a local static variable instead of a global
2002-12-09 Hallvard FurusethITS#2215: Let Statslog() work if only one of LDAP_DEBUG...
2002-12-09 Kurt Zeilengarebuild
2002-12-09 Pierangelo... another attempt to fix slapi build sequence ...
2002-12-09 Hallvard FurusethUpdate '-c' error handling, so error in any operation...
2002-12-08 Kurt Zeilengaexpand authid buffer
2002-12-07 Pierangelo... fix previous commit
2002-12-07 Pierangelo... fix previous commit
2002-12-07 Kurt ZeilengaDisable slapi by default (for now)
2002-12-07 Kurt ZeilengaCatch NULL control OID up front.
2002-12-07 Kurt ZeilengaAvoid magic constant (32) in allocation. Use sizeof...
2002-12-07 Kurt ZeilengaInclude <ac/unistd.h> not <sys/types.h> and <unistd.h>
2002-12-07 Pierangelo... some todo stuff
2002-12-07 Pierangelo... a skeleton of slapd.conf directives for SLAPI configura...
2002-12-07 Pierangelo... on my system need headers to define geteuid() and so
2002-12-07 Pierangelo... SLAPI - Netscape plugin API for slapd - based on patch...
2002-12-07 Howard ChuFor LDAP_PROTO_IPC set the SASL EXTERNAL authid to...
2002-12-05 Kurt ZeilengaFinish proxy authzid control
2002-12-05 Luke HowardAllow the root DN to switch to any authorization identity.
2002-12-05 Pierangelo... fix initialization size and silence warning
2002-12-05 Kurt ZeilengaMinor cleanup
2002-12-05 Kurt ZeilengaAdd ldapwhoami/ldapcompre to flags map
2002-12-04 Howard ChuFix typo in prev commit value_find/_ex
2002-12-04 Howard ChuFix slap_sasl2dn(), performing internal search with...
2002-12-04 Howard ChuFix prev commit - require passed descriptor to be a...
2002-12-04 Howard ChuAdded SLAP_MR_VALUE_NORMALIZED_MATCH, avoid redundant...
2002-12-04 Howard ChuFix Solaris SEGV when base is not specified
2002-12-04 Howard ChuAdded check for sendmsg(). Added hack to use BSD sendms...
2002-12-04 Kurt ZeilengaUse getpeereid(3) where available else use *_PEERCRED...
2002-12-04 Kurt Zeilengaregen
2002-12-04 Kurt Zeilengacleanup
2002-12-04 Kurt ZeilengaAdd LTHREAD_LIBS to BDB tests
2002-12-04 Kurt ZeilengaRework libldap to not attempt to set LDAP_API_FEATURE_X...
2002-12-04 Luke HowardSupport SO_PEERCRED SASL EXTERNAL authorization.
2002-12-04 Luke HowardTreat all EXTERNAL DNs are already normalized.
2002-12-04 Howard ChuITS#1523 enhanced ACL caching
2002-12-03 Kurt Zeilengaremove proxy authorization (as first-cut was committed)
2002-12-03 Julius EnarusaiFixed minor compile errors in LDAP_LOG debug statements.
2002-12-03 Kurt ZeilengaFirst-cut proxy authorization support.
2002-12-03 Kurt ZeilengaITS#2221: getaddrinfo(3) not thread-safe on some platfo...
2002-12-02 Hallvard FurusethNever let ldif_parse_line() return a NULL value with...
2002-12-02 Hallvard FurusethOutput from ldif_fetch_url() is expected to be \0-termi...
2002-12-02 Hallvard Furusethldif_fetch_url() would return NULL value or pointless...
2002-12-02 Kurt ZeilengaRemove extraneous empty check
2002-12-02 Hallvard FurusethEsthetic change: Move break; out of if() to before...
2002-12-02 Hallvard FurusethPlug memory leak in ldif_parse_line() if ber_strdup...
2002-12-02 Kurt ZeilengaITS#2218: fix empty values w/ spaces
2002-12-01 Pierangelo... put 'break' only at the end of the 'case'
2002-11-30 Hallvard FurusethA search requesting 'cn;lang-en-' did not find 'cn...
2002-11-30 Hallvard Furusethldapsearch -E subentries=... lacked a break; for case...
2002-11-29 Pierangelo... fix handling of anomalous databases, like subordinate...
2002-11-29 Kurt ZeilengaClean up error messages
2002-11-28 Howard ChuFix ITS#2214, clear gs->matched after freeing it.
2002-11-28 Howard ChuFix ITS#2200, must use SASL creds exactly as received
2002-11-28 Howard ChuFix ITS#2200, must send non-NULL cred even if it's...
2002-11-28 Howard ChuMore streamlining.
2002-11-28 Howard ChuDon't use be_private to point to our glueinfo. This...
2002-11-28 Pierangelo... perhaps the assert can be removed; should work now
2002-11-28 Kurt ZeilengaAdd -e authzid argument processing
2002-11-28 Kurt Zeilenga#unifdef paged results, remove lint
2002-11-28 Kurt ZeilengaFix error handling
2002-11-28 Kurt ZeilengaUse ldap_whoami_s(3)
2002-11-28 Kurt ZeilengaAdd whoami.c and passwd.c and other minor tweaks to...
2002-11-28 Kurt Zeilengaproxy authz control (client only)
2002-11-27 Kurt ZeilengaRevamp TODO list a bit
2002-11-27 Howard ChuITS#2128, setvbuf is unreliable
2002-11-27 Howard ChuFix ITS#2187, recursively free all requests
2002-11-27 Howard ChuITS#2184 maxbuf tweaks from Larry Greenfield @ CMU
2002-11-27 Howard ChuITS#2202, set SASL_SUCCESS_DATA on sasl_server_new().
2002-11-27 Howard ChuFix ITS#2200, revert patch in rev 1.128. SASL/Kerberos4...
2002-11-26 Kurt ZeilengaReorder header inclusion to resolve ITS#2204.
2002-11-26 Kurt ZeilengaReorder build order to ensure -llutil is available...
2002-11-26 Kurt ZeilengaSet -static when doing build from CVS
2002-11-26 Kurt ZeilengaRemove autoconf task, best left to a committer (or me)
2002-11-26 Kurt ZeilengaClean up examples
2002-11-25 Pierangelo... cleanup
2002-11-25 Pierangelo... silence warning
2002-11-25 Pierangelo... much better fix for ITS#2196 (dnattr without sat_equali...
2002-11-24 Pierangelo... fix -h option example for multi-URI handling (as sugges...
2002-11-24 Pierangelo... mr should not be NULL; fixes ITS#2196
2002-11-22 Pierangelo... ITS#2176: Change password on slave when multimaster...
2002-11-21 Pierangelo... remove paged results cruft
2002-11-21 Pierangelo... enforce the declared behavior when using -L[L[L]]
2002-11-21 Pierangelo... set keyword to noEstimate and document it
2002-11-21 Pierangelo... add limits to entries count for paged results
2002-11-21 Pierangelo... seems to be leaking a ber
2002-11-21 Pierangelo... improve limits handling and consistency
2002-11-21 Pierangelo... improve limits handling and consistency; return "Admin...
2002-11-21 Pierangelo... - allow interactive pagedResults size change
2002-11-21 Pierangelo... remove cruft
2002-11-21 Pierangelo... fix typo in comment :)
2002-11-21 Pierangelo... add supported controls to backend entries
2002-11-21 Pierangelo... Support for RFC 2696:
2002-11-21 Pierangelo... fix possible uninitialized use of nmods
next