2003-03-20 |
Howard Chu | ITS#2389 - stop reading requests on a connection when... |
commit | commitdiff | tree | snapshot |
2003-03-20 |
Howard Chu | ITS#2388 fix if() conditions. |
commit | commitdiff | tree | snapshot |
2003-03-19 |
Howard Chu | Edit portable.nt to update OPENLDAP_VERSION |
commit | commitdiff | tree | snapshot |
2003-03-19 |
Howard Chu | Use OPENLDAP_PACKAGE instead of _OLV_PKG |
commit | commitdiff | tree | snapshot |
2003-03-19 |
Howard Chu | Use OPENLDAP_PACKAGE (from portable.h) instead of _OLV_... |
commit | commitdiff | tree | snapshot |
2003-03-19 |
Howard Chu | Use ol_version.h |
commit | commitdiff | tree | snapshot |
2003-03-18 |
Howard Chu | Use ol_version.h |
commit | commitdiff | tree | snapshot |
2003-03-18 |
Howard Chu | Rename version.h to ol_version.h |
commit | commitdiff | tree | snapshot |
2003-03-18 |
Howard Chu | New version.h to replace mkversion |
commit | commitdiff | tree | snapshot |
2003-03-18 |
Howard Chu | ITS#2385 fix typo in comment terminator |
commit | commitdiff | tree | snapshot |
2003-03-18 |
Pierangelo... | value is parsed in place; minor cleanup |
commit | commitdiff | tree | snapshot |
2003-03-18 |
Pierangelo... | document -u option |
commit | commitdiff | tree | snapshot |
2003-03-18 |
Howard Chu | Don't use DB_AUTO_COMMIT when opening a database |
commit | commitdiff | tree | snapshot |
2003-03-17 |
Kurt Zeilenga | replace get_substring_filter with get_ssa() |
commit | commitdiff | tree | snapshot |
2003-03-17 |
Kurt Zeilenga | SLAP_NVALUES: fix values_find_ex call |
commit | commitdiff | tree | snapshot |
2003-03-17 |
Kurt Zeilenga | SLAP_NVALUES: more fixes |
commit | commitdiff | tree | snapshot |
2003-03-17 |
Kurt Zeilenga | SLAP_NVALUES updates |
commit | commitdiff | tree | snapshot |
2003-03-16 |
Kurt Zeilenga | Undo last commit |
commit | commitdiff | tree | snapshot |
2003-03-16 |
Kurt Zeilenga | SLAP_NVALUES: remove all the extra frees |
commit | commitdiff | tree | snapshot |
2003-03-16 |
Kurt Zeilenga | SLAP_NVALUES: fix extraneous free bug. |
commit | commitdiff | tree | snapshot |
2003-03-16 |
Kurt Zeilenga | Fix typos in last commit |
commit | commitdiff | tree | snapshot |
2003-03-16 |
Kurt Zeilenga | Rewrite filter routines to malloc() late. |
commit | commitdiff | tree | snapshot |
2003-03-16 |
Kurt Zeilenga | SLAP_NVALUES: still chasing an extranous free... this... |
commit | commitdiff | tree | snapshot |
2003-03-16 |
Kurt Zeilenga | reorder to statements for debugging purposes |
commit | commitdiff | tree | snapshot |
2003-03-16 |
Kurt Zeilenga | SLAP_NVALUES changes |
commit | commitdiff | tree | snapshot |
2003-03-16 |
Howard Chu | ITS#2382 use ch_calloc |
commit | commitdiff | tree | snapshot |
2003-03-16 |
Kurt Zeilenga | SLAP_NVALUES updates |
commit | commitdiff | tree | snapshot |
2003-03-16 |
Kurt Zeilenga | SLAP_NVALUES updates |
commit | commitdiff | tree | snapshot |
2003-03-16 |
Kurt Zeilenga | SLAP_NVALUES: value_find v value_find_ex |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Kurt Zeilenga | Not sure why these asserts are failing... too tired... |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Kurt Zeilenga | Fix typo (ITS#2379) |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Kurt Zeilenga | Fix test006-acls |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Kurt Zeilenga | NVALUES: fix a couple of value_find_ex() calls |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Kurt Zeilenga | Add some additional error checking... |
commit | commitdiff | tree | snapshot |
2003-03-14 |
Howard Chu | Plug leaks in controls_destroy() |
commit | commitdiff | tree | snapshot |
2003-03-14 |
Howard Chu | Plug leaks. (benign. slap_controls and root_dse need... |
commit | commitdiff | tree | snapshot |
2003-03-14 |
Kurt Zeilenga | just in case <netdb.h> does something like |
commit | commitdiff | tree | snapshot |
2003-03-14 |
Howard Chu | ITS#2373 add declaration of h_errno |
commit | commitdiff | tree | snapshot |
2003-03-13 |
Howard Chu | ITS#2371, fix BDB_SUBDIRs |
commit | commitdiff | tree | snapshot |
2003-03-13 |
Kurt Zeilenga | minor cleanup |
commit | commitdiff | tree | snapshot |
2003-03-13 |
Howard Chu | Fix version check in previous |
commit | commitdiff | tree | snapshot |
2003-03-13 |
Howard Chu | ITS#2356 - support Perl newer than 5.6 |
commit | commitdiff | tree | snapshot |
2003-03-13 |
Kurt Zeilenga | Minor tweaks |
commit | commitdiff | tree | snapshot |
2003-03-13 |
Kurt Zeilenga | Use BER_BVC |
commit | commitdiff | tree | snapshot |
2003-03-13 |
Kurt Zeilenga | Fix typo in last commit |
commit | commitdiff | tree | snapshot |
2003-03-13 |
Kurt Zeilenga | Another comment. |
commit | commitdiff | tree | snapshot |
2003-03-13 |
Kurt Zeilenga | Add comment that this schema is invalid |
commit | commitdiff | tree | snapshot |
2003-03-12 |
Howard Chu | Fix up lutil_passwd stuff to avoid struct berval definition |
commit | commitdiff | tree | snapshot |
2003-03-12 |
Howard Chu | ITS#2366 typos |
commit | commitdiff | tree | snapshot |
2003-03-12 |
Howard Chu | ITS#2368 - fix deleting key from range IDL |
commit | commitdiff | tree | snapshot |
2003-03-12 |
Howard Chu | Fix error messages |
commit | commitdiff | tree | snapshot |
2003-03-12 |
Jong Hyuk Choi | Error checking code for ITS#2367 |
commit | commitdiff | tree | snapshot |
2003-03-12 |
Jong Hyuk Choi | declaration of bdb_idl_entry_cmp() |
commit | commitdiff | tree | snapshot |
2003-03-12 |
Jong Hyuk Choi | AVL delete upon shutdown (ITS#2367) |
commit | commitdiff | tree | snapshot |
2003-03-12 |
Kurt Zeilenga | clarify "by anonymous auth" semantics |
commit | commitdiff | tree | snapshot |
2003-03-12 |
Howard Chu | Fix cache consistency problems on txn retry |
commit | commitdiff | tree | snapshot |
2003-03-12 |
Howard Chu | ITS#2348 - revert previous patch, use patch from ITS |
commit | commitdiff | tree | snapshot |
2003-03-12 |
Howard Chu | Added lutil_passwd_init(), lutil_passwd_destroy() |
commit | commitdiff | tree | snapshot |
2003-03-12 |
Howard Chu | #ifndef SLAP_NVALUES asserted berval was leaked |
commit | commitdiff | tree | snapshot |
2003-03-12 |
Howard Chu | Plug memory leaks: |
commit | commitdiff | tree | snapshot |
2003-03-12 |
Howard Chu | ITS#2348, additional check to prevent re-inserting... |
commit | commitdiff | tree | snapshot |
2003-03-12 |
Howard Chu | ITS#2253 - when StartTLS fails, slapd closes the connec... |
commit | commitdiff | tree | snapshot |
2003-03-12 |
Howard Chu | Add comment to previous |
commit | commitdiff | tree | snapshot |
2003-03-12 |
Howard Chu | ITS#2365 - preserve internal ber_tag as well as ber_ptr... |
commit | commitdiff | tree | snapshot |
2003-03-11 |
Pierangelo... | use an "unknown" listener name/url when faking connections |
commit | commitdiff | tree | snapshot |
2003-03-11 |
Pierangelo... | fix ITS#2362 and other leaks/unhandled massaged DN... |
commit | commitdiff | tree | snapshot |
2003-03-11 |
Kurt Zeilenga | Tweak SLAP_OP_BLOCKS |
commit | commitdiff | tree | snapshot |
2003-03-11 |
Pierangelo... | #include reordering |
commit | commitdiff | tree | snapshot |
2003-03-11 |
Pierangelo... | silence warning |
commit | commitdiff | tree | snapshot |
2003-03-11 |
Pierangelo... | cleanup cache search |
commit | commitdiff | tree | snapshot |
2003-03-11 |
Pierangelo... | cleanup bind |
commit | commitdiff | tree | snapshot |
2003-03-11 |
Pierangelo... | (ultimately?) fix ITS#2361 |
commit | commitdiff | tree | snapshot |
2003-03-11 |
Howard Chu | Added proposed request parameters to Operation. #ifdef... |
commit | commitdiff | tree | snapshot |
2003-03-11 |
Howard Chu | Added lutil_passwd_init, _destroy, _add for dynamically... |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Howard Chu | ITS#2361, skip sockname, peername, peerdomain, sockurl... |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Pierangelo... | check conn->c_listener before use (hack to fix ITS... |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Howard Chu | Added op->o_is_auth_check; use ACL_AUTH instead of... |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Howard Chu | Blind fix - remove suffixalias.c |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Kurt Zeilenga | Add comment about LDAPv2 |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Kurt Zeilenga | LDAPv2 is Historic |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Pierangelo... | fix log message (ITS#2359) |
commit | commitdiff | tree | snapshot |
2003-03-09 |
Kurt Zeilenga | need to use ch_malloc/realloc |
commit | commitdiff | tree | snapshot |
2003-03-09 |
Kurt Zeilenga | Use ch_malloc instead of malloc for unchecked allocations |
commit | commitdiff | tree | snapshot |
2003-03-09 |
Howard Chu | Add copyright notice |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Howard Chu | Blind fix, delete obsolete files cache.c, authpasswd.c |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Kurt Zeilenga | suffixalias is no longer supported |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Howard Chu | Don't call strlen ourselves, SASL getopt returns the... |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Kurt Zeilenga | Redefine queryid |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Jong Hyuk Choi | Commit of the Proxy Cache contribution (ITS#2062) |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Howard Chu | Chasing a referral needs both the request and response... |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Howard Chu | Pass correct msgid to ldap_result |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Howard Chu | Technically, since the authid is expected to be a norma... |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Kurt Zeilenga | call LDAPv2 what it is (historical) |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Kurt Zeilenga | rebuild |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Howard Chu | ITS#2348: fix previous commit |
commit | commitdiff | tree | snapshot |
2003-03-05 |
Howard Chu | ITS#2348: cont_alloc/cont_free cleanup in idl_insert_key |
commit | commitdiff | tree | snapshot |
2003-03-05 |
Jong Hyuk Choi | misc : not activating idl cache in tool mode run |
commit | commitdiff | tree | snapshot |
2003-03-05 |
Howard Chu | Fix LDAP_DEBUG/LDAP_SYSLOG test |
commit | commitdiff | tree | snapshot |
2003-03-05 |
Howard Chu | Use ldap_pvt_get_hname instead of ldap_pvt_gethostbyaddr_a |
commit | commitdiff | tree | snapshot |
2003-03-05 |
Howard Chu | Silence warnings in prev commit |
commit | commitdiff | tree | snapshot |
next |