summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2001-06-28removed remnant test code for crayAndrew Tridgell1-2/+0
2001-06-26fixed md4 on 64 bit boxesAndrew Tridgell1-24/+16
2001-05-07forgot 1 place that used slprintfAndrew Tridgell1-2/+2
2001-05-07imported new snprintf.c from samba, got rid of slprintfAndrew Tridgell1-653/+770
2001-05-02use mkstemp on systems where it is secureAndrew Tridgell1-0/+1
2001-02-23Change from getopt to popt.Martin Pool2-880/+0
2000-04-19fixed bug in replacement inet_aton()Andrew Tridgell1-2/+2
2000-04-19test was the wrong way aroundAndrew Tridgell1-1/+1
2000-04-19autoconf test for broken solaris inet_aton()Andrew Tridgell1-16/+17
2000-01-25the convoluted nest of #ifdefs that is fnmatch.c caught us again. OnAndrew Tridgell2-4/+6
2000-01-24make the replacement inet_aton() function independent ofAndrew Tridgell1-1/+12
2000-01-23fixed mdfour code on Cray (64 bit problems)Andrew Tridgell1-3/+3
2000-01-23handle systems that don't take a 2nd argument to gettimeofday()Andrew Tridgell1-0/+10
2000-01-10Needed to comment out the inclusion of headers in fnmatch.c because itDavid Dykstra1-1/+5
2000-01-07Upgrade lib/fnmatch.[ch] to the latest from glibc-2.1.2 because theDavid Dykstra2-106/+393
1999-11-01added a replacement inet_aton() for systems that don't have it.Andrew Tridgell1-0/+16
1999-11-01forgot to commit the fnmatch.h changesAndrew Tridgell1-1/+5
1999-02-12Change the implementation of memmove in lib/compat.c to call bcopy insteadDavid Dykstra1-1/+1
1999-02-03Add alternate implementation of waitpid() for systems that have wait4 butDavid Dykstra1-0/+18
1998-11-23updates to reflect new samba.org domainAndrew Tridgell1-1/+1
1998-11-15use native strlcat() and strlcpy() if availableAndrew Tridgell1-5/+40
1998-11-14changed strlcat() and strlcpy() to have the same semantics as theAndrew Tridgell1-2/+2
1998-11-04use macros to make mdfour faster on systems that don't do inliningAndrew Tridgell1-23/+11
1998-10-31added copyright notice from Patrick PowellAndrew Tridgell1-21/+18
1998-10-30check for a broken inet_ntoa() on IRIXAndrew Tridgell1-0/+16
1998-10-29some minor optimisationsAndrew Tridgell1-9/+12
1998-10-29changes to get rsync working on a CRAY J90. This machine doesn't haveAndrew Tridgell2-0/+309
1998-10-28fixed handling of %.0f in replacement snprintf.cAndrew Tridgell1-24/+46
1998-10-26added a vsnprintf() implementation from cvslock. See the notes on theAndrew Tridgell1-0/+801
1998-06-18for consistency use memcpy/memset everywhere instead of bcopy/bzeroAndrew Tridgell1-1/+1
1998-05-27added support for --include, --include-from and the +/- syntaxAndrew Tridgell1-0/+18
1998-05-22no longer neededAndrew Tridgell2-5233/+0
1998-05-13added replacement memmoveAndrew Tridgell1-0/+8
1998-03-25add the dummy file to .cvsignoreAndrew Tridgell1-7/+8
1998-03-25added this so the lib directory gets created when using VPATHAndrew Tridgell1-0/+2
1998-02-24compatibility functions now split into their own fileAndrew Tridgell1-0/+52
1997-12-18following a report of problems with Linux/alpha I've changed zlib.c toAndrew Tridgell2-8/+9
1997-12-16Checker showed that zlib was using a element of its internal stateAndrew Tridgell1-0/+1
1997-12-16added .cvsignore to the .cvsignore file to prevent it from beingAndrew Tridgell1-0/+1
1997-10-30don't use WRAP as that maybe be defined in standard includesAndrew Tridgell1-3/+3
1997-04-11minor bugfixesPaul Mackerras1-1/+7
1996-10-02Fix compression bug where incompressible files weren't transmitted correctly.Paul Mackerras2-21/+3
1996-10-01change BAD to ZBAD to avoid conflict with some systemsAndrew Tridgell1-12/+12
1996-07-03*** empty log message ***Andrew Tridgell1-21/+7
1996-07-03Added in-stream deflate compression for file reconstruction instructions.Paul Mackerras2-0/+5257
1996-06-22Initial revisionAndrew Tridgell5-0/+1200