Try to fix LIBOBJ detection of ntop/pton.
[rsync.git] / lib /
2001-11-27 Martin PoolAdd Paul Vixie's implementation of inet_ntop and inet_p...
2001-06-28 Andrew Tridgellremoved remnant test code for cray
2001-06-26 Andrew Tridgellfixed md4 on 64 bit boxes
2001-05-07 Andrew Tridgellforgot 1 place that used slprintf
2001-05-07 Andrew Tridgellimported new snprintf.c from samba, got rid of slprintf
2001-05-02 Andrew Tridgelluse mkstemp on systems where it is secure
2001-02-23 Martin PoolChange from getopt to popt.
2000-04-19 Andrew Tridgellfixed bug in replacement inet_aton()
2000-04-19 Andrew Tridgelltest was the wrong way around
2000-04-19 Andrew Tridgellautoconf test for broken solaris inet_aton()
2000-01-25 Andrew Tridgellthe convoluted nest of #ifdefs that is fnmatch.c caught...
2000-01-24 Andrew Tridgellmake the replacement inet_aton() function independent of
2000-01-23 Andrew Tridgellfixed mdfour code on Cray (64 bit problems)
2000-01-23 Andrew Tridgellhandle systems that don't take a 2nd argument to gettim...
2000-01-10 David DykstraNeeded to comment out the inclusion of headers in fnmat...
2000-01-07 David DykstraUpgrade lib/fnmatch.[ch] to the latest from glibc-2...
1999-11-01 Andrew Tridgelladded a replacement inet_aton() for systems that don...
1999-11-01 Andrew Tridgellforgot to commit the fnmatch.h changes
1999-02-12 David DykstraChange the implementation of memmove in lib/compat...
1999-02-03 David DykstraAdd alternate implementation of waitpid() for systems...
1998-11-23 Andrew Tridgellupdates to reflect new samba.org domain
1998-11-15 Andrew Tridgelluse native strlcat() and strlcpy() if available
1998-11-14 Andrew Tridgellchanged strlcat() and strlcpy() to have the same semant...
1998-11-04 Andrew Tridgelluse macros to make mdfour faster on systems that don...
1998-10-31 Andrew Tridgelladded copyright notice from Patrick Powell
1998-10-30 Andrew Tridgellcheck for a broken inet_ntoa() on IRIX
1998-10-29 Andrew Tridgellsome minor optimisations
1998-10-29 Andrew Tridgellchanges to get rsync working on a CRAY J90. This machin...
1998-10-28 Andrew Tridgellfixed handling of %.0f in replacement snprintf.c
1998-10-26 Andrew Tridgelladded a vsnprintf() implementation from cvslock. See...
1998-06-18 Andrew Tridgellfor consistency use memcpy/memset everywhere instead...
1998-05-27 Andrew Tridgelladded support for --include, --include-from and the...
1998-05-22 Andrew Tridgellno longer needed
1998-05-13 Andrew Tridgelladded replacement memmove
1998-03-25 Andrew Tridgelladd the dummy file to .cvsignore
1998-03-25 Andrew Tridgelladded this so the lib directory gets created when using...
1998-02-24 Andrew Tridgellcompatibility functions now split into their own file
1997-12-18 Andrew Tridgellfollowing a report of problems with Linux/alpha I've...
1997-12-16 Andrew TridgellChecker showed that zlib was using a element of its...
1997-12-16 Andrew Tridgelladded .cvsignore to the .cvsignore file to prevent...
1997-10-30 Andrew Tridgelldon't use WRAP as that maybe be defined in standard...
1997-04-11 Paul Mackerrasminor bugfixes
1996-10-02 Paul MackerrasFix compression bug where incompressible files weren...
1996-10-01 Andrew Tridgellchange BAD to ZBAD to avoid conflict with some systems
1996-07-03 Andrew Tridgell*** empty log message ***
1996-07-03 Paul MackerrasAdded in-stream deflate compression for file reconstruc...
1996-06-22 Andrew TridgellInitial revision