- 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
- 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 · 20 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