]> git.sur5r.net Git - openldap/history - servers/slapd/main.c
SLAPI - Netscape plugin API for slapd - based on patch contributed by Steve Omrani...
[openldap] / servers / slapd / main.c
2002-12-07 Pierangelo MasaratiSLAPI - Netscape plugin API for slapd - based on patch...
2002-11-09 Pierangelo MasaratiPatch: Wrong args to Debug() and LDAP_LOG() (ITS#2170...
2002-10-28 Jong Hyuk ChoiUse of slap_schema.si_ad_entryUUID in bdb_psearch()
2002-10-25 Jong Hyuk ChoiLCUP persistent search code drop
2002-10-17 Kurt ZeilengaFix comment
2002-08-07 Howard ChuFix cargv leak in recursive read_config()
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-06-15 Kurt ZeilengaAdd -4/-6 flags to slapd to force use of IPv4 or IPv6
2002-05-04 Howard ChuSet tls_opt_require_cert to default to NEVER. libldap...
2002-04-15 Pierangelo Masaratiadd '-t' switch for clean config check; cleanup usage...
2002-04-11 Howard ChuITS#1733 eliminate o_abandonmutex
2002-03-25 Kurt ZeilengaITS#1686: fix typo in usage
2002-01-10 Kurt ZeilengaStart of new operational attribute framework
2002-01-04 Kurt ZeilengaUpdate copyright statements
2001-12-27 Kurt ZeilengaClean up a few globals
2001-12-15 Howard ChuMore thorough backend_destroy. Added config_destroy...
2001-12-10 Howard ChuChanged backglue configuration. Added noSubordinates...
2001-12-07 Howard ChuNT updates from jon@symas.com.
2001-12-04 Kurt ZeilengaClean up some misplaced 'extern' declarations (should...
2001-11-17 Pierangelo Masaratiminor cleanup
2001-11-07 Howard ChuAdded schema_destroy() et al to free schema structures...
2001-11-06 Howard ChuAdded ldap_pvt_tls_destroy() to cleanup TLS library...
2001-09-25 Kurt Zeilengaldif.h include cleanup
2001-08-02 Kurt ZeilengaAdd some addl. logging
2001-01-17 Gary Williamsfix format
2001-01-15 Gary WilliamsMore new logging (Behind NEW_LOGGING)
2000-11-21 Kurt ZeilengaITS#900: Fix waitpid == 0 bug
2000-10-25 Gary Williamsinitialize new logging routines (behind NEW_LOGGING)
2000-10-13 Julio Sánchez Fern... Let slapd at least start and do things. Someone should...
2000-10-09 Kurt Zeilengaslight change to chdir/chroot commit to clean up perror...
2000-10-09 Kurt ZeilengaDo a chdir() to the sandbox dir to ensure CWD is within...
2000-09-21 Kurt Zeilengacheck return of ldap_pvt_tls_init() (which doesn't...
2000-08-18 Kurt Zeilengaremove bdb2 cruft
2000-08-18 Kurt ZeilengaRemove cldap cruft
2000-08-17 Kurt ZeilengaAdd HAVE_CHROOT ifdef
2000-07-22 Kurt ZeilengaUse sigaction to set SA_RESTART (if appropriate).
2000-07-21 Kurt ZeilengaNo need to include <ac/signal.h> twice
2000-06-20 Kurt ZeilengaIntroduce LDAP_V() and friends
2000-06-19 Mark ValenceUpdate some prototype macros to build on NT.
2000-05-27 Kurt ZeilengaFix build problems under NT... likely broken service...
2000-05-26 Kurt ZeilengaAdd -n serviceName (for loggging purposes)
2000-05-15 Kurt ZeilengaRelocate schema_init() call to main()
2000-05-13 Kurt ZeilengaY2k copyright update
2000-05-12 Howard ChuFix previous change to getRegParam, SERVICE_NAME is...
2000-05-11 Howard ChuMore fixes for NT support:
2000-05-10 Kurt ZeilengaAdd basic and EXPERIMENTAL chroot() support.
1999-12-12 Kurt ZeilengaAdd password check and generation check.
1999-12-09 Mark ValenceAdds for Start TLS functionality on slapd and LDAP...
1999-11-27 Howard ChuFixes for NT dynamic linking.
1999-11-09 Mark ValenceAdded calls to new module_init() and module_kill()...
1999-11-01 Kurt ZeilengaAdditional mods to fix NT single threaded support.
1999-11-01 Kurt ZeilengaUse centralized output directories.
1999-11-01 Kurt ZeilengaAdd configure tests for ssize_t and caddr_t and remove...
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-09-04 Hallvard FurusethChange -d option to not detach even with -d 0 or compil...
1999-09-03 Hallvard FurusethMove `#include "ldap_defaults.h"' into slap.h, which...
1999-08-31 Kurt Zeilengasockpair cleanup including:
1999-08-25 Kurt ZeilengaImplement ldap_dn_normalize and friends. Should be...
1999-08-22 Hallvard FurusethPlug minor memory leak
1999-08-19 Kurt ZeilengaAdd hacks to allow debugging with CSRI malloc.
1999-08-17 Kurt ZeilengaNew dn2id format with base/one/subtree indices (ldbm...
1999-08-16 Hallvard FurusethITS#251: Remove 1st "u" (old UDP option) from getopt()
1999-08-05 Kurt ZeilengaAdd missing "\n" in usage statement
1999-08-04 Kurt ZeilengaAdd copyright notice and a few comments here and there
1999-08-04 Gary Williamsdon't force debug to 65535
1999-08-03 Kurt Zeilengas/exit(1)/exit(EXIT_FAILURE)/
1999-08-02 Kurt ZeilengaDisable connectionless support until someone implements
1999-07-21 Gary Williamsset tls_port to zero if !defined(HAVE_TLS) to satisfy...
1999-07-19 Kurt ZeilengaFix new URL startup code.
1999-07-19 Kurt ZeilengaNamespace changes
1999-07-15 Julio Sánchez Fern... Initialize the TLS environment *after* reading the...
1999-07-14 Julio Sánchez Fern... Parsing of flag -T was falling through to the default...
1999-07-14 Julio Sánchez Fern... Only bind on TLS port if explicitly requested with...
1999-07-14 Julio Sánchez Fern... Bind and listen on TLS port too
1999-06-18 Kurt Zeilengaber_int_t, ber_tag_t, ber_socket_t, ber_len_t
1999-06-18 Gary Williamsfix comment format, allow service name to be passed...
1999-06-17 Kurt ZeilengaRecommit NT service changes (untested) with changes...
1999-06-17 Kurt ZeilengaSeparate autoconf generated values from "defaults".
1999-06-17 Kurt ZeilengaBackout NT Service changes.... breaks Unix builds...
1999-06-16 Gary Williamsadd code to support slapd as NT service
1999-06-15 Julio Sánchez Fern... Moved call of schema_init from main to read_config.
1999-06-14 Julio Sánchez Fern... Matching rules and syntaxes, initial step.
1999-05-21 Kurt Zeilengas/WIN32/HAVE_WINSOCK/
1999-05-19 Kurt ZeilengaVienna Bulk Commit
1999-05-06 Gary Williamsmove bind_addr to make it externally available. NT...
1999-05-06 Gary Williamsdefine Versionstr, I'm sure there's a better way, but...
1999-04-30 Kurt ZeilengaFix typos.
1999-04-21 Kurt ZeilengaModify slapd set user/group support to use -u/-g instea...
1999-04-07 Hallvard FurusethRemove #ifdef SLAP_CLEANUP around closelog()
1999-04-06 Hallvard Furusethifdef SLAP_CLEANUP: close db files, free memory, some...
1999-04-03 Hallvard FurusethAdd -U and -G options to set user and group id.
1999-04-02 Hallvard FurusethFactor `}' out of #if/...}/#else...}/#endif, so Emacs...
1999-04-02 Hallvard FurusethFix the fix to the wait4child fix - forgot an #else
1999-04-02 Hallvard FurusethTrying again:
1999-04-02 Hallvard FurusethUNDO LAST COMMIT.
1999-04-02 Hallvard FurusethFix wait4child change: Prefer wait3 over wait. Use...
1999-04-01 Hallvard FurusethUpdate getopt() string and usage()
1999-04-01 Gary WilliamsNT port
1999-03-29 Kurt Zeilengaadd wait macros. add LDAP_SIGCHLD. and other misc...
1999-03-27 Hallvard FurusethAdd wait4child()
next