- Jan 03, 2000
-
-
Predrag "Pele" Balorda authored
-
Predrag "Pele" Balorda authored
-
Predrag "Pele" Balorda authored
-
Predrag "Pele" Balorda authored
-
Luke Howard authored
Added support for connecting to LDAP servers located using DNS SRV records. Added lock around resolver library which is shared by the DNS SRV code and the getdxbyname() code.
-
Luke Howard authored
Added ldap_pvt_sasl_bind() prototype to ldap_pvt.h. This required importing sasl.h into ldap_pvt.h, thus that import was removed from ldap-int.h.
-
- Jan 02, 2000
-
-
Luke Howard authored
(callbacks not yet implemented though).
-
Luke Howard authored
Braced ldap_connect_to_path() in #ifdef LDAP_PF_LOCAL so as to compile without PF_LOCAL support.
-
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.
-
- Jan 01, 2000
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Dec 28, 1999
-
-
Predrag "Pele" Balorda authored
-
- Dec 26, 1999
-
-
Howard Chu authored
-
- Dec 22, 1999
-
-
Kurt Zeilenga authored
autoconf 2.13.3 aclocal from automake 1.14a libtool 1.3.3
-
Randy Kunkee authored
trap code.
-
Randy Kunkee authored
in searches, and experimental "trap" subcommand.
-
Kurt Zeilenga authored
-
- Dec 21, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Dec 19, 1999
-
-
Kurt Zeilenga authored
-
- Dec 18, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Dec 17, 1999
-
-
Kurt Zeilenga authored
tcp_read/write should not be used.
-
Kurt Zeilenga authored
-
Howard Chu authored
should also be applied to back-bdb2/idl.c.
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
Used only for simple bind when dn == NULL and password != NULL.
-
- Dec 16, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
ITS#400: LDAP_TIMEOUT handling
-
- Dec 15, 1999
-
-
Kurt Zeilenga authored
Updates to extended operation framework to support arbitrary referrals and extended results without OIDs. Updated passwd extended operation to support returning update_refs as needed. Needs replog support.
-
Julio Sánchez Fernández authored
-
Julio Sánchez Fernández authored
extremely broken and I can only wonder how I got some much mileage out of it. The problem is that we deal with pointers to the groups themselves, either in current_group or current_to and current_nto. These pointers would break on reallocs. So now the the basic togroups is an array to pointers to Group. Since the array can be resized at any time, what we actually pass around is pointer to an array of pointers to Group or Group ***.
-
- Dec 14, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-