- Jun 17, 1999
-
-
Kurt Zeilenga authored
ldap_defaults.h incorporates non-generated ldapconfig.h values. ldap_config.h.in is new template for autoconf generated defaults (namely directories and paths) ldap_config.h.nt, NT template (must be manually copied) s/<ldapconfig.h>/<ldap_defaults.h>/ s/DIRSEP/LDAP_DIRSEP/ & s/DEFAULT_/LDAP_/
-
- May 29, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- May 28, 1999
-
-
Julio Sánchez Fernández authored
Provide (and use) #define shortcuts Really kill global_oc & global_at Publish schema through LDAP (really, it's there at last :-)
-
- Apr 14, 1999
-
-
Kurt Zeilenga authored
-
- Mar 17, 1999
-
-
Kurt Zeilenga authored
-
- Jan 21, 1999
-
-
Kurt Spanier authored
introduction of pid/agrs parameters to the test-suite slapd.conf files; creation of sub-directory test/var for storage of pid/args files during test; update of the slapd and slapd.conf man pages. (The change reduces dependency on ldapconfig.h, since SLAPD_PIDEXT and SLAPD_ARGSEXT are deleted from the code.)
-
- 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 07, 1999
-
-
Kurt Zeilenga authored
Removed old defines.
-
- Jan 05, 1999
-
-
Kurt Spanier authored
- slapd's pid/args file names are based on the servers binary file names, providing for multiple servers beeing run on one host. - slapd supports the -l command line parameter for selection of a syslog LOCAL user (-lLOCAL0 .. -lLOCAL7) - db_appinit() is called during first ldbm_open() in DB 2.x to initialize DB debugging features (good to find bugs in the DB code :-) - a patch for a non-initialized variable in DB's 2.x db_open is provided.
-
- Dec 28, 1998
-
-
Kurt Zeilenga authored
-
- Nov 29, 1998
-
-
Kurt Zeilenga authored
default sysconfdir subdirectory is openldap instead of ldap. This removes conflicts with other ldap subsystems. Should be configure option. *.conf files are now preserved. A *.conf.default are always created with the latest conf. *.help and ldapfriendly are now placed in $(datadir)/$(ldap_subdir) updated man pages to reflect changes.
-
- Nov 10, 1998
-
-
Kurt Zeilenga authored
Modified clients to reduce use of ldapconfig.h.edit. ldap_{get,set}_option support is relatively complete. Needs to be extended to support other "features" of OpenLDAP.
-
- Oct 25, 1998
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Oct 24, 1998
-
-
Kurt Zeilenga authored
Not quite sure if the entry lock handling is correct yet.
-
- Oct 20, 1998
-
-
Kurt Zeilenga authored
-
- Sep 18, 1998
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Sep 17, 1998
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
handle ldapconfig.h.in.
-
Kurt Zeilenga authored
-
- Sep 16, 1998
-
-
Kurt Zeilenga authored
Remove include/portable.h as it will now be built by configure.
-
- Aug 20, 1998
-
-
Kurt Zeilenga authored
Fixed Dependency Generation not to mess with Make-templates. side effect: depends are not carried forward after "make makefiles"
-
Kurt Zeilenga authored
ldif2ldbm.c defaults moved to ldapconfig.h, sed no longer needed. Changed type of lconn_lastused to time_t. Added include <time.h> were needed.
-
- Aug 19, 1998
-
-
Kurt Zeilenga authored
and setting of variables from Make-platform with defaults in Make-common.
-
Kurt Zeilenga authored
-
- Aug 09, 1998
-
-
Kurt Zeilenga authored
-