]> git.sur5r.net Git - openldap/history - libraries
All implementations of lutil_lockf (aka ldap_lockf) block until
[openldap] / libraries /
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-28 Ben CollinsIf we are using lutil_lock functions then define NEED_S...
1999-03-27 Hallvard FurusethROTATE<LEFT/RIGHT> error messages to stderr, not stdout
1999-03-26 Kurt ZeilengaUpdate locking codes.
1999-03-25 Kurt Zeilengaclose ldap.conf after reading it.
1999-03-20 Kurt ZeilengaProvide global assert solution. <ac/assert.h> (new...
1999-03-13 Hallvard FurusethParameters in front of va_alist are unportable; use...
1999-03-13 Hallvard FurusethAdd missing newline at end of file
1999-03-13 Ben CollinsAdded lockf.o to list of OBJS and lockf.c to list of...
1999-03-13 Ben CollinsCheck that FIONBIO is defined, also add defined(__BEOS_...
1999-03-13 Ben CollinsFunctions for using fcntl to lock/unlock files in case...
1999-03-13 Ben CollinsAdded check for getpass() as well as adding it to the...
1999-03-09 Hallvard Furuseth"const"ify some static arrays, and related parameters...
1999-03-09 Hallvard FurusethBugfix: Move handling of boolean options in front of...
1999-03-09 Hallvard FurusethReplace (int)LDAP_BOOL_GET(...) with LDAP_BOOL_GET...
1999-03-09 Kurt ZeilengaAdd LDIF_ to LINE_WIDTH
1999-03-08 Kurt ZeilengaDon't install CFFILES in ldap_r.
1999-03-06 Hallvard FurusethPut the ATTR_BOOL option numbers in attrs.offset instea...
1999-03-06 Kurt ZeilengaChange (int) invalue == (int) LDAP_OPT_ON to invalue...
1999-03-06 Hallvard FurusethMake block non-static and properly aligned
1999-03-06 Hallvard FurusethRemove unused variables
1999-03-06 Kurt Zeilengadefined USE_NONBLOCK for now... need to implement confi...
1999-03-06 Hallvard Furusethinclude ldap_pvt_thread.h, to verify func declarations...
1999-03-06 Hallvard FurusethFix typo .size -> .dsize in ldbm_datum_free()
1999-03-06 Hallvard FurusethObey CTIME_R_RETURNS_INT
1999-03-06 Ben CollinsMoved 'key.flags = 0;' inside of DB2 defines, it isn...
1999-03-06 Kurt ZeilengaMove lber_get/set_option stuff to a private structure.
1999-03-06 Kurt ZeilengaMSVC5 cleanup...
1999-03-05 Kurt Spanier1. Fix of ldbmcat segmentation fault bug (ITS#85 and...
1999-03-05 Hallvard FurusethRemove spurious backslash-newlines
1999-03-05 Hallvard FurusethChange LDAP.ld_lberoptions to `short', to realign with...
1999-03-05 Hallvard FurusethCast char* argument to hh_to_c() to Byte*
1999-03-05 Hallvard FurusethRemove LDAP_P() from prototypes with 'Byte' arguments
1999-03-04 Hallvard FurusethK&R varargs branch of ldap_log_printf() was bogus
1999-03-04 Juan GomezAdded the functions ldap_rename2() and ldap_rename2_s...
1999-03-03 Hallvard FurusethDon't choke if gethostby{name,addr}_r's number of argum...
1999-03-03 Hallvard FurusethPosix Draft 4 (HAVE_PTHREADS_D4) fixes:
1999-03-03 Hallvard FurusethBugs with !HAVE_PTHREAD_KILL: include errno.h. Typo...
1999-03-03 Hallvard Furusethcast printf(%s) argument from void* to char*
1999-03-03 Hallvard FurusethRemove untrue /*NOTREACHED*/: return 0 on EOF from...
1999-03-03 Bart HartgersAdded support in liblber and libldap for partial reads...
1999-03-03 Hallvard Furusethfunction pointers are incompatible with `void *'; remov...
1999-03-03 Hallvard Furusethfunction pointers are incompatible with `void *'; remov...
1999-03-03 Hallvard Furusethinclude lber-int.h to get lber_pvt_* declarations
1999-03-03 Hallvard Furusethber_scanf returns LBER_ERROR, not -1, on failure.
1999-03-03 Hallvard FurusethDeclare lber_pvt_sb_* functions from io.c in lber-int.h
1999-03-03 Hallvard FurusethBack out previous change; it was an accidental commit
1999-03-03 Hallvard FurusethDeclare lber_pvt_sb_* functions from io.c in lber-int.h
1999-03-02 Bart HartgersThe new&improved Sockbuf. This adds the infrastructure...
1999-03-02 Kurt ZeilengaFix typo in previous commit.
1999-03-02 Kurt ZeilengaReplace IFP() with appropriate full prototypes:
1999-03-01 Kurt ZeilengaUpdate NT port with support for -lldap_r and -lldbm.
1999-03-01 Kurt ZeilengaFix HAVE_WINSOCK for winsock32.lib
1999-03-01 Kurt ZeilengaUpdate libpath.
1999-02-25 Bart HartgersPatch to support to determine the number of args of the
1999-02-22 Hallvard FurusethCast `char' arguments to ctype.h functions to `unsigned...
1999-02-20 Kurt ZeilengaUse ldap_pvt_strtok directly and unconditionally.
1999-02-20 Kurt ZeilengaRemaining LDAP_COMPILING_R should be LDAP_R_COMPILE.
1999-02-20 Hallvard Furusethcast avl_free argument to IFP
1999-02-11 Kurt Zeilengaprint.c doesn't belong in libldif.dsp.
1999-02-11 Kurt ZeilengaUpdates for MSVC 5.0. Fix libraries names to be ol...
1999-02-09 Kurt ZeilengaFix text2time to handle 4 digit years. Fix YEAR()...
1999-02-08 Kurt ZeilengaDon't provide ldap.OpenLDAP.org and dc=OpenLDAP, dc...
1999-02-08 Kurt SpanierIntegration of the BDB2 backend into the new init/start...
1999-02-05 Kurt ZeilengaNew Frontend->Backend Interface
1999-02-04 Kurt ZeilengaNeed KRB_LIBS to link test programs.
1999-02-04 Kurt ZeilengaFix XXDIR to use $(srcdir) so that VPATH works.
1999-02-04 Kurt ZeilengaFix dbcache/entry lock deadlock. If dbcache lock is...
1999-02-04 Kurt ZeilengaBackout recent init/startup changes in preparation...
1999-02-04 Kurt ZeilengaFix DB_ENV typo.
1999-02-03 Kurt ZeilengaFix set concurrency typos.
1999-02-02 Kurt ZeilengaFix typo suggested by Heiko W.Rupp in ITS#63
1999-02-02 Kurt Zeilengagdbm_nextkey() takes two arguments not one.
1999-02-01 Kurt SpanierIntroduction of a backend startup/shutdown function...
1999-01-31 Kurt ZeilengaFix ldap_send_initial_request() to open connection...
1999-01-29 Kurt Zeilengazap ber buf pointer on free.
1999-01-29 Kurt ZeilengaAdd (back in) destroy functions...
1999-01-29 Kurt Zeilengaldap_sort_entries() should try to malloc(0) when the...
1999-01-28 Kurt Zeilengaldap_pvt_thread_cond_broadcast() was missing from stubs.
1999-01-28 Kurt ZeilengaUse -lldap_r instead of -lldap -lthread.
1999-01-26 Kurt ZeilengaLDBM/back-ldbm locking reworked!
1999-01-26 Kurt ZeilengaAdd lber_pvt.h with prototypes of lber_pvt_log_print...
1999-01-26 Kurt ZeilengaAdd lber_log_print support to libldap.
1999-01-25 Kurt ZeilengaAdd support for LBER_OPT_LOG_PRINT_FN option.
1999-01-24 Kurt ZeilengaForgotten commit of string rearrangement.
1999-01-24 Kurt ZeilengaForgot to add new string.c.
1999-01-22 Kurt ZeilengaMove libldap/strdup.c to string.c.
1999-01-20 Kurt ZeilengaUpdate ldap_first_attribute/ldap_next_attribute to...
1999-01-17 Kurt ZeilengaReorder build order: libavl depends on libldap (for...
1999-01-17 Bart HartgersAdded OpenLDAP copyright to files.
1999-01-16 Kurt ZeilengaAdd reference to ldap.conf(5).
1999-01-15 Bart HartgersChanges to support threads from libldap_r.
1999-01-15 Bart HartgersUpdates regarding threads and names.
1999-01-14 Kurt ZeilengaUpdate init and ldap.conf(5) to handle LDAPNOINIT,...
1999-01-14 Bart HartgersImproved ldap_int_strtok. If strtok_r does not exists...
1999-01-14 Kurt ZeilengaInsert missing ')'...
1999-01-14 Kurt ZeilengaModify build order to have lutil first and lthread...
1999-01-14 Kurt ZeilengaRevamp build system yet again to move all external...
1999-01-11 Kurt ZeilengaChange SLAPD shutdown to do a cond wait on active threa...
next