aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* John E. Malmberg convinced me to standardize on #ifs for definedWayne Davison2005-02-141-2/+2
* - Use "uchar" instead of "unsigned char".Wayne Davison2005-01-281-5/+5
* Use int64 instead of uint64.Wayne Davison2005-01-201-5/+5
* Fixed the file_checksum1() function that is compiled only whenWayne Davison2005-01-101-2/+8
* Got rid of a bunch of cruft.Wayne Davison2004-04-221-47/+0
* Missed one void-pointer-arithmetic case.Wayne Davison2004-04-091-1/+1
* AIX's cc was complaining about the void* arithmetic.Wayne Davison2004-04-091-6/+10
* Shouldn't ignore .cvsignore.Wayne Davison2004-02-231-1/+0
* Another attempt at measuring the minimum alignment for a system.Wayne Davison2004-02-101-1/+6
* Trying a different MINALIGN because of core dumps on the sparc-64Wayne Davison2004-02-101-1/+1
* Revert pool_alloc's use of bomb if pool == NULL.J.W. Schultz2004-02-101-6/+1
* If we call pool_alloc() on a NULL pool, bomb out with an error.Wayne Davison2004-02-101-1/+6
* Changed a while loop to a for loop.Wayne Davison2004-02-101-5/+3
* Added allocation pool code.J.W. Schultz2004-02-103-0/+516
* Make sure that strlcpy() returns the right value when the bufsize is 0.Wayne Davison2004-01-201-4/+6
* Fixed a bug in strlcat() where it would not properly detect a no-changeWayne Davison2004-01-201-4/+3
* Changed "remote_version" to "protocol_version".Wayne Davison2003-09-091-3/+3
* No longer needed (replaced by wildmatch).Wayne Davison2003-07-302-570/+0
* Make sure that no character class can match a '/'.Wayne Davison2003-07-141-1/+1
* Silence some compiler warnings on HP-UX.Wayne Davison2003-07-071-3/+3
* Don't treat "[:" as the start of a named set if there's no ":]".Wayne Davison2003-07-071-3/+10
* - Return ABORT_ALL for a syntax error in the pattern (not FALSE).Wayne Davison2003-07-061-19/+57
* Added some portability code for the ctype functions.Wayne Davison2003-07-061-12/+41
* - Added [:class:] handling to the character-class code.Wayne Davison2003-07-061-7/+52
* Simplified the character-class code a bit.Wayne Davison2003-07-051-12/+7
* Changed some names since "depth" wasn't really the right term.Wayne Davison2003-07-051-6/+6
* Improved the ABORT logic to allow aborting consecutive "*" wildcardsWayne Davison2003-07-051-6/+20
* Added in the ABORT optimization logic from a newer wildmat release,Wayne Davison2003-07-051-23/+28
* A couple comment tweaks.Wayne Davison2003-07-051-3/+3
* A new wildcard-matching routine to replace the fnmatch code.Wayne Davison2003-07-052-0/+99
* Attempting to fix the snprintf() conflict on a gcc-using HPUX 11.11.Wayne Davison2003-07-041-1/+3
* - for protocol version >= 27, mdfour_tail() is called when the block sizeJ.W. Schultz2003-04-102-14/+42
* Fix bug reported by engard.ferenc at innomed.hu whereby using the %f formatPaul Green2003-04-091-5/+8
* Only refer to S_ISVTX if S_ISVTX is defined.Wayne Davison2003-01-101-0/+2
* + Fixed a comment that referred to isc_net_pton() instead of inet_pton().Wayne Davison2003-01-101-1/+3
* Doc.Martin Pool2002-04-081-13/+28
* 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