]> git.sur5r.net Git - openldap/history - clients
Wrap externs with parens to protect against inproper macro expansion.
[openldap] / clients /
1999-05-04 Kurt ZeilengaFix "configurations".
1999-04-30 Hallvard Furusethenclose macro arguments in ()
1999-04-29 Hallvard FurusethEnclose CEILING/STRDUP macro args in ()
1999-04-28 Kurt ZeilengaForgot to add mkversion... ud needs the version string to
1999-04-28 Kurt ZeilengaAdd mkversion script to generate version.c files. ...
1999-04-27 Kurt ZeilengaLint removal: signed i < unsigned j
1999-04-14 Gary Williamsadjust project settings
1999-04-10 Kurt ZeilengaDeclare ldap_syslog/ldap_syslog_level locally. (This...
1999-04-04 Hallvard FurusethRemove initialization of auto arrays
1999-04-03 Hallvard FurusethRemove superfluous \ at end of lines outside macros...
1999-04-02 Gary Williamsadd release configurations
1999-04-01 Gary Williamscreate single-thread configurations
1999-03-29 Kurt ZeilengaRework ac/socket.h for HAVE_WINSOCK:
1999-03-29 Kurt ZeilengaMisc header cleanup
1999-03-27 Hallvard FurusethFree() -> ldap_memfree() changes. Remove use of the...
1999-03-22 Julio Sánchez Fern... Changed the way paths are replaced in xrpcomp so that...
1999-03-13 Ben CollinsUse LN_H in order to link (or copy) ldapadd from ldapmodify
1999-03-09 Hallvard FurusethFix previous changes: //comment -> /*comment*/
1999-03-09 Hallvard FurusethPass LDAP_OPT_<ON/OFF> instead of (void*)flag to ldap_s...
1999-03-09 Hallvard FurusethRemove warning: Enclose initializer in {}.
1999-03-09 Hallvard FurusethUse free instead of ber_bvecfree to free privately...
1999-03-09 Hallvard FurusethCheck for directory separator `\' in program name,...
1999-03-09 Hallvard FurusethImprove usage message and check, by JR Heisey
1999-03-06 Hallvard FurusethRemove unused variables
1999-03-06 Hallvard FurusethRemove a few typos in comments
1999-03-04 Kurt ZeilengaAdd mail500.m4 to source. Can be used to support sendmail
1999-03-04 Juan GomezAdded client-side support for MODDN request by adding...
1999-03-01 Kurt ZeilengaUse ldap_memfree() instead of free().
1999-02-22 Hallvard FurusethCast `char' arguments to ctype.h functions to `unsigned...
1999-02-20 Hallvard Furusethcast pw_in to const unsigned char *
1999-02-11 Kurt ZeilengaUpdates for MSVC 5.0. Fix libraries names to be ol...
1999-02-08 Kurt ZeilengaDrop the _s from the ldap_perror argument to be consist...
1999-02-04 Kurt ZeilengaBuild environment changes including:
1999-02-01 Kurt ZeilengaAdd ac/sysexits.h for GNU win32 environments.
1999-01-31 Kurt ZeilengaFix ldap_send_initial_request() to open connection...
1999-01-23 Kurt ZeilengaRemove configure's wait3 test as we don't care about...
1999-01-20 Kurt Zeilengaignore SIGPIPE
1999-01-20 Kurt ZeilengaUpdate ldap_first_attribute/ldap_next_attribute to...
1999-01-20 Kurt ZeilengaDon't use initializers for auto vars.
1999-01-19 Kurt ZeilengaUpdate slap_conn to maintain client provided dn and...
1999-01-14 Kurt ZeilengaRevamp build system yet again to move all external...
1999-01-13 Kurt ZeilengaRemove bogus ldap_msgfree() call.
1999-01-10 Kurt ZeilengaUpdate build environment to fix VPATH support.
1998-12-29 Kurt ZeilengaFix --disable-crypt and --disable-cleartext
1998-12-29 Kurt ZeilengaShould have left 'scope' alone.
1998-12-29 Kurt ZeilengaMake ldap_set_option options optional.
1998-12-27 Dave StoreyAdd support for -P protocol_version.
1998-12-27 Hallvard FurusethDon't use initializers for auto arrays
1998-12-27 Hallvard FurusethChange overlapping `strcpy( x, y )' to `SAFEMEMCPY...
1998-12-27 Hallvard FurusethChange overlapping `strcpy( x, y )' to `SAFEMEMCPY...
1998-12-22 Dave StoreyCode cleanups. MD5 and SHA1 routines should be a littl...
1998-12-22 Kurt ZeilengaAdded lber_get/set_option. Removed lber_debug/ldap_debug.
1998-12-21 Kurt ZeilengaGopher gw needs friendly fix.
1998-12-21 Kurt ZeilengaLDAP C-API changes
1998-12-20 Kurt Zeilengaldif'ize ldif library (ie: everything is now in the...
1998-12-15 Dave StoreyAdded support for password prompting. (-W switch)
1998-12-14 Kurt ZeilengaImport mail500 change from rel eng 1.1.
1998-12-14 Dave StoreyStreamlined Kerberos Code.
1998-12-14 Dave StoreyAdded Kerberos support.
1998-12-14 Kurt ZeilengaBackout previous changes made by Dave as they excessive...
1998-12-12 Dave StoreyAdded support for salted passwords.
1998-12-12 Dave StoreyUpdated Kerberos code, added password prompting. <dave...
1998-12-12 Dave StoreyUpdated Kerberos code, added password prompting, more...
1998-12-12 Dave StoreyUpdated Kerberos code, password prompting, added detail...
1998-12-12 Dave StoreyUpdated Kerberos code, password prompting, detailed...
1998-12-06 Kurt ZeilengaApply update from Dave with password prompting.
1998-12-06 Kurt ZeilengaFix ^I to \t in usage printf
1998-12-06 Kurt ZeilengaAdd ldappasswd program contributed by David E. Storey...
1998-11-30 Kurt ZeilengaRemove LDAP_PORT dependencies so that ldap.conf default...
1998-11-29 Kurt ZeilengaUpdate build environment:
1998-11-25 Kurt ZeilengaAdd KRB_LIBS to makefiles.
1998-11-23 Kurt ZeilengaRemove lint.
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-20 Kurt Zeilenga$BINDIR should be $bindir
1998-11-20 Hallvard FurusethDon't use the `return value' from void free()
1998-11-20 Hallvard FurusethNeeded stdio.h
1998-11-19 Hallvard Furusethpass struct in_addr.s_addr*, not long*, to gethostbyaddr
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-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 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-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-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 Kurt ZeilengaUpdate NT4 port.
1998-11-11 Kurt ZeilengaDon't include portable.h. Headers can and should assum...
1998-11-10 Kurt ZeilengaAdded support for ldap.conf file. See ldap.conf(5...
1998-11-09 Kurt ZeilengaInitial LDAP_API_FEATURE_X_OPENLDAP commit:
1998-11-08 Kurt ZeilengaDon't try to use TIOCGWINSZ unless it's defined.
next