| Commit message (Expand) | Author | Age | Files | Lines |
| * | Android build, static config, and changes | Dylan Simon | 2018-09-03 | 1 | -1/+1 |
| * | Tweak copyright date. | Wayne Davison | 2018-01-14 | 6 | -6/+6 |
| * | Update the copyright year. | Wayne Davison | 2015-08-08 | 6 | -6/+6 |
| * | Bump the year to 2014. | Wayne Davison | 2014-01-26 | 6 | -6/+6 |
| * | Try to fix bug 7865 for some acl() EINVAL results. | Wayne Davison | 2013-12-25 | 1 | -1/+5 |
| * | Use chunked xattr reading in OS X sys_lgetxattr(). | Wayne Davison | 2013-11-25 | 1 | -1/+22 |
| * | Set number_separator the first time it gets used. | Wayne Davison | 2013-06-11 | 1 | -1/+10 |
| * | Add an implementation of getpass for systems that lack one. | Wayne Davison | 2013-05-19 | 1 | -0/+72 |
| * | Tweak includes to fix non-defined NULL on some systems. | Wayne Davison | 2011-07-31 | 1 | -2/+6 |
| * | We need VA_COPY() defined more. Fix dangling #endif. | Wayne Davison | 2011-05-30 | 1 | -5/+4 |
| * | Merge latest samba version to get va_end() fixes, etc. | Wayne Davison | 2011-05-30 | 1 | -211/+699 |
| * | Allow a failure of EINVAL to mean no ACLs are available. | Wayne Davison | 2011-02-22 | 1 | -0/+5 |
| * | Avoid type-punned compiler warnings for the byteorder.h macros | Wayne Davison | 2009-10-13 | 1 | -22/+22 |
| * | Need to use O_RDONLY in solaris sys_lremovexattr(). | Wayne Davison | 2009-09-03 | 1 | -1/+1 |
| * | Fix attropen() flags for writing an xattr on solaris. | Wayne Davison | 2009-09-02 | 1 | -1/+1 |
| * | Fix read_xattr() for solaris. | Wayne Davison | 2009-09-01 | 1 | -2/+2 |
| * | Allow Solaris sys_llistxattr() to return the list length when size == 0. | Wayne Davison | 2009-08-15 | 1 | -0/+2 |
| * | Fix some variable references. | Wayne Davison | 2009-08-15 | 1 | -3/+3 |
| * | Some improvements to the solaris xattr routines. | Wayne Davison | 2009-08-13 | 1 | -27/+47 |
| * | Initial version of xattr routines for Solaris. | Wayne Davison | 2009-08-08 | 1 | -0/+122 |
| * | Support an older AIX system that doesn't have ENOTSUP. | Wayne Davison | 2009-05-14 | 1 | -0/+4 |
| * | Switch from inet_aton() to inet_pton() (since we supply a compatibility | Wayne Davison | 2009-05-14 | 1 | -2/+1 |
| * | Fixed a bunch of "warn_unused_result" compiler warnings. | Wayne Davison | 2008-11-09 | 1 | -12/+21 |
| * | Fixed our supplied getnameinfo()'s ability to do a reverse lookup, | Wayne Davison | 2008-10-25 | 1 | -6/+3 |
| * | Split up the ifuncs.h file into 3 .h files. | Wayne Davison | 2008-09-01 | 1 | -1/+1 |
| * | Output numbers in 3-digit groups by default (e.g. 1,234,567). | Wayne Davison | 2008-09-01 | 1 | -22/+92 |
| * | Fixed a potential alignment issue in the IRIX ACL code when allocating | Wayne Davison | 2008-07-22 | 1 | -4/+4 |
| * | Use PTR_ADD for the new instances of void-pointer arithmetic. | Wayne Davison | 2008-07-21 | 1 | -5/+5 |
| * | Changed the POOL_QALIGN flag to POOL_NO_QALIGN, reversing the setting | Wayne Davison | 2008-07-19 | 3 | -18/+41 |
| * | Improved the alignment code and changed POOL_APPEND to POOL_PREPEND. | Wayne Davison | 2008-07-18 | 2 | -62/+84 |
| * | Moving big_num() into lib/compat.c so tls.c can use it. | Wayne Davison | 2008-07-17 | 1 | -0/+43 |
| * | Include 2008 in the copyright years. | Wayne Davison | 2008-03-01 | 4 | -1/+4 |
| * | Check the return code from mbr_uid_to_uuid()/mbr_gid_to_uuid() so | Wayne Davison | 2008-02-23 | 1 | -0/+2 |
| * | Get rid of some compiler warnings in the AIX sysacls code. | Wayne Davison | 2007-11-29 | 1 | -4/+13 |
| * | Getting rid of all .cvsignore files. | Wayne Davison | 2007-11-12 | 1 | -1/+0 |
| * | Got rid of a compiler warning. | Wayne Davison | 2007-11-08 | 1 | -1/+1 |
| * | Some fixes for SCO in new getaddrinfo() code. | Wayne Davison | 2007-11-08 | 1 | -3/+10 |
| * | Use uint32, not uint32_t. | Wayne Davison | 2007-11-08 | 1 | -1/+1 |
| * | Add back a define of "struct sockaddr_storage" for systems that | Wayne Davison | 2007-11-08 | 1 | -3/+9 |
| * | A new version of the getaddrinfo code from the samba source. | Wayne Davison | 2007-11-02 | 2 | -0/+675 |
| * | A couple tweaks to the AIX ACL code. | Wayne Davison | 2007-10-05 | 1 | -2/+2 |
| * | The hpux_count_obj() function should have been declared with a | Wayne Davison | 2007-10-05 | 1 | -1/+1 |
| * | Specify a better SMB_ACL_VALID_NAME_BITS value for OS X. | Wayne Davison | 2007-09-29 | 1 | -1/+1 |
| * | Tweaked a variable name. | Wayne Davison | 2007-09-29 | 1 | -4/+3 |
| * | - Added OS X ACL support. | Wayne Davison | 2007-09-28 | 2 | -248/+341 |
| * | In pool_free_old(), one code path was not clearing a "next" pointer, | Wayne Davison | 2007-08-21 | 1 | -0/+1 |
| * | Fix pool_create() to honor the POOL_INTERN flag. | Wayne Davison | 2007-08-21 | 1 | -1/+1 |
| * | Tweaking the license text a bit more. | Wayne Davison | 2007-07-10 | 7 | -14/+21 |
| * | Switching to GPL 3. | Wayne Davison | 2007-07-07 | 7 | -67/+53 |
| * | Decided against the last change. | Wayne Davison | 2007-06-06 | 1 | -7/+1 |