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