summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Need to use O_RDONLY in solaris sys_lremovexattr().Wayne Davison2009-09-031-1/+1
* Fix attropen() flags for writing an xattr on solaris.Wayne Davison2009-09-021-1/+1
* Fix read_xattr() for solaris.Wayne Davison2009-09-011-2/+2
* Allow Solaris sys_llistxattr() to return the list length when size == 0.Wayne Davison2009-08-151-0/+2
* Fix some variable references.Wayne Davison2009-08-151-3/+3
* Some improvements to the solaris xattr routines.Wayne Davison2009-08-131-27/+47
* Initial version of xattr routines for Solaris.Wayne Davison2009-08-081-0/+122
* Support an older AIX system that doesn't have ENOTSUP.Wayne Davison2009-05-141-0/+4
* Switch from inet_aton() to inet_pton() (since we supply a compatibilityWayne Davison2009-05-141-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
* Split up the ifuncs.h file into 3 .h files.Wayne Davison2008-09-011-1/+1
* Output numbers in 3-digit groups by default (e.g. 1,234,567).Wayne Davison2008-09-011-22/+92
* Fixed a potential alignment issue in the IRIX ACL code when allocatingWayne Davison2008-07-221-4/+4
* Use PTR_ADD for the new instances of void-pointer arithmetic.Wayne Davison2008-07-211-5/+5
* Changed the POOL_QALIGN flag to POOL_NO_QALIGN, reversing the settingWayne Davison2008-07-193-18/+41
* Improved the alignment code and changed POOL_APPEND to POOL_PREPEND.Wayne Davison2008-07-182-62/+84
* Moving big_num() into lib/compat.c so tls.c can use it.Wayne Davison2008-07-171-0/+43
* 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