summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* - Fixed a bug where a pool_free() on the most-recently allocated poolWayne Davison2007-05-291-28/+34
* Got rid of superfluous acl_clear_perms() call that Antti TapaninenWayne Davison2007-05-251-1/+0
* Added a comment to a shared iterator to avoid a warning from IBM's checker.Wayne Davison2007-05-221-1/+1
* Fixed a problem in a couple OS's sys_acl_get_access_bits() functions.Wayne Davison2007-05-211-2/+2
* - Define what the valid access bits are for a name element and aWayne Davison2007-05-211-67/+40
* - Added a function to get/set all the access-bit values with a singleWayne Davison2007-05-211-637/+77
* Moved the header info from smb_acls.h into lib/sysacls.h.Wayne Davison2007-04-241-1/+278
* The improved --xattrs option is landing on the trunk.Wayne Davison2007-04-072-0/+161
* Protocol 30 now uses MD5 checksums instead of MD4.Wayne Davison2007-03-184-129/+385
* Leave out two unneeded sys*_fd() functions due to their usingWayne Davison2007-03-111-0/+4
* We now compile on systems where ENOTSUP is not defined.Wayne Davison2007-03-111-0/+1
* The ACL support has arrived! This version has a brand new protocolWayne Davison2007-03-112-0/+3291
* Added "const" to appropriate char pointers.Wayne Davison2006-11-192-5/+4
* - Fixed a compile problem ("len" not defined) in inet_ntop4().Wayne Davison2006-10-161-6/+8
* Changed strcpy() calls into memcpy() calls.Wayne Davison2006-10-132-7/+7
* Changed strcpy() calls into strlcpy() calls, just to be extra safe.Wayne Davison2006-10-132-2/+2
* Updated the FSF's address to an even newer one.Wayne Davison2006-04-254-12/+12
* - Updated the address for the FSF in the opening comment.Wayne Davison2006-04-254-113/+108
* Got rid of the replacement inet_aton() and inet_ntoa() functionsWayne Davison2006-04-131-43/+0
* Changed the mode arg from an int to a mode_t.Wayne Davison2006-01-302-3/+2
* Added a new function, wildmatch_array(), that lets the caller passWayne Davison2006-01-021-10/+147
* The latest prototypes.Wayne Davison2006-01-021-0/+2
* - Added a new public function, iwildmatch(), which will treat allWayne Davison2005-12-301-50/+68
* Added a prototype for iwildmatch().Wayne Davison2005-12-301-0/+1
* Added a comment, improved a comment, tweaked the recursive function'sWayne Davison2005-12-181-39/+23
* Tweaked the name of the first arg to wildmatch().Wayne Davison2005-12-181-1/+1
* Twiddled some brace positions and removed a superfluous ';' in a macro.Wayne Davison2005-11-141-43/+19
* If va_copy is defined, use it when defining VA_COPY.Wayne Davison2005-10-111-1/+1
* Check SIZEOF_LONG_LONG instead of HAVE_LONG_LONG.Wayne Davison2005-02-211-1/+1
* - Integrated the latest version from samba.Wayne Davison2005-02-201-64/+143
* John E. Malmberg convinced me to standardize on #ifs for definedWayne Davison2005-02-141-2/+2
* - Use "uchar" instead of "unsigned char".Wayne Davison2005-01-281-5/+5
* Use int64 instead of uint64.Wayne Davison2005-01-201-5/+5
* Fixed the file_checksum1() function that is compiled only whenWayne Davison2005-01-101-2/+8
* Got rid of a bunch of cruft.Wayne Davison2004-04-221-47/+0
* Missed one void-pointer-arithmetic case.Wayne Davison2004-04-091-1/+1
* AIX's cc was complaining about the void* arithmetic.Wayne Davison2004-04-091-6/+10
* Shouldn't ignore .cvsignore.Wayne Davison2004-02-231-1/+0
* Another attempt at measuring the minimum alignment for a system.Wayne Davison2004-02-101-1/+6
* Trying a different MINALIGN because of core dumps on the sparc-64Wayne Davison2004-02-101-1/+1
* Revert pool_alloc's use of bomb if pool == NULL.J.W. Schultz2004-02-101-6/+1
* If we call pool_alloc() on a NULL pool, bomb out with an error.Wayne Davison2004-02-101-1/+6
* Changed a while loop to a for loop.Wayne Davison2004-02-101-5/+3
* Added allocation pool code.J.W. Schultz2004-02-103-0/+516
* Make sure that strlcpy() returns the right value when the bufsize is 0.Wayne Davison2004-01-201-4/+6
* Fixed a bug in strlcat() where it would not properly detect a no-changeWayne Davison2004-01-201-4/+3
* Changed "remote_version" to "protocol_version".Wayne Davison2003-09-091-3/+3
* No longer needed (replaced by wildmatch).Wayne Davison2003-07-302-570/+0
* Make sure that no character class can match a '/'.Wayne Davison2003-07-141-1/+1
* Silence some compiler warnings on HP-UX.Wayne Davison2003-07-071-3/+3