]> git.sur5r.net Git - openldap/shortlog
openldap
1998-11-28 Predrag "Pele... Updated some stuff on php3-tool
1998-11-28 Predrag "Pele... Added include/preferences.inc to php3-tool. Aploligies...
1998-11-28 Predrag "Pele... Added style.css for php3-tool. I really don't know...
1998-11-27 Kurt ZeilengaReplace strdup() with ch_strdup() such that exit()...
1998-11-27 Kurt ZeilengaApply preliminary patch provided by Hallvard.
1998-11-27 Predrag "Pele... Updates to cache and misc. other fixes on gtk-tool
1998-11-27 Predrag "Pele... Removal of misc. redundant files for gtk-tool
1998-11-27 Predrag "Pele... Misc. pixmaps for gtk-tool - added
1998-11-27 Predrag "Pele... Misc. fixes and additions to gtk-tool - works and looks...
1998-11-26 Predrag "Pele... ChangeLog file for gtk-tool with the first entry
1998-11-26 Predrag "Pele... Updates: command-line parsing of parameters for server...
1998-11-26 Predrag "Pele... A few quick fixes to get it up to speed with latest...
1998-11-26 Kurt ZeilengaAdd MajorLDAP to project list.
1998-11-26 Kurt ZeilengaAdd additional projects to todo list:
1998-11-25 Kurt ZeilengaAdd KRB_LIBS to makefiles.
1998-11-25 Kurt ZeilengaAdd hint files for Solaris and SunOS.
1998-11-25 Kurt ZeilengaAdd a couple minor safety checks.
1998-11-25 Kurt ZeilengaFix ldap_sigusr2 vs 1 typo for Linux on alpha & sparc.
1998-11-24 Kurt ZeilengaInitial revision
1998-11-24 Kurt Zeilengastring_expand used hardcoded size instead of bufsiz...
1998-11-23 Kurt ZeilengaChanged dn2entry to always returned a modified matched.
1998-11-23 Kurt Zeilengaplug newDN memory leak using Will Ballantyne's patch
1998-11-23 Hallvard FurusethAdd crypt() declaration
1998-11-23 Kurt ZeilengaShould include <ac/unistd.h> instead of <unistd.h>
1998-11-23 Kurt ZeilengaNeed to add unistd.h and sys/time.h checks back in...
1998-11-23 Hallvard FurusethPlug memory leaks
1998-11-23 Hallvard Furusethgcc -Wformat cleanup
1998-11-23 Hallvard FurusethCast memcpy #defined as bcopy to void, to avoid use...
1998-11-23 Kurt ZeilengaRemove mktime/stdtod checks. They are not currently...
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 FurusethForced commit to update previous log, files were not...
1998-11-23 Hallvard Furusethgcc -W cleanup
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
next