summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Allow a failure of EINVAL to mean no ACLs are available.Wayne Davison2011-02-221-0/+5
* Avoid type-punned compiler warnings for the byteorder.h macrosWayne Davison2009-12-121-22/+22
* Support an older AIX system that doesn't have ENOTSUP.Wayne Davison2009-12-121-0/+4
* Switch from inet_aton() to inet_pton() (since we supply a compatibilityWayne Davison2009-12-121-2/+1
* Fixed a bunch of "warn_unused_result" compiler warnings.Wayne Davison2008-11-091-12/+21
* Fixed our supplied getnameinfo()'s ability to do a reverse lookup,Wayne Davison2008-10-251-6/+3
* Fixed a potential alignment issue in the IRIX ACL code when allocatingWayne Davison2008-07-221-4/+4
* Include 2008 in the copyright years.Wayne Davison2008-03-014-1/+4
* Check the return code from mbr_uid_to_uuid()/mbr_gid_to_uuid() soWayne Davison2008-02-231-0/+2
* Get rid of some compiler warnings in the AIX sysacls code.Wayne Davison2007-11-291-4/+13
* Getting rid of all .cvsignore files.Wayne Davison2007-11-121-1/+0
* Got rid of a compiler warning.Wayne Davison2007-11-081-1/+1
* Some fixes for SCO in new getaddrinfo() code.Wayne Davison2007-11-081-3/+10
* Use uint32, not uint32_t.Wayne Davison2007-11-081-1/+1
* Add back a define of "struct sockaddr_storage" for systems thatWayne Davison2007-11-081-3/+9
* A new version of the getaddrinfo code from the samba source.Wayne Davison2007-11-022-0/+675
* A couple tweaks to the AIX ACL code.Wayne Davison2007-10-051-2/+2
* The hpux_count_obj() function should have been declared with aWayne Davison2007-10-051-1/+1
* Specify a better SMB_ACL_VALID_NAME_BITS value for OS X.Wayne Davison2007-09-291-1/+1
* Tweaked a variable name.Wayne Davison2007-09-291-4/+3
* - Added OS X ACL support.Wayne Davison2007-09-282-248/+341
* In pool_free_old(), one code path was not clearing a "next" pointer,Wayne Davison2007-08-211-0/+1
* Fix pool_create() to honor the POOL_INTERN flag.Wayne Davison2007-08-211-1/+1
* Tweaking the license text a bit more.Wayne Davison2007-07-107-14/+21
* Switching to GPL 3.Wayne Davison2007-07-077-67/+53
* Decided against the last change.Wayne Davison2007-06-061-7/+1
* Allow a NULL address to be passed to pool_free_old() to indicate thatWayne Davison2007-06-061-1/+7
* Added pool_free_old() and pool_boundary() functions to add a way toWayne Davison2007-05-293-62/+155
* Tweaked a variable and a label to make them less confusing.Wayne Davison2007-05-291-6/+6
* Improvements to increase clarity, fix misstatements, add missingWayne Davison2007-05-291-55/+68
* - 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