]> git.sur5r.net Git - openldap/shortlog
openldap
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...
1998-11-11 Kurt ZeilengaCreate feature file for NT build environment.
1998-11-11 Kurt ZeilengaDon't include portable.h. Headers can and should assum...
1998-11-11 Kurt ZeilengaUpdate configure to handle DEC OSF1 3.2 special cases.
1998-11-10 Kurt ZeilengaAdded support for ldap.conf file. See ldap.conf(5...
1998-11-10 Kurt ZeilengaHAVE_PTHREAD_ATTR_SETDETACHSTATE_NP should be HAVE_PTHR...
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-10 Kurt ZeilengaAdd support for OSF1 c89's -thread option to enable...
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 Kurt ZeilengaAdd -lresolv check for LDAP_DNS.
1998-11-08 Kurt ZeilengaDon't try to use TIOCGWINSZ unless it's defined.
1998-11-08 Hallvard FurusethRemoved bad LDAP* argument to disambiguate()
1998-11-08 Hallvard FurusethUndo last change (I commited the wrong version)
1998-11-08 Hallvard Furusethld could be used uninitialized
1998-11-08 Hallvard Furusethber_scanf() returns unsigned long, not int
1998-11-08 Hallvard Furusethdtest.c needed lber-int.h (struct berelement)
1998-11-08 Hallvard Furusethmissing 2nd argument to faxtotpc()
1998-11-08 Hallvard FurusethRemoved bad LDAP* argument to disambiguate()
1998-11-08 Kurt ZeilengaFix LDAP_DNS code to use LDAP_BOOL_GET
1998-11-08 Kurt Zeilengaloginfo test...
1998-11-08 Kurt ZeilengaTest new loginfo, only added a comment.
1998-11-08 Kurt ZeilengaAdded comment to test new loginfo commands.
1998-11-08 Kurt ZeilengaAdd additional LDAPD/ISODE checks
1998-11-07 Kurt ZeilengaFix LDBM_SYNC typo
1998-11-07 Kurt ZeilengaMake flush_writes the default. Change option to 'dbcac...
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 ZeilengaAdd LDAPD library checks.
1998-11-06 Kurt Zeilengamissing newlines bugfix from Dan.
1998-11-06 Kurt Zeilengaj_sanchez@stl.es
1998-11-06 Kurt Zeilengamail500 changes from wesley.craig@umich.edu
1998-11-06 Kurt ZeilengaMSVC5 does like -1UL... replaced with (unsigned long...
1998-11-06 Kurt ZeilengaUpdated MSVC5 workspaces and projects.
1998-11-06 Kurt ZeilengaGeneric variable argument header. Hides ugly ifdef.
1998-11-05 Kurt ZeilengaUse TOUPPER macro.
1998-11-05 Kurt ZeilengaFix datum typo.
1998-11-05 Kurt ZeilengaUpdated to 1.8
1998-11-05 Kurt ZeilengaUpdate version numbers.
next