summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2024-01-22Imported Upstream version 3.2.7upstream/3.2.7upstreamTizenOpenSource9-125/+143
2022-02-16Imported Upstream version 3.2.3upstream/3.2.3DongHun Kwak6-360/+361
2022-02-16Imported Upstream version 3.2.2upstream/3.2.2DongHun Kwak2-0/+6
2022-02-16Imported Upstream version 3.2.1upstream/3.2.1DongHun Kwak4-19/+25
2022-02-16Imported Upstream version 3.2.0upstream/3.2.0DongHun Kwak12-26/+752
2022-02-16Imported Upstream version 3.1.3upstream/3.1.3DongHun Kwak6-6/+6
2022-02-16Imported Upstream version 3.1.2upstream/3.1.2DongHun Kwak6-6/+6
2014-01-26Bump the year to 2014.Wayne Davison6-6/+6
2013-12-25Try to fix bug 7865 for some acl() EINVAL results.Wayne Davison1-1/+5
2013-11-25Use chunked xattr reading in OS X sys_lgetxattr().Wayne Davison1-1/+22
2013-06-11Set number_separator the first time it gets used.Wayne Davison1-1/+10
2013-05-19Add an implementation of getpass for systems that lack one.Wayne Davison1-0/+72
2011-07-31Tweak includes to fix non-defined NULL on some systems.Wayne Davison1-2/+6
2011-05-30We need VA_COPY() defined more. Fix dangling #endif.Wayne Davison1-5/+4
2011-05-30Merge latest samba version to get va_end() fixes, etc.Wayne Davison1-211/+699
2011-02-22Allow a failure of EINVAL to mean no ACLs are available.Wayne Davison1-0/+5
2009-10-13Avoid type-punned compiler warnings for the byteorder.h macrosWayne Davison1-22/+22
2009-09-03Need to use O_RDONLY in solaris sys_lremovexattr().Wayne Davison1-1/+1
2009-09-02Fix attropen() flags for writing an xattr on solaris.Wayne Davison1-1/+1
2009-09-01Fix read_xattr() for solaris.Wayne Davison1-2/+2
2009-08-15Allow Solaris sys_llistxattr() to return the list length when size == 0.Wayne Davison1-0/+2
2009-08-15Fix some variable references.Wayne Davison1-3/+3
2009-08-13Some improvements to the solaris xattr routines.Wayne Davison1-27/+47
2009-08-08Initial version of xattr routines for Solaris.Wayne Davison1-0/+122
2009-05-14Support an older AIX system that doesn't have ENOTSUP.Wayne Davison1-0/+4
2009-05-14Switch from inet_aton() to inet_pton() (since we supply a compatibilityWayne Davison1-2/+1
2008-11-09Fixed a bunch of "warn_unused_result" compiler warnings.Wayne Davison1-12/+21
2008-10-25Fixed our supplied getnameinfo()'s ability to do a reverse lookup,Wayne Davison1-6/+3
2008-09-01Split up the ifuncs.h file into 3 .h files.Wayne Davison1-1/+1
2008-09-01Output numbers in 3-digit groups by default (e.g. 1,234,567).Wayne Davison1-22/+92
2008-07-22Fixed a potential alignment issue in the IRIX ACL code when allocatingWayne Davison1-4/+4
2008-07-21Use PTR_ADD for the new instances of void-pointer arithmetic.Wayne Davison1-5/+5
2008-07-19Changed the POOL_QALIGN flag to POOL_NO_QALIGN, reversing the settingWayne Davison3-18/+41
2008-07-18Improved the alignment code and changed POOL_APPEND to POOL_PREPEND.Wayne Davison2-62/+84
2008-07-17Moving big_num() into lib/compat.c so tls.c can use it.Wayne Davison1-0/+43
2008-03-01Include 2008 in the copyright years.Wayne Davison4-1/+4
2008-02-23Check the return code from mbr_uid_to_uuid()/mbr_gid_to_uuid() soWayne Davison1-0/+2
2007-11-29Get rid of some compiler warnings in the AIX sysacls code.Wayne Davison1-4/+13
2007-11-12Getting rid of all .cvsignore files.Wayne Davison1-1/+0
2007-11-08Got rid of a compiler warning.Wayne Davison1-1/+1
2007-11-08Some fixes for SCO in new getaddrinfo() code.Wayne Davison1-3/+10
2007-11-08Use uint32, not uint32_t.Wayne Davison1-1/+1
2007-11-08Add back a define of "struct sockaddr_storage" for systems thatWayne Davison1-3/+9
2007-11-02A new version of the getaddrinfo code from the samba source.Wayne Davison2-0/+675
2007-10-05A couple tweaks to the AIX ACL code.Wayne Davison1-2/+2
2007-10-05The hpux_count_obj() function should have been declared with aWayne Davison1-1/+1
2007-09-29Specify a better SMB_ACL_VALID_NAME_BITS value for OS X.Wayne Davison1-1/+1
2007-09-29Tweaked a variable name.Wayne Davison1-4/+3
2007-09-28- Added OS X ACL support.Wayne Davison2-248/+341
2007-08-21In pool_free_old(), one code path was not clearing a "next" pointer,Wayne Davison1-0/+1