| 2002-12-07 | 
Kurt Zeilenga | Include <ac/unistd.h> not <sys/types.h> and <unistd.h> | 
commit | commitdiff | tree | snapshot | 
| 2002-12-07 | 
Pierangelo...  | some todo stuff | 
commit | commitdiff | tree | snapshot | 
| 2002-12-07 | 
Pierangelo...  | a skeleton of slapd.conf directives for SLAPI configura...  | 
commit | commitdiff | tree | snapshot | 
| 2002-12-07 | 
Pierangelo...  | on my system need headers to define geteuid() and so | 
commit | commitdiff | tree | snapshot | 
| 2002-12-07 | 
Pierangelo...  | SLAPI - Netscape plugin API for slapd - based on patch...  | 
commit | commitdiff | tree | snapshot | 
| 2002-12-07 | 
Howard Chu | For LDAP_PROTO_IPC set the SASL EXTERNAL authid to...  | 
commit | commitdiff | tree | snapshot | 
| 2002-12-05 | 
Kurt Zeilenga | Finish proxy authzid control | 
commit | commitdiff | tree | snapshot | 
| 2002-12-05 | 
Luke Howard | Allow the root DN to switch to any authorization identity. | 
commit | commitdiff | tree | snapshot | 
| 2002-12-05 | 
Pierangelo...  | fix initialization size and silence warning | 
commit | commitdiff | tree | snapshot | 
| 2002-12-05 | 
Kurt Zeilenga | Minor cleanup | 
commit | commitdiff | tree | snapshot | 
| 2002-12-05 | 
Kurt Zeilenga | Add ldapwhoami/ldapcompre to flags map | 
commit | commitdiff | tree | snapshot | 
| 2002-12-04 | 
Howard Chu | Fix typo in prev commit value_find/_ex | 
commit | commitdiff | tree | snapshot | 
| 2002-12-04 | 
Howard Chu | Fix slap_sasl2dn(), performing internal search with...  | 
commit | commitdiff | tree | snapshot | 
| 2002-12-04 | 
Howard Chu | Fix prev commit - require passed descriptor to be a...  | 
commit | commitdiff | tree | snapshot | 
| 2002-12-04 | 
Howard Chu | Added SLAP_MR_VALUE_NORMALIZED_MATCH, avoid redundant...  | 
commit | commitdiff | tree | snapshot | 
| 2002-12-04 | 
Howard Chu | Fix Solaris SEGV when base is not specified | 
commit | commitdiff | tree | snapshot | 
| 2002-12-04 | 
Howard Chu | Added check for sendmsg(). Added hack to use BSD sendms...  | 
commit | commitdiff | tree | snapshot | 
| 2002-12-04 | 
Kurt Zeilenga | Use getpeereid(3) where available else use *_PEERCRED...  | 
commit | commitdiff | tree | snapshot | 
| 2002-12-04 | 
Kurt Zeilenga | regen | 
commit | commitdiff | tree | snapshot | 
| 2002-12-04 | 
Kurt Zeilenga | cleanup | 
commit | commitdiff | tree | snapshot | 
| 2002-12-04 | 
Kurt Zeilenga | Add LTHREAD_LIBS to BDB tests | 
commit | commitdiff | tree | snapshot | 
| 2002-12-04 | 
Kurt Zeilenga | Rework libldap to not attempt to set LDAP_API_FEATURE_X...  | 
commit | commitdiff | tree | snapshot | 
| 2002-12-04 | 
Luke Howard | Support SO_PEERCRED SASL EXTERNAL authorization. | 
commit | commitdiff | tree | snapshot | 
| 2002-12-04 | 
Luke Howard | Treat all EXTERNAL DNs are already normalized. | 
commit | commitdiff | tree | snapshot | 
| 2002-12-04 | 
Howard Chu | ITS#1523 enhanced ACL caching | 
commit | commitdiff | tree | snapshot | 
| 2002-12-03 | 
Kurt Zeilenga | remove proxy authorization (as first-cut was committed) | 
commit | commitdiff | tree | snapshot | 
| 2002-12-03 | 
Julius Enarusai | Fixed minor compile errors in LDAP_LOG debug statements. | 
commit | commitdiff | tree | snapshot | 
| 2002-12-03 | 
Kurt Zeilenga | First-cut proxy authorization support. | 
commit | commitdiff | tree | snapshot | 
| 2002-12-03 | 
Kurt Zeilenga | ITS#2221: getaddrinfo(3) not thread-safe on some platfo...  | 
commit | commitdiff | tree | snapshot | 
| 2002-12-02 | 
Hallvard Furuseth | Never let ldif_parse_line() return a NULL value with...  | 
commit | commitdiff | tree | snapshot | 
| 2002-12-02 | 
Hallvard Furuseth | Output from ldif_fetch_url() is expected to be \0-termi...  | 
commit | commitdiff | tree | snapshot | 
| 2002-12-02 | 
Hallvard Furuseth | ldif_fetch_url() would return NULL value or pointless...  | 
commit | commitdiff | tree | snapshot | 
| 2002-12-02 | 
Kurt Zeilenga | Remove extraneous empty check | 
commit | commitdiff | tree | snapshot | 
| 2002-12-02 | 
Hallvard Furuseth | Esthetic change:  Move break; out of if() to before...  | 
commit | commitdiff | tree | snapshot | 
| 2002-12-02 | 
Hallvard Furuseth | Plug memory leak in ldif_parse_line() if ber_strdup...  | 
commit | commitdiff | tree | snapshot | 
| 2002-12-02 | 
Kurt Zeilenga | ITS#2218: fix empty values w/ spaces | 
commit | commitdiff | tree | snapshot | 
| 2002-12-01 | 
Pierangelo...  | put 'break' only at the end of the 'case' | 
commit | commitdiff | tree | snapshot | 
| 2002-11-30 | 
Hallvard Furuseth | A search requesting 'cn;lang-en-' did not find 'cn...  | 
commit | commitdiff | tree | snapshot | 
| 2002-11-30 | 
Hallvard Furuseth | ldapsearch -E subentries=... lacked a break; for case...  | 
commit | commitdiff | tree | snapshot | 
| 2002-11-29 | 
Pierangelo...  | fix handling of anomalous databases, like subordinate...  | 
commit | commitdiff | tree | snapshot | 
| 2002-11-29 | 
Kurt Zeilenga | Clean up error messages | 
commit | commitdiff | tree | snapshot | 
| 2002-11-28 | 
Howard Chu | Fix ITS#2214, clear gs->matched after freeing it. | 
commit | commitdiff | tree | snapshot | 
| 2002-11-28 | 
Howard Chu | Fix ITS#2200, must use SASL creds exactly as received | 
commit | commitdiff | tree | snapshot | 
| 2002-11-28 | 
Howard Chu | Fix ITS#2200, must send non-NULL cred even if it's...  | 
commit | commitdiff | tree | snapshot | 
| 2002-11-28 | 
Howard Chu | More streamlining. | 
commit | commitdiff | tree | snapshot | 
| 2002-11-28 | 
Howard Chu | Don't use be_private to point to our glueinfo. This...  | 
commit | commitdiff | tree | snapshot | 
| 2002-11-28 | 
Pierangelo...  | perhaps the assert can be removed; should work now | 
commit | commitdiff | tree | snapshot | 
| 2002-11-28 | 
Kurt Zeilenga | Add -e authzid argument processing | 
commit | commitdiff | tree | snapshot | 
| 2002-11-28 | 
Kurt Zeilenga | #unifdef paged results, remove lint | 
commit | commitdiff | tree | snapshot | 
| 2002-11-28 | 
Kurt Zeilenga | Fix error handling | 
commit | commitdiff | tree | snapshot | 
| 2002-11-28 | 
Kurt Zeilenga | Use ldap_whoami_s(3) | 
commit | commitdiff | tree | snapshot | 
| 2002-11-28 | 
Kurt Zeilenga | Add whoami.c and passwd.c and other minor tweaks to...  | 
commit | commitdiff | tree | snapshot | 
| 2002-11-28 | 
Kurt Zeilenga | proxy authz control (client only) | 
commit | commitdiff | tree | snapshot | 
| 2002-11-27 | 
Kurt Zeilenga | Revamp TODO list a bit | 
commit | commitdiff | tree | snapshot | 
| 2002-11-27 | 
Howard Chu | ITS#2128, setvbuf is unreliable | 
commit | commitdiff | tree | snapshot | 
| 2002-11-27 | 
Howard Chu | Fix ITS#2187, recursively free all requests | 
commit | commitdiff | tree | snapshot | 
| 2002-11-27 | 
Howard Chu | ITS#2184 maxbuf tweaks from Larry Greenfield @ CMU | 
commit | commitdiff | tree | snapshot | 
| 2002-11-27 | 
Howard Chu | ITS#2202, set SASL_SUCCESS_DATA on sasl_server_new(). | 
commit | commitdiff | tree | snapshot | 
| 2002-11-27 | 
Howard Chu | Fix ITS#2200, revert patch in rev 1.128. SASL/Kerberos4...  | 
commit | commitdiff | tree | snapshot | 
| 2002-11-26 | 
Kurt Zeilenga | Reorder header inclusion to resolve ITS#2204. | 
commit | commitdiff | tree | snapshot | 
| 2002-11-26 | 
Kurt Zeilenga | Reorder build order to ensure -llutil is available...  | 
commit | commitdiff | tree | snapshot | 
| 2002-11-26 | 
Kurt Zeilenga | Set -static when doing build from CVS | 
commit | commitdiff | tree | snapshot | 
| 2002-11-26 | 
Kurt Zeilenga | Remove autoconf task, best left to a committer (or me) | 
commit | commitdiff | tree | snapshot | 
| 2002-11-26 | 
Kurt Zeilenga | Clean up examples | 
commit | commitdiff | tree | snapshot | 
| 2002-11-25 | 
Pierangelo...  | cleanup | 
commit | commitdiff | tree | snapshot | 
| 2002-11-25 | 
Pierangelo...  | silence warning | 
commit | commitdiff | tree | snapshot | 
| 2002-11-25 | 
Pierangelo...  | much better fix for ITS#2196 (dnattr without sat_equali...  | 
commit | commitdiff | tree | snapshot | 
| 2002-11-24 | 
Pierangelo...  | fix -h option example for multi-URI handling (as sugges...  | 
commit | commitdiff | tree | snapshot | 
| 2002-11-24 | 
Pierangelo...  | mr should not be NULL; fixes ITS#2196 | 
commit | commitdiff | tree | snapshot | 
| 2002-11-22 | 
Pierangelo...  | ITS#2176: Change password on slave when multimaster...  | 
commit | commitdiff | tree | snapshot | 
| 2002-11-21 | 
Pierangelo...  | remove paged results cruft | 
commit | commitdiff | tree | snapshot | 
| 2002-11-21 | 
Pierangelo...  | enforce the declared behavior when using -L[L[L]] | 
commit | commitdiff | tree | snapshot | 
| 2002-11-21 | 
Pierangelo...  | set keyword to noEstimate and document it | 
commit | commitdiff | tree | snapshot | 
| 2002-11-21 | 
Pierangelo...  | add limits to entries count for paged results | 
commit | commitdiff | tree | snapshot | 
| 2002-11-21 | 
Pierangelo...  | seems to be leaking a ber | 
commit | commitdiff | tree | snapshot | 
| 2002-11-21 | 
Pierangelo...  | improve limits handling and consistency | 
commit | commitdiff | tree | snapshot | 
| 2002-11-21 | 
Pierangelo...  | improve limits handling and consistency; return "Admin...  | 
commit | commitdiff | tree | snapshot | 
| 2002-11-21 | 
Pierangelo...  | - allow interactive pagedResults size change | 
commit | commitdiff | tree | snapshot | 
| 2002-11-21 | 
Pierangelo...  | remove cruft | 
commit | commitdiff | tree | snapshot | 
| 2002-11-21 | 
Pierangelo...  | fix typo in comment :) | 
commit | commitdiff | tree | snapshot | 
| 2002-11-21 | 
Pierangelo...  | add supported controls to backend entries | 
commit | commitdiff | tree | snapshot | 
| 2002-11-21 | 
Pierangelo...  | Support for RFC 2696: | 
commit | commitdiff | tree | snapshot | 
| 2002-11-21 | 
Pierangelo...  | fix possible uninitialized use of nmods | 
commit | commitdiff | tree | snapshot | 
| 2002-11-19 | 
Julius Enarusai | Converted ch_malloc and ch_calloc calls to SLAP_MALLOC...  | 
commit | commitdiff | tree | snapshot | 
| 2002-11-19 | 
Julius Enarusai | Converted ch_malloc and ch_calloc calls to SLAP_MALLOC...  | 
commit | commitdiff | tree | snapshot | 
| 2002-11-19 | 
Julius Enarusai | Converted ch_malloc and ch_calloc calls to SLAP_MALLOC...  | 
commit | commitdiff | tree | snapshot | 
| 2002-11-19 | 
Julius Enarusai | Converted ch_calloc and ch_malloc calls to SLAP_CALLOC...  | 
commit | commitdiff | tree | snapshot | 
| 2002-11-18 | 
Howard Chu | Fix is_entry_objectclass flag comparisons (from Jason...  | 
commit | commitdiff | tree | snapshot | 
| 2002-11-13 | 
Jong Hyuk Choi | LDAP_TAILQ fix | 
commit | commitdiff | tree | snapshot | 
| 2002-11-11 | 
Kurt Zeilenga | Add stats to master.log | 
commit | commitdiff | tree | snapshot | 
| 2002-11-11 | 
Kurt Zeilenga | Add AUTHZ stats logging | 
commit | commitdiff | tree | snapshot | 
| 2002-11-11 | 
Kurt Zeilenga | Delete some old (bad) statslog messages | 
commit | commitdiff | tree | snapshot | 
| 2002-11-11 | 
Kurt Zeilenga | Rebuild | 
commit | commitdiff | tree | snapshot | 
| 2002-11-11 | 
Kurt Zeilenga | Use vendorName instead of description | 
commit | commitdiff | tree | snapshot | 
| 2002-11-11 | 
Kurt Zeilenga | Root DSE test | 
commit | commitdiff | tree | snapshot | 
| 2002-11-10 | 
Pierangelo...  | close 'for' appropriately; clean also 'replica' subdir | 
commit | commitdiff | tree | snapshot | 
| 2002-11-10 | 
Pierangelo...  | silence warnings; fix messages | 
commit | commitdiff | tree | snapshot | 
| 2002-11-10 | 
Pierangelo...  | silence warnings | 
commit | commitdiff | tree | snapshot | 
| 2002-11-10 | 
Pierangelo...  | remove #ifdef SLAP_FILTER_HASSUBORDINATES | 
commit | commitdiff | tree | snapshot | 
| 2002-11-10 | 
Pierangelo...  | improve error messages | 
commit | commitdiff | tree | snapshot | 
| next |