summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2004-04-09Missed one void-pointer-arithmetic case.Wayne Davison1-1/+1
2004-04-09AIX's cc was complaining about the void* arithmetic.Wayne Davison1-6/+10
2004-02-23Shouldn't ignore .cvsignore.Wayne Davison1-1/+0
2004-02-10Another attempt at measuring the minimum alignment for a system.Wayne Davison1-1/+6
2004-02-10Trying a different MINALIGN because of core dumps on the sparc-64Wayne Davison1-1/+1
2004-02-10Revert pool_alloc's use of bomb if pool == NULL.J.W. Schultz1-6/+1
2004-02-10If we call pool_alloc() on a NULL pool, bomb out with an error.Wayne Davison1-1/+6
2004-02-10Changed a while loop to a for loop.Wayne Davison1-5/+3
2004-02-10Added allocation pool code.J.W. Schultz3-0/+516
2004-01-20Make sure that strlcpy() returns the right value when the bufsize is 0.Wayne Davison1-4/+6
2004-01-20Fixed a bug in strlcat() where it would not properly detect a no-changeWayne Davison1-4/+3
2003-09-09Changed "remote_version" to "protocol_version".Wayne Davison1-3/+3
2003-07-30No longer needed (replaced by wildmatch).Wayne Davison2-570/+0
2003-07-14Make sure that no character class can match a '/'.Wayne Davison1-1/+1
2003-07-07Silence some compiler warnings on HP-UX.Wayne Davison1-3/+3
2003-07-07Don't treat "[:" as the start of a named set if there's no ":]".Wayne Davison1-3/+10
2003-07-06- Return ABORT_ALL for a syntax error in the pattern (not FALSE).Wayne Davison1-19/+57
2003-07-06Added some portability code for the ctype functions.Wayne Davison1-12/+41
2003-07-06- Added [:class:] handling to the character-class code.Wayne Davison1-7/+52
2003-07-05Simplified the character-class code a bit.Wayne Davison1-12/+7
2003-07-05Changed some names since "depth" wasn't really the right term.Wayne Davison1-6/+6
2003-07-05Improved the ABORT logic to allow aborting consecutive "*" wildcardsWayne Davison1-6/+20
2003-07-05Added in the ABORT optimization logic from a newer wildmat release,Wayne Davison1-23/+28
2003-07-05A couple comment tweaks.Wayne Davison1-3/+3
2003-07-05A new wildcard-matching routine to replace the fnmatch code.Wayne Davison2-0/+99
2003-07-04Attempting to fix the snprintf() conflict on a gcc-using HPUX 11.11.Wayne Davison1-1/+3
2003-04-10 - for protocol version >= 27, mdfour_tail() is called when the block sizeJ.W. Schultz2-14/+42
2003-04-09Fix bug reported by engard.ferenc at innomed.hu whereby using the %f formatPaul Green1-5/+8
2003-01-10Only refer to S_ISVTX if S_ISVTX is defined.Wayne Davison1-0/+2
2003-01-10+ Fixed a comment that referred to isc_net_pton() instead of inet_pton().Wayne Davison1-1/+3
2002-04-08Doc.Martin Pool1-13/+28
2002-01-15Clearer doc.Martin Pool1-2/+4
2001-11-29Just include rsync.h rather than all the individual headers.Martin Pool1-1/+1
2001-11-28Fix inet_ntop/pton namesMartin Pool2-5/+4
2001-11-28Protect AF_INET6 references with #ifdef INET6Martin Pool1-0/+4
2001-11-27Try to fix headers for UNICOSMartin Pool2-20/+2
2001-11-27When producing a ls-style permissions string, also handleMartin Pool1-0/+13
2001-11-27Split code to generate "rwx-----" strings into lib/permstring.c so itMartin Pool2-0/+51
2001-11-27Add Paul Vixie's implementation of inet_ntop and inet_pton forMartin Pool2-0/+409
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