]> git.sur5r.net Git - openldap/history - servers/slurpd
for slurpd's replica directory (slurpd.status, and rej file) use a subdir of what...
[openldap] / servers / slurpd /
2000-04-24 Ben Collinsfor slurpd's replica directory (slurpd.status, and...
2000-04-24 Ben Collinsfilecheck(), we should strcpy the file passed (f arg...
2000-04-24 Ben Collinsuse strcpy instead of sprintf when all we have is two...
2000-04-24 Ben Collinswhen opening files in /tmp use O_CREAT|O_EXCL to overco...
2000-04-12 Kurt Zeilengaobjectclass=* -> NULL
2000-01-08 Kurt ZeilengaInitial implementation of Kerberos password verificatio...
1999-12-12 Kurt ZeilengaFix server unavailable handling bug introduced by the...
1999-12-04 Kurt ZeilengaFix ldap_rename parameter order (ITS#387)
1999-11-01 Kurt ZeilengaAdd configure tests for ssize_t and caddr_t and remove...
1999-11-01 Kurt ZeilengaAdd <ac/param.h> to wrap <sys/param.h>
1999-10-28 Howard ChuUse new macros from configure.in to accomodate NT/Mingw...
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-04 Hallvard FurusethChange -d option to not detach even with -d 0 or compil...
1999-09-02 Hallvard FurusethRemove unused vars/function
1999-09-01 Hallvard Furusethinclude ac/string.h
1999-08-31 Kurt ZeilengaShouldn't need to restall signal handler outside of...
1999-08-31 Kurt Zeilengado_admin should reinstall handler on called signal...
1999-08-27 Hallvard FurusethPlug memory leaks (free output from ldif_parse_line)
1999-08-20 Kurt ZeilengaFix slurpd constification where dependent upon slap.h
1999-08-19 Kurt ZeilengaAdd CSRIMALLOC Support
1999-08-08 Hallvard Furusethldap_op.c: Get LDAP->ld_lberoptions from libldap/ldap...
1999-08-05 Kurt Zeilengacreate SASL_LIBS to hold -lsasl
1999-08-03 Kurt ZeilengaNeeds <ac/stdlib.h> for EXIT_*
1999-08-03 Kurt Zeilengas/exit(1)/exit(EXIT_FAILURE)/
1999-07-31 Kurt ZeilengaAdd support for "foo:< http://localhost/path.
1999-07-30 Kurt ZeilengaEnhance LDIF handling
1999-07-29 Kurt ZeilengaVery crude LDIF changes:
1999-07-13 Julio Sánchez Fern... Include $(TLS_LIBS)
1999-06-29 Kurt Zeilengaremove obsolete file.
1999-06-19 Kurt ZeilengaUse ber_mem* and friends
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-13 Kurt Zeilengas/ldap_open/ldap_init/ calls... ldap_open is deprecated.
1999-06-03 Kurt Zeilengas/<stdlib.h>/<ac/stdlib.h>/
1999-05-19 Kurt ZeilengaVienna Bulk Commit
1999-04-28 Kurt ZeilengaAdd mkversion script to generate version.c files. ...
1999-04-13 Hallvard FurusethMove ldap_pvt_thread_initialize() in front of init_glob...
1999-04-07 Kurt ZeilengaRemove extraneous setting of shutdown variable before...
1999-04-06 Kurt ZeilengaAdd ldap_pvt_thread_destory() to un-ldap_pvt_thread_ini...
1999-04-06 Kurt ZeilengaRemove HAVE_LWP use from slurpd. globals for ldap_pvt_...
1999-04-06 Kurt ZeilengaBackout last change (resurection)
1999-04-06 Kurt ZeilengaMove tsleep back to slurpd... it relies on slurpd inter...
1999-04-03 Hallvard FurusethAdd missing \n's in Debug statements
1999-03-29 Kurt ZeilengaMisc header cleanup
1999-03-28 Kurt ZeilengaAll implementations of lutil_lockf (aka ldap_lockf...
1999-03-28 Kurt ZeilengaUpdate lutil_lockf (aka: ldap_lockf) to hide implementa...
1999-03-13 Ben CollinsUsed new ldap_(un)lockf() functions
1999-03-09 Kurt ZeilengaLINE_WIDTH -> LDIF_LINE_WIDTH
1999-03-06 Hallvard FurusethRemove unused variables
1999-03-03 Hallvard Furusethreplace integer argument NULL with 0
1999-03-01 Kurt ZeilengaUpdate NT port with support for -lldap_r and -lldbm.
1999-02-23 Hallvard FurusethFix previous change to strtok_quote
1999-02-23 Hallvard FurusethMake strtok_quote treat the character following \ as...
1999-01-28 Kurt ZeilengaUse -lldap_r instead of -lldap -lthread.
1999-01-14 Kurt ZeilengaRevamp build system yet again to move all external...
1999-01-10 Kurt ZeilengaUpdate build environment to fix VPATH support.
1999-01-07 Kurt ZeilengaFix --disable-slurpd.
1998-12-30 Kurt ZeilengaCleanup thread handling to resolve non-exiting daemons...
1998-12-27 Hallvard FurusethChange overlapping `strcpy( x, y )' to `SAFEMEMCPY...
1998-12-22 Kurt ZeilengaAdd <ac/signal.h> back in to ease pain on some platforms.
1998-12-22 Kurt ZeilengaAdded lber_get/set_option. Removed lber_debug/ldap_debug.
1998-12-20 Kurt Zeilengaldif'ize ldif library (ie: everything is now in the...
1998-12-20 Kurt ZeilengaAdd configure code for setting LDAP_SYSLOG but actually...
1998-12-20 Kurt ZeilengaMinor change to signal handler. Changed _shutdown...
1998-12-20 Kurt ZeilengaFix server --without-xxx build issues...
1998-11-30 Kurt ZeilengaEven more LDAP_PORT depends.
1998-11-29 Kurt ZeilengaUpdate build environment:
1998-11-25 Kurt ZeilengaAdd KRB_LIBS to makefiles.
1998-11-22 Kurt Zeilenga"make veryclean" now lives up to its name.
1998-11-22 Kurt ZeilengaAdd libtool support based upon patch by Bart Hartgers...
1998-11-20 Hallvard FurusethThe tsleep() versions had different return types
1998-11-19 Kurt ZeilengaUpdate comments associated with SIGUSRx -> LDAP_SIGUSRx...
1998-11-18 Kurt ZeilengaUpdate LinuxThread signal handling. Hide #ifdef hell...
1998-11-16 Kurt ZeilengaRemove extern declarations of library functions from...
1998-11-15 Hallvard FurusethProtoized, moved extern definitions to .h files, fixed...
1998-11-15 Kurt ZeilengaRemove #ifdef sunos in lthread HAVE_LWP code.
1998-11-11 Hallvard FurusethFix most `wider type truncated to int' bugs on OSF1...
1998-11-11 Hallvard FurusethLocks were not always released, in particular if someth...
1998-11-11 Hallvard FurusethFix HAVE_PTHREAD_D4 -> HAVE_PTHREADS_D4
1998-11-11 Kurt ZeilengaDon't include portable.h. Headers can and should assum...
1998-11-11 Kurt ZeilengaUpdate configure to handle DEC OSF1 3.2 special cases.
1998-11-06 Kurt Zeilengaj_sanchez@stl.es
1998-11-05 Kurt ZeilengaUse TOUPPER macro.
1998-11-05 Hallvard FurusethSome gcc -W... cleanup
1998-11-05 Kurt ZeilengaNeeded -llutil before @LUTIL_LIBS@
1998-11-05 Hallvard Furusethreplace detach.c with lutil_detach()
1998-11-05 Kurt ZeilengaNeeds LUTIL_LIBS
1998-11-04 Kurt ZeilengaHAVE_LWP_THR was renamed HAVE_THR.
1998-11-04 Kurt Zeilengastruct ldap is now opaque to clients.
1998-10-26 Kurt ZeilengaMore header work toward draft-ietf-ldapext-ldap-c-api-01.
1998-10-25 Kurt Zeilengamerged with autoconf branch
1998-10-25 Kurt ZeilengaFound the really, really stupid bug. The SAFEMEMCPY...
1998-10-24 Kurt Zeilengaupdate locking codes, remove old platform specific...
1998-10-22 Kurt ZeilengaThe world compiles and links....
1998-10-21 Kurt Zeilengainclude portable.h
1998-10-19 Kurt ZeilengaRemove DEFS variables from Makefiles, remove bridge.h.
1998-09-25 Kurt ZeilengaEverything compiles.... but tests fail...
1998-09-23 Kurt ZeilengaUse ldap_cdefs.h more. Use bridge.h less.
next