1. d3d07a5 Include 2008 in the copyright years. by Wayne Davison · 18 years ago
  2. 85b057c Check the return code from mbr_uid_to_uuid()/mbr_gid_to_uuid() so by Wayne Davison · 18 years ago
  3. 87531e6 Get rid of some compiler warnings in the AIX sysacls code. by Wayne Davison · 18 years ago
  4. 1f41d42 Getting rid of all .cvsignore files. by Wayne Davison · 18 years ago
  5. 1b41114 Got rid of a compiler warning. by Wayne Davison · 18 years ago
  6. 9456434 Some fixes for SCO in new getaddrinfo() code. by Wayne Davison · 18 years ago
  7. 268da81 Use uint32, not uint32_t. by Wayne Davison · 18 years ago
  8. 2213961 Add back a define of "struct sockaddr_storage" for systems that don't have it. by Wayne Davison · 18 years ago
  9. 9f802c7 A new version of the getaddrinfo code from the samba source. by Wayne Davison · 18 years ago
  10. 14dfad3 A couple tweaks to the AIX ACL code. by Wayne Davison · 19 years ago
  11. 90c71ca The hpux_count_obj() function should have been declared with a void return type. by Wayne Davison · 19 years ago
  12. b0ca7d2 Specify a better SMB_ACL_VALID_NAME_BITS value for OS X. by Wayne Davison · 19 years ago
  13. 5ebb793 Tweaked a variable name. by Wayne Davison · 19 years ago
  14. d417c51 - Added OS X ACL support. by Wayne Davison · 19 years ago
  15. 65a22a5 In pool_free_old(), one code path was not clearing a "next" pointer, by Wayne Davison · 19 years ago
  16. a0f7023 Fix pool_create() to honor the POOL_INTERN flag. (Thanks to Brion Vibber.) by Wayne Davison · 19 years ago
  17. 8e41b68 Tweaking the license text a bit more. by Wayne Davison · 19 years ago
  18. 4fd842f Switching to GPL 3. by Wayne Davison · 19 years ago
  19. 8b498b9 Decided against the last change. by Wayne Davison · 19 years ago
  20. c04af69 Allow a NULL address to be passed to pool_free_old() to indicate that by Wayne Davison · 19 years ago
  21. 676e604 Added pool_free_old() and pool_boundary() functions to add a way to by Wayne Davison · 19 years ago
  22. 3fac8ca Tweaked a variable and a label to make them less confusing. by Wayne Davison · 19 years ago
  23. 33766a8 Improvements to increase clarity, fix misstatements, add missing by Wayne Davison · 19 years ago
  24. e3d27df - Fixed a bug where a pool_free() on the most-recently allocated pool by Wayne Davison · 19 years ago
  25. 898fab2 Got rid of superfluous acl_clear_perms() call that Antti Tapaninen pointed out. by Wayne Davison · 19 years ago
  26. 3d0a159 Added a comment to a shared iterator to avoid a warning from IBM's checker. by Wayne Davison · 19 years ago
  27. 63186ec Fixed a problem in a couple OS's sys_acl_get_access_bits() functions. by Wayne Davison · 19 years ago
  28. 043ef55 - Define what the valid access bits are for a name element and a by Wayne Davison · 19 years ago
  29. a30dcbc - Added a function to get/set all the access-bit values with a single by Wayne Davison · 19 years ago
  30. 1c70230 Moved the header info from smb_acls.h into lib/sysacls.h. by Wayne Davison · 19 years ago
  31. 16edf86 The improved --xattrs option is landing on the trunk. by Wayne Davison · 19 years ago
  32. a0456b9 Protocol 30 now uses MD5 checksums instead of MD4. by Wayne Davison · 19 years ago
  33. 1b897d5 Leave out two unneeded sys*_fd() functions due to their using by Wayne Davison · 19 years ago
  34. d4a013e We now compile on systems where ENOTSUP is not defined. by Wayne Davison · 19 years ago
  35. 1c3344a The ACL support has arrived! This version has a brand new protocol by Wayne Davison · 19 years ago
  36. 4a19c3b Added "const" to appropriate char pointers. by Wayne Davison · 19 years ago
  37. f210dca - Fixed a compile problem ("len" not defined) in inet_ntop4(). by Wayne Davison · 19 years ago
  38. 204f4f4 Changed strcpy() calls into memcpy() calls. by Wayne Davison · 19 years ago
  39. c9bce0b Changed strcpy() calls into strlcpy() calls, just to be extra safe. by Wayne Davison · 19 years ago
  40. e7c6706 Updated the FSF's address to an even newer one. by Wayne Davison · 20 years ago
  41. 0f78b81 - Updated the address for the FSF in the opening comment. by Wayne Davison · 20 years ago
  42. 146d222 Got rid of the replacement inet_aton() and inet_ntoa() functions by Wayne Davison · 20 years ago
  43. 65854cf Changed the mode arg from an int to a mode_t. by Wayne Davison · 20 years ago
  44. 390621a Added a new function, wildmatch_array(), that lets the caller pass by Wayne Davison · 20 years ago
  45. 478bb47 The latest prototypes. by Wayne Davison · 20 years ago
  46. 8e74463 - Added a new public function, iwildmatch(), which will treat all by Wayne Davison · 20 years ago
  47. 933d1df Added a prototype for iwildmatch(). by Wayne Davison · 20 years ago
  48. e725abc Added a comment, improved a comment, tweaked the recursive function's by Wayne Davison · 20 years ago
  49. de01941 Tweaked the name of the first arg to wildmatch(). by Wayne Davison · 20 years ago
  50. 8ea17b5 Twiddled some brace positions and removed a superfluous ';' in a macro. by Wayne Davison · 20 years ago
  51. 92f0b9d If va_copy is defined, use it when defining VA_COPY. by Wayne Davison · 20 years ago
  52. 64bba14 Check SIZEOF_LONG_LONG instead of HAVE_LONG_LONG. by Wayne Davison · 21 years ago
  53. 22c7c5f - Integrated the latest version from samba. by Wayne Davison · 21 years ago
  54. 4f5b075 John E. Malmberg convinced me to standardize on #ifs for defined by Wayne Davison · 21 years ago
  55. 5f238db - Use "uchar" instead of "unsigned char". by Wayne Davison · 21 years ago
  56. 707415d Use int64 instead of uint64. by Wayne Davison · 21 years ago
  57. d82773f Fixed the file_checksum1() function that is compiled only when by Wayne Davison · 21 years ago
  58. 1c666c3 Got rid of a bunch of cruft. by Wayne Davison · 22 years ago
  59. 04575bc Missed one void-pointer-arithmetic case. by Wayne Davison · 22 years ago
  60. 71b291d AIX's cc was complaining about the void* arithmetic. by Wayne Davison · 22 years ago
  61. dbb6651 Shouldn't ignore .cvsignore. by Wayne Davison · 22 years ago
  62. 4d4df3c Another attempt at measuring the minimum alignment for a system. by Wayne Davison · 22 years ago
  63. 61d35e1 Trying a different MINALIGN because of core dumps on the sparc-64 by Wayne Davison · 22 years ago
  64. 15f85b1 Revert pool_alloc's use of bomb if pool == NULL. by J.W. Schultz · 22 years ago
  65. aa0b9ca If we call pool_alloc() on a NULL pool, bomb out with an error. by Wayne Davison · 22 years ago
  66. be20dc3 Changed a while loop to a for loop. by Wayne Davison · 22 years ago
  67. 7efdcf3 Added allocation pool code. by J.W. Schultz · 22 years ago
  68. 72d4552 Make sure that strlcpy() returns the right value when the bufsize is 0. by Wayne Davison · 22 years ago
  69. 1fb8ec4 Fixed a bug in strlcat() where it would not properly detect a no-change by Wayne Davison · 22 years ago
  70. d04e9c5 Changed "remote_version" to "protocol_version". by Wayne Davison · 23 years ago
  71. 980821e No longer needed (replaced by wildmatch). by Wayne Davison · 23 years ago
  72. d811b68 Make sure that no character class can match a '/'. by Wayne Davison · 23 years ago
  73. 136c5c5 Silence some compiler warnings on HP-UX. by Wayne Davison · 23 years ago
  74. fc96552 Don't treat "[:" as the start of a named set if there's no ":]". by Wayne Davison · 23 years ago
  75. 5bb9200 - Return ABORT_ALL for a syntax error in the pattern (not FALSE). by Wayne Davison · 23 years ago
  76. f2ac84c Added some portability code for the ctype functions. by Wayne Davison · 23 years ago
  77. e11c425 - Added [:class:] handling to the character-class code. by Wayne Davison · 23 years ago
  78. c9a5988 Simplified the character-class code a bit. by Wayne Davison · 23 years ago
  79. d5c973c Changed some names since "depth" wasn't really the right term. by Wayne Davison · 23 years ago
  80. 20b2e9c Improved the ABORT logic to allow aborting consecutive "*" wildcards by Wayne Davison · 23 years ago
  81. 710faea Added in the ABORT optimization logic from a newer wildmat release, by Wayne Davison · 23 years ago
  82. 7a1f46b A couple comment tweaks. by Wayne Davison · 23 years ago
  83. 446ee5b A new wildcard-matching routine to replace the fnmatch code. by Wayne Davison · 23 years ago
  84. 6813fa7 Attempting to fix the snprintf() conflict on a gcc-using HPUX 11.11. by Wayne Davison · 23 years ago
  85. fc1ae65 - for protocol version >= 27, mdfour_tail() is called when the block size by J.W. Schultz · 23 years ago
  86. 990ff15 Fix bug reported by engard.ferenc at innomed.hu whereby using the %f format by Paul Green · 23 years ago
  87. 7ea84b6 Only refer to S_ISVTX if S_ISVTX is defined. by Wayne Davison · 23 years ago
  88. cc234d9 + Fixed a comment that referred to isc_net_pton() instead of inet_pton(). by Wayne Davison · 23 years ago
  89. e0fde75 Doc. by Martin Pool · 24 years ago
  90. c7677b8 Clearer doc. by Martin Pool · 24 years ago
  91. 0e916c6 Just include rsync.h rather than all the individual headers. by Martin Pool · 24 years ago
  92. 09b6f4b Fix inet_ntop/pton names by Martin Pool · 24 years ago
  93. 7067b0a Protect AF_INET6 references with #ifdef INET6 by Martin Pool · 24 years ago
  94. 3723efc Try to fix headers for UNICOS by Martin Pool · 24 years ago
  95. 087173c When producing a ls-style permissions string, also handle by Martin Pool · 24 years ago
  96. 740819e Split code to generate "rwx-----" strings into lib/permstring.c so it by Martin Pool · 24 years ago
  97. 8f69407 Add Paul Vixie's implementation of inet_ntop and inet_pton for by Martin Pool · 24 years ago
  98. b7334b4 removed remnant test code for cray by Andrew Tridgell · 25 years ago
  99. a7f8404 fixed md4 on 64 bit boxes by Andrew Tridgell · 25 years ago
  100. 65c2a91 forgot 1 place that used slprintf by Andrew Tridgell · 25 years ago