summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2007-08-21Fix pool_create() to honor the POOL_INTERN flag.Wayne Davison1-1/+1
2007-07-10Tweaking the license text a bit more.Wayne Davison7-14/+21
2007-07-07Switching to GPL 3.Wayne Davison7-67/+53
2007-06-06Decided against the last change.Wayne Davison1-7/+1
2007-06-06Allow a NULL address to be passed to pool_free_old() to indicate thatWayne Davison1-1/+7
2007-05-29Added pool_free_old() and pool_boundary() functions to add a way toWayne Davison3-62/+155
2007-05-29Tweaked a variable and a label to make them less confusing.Wayne Davison1-6/+6
2007-05-29Improvements to increase clarity, fix misstatements, add missingWayne Davison1-55/+68
2007-05-29- Fixed a bug where a pool_free() on the most-recently allocated poolWayne Davison1-28/+34
2007-05-25Got rid of superfluous acl_clear_perms() call that Antti TapaninenWayne Davison1-1/+0
2007-05-22Added a comment to a shared iterator to avoid a warning from IBM's checker.Wayne Davison1-1/+1
2007-05-21Fixed a problem in a couple OS's sys_acl_get_access_bits() functions.Wayne Davison1-2/+2
2007-05-21- Define what the valid access bits are for a name element and aWayne Davison1-67/+40
2007-05-21- Added a function to get/set all the access-bit values with a singleWayne Davison1-637/+77
2007-04-24Moved the header info from smb_acls.h into lib/sysacls.h.Wayne Davison1-1/+278
2007-04-07The improved --xattrs option is landing on the trunk.Wayne Davison2-0/+161
2007-03-18Protocol 30 now uses MD5 checksums instead of MD4.Wayne Davison4-129/+385
2007-03-11Leave out two unneeded sys*_fd() functions due to their usingWayne Davison1-0/+4
2007-03-11We now compile on systems where ENOTSUP is not defined.Wayne Davison1-0/+1
2007-03-11The ACL support has arrived! This version has a brand new protocolWayne Davison2-0/+3291
2006-11-19Added "const" to appropriate char pointers.Wayne Davison2-5/+4
2006-10-16- Fixed a compile problem ("len" not defined) in inet_ntop4().Wayne Davison1-6/+8
2006-10-13Changed strcpy() calls into memcpy() calls.Wayne Davison2-7/+7
2006-10-13Changed strcpy() calls into strlcpy() calls, just to be extra safe.Wayne Davison2-2/+2
2006-04-25Updated the FSF's address to an even newer one.Wayne Davison4-12/+12
2006-04-25- Updated the address for the FSF in the opening comment.Wayne Davison4-113/+108