]> git.sur5r.net Git - openldap/history - servers/slapd/tools
Relocate schema_init() call to main()
[openldap] / servers / slapd / tools /
2000-05-15 Kurt ZeilengaRelocate schema_init() call to main()
2000-05-13 Kurt ZeilengaY2k copyright update
2000-05-10 Howard ChuRemove bogus use of PERL_LDFLAGS, it's correctly insert...
2000-04-25 Kurt ZeilengaSASL code without backend support. Should work with
2000-04-25 Kurt Zeilengaentry_schema_check() rename
2000-04-24 Ben Collinswhen opening files in /tmp use O_CREAT|O_EXCL to overco...
2000-03-16 Dmitry Kovalevupdate Win32 build environment to support back-sql
2000-02-28 Kurt ZeilengaYet another round of SLAPD_SCHEMA_NOT_COMPAT changes...
2000-02-25 Kurt Zeilenganoschemacheck should not disable validation of DNs
2000-02-06 Kurt ZeilengaYet another round of SLAPD_SCHEMA_NOT_COMPAT changes...
2000-02-05 Kurt ZeilengaAnother round of SLAPD_SCHEMA_NOT_COMPAT changes including
2000-01-29 Kurt ZeilengaSplit out schema initialization of builtin syntax/match...
2000-01-27 Kurt ZeilengaMove ldap_unicode_t to ldap_pvt.h, typedef to ldap_ucs2...
2000-01-02 Luke HowardMerged in preliminary support for Cyrus SASL library;
1999-12-16 Kurt ZeilengaAdd slappasswd to generate rootpw.
1999-12-15 Kurt ZeilengaUpdated sasl response to support returning of referrals.
1999-12-10 Mark ValenceStart TLS extension: check that TLS was inited successf...
1999-12-10 Kurt ZeilengaFix slapd SASL/ExternalOps encoding
1999-12-09 Mark ValenceAdds for Start TLS functionality on slapd and LDAP...
1999-12-08 Kurt ZeilengaReengineered ldappasswd(1). Uses extended operation...
1999-11-29 Kurt ZeilengaAdd send_ldap_sasl() to facility implementation of...
1999-11-25 Kurt ZeilengaFix prototypes to use ber_int_t consistently.
1999-11-23 Kurt ZeilengaMove userPassord and krbName authentication routines...
1999-11-01 Kurt ZeilengaChanges to support NT single debug
1999-11-01 Kurt ZeilengaUse centralized output directories.
1999-10-28 Howard ChuSpecifies the symbols that slapd must export, for Mingw...
1999-09-24 Kurt ZeilengaIn preparation for adding dn_rewrite()...
1999-09-22 Ben Collins* build/top.mk: removed references to TMPROOT and added...
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-09-06 Hallvard FurusethRemove lint
1999-09-03 Hallvard FurusethMove `#include "ldap_defaults.h"' into slap.h, which...
1999-09-02 Hallvard FurusethCleanup:
1999-09-01 Kurt Zeilengaif/else clause was reversed and attr->values used where...
1999-08-31 Hallvard FurusethTypo in debug message
1999-08-22 Hallvard FurusethInitialize lineno
1999-08-20 Kurt Zeilengaconst'fication
1999-08-19 Kurt Zeilengas/slapentry/slapadd/
1999-08-19 Kurt Zeilengas/HAVE_QUIPU/BUILD_QUIPU/
1999-08-19 Kurt ZeilengaFree ldif buffer... test001 now shows no leaks!
1999-08-19 Kurt ZeilengaAdd CSRIMALLOC support
1999-08-19 Kurt ZeilengaCentralize slap init/startup/shutdown/destroy into...
1999-08-19 Kurt ZeilengaClean up debug messages.
1999-08-18 Kurt ZeilengaFix typos in 'make clean'
1999-08-18 Kurt ZeilengaAdd schema checking, continue mode, and fix a few leaks.
1999-08-17 Hallvard FurusethAdd missing progname argument to fprintf
1999-08-17 Kurt ZeilengaMake -d levels additive
1999-08-17 Kurt ZeilengaNew dn2id format with base/one/subtree indices (ldbm...
1999-08-16 Hallvard Furusethback-ldbm: Kill ldbm_ignore_nextid_file, replace with...
1999-08-13 Kurt ZeilengaFix empty dn.
1999-08-13 Kurt ZeilengaAdd DN_INDICES search filter and has_children support...
1999-08-12 Kurt ZeilengaLeft DN_INDICES defines by mistake... it's not ready...
1999-08-11 Kurt ZeilengaImplement DN_PARENT_PREFIX and framework for DN_SUBTREE...
1999-08-11 Kurt ZeilengaRemoved redundant dn_normalization(strdup(ndn)) from...
1999-08-09 Kurt ZeilengaRemove lint.
1999-08-08 Hallvard FurusethSeparate put_nextid() out from next_id_write() in back...
1999-08-07 Kurt ZeilengaUse a cursor to step through ID_BLOCKS.
1999-08-07 Howard ChuFinal round of module changes
1999-08-07 Howard ChuModified to use libtool's ltdl instead of gmodule
1999-08-06 Kurt ZeilengaAdd copyright notices.
1999-08-06 Hallvard FurusethFactor out ldif entry parsing so all ldif2* tools will...
1999-08-06 Hallvard FurusethTypo: s/elineno, elineno/elineno, lineno/ in error...
1999-08-05 Kurt Zeilengacreate SASL_LIBS to hold -lsasl
1999-08-05 Kurt ZeilengaAdd basic configure support of --enable-quipu
1999-08-05 Kurt ZeilengaUpdate projects to use ldif2common.*
1999-08-04 Kurt ZeilengaAdd copyright notice and a few comments here and there
1999-08-04 Hallvard Furuseths/return 0/return EXIT_SUCCESS/ in main(), #include...
1999-08-04 Hallvard FurusethAlign somewhat with ldif2ldbm: Obey HAVE_SYS_PARAM_H...
1999-08-04 Hallvard FurusethFactor out ldif2* intialization to ldif2common.c
1999-08-03 Kurt ZeilengaList supportedSASLmechanisms based upon what sasl_listm...
1999-08-03 Kurt Zeilengas/exit(1)/exit(EXIT_FAILURE)/
1999-08-01 Hallvard FurusethKill lber_debug
1999-08-01 Hallvard FurusethAlign with ldif2id2children.c: s/int vlen;/ber_len_t...
1999-08-01 Hallvard Furuseths/getopt() != -1/getopt() != EOF/
1999-07-31 Kurt ZeilengaAdd support for "foo:< http://localhost/path.
1999-07-30 Kurt ZeilengaEnhance LDIF handling
1999-07-30 Julio Sánchez Fern... When recreating a database from an ldif file created...
1999-07-30 Julio Sánchez Fern... IDs in the LDIF input were not being used in id2childre...
1999-07-24 Kurt ZeilengaAdd support for LDAP_ALL_OPERATIONAL_ATTRIBUTES ("...
1999-07-22 Kurt ZeilengaAdd limited LDAP_INVALID_DN_SYNTAX support. dn_normali...
1999-07-19 Kurt ZeilengaNamespace changes
1999-07-16 Kurt ZeilengaImport experimental referral implementation from OPENLD...
1999-07-13 Julio Sánchez Fern... Include $(TLS_LIBS)
1999-07-13 Hallvard FurusethFix NULLxxx -> NULL
1999-07-07 Kurt ZeilengaAdd support for unsolicited notifications.
1999-06-24 Bastiaan BakkerMerged dynamic module support patch (see ITS #196)...
1999-06-18 Kurt Zeilengaber_int_t, ber_tag_t, ber_socket_t, ber_len_t
1999-06-17 Kurt ZeilengaSeparate autoconf generated values from "defaults".
1999-06-15 Juan GomezReplaced add/delete_value() by change_value() and index...
1999-06-15 Kurt ZeilengaFix a couple of nits. ldbmtest still needs to be porte...
1999-06-13 Kurt Zeilengas/ldap_open/ldap_init/ calls... ldap_open is deprecated.
1999-06-03 Kurt ZeilengaEnable browsing info in MSVC debugging configurations.
1999-06-03 Kurt Zeilengas/<stdlib.h>/<ac/stdlib.h>/
1999-06-02 Kurt ZeilengaUpdate Release/SRelease include paths
1999-05-23 Kurt ZeilengaRemove empty else and other minor cleanup.
1999-05-19 Kurt ZeilengaVienna Bulk Commit
1999-05-07 Gary WilliamsMove maxkids = cmdkids after fork of ldif2id2children...
1999-04-30 Hallvard FurusethITS#141: Add ldbm_ignore_nextid_file, since tools/ldif2...
1999-04-30 Hallvard Furusethenclose macro arguments in ()
1999-04-28 Gary Williamslet ldif2id2entry complete before allowing other childr...
next