]> git.ipfire.org Git - thirdparty/openldap.git/shortlog
thirdparty/openldap.git
1998-11-23  Hallvard FurusethPlug memory leak
1998-11-23  Kurt ZeilengaAdd NT related projects.
1998-11-23  Kurt ZeilengaShould use right define HAVE_NT_THREADS...
1998-11-23  Kurt ZeilengaAdd basic NT thread support.
1998-11-23  Kurt ZeilengaRemove lint.
1998-11-22  Kurt ZeilengaUpdate portable.h for NT
1998-11-22  Kurt ZeilengaAxe the SunOS 5.6 define and use Pthreads.
1998-11-22  Kurt ZeilengaUpdate configure with new yielding select test.
1998-11-22  Kurt ZeilengaReplaced PREEMPTIVE_THREADS with HAVE_YIELDING_SELECT...
1998-11-22  Kurt ZeilengaUse environment $CC is available, otherwise cc. New...
1998-11-22  Hallvard FurusethTypo: '#ifdef defined(...)'
1998-11-22  Hallvard Furusethbe& was passed uninitialized to read_config()
1998-11-22  Hallvard Furusethgcc -W cleanup: Remove implicit int, remove unused...
1998-11-22  Hallvard FurusethInclude ac/ctype.h
1998-11-22  Kurt Zeilenga"make veryclean" now lives up to its name.
1998-11-22  Kurt Zeilengaupdate termios: HAVE_TERMIOS -> HAVE_TERMIOS_H -> HAVE_...
1998-11-22  Hallvard FurusethDo not use struct winsize or declare chwinsz unless...
1998-11-22  Hallvard Furuseth"handler" should return RETSIGTYPE, not void
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-21  Predrag "Pele... Update to my little php3-tool thingy - config file...
1998-11-20  Kurt ZeilengaAdd hints for FreeBSD
1998-11-20  Kurt ZeilengaFix manual support. Set MANCOMPRESS to $(CAT) for...
1998-11-20  Kurt Zeilenga$BINDIR should be $bindir
1998-11-20  Kurt ZeilengaFix SunOS5 HAVE_THR detection -llwp -> -lthread
1998-11-20  Kurt ZeilengaPass $(CC) to mkdep
1998-11-20  Hallvard FurusethDon't use perror after ldbm_store() failure; errno...
1998-11-20  Hallvard FurusethAdd rfc2279 (obsoletes rfc2244)
1998-11-20  Hallvard FurusethThe tsleep() versions had different return types
1998-11-20  Hallvard Furusethstack.c did not compile, needed ldap_log.h for its...
1998-11-20  Hallvard FurusethDon't use the `return value' from void free()
1998-11-20  Hallvard FurusethNeeded stdio.h
1998-11-20  Kurt ZeilengaAdd strdup.c to project file.
1998-11-20  Kurt ZeilengaLWP/THR detected failed to set ol_link_threads.
1998-11-20  Kurt ZeilengaUpdate string.h to unconditional declare forwards for
1998-11-20  Kurt ZeilengaAdd strdup.c from -llutil, renamed to ldap_strdup(...
1998-11-20  Kurt ZeilengaUpdate INSTALL/README files with references to new...
1998-11-20  Kurt ZeilengaAdded some additional guidelines and clarified some...
1998-11-19  Hallvard FurusethGuidelines for developers in doc/devel/, added doc...
1998-11-19  Hallvard Furusethadd ldap_strdup and eliminate strdup in libldap
1998-11-19  Hallvard FurusethAdd "avoid extern in .c files".
1998-11-19  Hallvard FurusethAdded a file with coding rules and hints for OpenLDAP...
1998-11-19  Kurt ZeilengaSupport $LDAPRC to specify fullpath to additional rc...
1998-11-19  Hallvard Furusethpass struct in_addr.s_addr*, not long*, to gethostbyaddr
1998-11-19  Kurt ZeilengaCheck in default ldap.conf file
1998-11-19  Kurt ZeilengaUpdate comments associated with SIGUSRx -> LDAP_SIGUSRx...
1998-11-18  Kurt Zeilengadebug messages incorrectly said "add" instead of "remove".
1998-11-18  Kurt Zeilengafree parent's reader lock. Thanks Gary!
1998-11-18  Kurt ZeilengaUpdate configure.
1998-11-18  Kurt Zeilengawrap include fcntl.h with HAVE_FCNTL_H
1998-11-18  Kurt ZeilengaRemove lint in UserDirectory found on NT
1998-11-18  Kurt ZeilengaAdd headers to resolve implicit declaration warnings.
1998-11-18  Kurt ZeilengaUpdate LinuxThread signal handling. Hide #ifdef hell...
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-18  Kurt ZeilengaNeed to add SIZEOF defines.
1998-11-18  Kurt ZeilengaFix multiple define protection.
1998-11-18  Kurt ZeilengaShouldn't have removed uint32's multiple defined protec...
1998-11-18  Kurt ZeilengaAdd missing check for crypt.h
1998-11-17  Kurt ZeilengaMove byte orderring stuff to ac/bytes.h
1998-11-17  Kurt ZeilengaAdd sizeof checks to configure.in.
1998-11-17  Kurt ZeilengaAdd AC_C_BIGENDIAN check for <ac/socket.h>. Code shoul...
1998-11-17  Kurt ZeilengaNT doesn't have fork. Need to define HAVE_SPAWNLP
1998-11-17  Kurt ZeilengaRemove recently added externs. Some may not actually...
1998-11-17  Kurt ZeilengaUpdate handling of string headers.
1998-11-17  Hallvard FurusethBack out probable fix to strange alignment code
1998-11-17  Hallvard FurusethBack out K&Rification change; would only be needed...
1998-11-17  Hallvard FurusethKill off #elif in ldap/include/. K&R does not support it.
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-16  Kurt ZeilengaAdd checks for string.h and strings.h and apply them...
1998-11-16  Kurt ZeilengaUpdate pthread preemptive test. Still needs work.
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-15  Hallvard FurusethAdded declarations of common str*() functions
1998-11-15  Kurt ZeilengaAdd check to see if errno is always thread specific.
1998-11-15  Kurt Zeilengafix typo in previous commit.
1998-11-15  Kurt Zeilengadon't assume NULL is zero.
1998-11-15  Kurt ZeilengaUse "generic" ac headers.
1998-11-13  Kurt ZeilengaPthread library check. Autoconf uses same cache variab...
1998-11-13  Hallvard FurusethRemoved space in front of `#endif'; `make depend' did...
1998-11-12  Kurt ZeilengaEliminate #ifdef DOS
1998-11-12  Kurt ZeilengaUpdates based upon latest NT UserDirectory changes:
1998-11-12  Kurt ZeilengaModified UD as necessary to compile and link under NT.
1998-11-12  Kurt ZeilengaMove extern declarations to headers.
1998-11-12  Kurt ZeilengaRework prototype ifdef to use __NO_PROTOTYPES and...
1998-11-12  Kurt ZeilengaInclude ldif.h to pickup declaration of str_getline()
1998-11-12  Kurt Zeilengaremove an entry from its parent's children ID list...
1998-11-12  Hallvard FurusethForced commit to correct previous log, files were not...
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 FurusethMemory leaks: Values from ldap_get_dn were not freed.
1998-11-11  Hallvard FurusethMemory leaks: Values from ldap_dn2ufn and ldap_get_dn...
1998-11-11  Hallvard FurusethLocks were not always released, in particular if someth...
1998-11-11  Hallvard Furusethstrlen() needed string.h.
1998-11-11  Hallvard FurusethFix HAVE_PTHREAD_D4 -> HAVE_PTHREADS_D4
1998-11-11  Hallvard Furuseth&deref_kv -> deref_kv; som compilers don't like &array
1998-11-11  Kurt ZeilengaUpdate NT4 port.
1998-11-11  Kurt ZeilengaAdd/Remove defines to make current with ldapconfig...
next