aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Clearer doc.Martin Pool2002-01-151-2/+4
* Just include rsync.h rather than all the individual headers.Martin Pool2001-11-291-1/+1
* Fix inet_ntop/pton namesMartin Pool2001-11-282-5/+4
* Protect AF_INET6 references with #ifdef INET6Martin Pool2001-11-281-0/+4
* Try to fix headers for UNICOSMartin Pool2001-11-272-20/+2
* When producing a ls-style permissions string, also handleMartin Pool2001-11-271-0/+13
* Split code to generate "rwx-----" strings into lib/permstring.c so itMartin Pool2001-11-272-0/+51
* Add Paul Vixie's implementation of inet_ntop and inet_pton forMartin Pool2001-11-272-0/+409
* removed remnant test code for crayAndrew Tridgell2001-06-281-2/+0
* fixed md4 on 64 bit boxesAndrew Tridgell2001-06-261-24/+16
* forgot 1 place that used slprintfAndrew Tridgell2001-05-071-2/+2
* imported new snprintf.c from samba, got rid of slprintfAndrew Tridgell2001-05-071-653/+770
* use mkstemp on systems where it is secureAndrew Tridgell2001-05-021-0/+1
* Change from getopt to popt.Martin Pool2001-02-232-880/+0
* fixed bug in replacement inet_aton()Andrew Tridgell2000-04-191-2/+2
* test was the wrong way aroundAndrew Tridgell2000-04-191-1/+1
* autoconf test for broken solaris inet_aton()Andrew Tridgell2000-04-191-16/+17
* the convoluted nest of #ifdefs that is fnmatch.c caught us again. OnAndrew Tridgell2000-01-252-4/+6
* make the replacement inet_aton() function independent ofAndrew Tridgell2000-01-241-1/+12
* fixed mdfour code on Cray (64 bit problems)Andrew Tridgell2000-01-231-3/+3
* handle systems that don't take a 2nd argument to gettimeofday()Andrew Tridgell2000-01-231-0/+10
* Needed to comment out the inclusion of headers in fnmatch.c because itDavid Dykstra2000-01-101-1/+5
* Upgrade lib/fnmatch.[ch] to the latest from glibc-2.1.2 because theDavid Dykstra2000-01-072-106/+393
* added a replacement inet_aton() for systems that don't have it.Andrew Tridgell1999-11-011-0/+16
* forgot to commit the fnmatch.h changesAndrew Tridgell1999-11-011-1/+5
* Change the implementation of memmove in lib/compat.c to call bcopy insteadDavid Dykstra1999-02-121-1/+1
* Add alternate implementation of waitpid() for systems that have wait4 butDavid Dykstra1999-02-031-0/+18
* updates to reflect new samba.org domainAndrew Tridgell1998-11-231-1/+1
* use native strlcat() and strlcpy() if availableAndrew Tridgell1998-11-151-5/+40
* changed strlcat() and strlcpy() to have the same semantics as theAndrew Tridgell1998-11-141-2/+2
* use macros to make mdfour faster on systems that don't do inliningAndrew Tridgell1998-11-041-23/+11
* added copyright notice from Patrick PowellAndrew Tridgell1998-10-311-21/+18
* check for a broken inet_ntoa() on IRIXAndrew Tridgell1998-10-301-0/+16
* some minor optimisationsAndrew Tridgell1998-10-291-9/+12
* changes to get rsync working on a CRAY J90. This machine doesn't haveAndrew Tridgell1998-10-292-0/+309
* fixed handling of %.0f in replacement snprintf.cAndrew Tridgell1998-10-281-24/+46
* added a vsnprintf() implementation from cvslock. See the notes on theAndrew Tridgell1998-10-261-0/+801
* for consistency use memcpy/memset everywhere instead of bcopy/bzeroAndrew Tridgell1998-06-181-1/+1
* added support for --include, --include-from and the +/- syntaxAndrew Tridgell1998-05-271-0/+18
* no longer neededAndrew Tridgell1998-05-222-5233/+0
* added replacement memmoveAndrew Tridgell1998-05-131-0/+8
* add the dummy file to .cvsignoreAndrew Tridgell1998-03-251-7/+8
* added this so the lib directory gets created when using VPATHAndrew Tridgell1998-03-251-0/+2
* compatibility functions now split into their own fileAndrew Tridgell1998-02-241-0/+52
* following a report of problems with Linux/alpha I've changed zlib.c toAndrew Tridgell1997-12-182-8/+9
* Checker showed that zlib was using a element of its internal stateAndrew Tridgell1997-12-161-0/+1
* added .cvsignore to the .cvsignore file to prevent it from beingAndrew Tridgell1997-12-161-0/+1
* don't use WRAP as that maybe be defined in standard includesAndrew Tridgell1997-10-301-3/+3
* minor bugfixesPaul Mackerras1997-04-111-1/+7
* Fix compression bug where incompressible files weren't transmitted correctly.Paul Mackerras1996-10-022-21/+3