]> git.sur5r.net Git - openldap/history - libraries
Update copyright notices to 1999.
[openldap] / libraries /
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-26 Hallvard FurusethPlug memory leaks when ber input fails: Let ber_scanf...
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-24 Randy KunkeeFix line 62 of bprint.c "#elif" line with no expression.
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 Zeilengaldif'ize ldif library (ie: everything is now in the...
1998-12-20 Kurt ZeilengaProvide framework for ldap_r and reentrant/thread safet...
1998-12-19 Kurt ZeilengaDon't include -lldap_r in make all (yet).
1998-12-19 Kurt ZeilengaAdd -lldap_r build environment (no code yet).
1998-12-19 Kurt Zeilenga-lldap reentrantancy improvements from Bart Hartgers...
1998-12-18 Kurt ZeilengaAdd draft-ietf-ldapext-ldap-c-api-01 routines ber_init()
1998-12-14 Kurt ZeilengaMake sure that four characters, rather than only the...
1998-12-04 Kurt Zeilengatestavl wasn't being linked.
1998-12-01 Kurt ZeilengaCommit preliminary fix for ldap.conf base usage.
1998-12-01 Kurt ZeilengaUpdate slapd to use lutil_passwd() for both user and...
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 Kurt ZeilengaUpdate code to use HAVE_STDARG and to properly include...
1998-11-23 Hallvard Furusethgcc -W cleanup
1998-11-23 Hallvard FurusethPlug memory leak
1998-11-23 Kurt ZeilengaShould use right define HAVE_NT_THREADS...
1998-11-23 Kurt ZeilengaAdd basic NT thread support.
1998-11-22 Kurt ZeilengaAxe the SunOS 5.6 define and use Pthreads.
1998-11-22 Hallvard Furusethgcc -W cleanup: Remove implicit int, remove unused...
1998-11-22 Kurt ZeilengaAdd libtool support based upon patch by Bart Hartgers...
1998-11-21 Kurt ZeilengaLIBS needs to be redefined to link test programs.
1998-11-21 Kurt ZeilengaBuild library test programs. Fix compiling issues.
1998-11-20 Hallvard Furusethstack.c did not compile, needed ldap_log.h for its...
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-18 Kurt ZeilengaRemove lint in UserDirectory found on NT
1998-11-18 Kurt ZeilengaOBJS: passwd.c -> passwd.o (I thought I already fixed...
1998-11-18 Kurt ZeilengaProtect strdup/memcmp from macro subsitution. Let...
1998-11-17 Hallvard FurusethBack out probable fix to strange alignment code
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-15 Kurt ZeilengaRemove #ifdef sunos in lthread HAVE_LWP code.
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 FurusethFix most `wider type truncated to int' bugs on OSF1...
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 ZeilengaUpdate thread detection:
1998-11-09 Kurt ZeilengaFix rwlock pthread draft4 compatibility.
1998-11-09 Kurt ZeilengaInitial LDAP_API_FEATURE_X_OPENLDAP commit:
1998-11-09 Kurt ZeilengaSplit out ldapoptions from struct ldap to facilate...
1998-11-08 Hallvard Furusethdtest.c needed lber-int.h (struct berelement)
1998-11-08 Kurt ZeilengaFix LDAP_DNS code to use LDAP_BOOL_GET
1998-11-07 Kurt ZeilengaFix detach.c typo in OBJS
1998-11-06 Kurt ZeilengaAdd lutil_passwd()
1998-11-06 Kurt ZeilengaShould include lutil.h to get it's own prototype.
1998-11-06 Kurt ZeilengaMSVC5 does like -1UL... replaced with (unsigned long...
1998-11-06 Kurt ZeilengaUpdated MSVC5 workspaces and projects.
1998-11-05 Kurt Zeilengaadd exit, check commitlogs
1998-11-05 Kurt ZeilengaSimple test to verify commitlog fix.
1998-11-05 Kurt Zeilengadefine _REENTRANT & _THREAD_SAFE to pull in reentrant...
1998-11-05 Hallvard FurusethSome gcc -W... cleanup
1998-11-05 Hallvard FurusethTypo when !LDAP_REFERRALS
1998-11-05 Kurt ZeilengaAdd descriptive comment at top.
1998-11-04 Hallvard FurusethAdded ldap_msgtype() and ldap_msgid()
1998-11-04 Hallvard FurusethAdded ldap_explode_rdn()
1998-11-04 Kurt ZeilengaMake sure vsnprintf() exists before using it. Add...
1998-11-04 Hallvard FurusethAdded lutil_detach()
1998-11-04 Kurt ZeilengaAdd apitest to build.
1998-11-04 Kurt ZeilengaAPI test for checking draft API issues.
1998-11-04 Kurt ZeilengaUpdate options.c to use new defines.
1998-11-04 Kurt Zeilenga8-bit memcmp()
1998-11-04 Hallvard FurusethSome gcc -W cleanup
1998-11-04 Kurt Zeilengastruct ldap is now opaque to clients.
1998-11-04 Kurt ZeilengaAdd setproctile to liblutil
1998-10-27 Kurt Zeilengaadded ber_print_error() and renamed lber_bprint into...
1998-10-27 Stuart Lynne1. add ldap_get_lderrno(), required if struct ldap...
1998-10-26 Kurt Zeilengarename ber_init() to ber_init_w_nullc in preparation...
1998-10-26 Kurt ZeilengaMore header work toward draft-ietf-ldapext-ldap-c-api-01.
next