]> git.sur5r.net Git - openldap/history - libraries/libldap
NT port
[openldap] / libraries / libldap /
1999-03-29 Kurt ZeilengaAdd ioctl_t for arg type (Unix requires 'int', Winsock...
1999-03-29 Kurt ZeilengaRework ac/socket.h for HAVE_WINSOCK:
1999-03-25 Kurt Zeilengaclose ldap.conf after reading it.
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-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 FurusethRemove unused variables
1999-03-06 Hallvard FurusethObey CTIME_R_RETURNS_INT
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 Bart HartgersAdded support in liblber and libldap for partial reads...
1999-03-03 Hallvard Furusethfunction pointers are incompatible with `void *'; remov...
1999-03-02 Bart HartgersThe new&improved Sockbuf. This adds the infrastructure...
1999-03-02 Kurt ZeilengaFix typo in previous commit.
1999-03-01 Kurt ZeilengaFix HAVE_WINSOCK for winsock32.lib
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-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-04 Kurt ZeilengaNeed KRB_LIBS to link test programs.
1999-02-02 Kurt ZeilengaFix typo suggested by Heiko W.Rupp in ITS#63
1999-01-31 Kurt ZeilengaFix ldap_send_initial_request() to open connection...
1999-01-29 Kurt Zeilengaldap_sort_entries() should try to malloc(0) when the...
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-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-16 Kurt ZeilengaAdd reference to ldap.conf(5).
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 ZeilengaRevamp build system yet again to move all external...
1999-01-10 Kurt ZeilengaUpdate build environment to fix VPATH support.
1999-01-07 Kurt ZeilengaBackout extraneous changes made by last commit.
1999-01-05 Kurt Spanier- Make install creates $(RUNDIR)/var for pid and args...
1999-01-02 Kurt ZeilengaUpdate ctime_r() argument macro to cache results and...
1999-01-02 Bart HartgersTeached autoconf to figure out how may arguments ctime_...
1998-12-29 Kurt ZeilengaSet 'expected' defaults
1998-12-28 Kurt ZeilengaAdd simple copyright notice.
1998-12-27 Kurt ZeilengaAdded ldap_get_entry_contols() and ldap_parse_reference...
1998-12-27 Hallvard FurusethChange overlapping `strcpy( x, y )' to `SAFEMEMCPY...
1998-12-27 Hallvard FurusethChange overlapping `strcpy( x, y )' to `SAFEMEMCPY...
1998-12-26 Kurt ZeilengaNeeds ldap-int.h
1998-12-24 Kurt Zeilengagetentry.c: LDAP_RES_SEARCH_REFERENCE changes after...
1998-12-24 Kurt ZeilengaBackout previous entry... causes runaway ldapsearch.
1998-12-24 Kurt ZeilengaInitial versions of functions to step through messages...
1998-12-23 Kurt ZeilengaInitial version of control free/dup functions.
1998-12-23 Kurt ZeilengaAdd client/server control free/dup functions and
1998-12-23 Kurt ZeilengaFix get/set error string bugs.
1998-12-22 Kurt ZeilengaAdd ldap_memfree() to the mix.
1998-12-22 Kurt ZeilengaUpdate main comment and remove unneeded <ac/time.h...
1998-12-22 Kurt ZeilengaAllow LDAP session errno and error strings to be set.
1998-12-22 Kurt ZeilengaUpdate error codes based upon draft-ietf-ldapext-ldap...
1998-12-22 Kurt ZeilengaAdd LDAP_OPT_API_FEATURE_INFO to obtain feature info...
1998-12-22 Kurt ZeilengaMove LDAPServer, LDAPConn, LDAPRequest, and LDAPCache
1998-12-22 Kurt ZeilengaAdded lber_get/set_option. Removed lber_debug/ldap_debug.
1998-12-21 Kurt ZeilengaLDAP C-API changes
1998-12-20 Kurt ZeilengaProvide framework for ldap_r and reentrant/thread safet...
1998-12-19 Kurt Zeilenga-lldap reentrantancy improvements from Bart Hartgers...
1998-12-01 Kurt ZeilengaCommit preliminary fix for ldap.conf base usage.
1998-11-30 Kurt ZeilengaRemove LDAP_PORT dependencies so that ldap.conf default...
1998-11-29 Kurt ZeilengaUpdate build environment:
1998-11-23 Kurt ZeilengaChange init_w_userconf to not interpet the filename...
1998-11-23 Hallvard Furusethgcc -W cleanup
1998-11-23 Hallvard FurusethPlug memory leak
1998-11-22 Kurt ZeilengaAdd libtool support based upon patch by Bart Hartgers...
1998-11-20 Kurt ZeilengaAdd strdup.c to project file.
1998-11-20 Kurt ZeilengaAdd strdup.c from -llutil, renamed to ldap_strdup(...
1998-11-19 Hallvard Furusethadd ldap_strdup and eliminate strdup in libldap
1998-11-19 Kurt ZeilengaSupport $LDAPRC to specify fullpath to additional rc...
1998-11-19 Kurt ZeilengaCheck in default ldap.conf file
1998-11-16 Kurt ZeilengaMake sure tblsize in initialized in ldap_new_select_info()
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-13 Hallvard FurusethRemoved space in front of `#endif'; `make depend' did...
1998-11-12 Kurt ZeilengaMove extern declarations to headers.
1998-11-12 Hallvard FurusethCheck if inet_addr() returns 0xffffffff as well as -1.
1998-11-11 Hallvard Furuseth&deref_kv -> deref_kv; som compilers don't like &array
1998-11-11 Kurt ZeilengaUpdate NT4 port.
1998-11-10 Kurt ZeilengaAdded support for ldap.conf file. See ldap.conf(5...
1998-11-10 Hallvard FurusethRemoved LDAP_P in unhex' prototype; unhex(char) is...
1998-11-10 Kurt ZeilengaUpdate apitest with to toy with additional ldap options...
1998-11-09 Kurt ZeilengaAdd support for runtime determination of API extensions.
1998-11-09 Kurt ZeilengaInitialize openldap_ldap_global_options struct (not...
1998-11-09 Kurt ZeilengaInitial LDAP_API_FEATURE_X_OPENLDAP commit:
next