- 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
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
installer.
-
- Dec 13, 1999
-
-
Kurt Zeilenga authored
Add copyrights
-
- Dec 12, 1999
-
-
Kurt Zeilenga authored
ldap_init change. Fix suggested by Jay D. Allen <jay@fork.com>.
-
Kurt Zeilenga authored
less left. Based upon suggestion made by bert hubert <ahu@casema.net>
-
Kurt Zeilenga authored
Modify tests to use -h "ldap://localhost:port/" instead of -p port.
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Dec 11, 1999
-
-
Kurt Zeilenga authored
-
Mark Valence authored
-
Mark Valence authored
-
- Dec 10, 1999
-
-
Mark Valence authored
Start TLS extension: check that TLS was inited successfully, return default referral on failure as appropriate.
-
Mark Valence authored
-
Kurt Zeilenga authored
-
Mark Valence authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
Add controls to extended ops API signatures, need impl. Update password to support optional server side generation of new password, verification of old password, and changing of non-bound user's passwords.
-