1. e2a011d Fix some typos mentioned in the fossies report. by Wayne Davison · 4 years, 3 months ago
  2. c3b553a Preparing for release of 3.2.4pre2 by Wayne Davison · 4 years, 3 months ago
  3. 3e44bbd Preparing for release of 3.2.4pre1 by Wayne Davison · 4 years, 3 months ago
  4. 8c3de35 Put 0 in parens to silence an Xcode warning. by Wayne Davison · 5 years ago
  5. b115bc8 Silence a few more warnings. by Wayne Davison · 6 years ago
  6. 9fce0eb Avoid some pedantic errors & old warnings. by Wayne Davison · 6 years ago
  7. 18cffa8 A couple minor changes. by Wayne Davison · 6 years ago
  8. f47e5a7 Mention file & line on OOM and overflow errors. by Wayne Davison · 6 years ago
  9. da7a350 Some number & string improvements by Wayne Davison · 6 years ago
  10. ab110fc Warning fixes & impossible-failure improvements by Wayne Davison · 6 years ago
  11. 6f6e5b5 Some TANDEM ACL support. by Wayne Davison · 6 years ago
  12. 28de25a Some whitespace & paren cleanup. by Wayne Davison · 6 years ago
  13. 052b34d A bit more configure tweaking. by Wayne Davison · 6 years ago
  14. 1bdf68b Prepare for future release of XXH3 & XXH128. by Wayne Davison · 6 years ago
  15. e93f40d Apple needs a leading underscore. by Wayne Davison · 6 years ago
  16. 1629b80 More asm improvements by Wayne Davison · 6 years ago
  17. f525f2c Remove asm type & size. by Wayne Davison · 6 years ago
  18. 9467c1f Fix conditional directives in the asm file by Wayne Davison · 6 years ago
  19. 04653da Exclude the asm code when it's not being used. by Wayne Davison · 6 years ago
  20. b218de2 lib/md5-asm-x86_64.s: fix build with Apple Clang by Caleb Xu · 6 years ago
  21. 0c13e1b Prevent unnecessary xattr warning by reordering header inclusion. (#22) by Holger Hoffstätte · 6 years ago
  22. d47a80c Move the CSUM defines. by Wayne Davison · 6 years ago
  23. 71c4ae2 Move OpenSSL-related MD4/5 defines and imports to lib/mdigest.h by Jorrit Jongma · 6 years ago
  24. 97e8c55 Some minor tweaks & tidying up. by Wayne Davison · 6 years ago
  25. 15c1162 Add optional use of the openssl crypto lib for MD5. by Wayne Davison · 6 years ago
  26. 531ffa8 Optimized assembler version of md5_process() for x86-64 by Jorrit Jongma · 6 years ago
  27. 3ba4db7 Two more spelling fixes and some year updates. by Wayne Davison · 6 years ago
  28. d297021 Spelling fixes from a Fossies run done by Jens. by Wayne Davison · 6 years ago
  29. c5fabfb Set Copyright years and make them easier to update by Wayne Davison · 6 years ago
  30. 3e2e4b5 Tweak the copyright year. by Wayne Davison · 7 years ago
  31. bc7402a Avoid warning about leaked mem (didn't affect rsync's pool use). by Wayne Davison · 7 years ago
  32. 473108a Tweak copyright date. by Wayne Davison · 8 years ago
  33. 453914e Update the copyright year. by Wayne Davison · 11 years ago
  34. dfa5b49 Bump the year to 2014. by Wayne Davison · 12 years ago
  35. b4ea93c Try to fix bug 7865 for some acl() EINVAL results. by Wayne Davison · 12 years ago
  36. 2cd8708 Use chunked xattr reading in OS X sys_lgetxattr(). by Wayne Davison · 12 years ago
  37. fc2d6fa Set number_separator the first time it gets used. by Wayne Davison · 13 years ago
  38. 333e3a9 Add an implementation of getpass for systems that lack one. by Wayne Davison · 13 years ago
  39. 64fa23a Tweak includes to fix non-defined NULL on some systems. by Wayne Davison · 15 years ago
  40. f187ce3 We need VA_COPY() defined more. Fix dangling #endif. by Wayne Davison · 15 years ago
  41. 2fff0a4 Merge latest samba version to get va_end() fixes, etc. by Wayne Davison · 15 years ago
  42. 7766e67 Allow a failure of EINVAL to mean no ACLs are available. by Wayne Davison · 15 years ago
  43. df6350a Avoid type-punned compiler warnings for the byteorder.h macros by Wayne Davison · 16 years ago
  44. 2c1aa2e Need to use O_RDONLY in solaris sys_lremovexattr(). by Wayne Davison · 17 years ago
  45. 486ecd3 Fix attropen() flags for writing an xattr on solaris. by Wayne Davison · 17 years ago
  46. 17cc4c3 Fix read_xattr() for solaris. by Wayne Davison · 17 years ago
  47. 2523d0c Allow Solaris sys_llistxattr() to return the list length when size == 0. by Wayne Davison · 17 years ago
  48. 18bd040 Fix some variable references. by Wayne Davison · 17 years ago
  49. 05a652d Some improvements to the solaris xattr routines. by Wayne Davison · 17 years ago
  50. 049f8cb Initial version of xattr routines for Solaris. by Wayne Davison · 17 years ago
  51. 134f97c Support an older AIX system that doesn't have ENOTSUP. by Wayne Davison · 17 years ago
  52. 87755c6 Switch from inet_aton() to inet_pton() (since we supply a compatibility by Wayne Davison · 17 years ago
  53. 9411292 Fixed a bunch of "warn_unused_result" compiler warnings. by Wayne Davison · 17 years ago
  54. 9ddc2b6 Fixed our supplied getnameinfo()'s ability to do a reverse lookup, by Wayne Davison · 17 years ago
  55. 5dd14f0 Split up the ifuncs.h file into 3 .h files. by Wayne Davison · 18 years ago
  56. adc2476 Output numbers in 3-digit groups by default (e.g. 1,234,567). by Wayne Davison · 18 years ago
  57. aacd188 Fixed a potential alignment issue in the IRIX ACL code when allocating by Wayne Davison · 18 years ago
  58. 0566dc5 Use PTR_ADD for the new instances of void-pointer arithmetic. by Wayne Davison · 18 years ago
  59. fb01d1f Changed the POOL_QALIGN flag to POOL_NO_QALIGN, reversing the setting by Wayne Davison · 18 years ago
  60. 51ce67d Improved the alignment code and changed POOL_APPEND to POOL_PREPEND. by Wayne Davison · 18 years ago
  61. 3a8fad7 Moving big_num() into lib/compat.c so tls.c can use it. by Wayne Davison · 18 years ago
  62. d3d07a5 Include 2008 in the copyright years. by Wayne Davison · 18 years ago
  63. 85b057c Check the return code from mbr_uid_to_uuid()/mbr_gid_to_uuid() so by Wayne Davison · 18 years ago
  64. 87531e6 Get rid of some compiler warnings in the AIX sysacls code. by Wayne Davison · 18 years ago
  65. 1f41d42 Getting rid of all .cvsignore files. by Wayne Davison · 18 years ago
  66. 1b41114 Got rid of a compiler warning. by Wayne Davison · 18 years ago
  67. 9456434 Some fixes for SCO in new getaddrinfo() code. by Wayne Davison · 18 years ago
  68. 268da81 Use uint32, not uint32_t. by Wayne Davison · 18 years ago
  69. 2213961 Add back a define of "struct sockaddr_storage" for systems that don't have it. by Wayne Davison · 18 years ago
  70. 9f802c7 A new version of the getaddrinfo code from the samba source. by Wayne Davison · 18 years ago
  71. 14dfad3 A couple tweaks to the AIX ACL code. by Wayne Davison · 19 years ago
  72. 90c71ca The hpux_count_obj() function should have been declared with a void return type. by Wayne Davison · 19 years ago
  73. b0ca7d2 Specify a better SMB_ACL_VALID_NAME_BITS value for OS X. by Wayne Davison · 19 years ago
  74. 5ebb793 Tweaked a variable name. by Wayne Davison · 19 years ago
  75. d417c51 - Added OS X ACL support. by Wayne Davison · 19 years ago
  76. 65a22a5 In pool_free_old(), one code path was not clearing a "next" pointer, by Wayne Davison · 19 years ago
  77. a0f7023 Fix pool_create() to honor the POOL_INTERN flag. (Thanks to Brion Vibber.) by Wayne Davison · 19 years ago
  78. 8e41b68 Tweaking the license text a bit more. by Wayne Davison · 19 years ago
  79. 4fd842f Switching to GPL 3. by Wayne Davison · 19 years ago
  80. 8b498b9 Decided against the last change. by Wayne Davison · 19 years ago
  81. c04af69 Allow a NULL address to be passed to pool_free_old() to indicate that by Wayne Davison · 19 years ago
  82. 676e604 Added pool_free_old() and pool_boundary() functions to add a way to by Wayne Davison · 19 years ago
  83. 3fac8ca Tweaked a variable and a label to make them less confusing. by Wayne Davison · 19 years ago
  84. 33766a8 Improvements to increase clarity, fix misstatements, add missing by Wayne Davison · 19 years ago
  85. e3d27df - Fixed a bug where a pool_free() on the most-recently allocated pool by Wayne Davison · 19 years ago
  86. 898fab2 Got rid of superfluous acl_clear_perms() call that Antti Tapaninen pointed out. by Wayne Davison · 19 years ago
  87. 3d0a159 Added a comment to a shared iterator to avoid a warning from IBM's checker. by Wayne Davison · 19 years ago
  88. 63186ec Fixed a problem in a couple OS's sys_acl_get_access_bits() functions. by Wayne Davison · 19 years ago
  89. 043ef55 - Define what the valid access bits are for a name element and a by Wayne Davison · 19 years ago
  90. a30dcbc - Added a function to get/set all the access-bit values with a single by Wayne Davison · 19 years ago
  91. 1c70230 Moved the header info from smb_acls.h into lib/sysacls.h. by Wayne Davison · 19 years ago
  92. 16edf86 The improved --xattrs option is landing on the trunk. by Wayne Davison · 19 years ago
  93. a0456b9 Protocol 30 now uses MD5 checksums instead of MD4. by Wayne Davison · 19 years ago
  94. 1b897d5 Leave out two unneeded sys*_fd() functions due to their using by Wayne Davison · 19 years ago
  95. d4a013e We now compile on systems where ENOTSUP is not defined. by Wayne Davison · 19 years ago
  96. 1c3344a The ACL support has arrived! This version has a brand new protocol by Wayne Davison · 19 years ago
  97. 4a19c3b Added "const" to appropriate char pointers. by Wayne Davison · 19 years ago
  98. f210dca - Fixed a compile problem ("len" not defined) in inet_ntop4(). by Wayne Davison · 19 years ago
  99. 204f4f4 Changed strcpy() calls into memcpy() calls. by Wayne Davison · 19 years ago
  100. c9bce0b Changed strcpy() calls into strlcpy() calls, just to be extra safe. by Wayne Davison · 19 years ago