Age | Commit message (Expand) | Author | Files | Lines |
2008-11-09 | Fixed a bunch of "warn_unused_result" compiler warnings. | Wayne Davison | 1 | -12/+21 |
2008-10-25 | Fixed our supplied getnameinfo()'s ability to do a reverse lookup, | Wayne Davison | 1 | -6/+3 |
2008-09-01 | Split up the ifuncs.h file into 3 .h files. | Wayne Davison | 1 | -1/+1 |
2008-09-01 | Output numbers in 3-digit groups by default (e.g. 1,234,567). | Wayne Davison | 1 | -22/+92 |
2008-07-22 | Fixed a potential alignment issue in the IRIX ACL code when allocating | Wayne Davison | 1 | -4/+4 |
2008-07-21 | Use PTR_ADD for the new instances of void-pointer arithmetic. | Wayne Davison | 1 | -5/+5 |
2008-07-19 | Changed the POOL_QALIGN flag to POOL_NO_QALIGN, reversing the setting | Wayne Davison | 3 | -18/+41 |
2008-07-18 | Improved the alignment code and changed POOL_APPEND to POOL_PREPEND. | Wayne Davison | 2 | -62/+84 |
2008-07-17 | Moving big_num() into lib/compat.c so tls.c can use it. | Wayne Davison | 1 | -0/+43 |
2008-03-01 | Include 2008 in the copyright years. | Wayne Davison | 4 | -1/+4 |
2008-02-23 | Check the return code from mbr_uid_to_uuid()/mbr_gid_to_uuid() so | Wayne Davison | 1 | -0/+2 |
2007-11-29 | Get rid of some compiler warnings in the AIX sysacls code. | Wayne Davison | 1 | -4/+13 |
2007-11-12 | Getting rid of all .cvsignore files. | Wayne Davison | 1 | -1/+0 |
2007-11-08 | Got rid of a compiler warning. | Wayne Davison | 1 | -1/+1 |
2007-11-08 | Some fixes for SCO in new getaddrinfo() code. | Wayne Davison | 1 | -3/+10 |
2007-11-08 | Use uint32, not uint32_t. | Wayne Davison | 1 | -1/+1 |
2007-11-08 | Add back a define of "struct sockaddr_storage" for systems that | Wayne Davison | 1 | -3/+9 |
2007-11-02 | A new version of the getaddrinfo code from the samba source. | Wayne Davison | 2 | -0/+675 |
2007-10-05 | A couple tweaks to the AIX ACL code. | Wayne Davison | 1 | -2/+2 |
2007-10-05 | The hpux_count_obj() function should have been declared with a | Wayne Davison | 1 | -1/+1 |
2007-09-29 | Specify a better SMB_ACL_VALID_NAME_BITS value for OS X. | Wayne Davison | 1 | -1/+1 |
2007-09-29 | Tweaked a variable name. | Wayne Davison | 1 | -4/+3 |
2007-09-28 | - Added OS X ACL support. | Wayne Davison | 2 | -248/+341 |
2007-08-21 | In pool_free_old(), one code path was not clearing a "next" pointer, | Wayne Davison | 1 | -0/+1 |
2007-08-21 | Fix pool_create() to honor the POOL_INTERN flag. | Wayne Davison | 1 | -1/+1 |
2007-07-10 | Tweaking the license text a bit more. | Wayne Davison | 7 | -14/+21 |
2007-07-07 | Switching to GPL 3. | Wayne Davison | 7 | -67/+53 |
2007-06-06 | Decided against the last change. | Wayne Davison | 1 | -7/+1 |
2007-06-06 | Allow a NULL address to be passed to pool_free_old() to indicate that | Wayne Davison | 1 | -1/+7 |
2007-05-29 | Added pool_free_old() and pool_boundary() functions to add a way to | Wayne Davison | 3 | -62/+155 |
2007-05-29 | Tweaked a variable and a label to make them less confusing. | Wayne Davison | 1 | -6/+6 |
2007-05-29 | Improvements to increase clarity, fix misstatements, add missing | Wayne Davison | 1 | -55/+68 |
2007-05-29 | - Fixed a bug where a pool_free() on the most-recently allocated pool | Wayne Davison | 1 | -28/+34 |
2007-05-25 | Got rid of superfluous acl_clear_perms() call that Antti Tapaninen | Wayne Davison | 1 | -1/+0 |
2007-05-22 | Added a comment to a shared iterator to avoid a warning from IBM's checker. | Wayne Davison | 1 | -1/+1 |
2007-05-21 | Fixed a problem in a couple OS's sys_acl_get_access_bits() functions. | Wayne Davison | 1 | -2/+2 |
2007-05-21 | - Define what the valid access bits are for a name element and a | Wayne Davison | 1 | -67/+40 |
2007-05-21 | - Added a function to get/set all the access-bit values with a single | Wayne Davison | 1 | -637/+77 |
2007-04-24 | Moved the header info from smb_acls.h into lib/sysacls.h. | Wayne Davison | 1 | -1/+278 |
2007-04-07 | The improved --xattrs option is landing on the trunk. | Wayne Davison | 2 | -0/+161 |
2007-03-18 | Protocol 30 now uses MD5 checksums instead of MD4. | Wayne Davison | 4 | -129/+385 |
2007-03-11 | Leave out two unneeded sys*_fd() functions due to their using | Wayne Davison | 1 | -0/+4 |
2007-03-11 | We now compile on systems where ENOTSUP is not defined. | Wayne Davison | 1 | -0/+1 |
2007-03-11 | The ACL support has arrived! This version has a brand new protocol | Wayne Davison | 2 | -0/+3291 |
2006-11-19 | Added "const" to appropriate char pointers. | Wayne Davison | 2 | -5/+4 |
2006-10-16 | - Fixed a compile problem ("len" not defined) in inet_ntop4(). | Wayne Davison | 1 | -6/+8 |
2006-10-13 | Changed strcpy() calls into memcpy() calls. | Wayne Davison | 2 | -7/+7 |
2006-10-13 | Changed strcpy() calls into strlcpy() calls, just to be extra safe. | Wayne Davison | 2 | -2/+2 |
2006-04-25 | Updated the FSF's address to an even newer one. | Wayne Davison | 4 | -12/+12 |
2006-04-25 | - Updated the address for the FSF in the opening comment. | Wayne Davison | 4 | -113/+108 |