- 08 Jul, 2000 1 commit
-
-
Kurt Zeilenga authored
based upon patch provided by Ted C. Cheng <cheng@ix.netcom.com>
-
- 08 Jun, 2000 1 commit
-
-
Kurt Zeilenga authored
-
- 05 Jun, 2000 1 commit
-
-
Kurt Zeilenga authored
domainComponents (DC)).
-
- 02 Jun, 2000 1 commit
-
-
Kurt Zeilenga authored
ldo_rebindproc value has a sane value.
-
- 16 May, 2000 1 commit
-
-
Kurt Zeilenga authored
-
- 13 May, 2000 1 commit
-
-
Kurt Zeilenga authored
-
- 12 May, 2000 1 commit
-
-
Howard Chu authored
-
- 11 May, 2000 1 commit
-
-
Howard Chu authored
-
- 20 Apr, 2000 1 commit
-
-
Kurt Zeilenga authored
Submitted by Gabor Gombas <gombasg@inf.elte.hu>
-
- 13 Mar, 2000 1 commit
-
-
Julio Sánchez Fernández authored
except where we should.
-
- 02 Feb, 2000 1 commit
-
-
Kurt Zeilenga authored
implement an at_exit() handler.
-
- 23 Jan, 2000 1 commit
-
-
Kurt Zeilenga authored
-
- 02 Jan, 2000 1 commit
-
-
Luke Howard authored
support for DCE slash-delimited, left-to-right DNs; support for a domain socket transport (enable with --enable-ldapi); and extensions to URL parsing to support the latter transport.
-
- 17 Dec, 1999 1 commit
-
-
Kurt Zeilenga authored
Used only for simple bind when dn == NULL and password != NULL.
-
- 14 Dec, 1999 1 commit
-
-
Kurt Zeilenga authored
-
- 09 Dec, 1999 1 commit
-
-
Mark Valence authored
-
- 07 Dec, 1999 1 commit
-
-
Mark Valence authored
Changes for URI spport: New routines ldap_initialize and ldap_create; LDAPURLDesc replaces LDAPServer, LDAPURLDesc list used instead of ldo_defhost.
-
- 25 Sep, 1999 1 commit
-
-
Mark Valence authored
ldap_pvt_tls_config() was missing first param.
-
- 08 Sep, 1999 1 commit
-
-
Kurt Zeilenga authored
Replace old Id as needed (back-tcl). Leave updating of contribWare to contributors (for now).
-
- 04 Aug, 1999 1 commit
-
-
Kurt Zeilenga authored
Use ldap_int_tblsize instead of s+1 in select. Need to eliminate all to read(2).
-
- 03 Aug, 1999 1 commit
-
-
Kurt Zeilenga authored
Needs a bit more work. - global net/api timeouts are not inherited on session creation. - need configure check for inet_aton() (coming soon) - ioctl/fcntl portability issues (should share implementation with lber routines)
-
- 13 Jul, 1999 2 commits
-
-
Julio Sánchez Fernández authored
-
Hallvard Furuseth authored
-
- 17 Jun, 1999 1 commit
-
-
Kurt Zeilenga authored
ldap_defaults.h incorporates non-generated ldapconfig.h values. ldap_config.h.in is new template for autoconf generated defaults (namely directories and paths) ldap_config.h.nt, NT template (must be manually copied) s/<ldapconfig.h>/<ldap_defaults.h>/ s/DIRSEP/LDAP_DIRSEP/ & s/DEFAULT_/LDAP_/
-
- 03 Jun, 1999 1 commit
-
-
Kurt Zeilenga authored
-
- 02 Jun, 1999 1 commit
-
-
Kurt Zeilenga authored
and ripple change through -lldap.
-
- 29 May, 1999 1 commit
-
-
Kurt Zeilenga authored
library use: LBER_ macros expand to system routines. LDAP_ macros expand to new ber_ allocators. Add ber_ and ldap_ memory allocators/deallocator: ber_ routines are wrappers of LBER_ macros. ldap_ routines are wrappers of ber_ routines. Removed safe_realloc() macro from various files. This issue (if an issue) should be resolved across whole package. ldapmodify.c now uses ber_ allocators to resolve ber_bvfree() vs. WIN32 multiple heaps issue. These changes should facilate implementation of ber_set_option( NULL, LBER_OPT_MEMORY_FN, ...) and ldap_set_option( NULL, LDAP_OPT_MEMORY_FN, ...).
-
- 28 May, 1999 1 commit
-
-
Kurt Zeilenga authored
Added validation to exposed opaque data structures (BerElement, Sockbuf, and LDAP). Added macros BER_VALID, SOCKBUF_VALID, LDAP_VALID. Added ber_pvt_ber_bytes() and ber_pvt_ber_remaining() macros to hide some ber internals. These really should be handled by ber_get_option().
-
- 27 May, 1999 1 commit
-
-
Kurt Zeilenga authored
prototype in ldap-int.h.
-
- 22 May, 1999 1 commit
-
-
Kurt Zeilenga authored
added comments removed LDAP_MAX_ATTR_LEN removed LDAP_COMPAT* from <ldap.h> but not code. move LDAP_DEFAULT_REFHOPCOUNT to ldap-int.h added experimental options macros added LDAP_CONTROL_REFERRALS macros libldap: Replace ld_attrbuffer with per use allocated attributed. ldap_first/next_attribute attributes now must be freed (as per draft). unifdef -DLDAP_API_FEATURE_X_OPENLDAP_V2_REFERRALS
-
- 25 Mar, 1999 1 commit
-
-
Kurt Zeilenga authored
-
- 09 Mar, 1999 1 commit
-
-
Hallvard Furuseth authored
-
- 06 Mar, 1999 1 commit
-
-
Hallvard Furuseth authored
to avoid unportable casts of integers to pointers and back.
-
- 22 Feb, 1999 1 commit
-
-
Hallvard Furuseth authored
These functions require their arguments to be in the range of `unsigned char'.
-
- 26 Jan, 1999 1 commit
-
-
Kurt Zeilenga authored
Redefine Debug macro to call ldap_log_printf(NULL, lvl, fmt, ...) Should replace each Debug statement with direct call to ldap_log_printf passing LDAP session if available.
-
- 15 Jan, 1999 1 commit
-
-
Bart Hartgers authored
Updates regarding threads and names.
-
- 14 Jan, 1999 2 commits
-
-
Kurt Zeilenga authored
environment settings.
-
Kurt Zeilenga authored
-
- 28 Dec, 1998 1 commit
-
-
Kurt Zeilenga authored
-
- 22 Dec, 1998 1 commit
-
-
Kurt Zeilenga authored
Updated other codes as needed.
-