summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Bump the year to 2014.Wayne Davison2014-01-266-6/+6
* Try to fix bug 7865 for some acl() EINVAL results.Wayne Davison2013-12-251-1/+5
* Use chunked xattr reading in OS X sys_lgetxattr().Wayne Davison2013-11-251-1/+22
* Set number_separator the first time it gets used.Wayne Davison2013-06-111-1/+10
* Add an implementation of getpass for systems that lack one.Wayne Davison2013-05-191-0/+72
* Tweak includes to fix non-defined NULL on some systems.Wayne Davison2011-07-311-2/+6
* We need VA_COPY() defined more. Fix dangling #endif.Wayne Davison2011-05-301-5/+4
* Merge latest samba version to get va_end() fixes, etc.Wayne Davison2011-05-301-211/+699
* 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-10-131-22/+22
* 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