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