- Dec 15, 1999
-
-
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 13, 1999
-
-
Kurt Zeilenga authored
Add copyrights
-
- Dec 12, 1999
-
-
Kurt Zeilenga authored
-
- Dec 11, 1999
-
-
Kurt Zeilenga authored
-
- Dec 10, 1999
-
-
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.
-
- Dec 09, 1999
-
-
Kurt Zeilenga authored
frontend to complete parsing of extended op reqdata. Modify password extended operation to allow optional id (DN) entry to change (not tested). Also, provide room to allow server side password generation (not implemented). Added optional old password field to support proxying (not implemented). Need to implement replog() support.
-
- Dec 08, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
user password. Likely to be modified to use bind control instead. Use of modify deprecated in favor mechanisms that support passwords stored externally to the directory (such as in a SASL service). Modified slapd extended operation infrastructure to support backend provided extended operations.
-
- Dec 04, 1999
-
-
Kurt Zeilenga authored
-
- Dec 03, 1999
-
-
Gary Williams authored
No one complained, so here's the change to ldapdelete to add a -r switch to allow a branch of a directory tree to be removed. The DN provided is searched recursively until the leaf nodes are hit, then everything is deleted.
-
- Nov 24, 1999
-
-
Howard Chu authored
-
- Nov 19, 1999
-
-
Kurt Zeilenga authored
-
- Nov 17, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Nov 03, 1999
-
-
Kurt Zeilenga authored
-
- Nov 01, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
Update single debug/release not to use service manager nor event manager. Likely breaks MINGW32 port.
-
Kurt Zeilenga authored
(excepting WIN32_LEAN_AND_MEAN). Rework openlog/closelog use to eliminate need for defines.
-
Kurt Zeilenga authored
-
- Oct 31, 1999
-
-
Howard Chu authored
ifdefs to depend on _WINNT, which is bogus. Added _WIN32 back on these ifs, and fixed some other include problems.
-
- Oct 30, 1999
-
-
Kurt Zeilenga authored
as s_addr member of in_addr may be a bitfield.
-
- Oct 28, 1999
-
-
Kurt Zeilenga authored
with .cf files...
-
Kurt Zeilenga authored
-
Howard Chu authored
See README 1.27 log
-
Howard Chu authored
See README 1.27 log
-
- Oct 25, 1999
-
-
Kurt Zeilenga authored
-
- Oct 01, 1999
-
-
Kurt Zeilenga authored
from Booker Bense <bbense@networking.stanford.edu>.
-
Kurt Zeilenga authored
avoid clashes with Kth Kerberos.
-
- Sep 25, 1999
-
-
Kurt Zeilenga authored
-
- Sep 23, 1999
-
-
Julio Sánchez Fernández authored
Fix creation of ldapadd link to ldapmodify
-
- Sep 22, 1999
-
-
Ben Collins authored
* all others: Added DESTDIR support
-
- Sep 10, 1999
-
-
Kurt Zeilenga authored
dn: cn=foo changetype: modify replace: bar -
-
- Sep 08, 1999
-
-
Kurt Zeilenga authored
Replace old Id as needed (back-tcl). Leave updating of contribWare to contributors (for now).
-
- Sep 05, 1999
-
-
Kurt Zeilenga authored
chase w/o prompting, disable referrals).
-
- Sep 03, 1999
-
-
Hallvard Furuseth authored
-
- Sep 02, 1999
-
-
Hallvard Furuseth authored
Fix printf formats, remove unused variables, add missing prototypes in slapd, add static/const, add some return types or change to void return type.
-
Kurt Zeilenga authored
-