aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* change BAD to ZBAD to avoid conflict with some systemsAndrew Tridgell1996-10-011-12/+12
* *** empty log message ***Andrew Tridgell1996-07-031-21/+7
* Added in-stream deflate compression for file reconstruction instructions.Paul Mackerras1996-07-032-0/+5257
* Initial revisionAndrew Tridgell1996-06-225-0/+1200