- Apr 02, 1999
-
-
Gary Williams authored
-
- Apr 01, 1999
-
-
Gary Williams authored
-
- Mar 29, 1999
-
-
Kurt Zeilenga authored
tcp_close -> closesocket ioctl -> ioctlsocket Modify codes to use tcp_close() instead of close() for sockets. Modify ioctl codes to be compatible with WINSOCK.
-
Kurt Zeilenga authored
-
- Mar 27, 1999
-
-
Hallvard Furuseth authored
-
- Mar 22, 1999
-
-
Julio Sánchez Fernández authored
Changed the way paths are replaced in xrpcomp so that it is done in the make step instead of make install Removed pair of extra % from the path substitution
-
- Mar 13, 1999
-
-
Ben Collins authored
-
- Mar 09, 1999
-
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
- Mar 06, 1999
-
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
- Mar 04, 1999
-
-
Kurt Zeilenga authored
8.9 style configuration via MAILER(mail500).
-
Juan Gomez authored
ldapmodrdn so that it can take the newparent parameter. (Check -s option)
-
- Mar 01, 1999
-
-
Kurt Zeilenga authored
-
- Feb 22, 1999
-
-
Hallvard Furuseth authored
These functions require their arguments to be in the range of `unsigned char'.
-
- Feb 20, 1999
-
-
Hallvard Furuseth authored
-
- Feb 11, 1999
-
-
Kurt Zeilenga authored
Fix library/include paths for building "Release". Create getpass() from ud's mygetpass().
-
- Feb 08, 1999
-
-
Kurt Zeilenga authored
ldap commands.
-
- Feb 04, 1999
-
-
Kurt Zeilenga authored
Kerberos detection of des_debug detection of resolv.h and arpa/nameserv.h Updated affected codes.
-
- Feb 01, 1999
-
-
Kurt Zeilenga authored
Fix LDAP_API_VENDOR_VERSION -> LDAP_VENDOR_VERSION bug
-
- Jan 31, 1999
-
-
Kurt Zeilenga authored
openned (by ldap_open()). This allows ldap_init() to function properly!
-
- Jan 23, 1999
-
-
Kurt Zeilenga authored
Rewrite all child waits to use wait4 (for consistency only).
-
- Jan 20, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
BerElement argument per latest IETF ldapext draft c api spec. That is, caller is solely responsible for freeing the BerElement allocated and returned by ldap_first_attribute. Update man pages accordingly. Update applications accordingly.
-
Kurt Zeilenga authored
-
- Jan 19, 1999
-
-
Kurt Zeilenga authored
Update slap_op to maintain dn and ndn (derived from conn->c_dn). Update ldbm_back_bind to return actual bound dn (including rootdn) for use in slapd_conn. Other backends use client dn. Modify other codes to use ndn (normalized uppercase dn) most everywhere. Aliasing, Suffixing and modrdn could use more work. Applied suffixing to compare and modrdn.
-
- Jan 14, 1999
-
-
Kurt Zeilenga authored
end of link. Basic order is: $LDFLAGS internal-libs external-libs $LIBS $LTHREAD_LIBS LTHREAD_LIBS is last as -lpthread (or equiv) must be last on many systems. LIBS is next to last as some user might have put -lpthread (or equiv) in $LIBS.
-
- Jan 13, 1999
-
-
Kurt Zeilenga authored
-
- Jan 10, 1999
-
-
Kurt Zeilenga authored
make depend, make tests, and make install all work when build directory is not the $srcdir. Also modified library handling such that -lpthread more likely to be last. WARNING: new orderring requires use of LDFLAGS to set global loader options such as -L/usr/local/lib. If you put this in LIBS, some libraries may not be found a link time. Likely broke Kerberos/LDAPD support. Don't have those in my testbed.
-
- Dec 29, 1998
-
-
Kurt Zeilenga authored
mutex declaration should be moved from slapd/main.c to slapd/init.c so we don't have ripple changes through slapd/tools.
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Dec 27, 1998
-
-
Dave Storey authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-