- 10 Jun, 2000 2 commits
-
-
Kurt Zeilenga authored
-
Mark Valence authored
ldap_pvt_thread_pool_backload() as needed. All tests run OK on pthre ads (linux), cthreads, NT threads, and Pth.
-
- 09 Jun, 2000 2 commits
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
Copyright 2000 Stig Venaas, UNINETT All rights reserved. Redistribution and use in source and binary forms are permitted without restriction or fee of any kind as long as this notice is preserved. The name of UNINETT may not be used to endorse or promote products derived from this software without specific prior written permission. This software is provided ``as is'' without express or implied warranty.
-
- 08 Jun, 2000 1 commit
-
-
Kurt Zeilenga authored
-
- 07 Jun, 2000 4 commits
-
-
Mark Valence authored
-
Kurt Zeilenga authored
-
Mark Valence authored
l is already parsed?
-
Kurt Zeilenga authored
Plus more pthread rwlock code
-
- 06 Jun, 2000 1 commit
-
-
Kurt Zeilenga authored
Copyright 2000 Stig Venaas, UNINETT All rights reserved. Redistribution and use in source and binary forms are permitted without restriction or fee of any kind as long as this notice is preserved. The name of UNINETT may not be used to endorse or promote products derived from this software without specific prior written permission. This software is provided ``as is'' without express or implied warranty.
-
- 22 May, 2000 1 commit
-
-
Kurt Zeilenga authored
SASL mech removed from backend bind callback (as SASL is managed by frontend) Changes to some backends are untested (as I don't have all dependent software install)
-
- 13 May, 2000 1 commit
-
-
Kurt Zeilenga authored
-
- 11 May, 2000 1 commit
-
-
Howard Chu authored
liblutil/ntservice.c change registry key path used for non-default service names. slapd/Makefile.in change to generate slapd.syms dynamically slapd/daemon.c fix to make NT service ignore SIGBREAK slapd/main.c fix to allow NT to retrieve listening url from registry slapd/nt_svc.c fix for exported symbols slapd/result.c change use of strerror to sock_errstr slapd/slapd.syms no longer needed
-
- 11 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.
-
- 13 Dec, 1999 1 commit
-
-
Kurt Zeilenga authored
Add copyrights
-
- 12 Dec, 1999 1 commit
-
-
Kurt Zeilenga authored
Modify tests to use -h "ldap://localhost:port/" instead of -p port.
-
- 09 Dec, 1999 1 commit
-
-
Mark Valence authored
On Windows, WSAENOTSOCK is treated the same as EBADF. This is needed because of a race condition (sock is selected just after another thread closes it), which needs a proper fix.
-
- 02 Dec, 1999 2 commits
-
-
Howard Chu authored
-
Howard Chu authored
on NT due to their fd_set implementation.
-
- 28 Nov, 1999 1 commit
-
-
Howard Chu authored
-
- 01 Nov, 1999 1 commit
-
-
Kurt Zeilenga authored
Update single debug/release not to use service manager nor event manager. Likely breaks MINGW32 port.
-
- 30 Oct, 1999 1 commit
-
-
Kurt Zeilenga authored
as s_addr member of in_addr may be a bitfield.
-
- 28 Oct, 1999 1 commit
-
-
Howard Chu authored
See README 1.27 log
-
- 08 Sep, 1999 1 commit
-
-
Kurt Zeilenga authored
Replace old Id as needed (back-tcl). Leave updating of contribWare to contributors (for now).
-
- 06 Sep, 1999 1 commit
-
-
Hallvard Furuseth authored
-
- 03 Sep, 1999 1 commit
-
-
Hallvard Furuseth authored
-
- 02 Sep, 1999 1 commit
-
-
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.
-
- 01 Sep, 1999 1 commit
-
-
Kurt Zeilenga authored
-
- 31 Aug, 1999 3 commits
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
provide prototype in lutil.h use LBER_SOCKET_T instead of int in prototype. (didn't use ber_socket_t so all of lber.h wouldn't have be dragged in) rename signal handlers, use RETSIGTYPE, and make SIGHUP wake rename fd to sd to reflect descriptor must be usable as a socket. renamed sel_exit_fds to wake_sds to reflect current use improve readability of sockpeer.c including removing obtuse goto.
-
Howard Chu authored
-
- 29 Aug, 1999 6 commits
-
-
Kurt Zeilenga authored
instead of WSAGetLastErrorString to preserve errno like semantics.
-
Howard Chu authored
-
Kurt Zeilenga authored
errno.
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
Use a UDP socket connected to itself to allow signals to terminate the select() in slapd_daemon_task().
-
- 25 Aug, 1999 1 commit
-
-
Kurt Zeilenga authored
to validate input dn's BEFORE sending dn's to server. Also fixed getfilter to use REG_EXTENDED|REG_NOSUB. (and fixed one case where REG_BASIC was still used). s/strdup/LDAP_STRDUP/ Added ldap_pvt_str2lower/upper
-
- 19 Aug, 1999 1 commit
-
-
Hallvard Furuseth authored
-