- 19 Jun, 2000 2 commits
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- 18 Jun, 2000 1 commit
-
-
Kurt Zeilenga authored
-
- 05 Jun, 2000 1 commit
-
-
Kurt Zeilenga authored
-
- 30 May, 2000 1 commit
-
-
Kurt Zeilenga authored
-
- 13 May, 2000 1 commit
-
-
Kurt Zeilenga authored
-
- 08 Jan, 2000 1 commit
-
-
Kurt Zeilenga authored
simple bind via: {KERBEROS}principal Code is disabled by default (for security reasons). Use --enable-kpasswd to enable. Behind SLAPD_KPASSWD. Reworked Kerberos detection and split out KBIND as independent feature (--disable-kbind) (LDAP_API_FEATURE_X_OPENLDAP_V2_KBIND). KBIND depends upon detection of KRB4 (or KRB425) support. Detection, building with eBones (as distributed with FreeBSD 3.4) okay, but wasn't able to test as I don't have a K4 KDC handy. --with-kerberos has a number of detection options... most likely don't work properly.
-
- 01 Nov, 1999 3 commits
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
(excepting WIN32_LEAN_AND_MEAN). Rework openlog/closelog use to eliminate need for defines.
-
Kurt Zeilenga authored
-
- 31 Oct, 1999 1 commit
-
-
Howard Chu authored
ifdefs to depend on _WINNT, which is bogus. Added _WIN32 back on these ifs, and fixed some other include problems.
-
- 28 Oct, 1999 1 commit
-
-
Howard Chu authored
-
- 31 Aug, 1999 1 commit
-
-
Kurt Zeilenga authored
socketpair. Use dependent on useful detection is.
-
- 30 Aug, 1999 1 commit
-
-
Kurt Zeilenga authored
-
- 28 Aug, 1999 1 commit
-
-
Kurt Zeilenga authored
-
- 25 Aug, 1999 1 commit
-
-
Kurt Zeilenga authored
-
- 24 Aug, 1999 1 commit
-
-
Kurt Zeilenga authored
to build OpenLDAP.
-
- 23 Jul, 1999 1 commit
-
-
Kurt Zeilenga authored
of explicit acconfig.h entries.
-
- 13 Jul, 1999 1 commit
-
-
Kurt Zeilenga authored
-
- 05 Jul, 1999 1 commit
-
-
Kurt Zeilenga authored
-
- 24 Jun, 1999 1 commit
-
-
Bastiaan Bakker authored
ith --enable-modules. GLib v1.2 or higher is required.
-
- 18 Jun, 1999 1 commit
-
-
Kurt Zeilenga authored
added lber_types.h.nt, lber_types.h.in removal of NULLxxx internal macros (in favor of NULL). ch_free added to slapd,slurpd/ch_malloc.c #define free ch_free (should be removed after s/free/ch_free/g) in proto-slap.h ch_malloc and friends use ber_memalloc and friends
-
- 11 Jun, 1999 1 commit
-
-
Kurt Zeilenga authored
-
- 26 May, 1999 1 commit
-
-
Howard Chu authored
LDAP_OPT_MATCH_STRING to ldap.h and libldap/options.c.
-
- 14 Apr, 1999 1 commit
-
-
Kurt Zeilenga authored
Cleanup perl detection.
-
- 20 Mar, 1999 1 commit
-
-
Kurt Zeilenga authored
-
- 25 Feb, 1999 1 commit
-
-
Bart Hartgers authored
Patch to support to determine the number of args of the gethostby{name,addr}_r functions. Contributed by Juan Carlos Gomes IT#68 (apparently). Also includes support for detecting ssleay in configure.in.
-
- 14 Feb, 1999 1 commit
-
-
Kurt Zeilenga authored
-
- 03 Feb, 1999 1 commit
-
-
Kurt Zeilenga authored
Update acconfig.h to use @TOP@ and @BOTTOM@ to rid ourselves of the .top/.bot files.
-
- 01 Feb, 1999 1 commit
-
-
Kurt Zeilenga authored
Supports 'yes', 'no' (default), and 'auto'.
-
- 15 Jan, 1999 1 commit
-
-
Bart Hartgers authored
Fixed a small but nasty typo.
-
- 14 Jan, 1999 1 commit
-
-
Kurt Zeilenga authored
John's still working on the 'perl-test' (the perl backend test module).
-
- 13 Jan, 1999 1 commit
-
-
Kurt Zeilenga authored
in -lbind then in -lresolv.
-
- 10 Jan, 1999 1 commit
-
-
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.
-
- 02 Jan, 1999 1 commit
-
-
Kurt Zeilenga authored
one preprocessor macro instead of two. Ran aclocal, autoconf, autoheader to update derived files. Modify util-int.c to use CTIME_R_NARGS define and fallback to ctime() if not set. Made LDAP_API_FEATURE_X_OPENLDAP_REENTRANT dependent upon result.
-
- 28 Dec, 1998 1 commit
-
-
Kurt Zeilenga authored
-
- 20 Dec, 1998 3 commits
-
-
Kurt Zeilenga authored
LDAP_SYSLOG in slap.h/slurp.h.
-
Kurt Zeilenga authored
type 'sig_atomic_t' and marked it volatile. Add detection to configure to ensure sig_atomic_t and volatile are supported.
-
Kurt Zeilenga authored
-lldap_r can now be implemented...
-
- 01 Dec, 1998 1 commit
-
-
Kurt Zeilenga authored
Remove MD5 and SHA1 options (both are now always on). Rename functions to be lutil_ instead of ldap_. Create --enable-cleartext option. Default is currently 'on'.
-