- e7c6706 Updated the FSF's address to an even newer one. by Wayne Davison · 20 years ago
- 0f78b81 - Updated the address for the FSF in the opening comment. by Wayne Davison · 20 years ago
- 146d222 Got rid of the replacement inet_aton() and inet_ntoa() functions by Wayne Davison · 20 years ago
- 65854cf Changed the mode arg from an int to a mode_t. by Wayne Davison · 20 years ago
- 390621a Added a new function, wildmatch_array(), that lets the caller pass by Wayne Davison · 20 years ago
- 478bb47 The latest prototypes. by Wayne Davison · 20 years ago
- 8e74463 - Added a new public function, iwildmatch(), which will treat all by Wayne Davison · 20 years ago
- 933d1df Added a prototype for iwildmatch(). by Wayne Davison · 20 years ago
- e725abc Added a comment, improved a comment, tweaked the recursive function's by Wayne Davison · 20 years ago
- de01941 Tweaked the name of the first arg to wildmatch(). by Wayne Davison · 20 years ago
- 8ea17b5 Twiddled some brace positions and removed a superfluous ';' in a macro. by Wayne Davison · 20 years ago
- 92f0b9d If va_copy is defined, use it when defining VA_COPY. by Wayne Davison · 21 years ago
- 64bba14 Check SIZEOF_LONG_LONG instead of HAVE_LONG_LONG. by Wayne Davison · 21 years ago
- 22c7c5f - Integrated the latest version from samba. by Wayne Davison · 21 years ago
- 4f5b075 John E. Malmberg convinced me to standardize on #ifs for defined by Wayne Davison · 21 years ago
- 5f238db - Use "uchar" instead of "unsigned char". by Wayne Davison · 21 years ago
- 707415d Use int64 instead of uint64. by Wayne Davison · 21 years ago
- d82773f Fixed the file_checksum1() function that is compiled only when by Wayne Davison · 21 years ago
- 1c666c3 Got rid of a bunch of cruft. by Wayne Davison · 22 years ago
- 04575bc Missed one void-pointer-arithmetic case. by Wayne Davison · 22 years ago
- 71b291d AIX's cc was complaining about the void* arithmetic. by Wayne Davison · 22 years ago
- dbb6651 Shouldn't ignore .cvsignore. by Wayne Davison · 22 years ago
- 4d4df3c Another attempt at measuring the minimum alignment for a system. by Wayne Davison · 22 years ago
- 61d35e1 Trying a different MINALIGN because of core dumps on the sparc-64 by Wayne Davison · 22 years ago
- 15f85b1 Revert pool_alloc's use of bomb if pool == NULL. by J.W. Schultz · 22 years ago
- aa0b9ca If we call pool_alloc() on a NULL pool, bomb out with an error. by Wayne Davison · 22 years ago
- be20dc3 Changed a while loop to a for loop. by Wayne Davison · 22 years ago
- 7efdcf3 Added allocation pool code. by J.W. Schultz · 22 years ago
- 72d4552 Make sure that strlcpy() returns the right value when the bufsize is 0. by Wayne Davison · 22 years ago
- 1fb8ec4 Fixed a bug in strlcat() where it would not properly detect a no-change by Wayne Davison · 22 years ago
- d04e9c5 Changed "remote_version" to "protocol_version". by Wayne Davison · 23 years ago
- 980821e No longer needed (replaced by wildmatch). by Wayne Davison · 23 years ago
- d811b68 Make sure that no character class can match a '/'. by Wayne Davison · 23 years ago
- 136c5c5 Silence some compiler warnings on HP-UX. by Wayne Davison · 23 years ago
- fc96552 Don't treat "[:" as the start of a named set if there's no ":]". by Wayne Davison · 23 years ago
- 5bb9200 - Return ABORT_ALL for a syntax error in the pattern (not FALSE). by Wayne Davison · 23 years ago
- f2ac84c Added some portability code for the ctype functions. by Wayne Davison · 23 years ago
- e11c425 - Added [:class:] handling to the character-class code. by Wayne Davison · 23 years ago
- c9a5988 Simplified the character-class code a bit. by Wayne Davison · 23 years ago
- d5c973c Changed some names since "depth" wasn't really the right term. by Wayne Davison · 23 years ago
- 20b2e9c Improved the ABORT logic to allow aborting consecutive "*" wildcards by Wayne Davison · 23 years ago
- 710faea Added in the ABORT optimization logic from a newer wildmat release, by Wayne Davison · 23 years ago
- 7a1f46b A couple comment tweaks. by Wayne Davison · 23 years ago
- 446ee5b A new wildcard-matching routine to replace the fnmatch code. by Wayne Davison · 23 years ago
- 6813fa7 Attempting to fix the snprintf() conflict on a gcc-using HPUX 11.11. by Wayne Davison · 23 years ago
- fc1ae65 - for protocol version >= 27, mdfour_tail() is called when the block size by J.W. Schultz · 23 years ago
- 990ff15 Fix bug reported by engard.ferenc at innomed.hu whereby using the %f format by Paul Green · 23 years ago
- 7ea84b6 Only refer to S_ISVTX if S_ISVTX is defined. by Wayne Davison · 23 years ago
- cc234d9 + Fixed a comment that referred to isc_net_pton() instead of inet_pton(). by Wayne Davison · 23 years ago
- e0fde75 Doc. by Martin Pool · 24 years ago
- c7677b8 Clearer doc. by Martin Pool · 24 years ago
- 0e916c6 Just include rsync.h rather than all the individual headers. by Martin Pool · 24 years ago
- 09b6f4b Fix inet_ntop/pton names by Martin Pool · 24 years ago
- 7067b0a Protect AF_INET6 references with #ifdef INET6 by Martin Pool · 24 years ago
- 3723efc Try to fix headers for UNICOS by Martin Pool · 24 years ago
- 087173c When producing a ls-style permissions string, also handle by Martin Pool · 24 years ago
- 740819e Split code to generate "rwx-----" strings into lib/permstring.c so it by Martin Pool · 24 years ago
- 8f69407 Add Paul Vixie's implementation of inet_ntop and inet_pton for by Martin Pool · 24 years ago
- b7334b4 removed remnant test code for cray by Andrew Tridgell · 25 years ago
- a7f8404 fixed md4 on 64 bit boxes by Andrew Tridgell · 25 years ago
- 65c2a91 forgot 1 place that used slprintf by Andrew Tridgell · 25 years ago
- 8950ac0 imported new snprintf.c from samba, got rid of slprintf by Andrew Tridgell · 25 years ago
- f62c17e use mkstemp on systems where it is secure by Andrew Tridgell · 25 years ago
- 5013576 Change from getopt to popt. by Martin Pool · 25 years ago
- 14175f1 fixed bug in replacement inet_aton() by Andrew Tridgell · 26 years ago
- 269833a test was the wrong way around by Andrew Tridgell · 26 years ago
- fca3ef0 autoconf test for broken solaris inet_aton() by Andrew Tridgell · 26 years ago
- c36cd31 the convoluted nest of #ifdefs that is fnmatch.c caught us again. On by Andrew Tridgell · 26 years ago
- 5b5591d make the replacement inet_aton() function independent of by Andrew Tridgell · 26 years ago
- 03e2d0e fixed mdfour code on Cray (64 bit problems) Thanks to roebel@kgw.tu-berlin.de by Andrew Tridgell · 26 years ago
- 3060d4a handle systems that don't take a 2nd argument to gettimeofday() by Andrew Tridgell · 26 years ago
- c08bb0f Needed to comment out the inclusion of headers in fnmatch.c because it by David Dykstra · 26 years ago
- 9dce9b4 Upgrade lib/fnmatch.[ch] to the latest from glibc-2.1.2 because the by David Dykstra · 26 years ago
- b17bc22 added a replacement inet_aton() for systems that don't have it. by Andrew Tridgell · 26 years ago
- 3adffb5 forgot to commit the fnmatch.h changes by Andrew Tridgell · 26 years ago
- 52d7d78 Change the implementation of memmove in lib/compat.c to call bcopy instead by David Dykstra · 27 years ago
- e68f348 Add alternate implementation of waitpid() for systems that have wait4 but by David Dykstra · 27 years ago
- 9e3c856 updates to reflect new samba.org domain by Andrew Tridgell · 27 years ago
- 5a788ad use native strlcat() and strlcpy() if available by Andrew Tridgell · 27 years ago
- 37f9805 changed strlcat() and strlcpy() to have the same semantics as the by Andrew Tridgell · 27 years ago
- 2fb27e9 use macros to make mdfour faster on systems that don't do inlining by Andrew Tridgell · 27 years ago
- 2f09854 added copyright notice from Patrick Powell by Andrew Tridgell · 27 years ago
- 7b3d425 check for a broken inet_ntoa() on IRIX by Andrew Tridgell · 27 years ago
- f3737e0 some minor optimisations by Andrew Tridgell · 27 years ago
- 8de330a changes to get rsync working on a CRAY J90. This machine doesn't have by Andrew Tridgell · 27 years ago
- 1060050 fixed handling of %.0f in replacement snprintf.c by Andrew Tridgell · 27 years ago
- f8be5ef added a vsnprintf() implementation from cvslock. See the notes on the by Andrew Tridgell · 27 years ago
- f578043 for consistency use memcpy/memset everywhere instead of bcopy/bzero by Andrew Tridgell · 28 years ago
- 2b6b4d5 added support for --include, --include-from and the +/- syntax by Andrew Tridgell · 28 years ago
- e3ac52f no longer needed by Andrew Tridgell · 28 years ago
- 9fc310d added replacement memmove by Andrew Tridgell · 28 years ago
- 42849e9 by Andrew Tridgell · 28 years ago
- ac71984 by Andrew Tridgell · 28 years ago
- ec0e5ac compatibility functions now split into their own file by Andrew Tridgell · 28 years ago
- 5c36219 following a report of problems with Linux/alpha I've changed zlib.c to by Andrew Tridgell · 28 years ago
- 12384c3 Checker showed that zlib was using a element of its internal state by Andrew Tridgell · 28 years ago
- f80b1be added .cvsignore to the .cvsignore file to prevent it from being by Andrew Tridgell · 28 years ago
- e950ec7 don't use WRAP as that maybe be defined in standard includes by Andrew Tridgell · 28 years ago
- 774ef68 minor bugfixes by Paul Mackerras · 29 years ago
- f806210 Fix compression bug where incompressible files weren't transmitted correctly. by Paul Mackerras · 30 years ago