Sanitize xname in read_ndx_and_attrs.
[rsync.git] / lib /
2015-08-08 Wayne DavisonUpdate the copyright year.
2014-01-26 Wayne DavisonBump the year to 2014.
2013-12-25 Wayne DavisonTry to fix bug 7865 for some acl() EINVAL results.
2013-11-25 Wayne DavisonUse chunked xattr reading in OS X sys_lgetxattr().
2013-06-11 Wayne DavisonSet number_separator the first time it gets used.
2013-05-19 Wayne DavisonAdd an implementation of getpass for systems that lack...
2011-08-01 Wayne DavisonTweak includes to fix non-defined NULL on some systems.
2011-05-30 Wayne DavisonWe need VA_COPY() defined more. Fix dangling #endif.
2011-05-30 Wayne DavisonMerge latest samba version to get va_end() fixes, etc.
2011-02-22 Wayne DavisonAllow a failure of EINVAL to mean no ACLs are available.
2009-10-14 Wayne DavisonAvoid type-punned compiler warnings for the byteorder...
2009-09-03 Wayne DavisonNeed to use O_RDONLY in solaris sys_lremovexattr().
2009-09-02 Wayne DavisonFix attropen() flags for writing an xattr on solaris.
2009-09-01 Wayne DavisonFix read_xattr() for solaris.
2009-08-15 Wayne DavisonAllow Solaris sys_llistxattr() to return the list lengt...
2009-08-15 Wayne DavisonFix some variable references.
2009-08-13 Wayne DavisonSome improvements to the solaris xattr routines.
2009-08-08 Wayne DavisonInitial version of xattr routines for Solaris.
2009-05-14 Wayne DavisonSupport an older AIX system that doesn't have ENOTSUP.
2009-05-14 Wayne DavisonSwitch from inet_aton() to inet_pton() (since we supply...
2008-11-10 Wayne DavisonFixed a bunch of "warn_unused_result" compiler warnings.
2008-10-25 Wayne DavisonFixed our supplied getnameinfo()'s ability to do a...
2008-09-02 Wayne DavisonSplit up the ifuncs.h file into 3 .h files.
2008-09-01 Wayne DavisonOutput numbers in 3-digit groups by default (e.g. 1...
2008-07-22 Wayne DavisonFixed a potential alignment issue in the IRIX ACL code...
2008-07-22 Wayne DavisonUse PTR_ADD for the new instances of void-pointer arith...
2008-07-19 Wayne DavisonChanged the POOL_QALIGN flag to POOL_NO_QALIGN, reversi...
2008-07-19 Wayne DavisonImproved the alignment code and changed POOL_APPEND...
2008-07-17 Wayne DavisonMoving big_num() into lib/compat.c so tls.c can use it.
2008-03-01 Wayne DavisonInclude 2008 in the copyright years.
2008-02-23 Wayne DavisonCheck the return code from mbr_uid_to_uuid()/mbr_gid_to...
2007-11-30 Wayne DavisonGet rid of some compiler warnings in the AIX sysacls...
2007-11-12 Wayne DavisonGetting rid of all .cvsignore files.
2007-11-08 Wayne DavisonGot rid of a compiler warning.
2007-11-08 Wayne DavisonSome fixes for SCO in new getaddrinfo() code.
2007-11-08 Wayne DavisonUse uint32, not uint32_t.
2007-11-08 Wayne DavisonAdd back a define of "struct sockaddr_storage" for...
2007-11-02 Wayne DavisonA new version of the getaddrinfo code from the samba...
2007-10-05 Wayne DavisonA couple tweaks to the AIX ACL code.
2007-10-05 Wayne DavisonThe hpux_count_obj() function should have been declared...
2007-09-29 Wayne DavisonSpecify a better SMB_ACL_VALID_NAME_BITS value for...
2007-09-29 Wayne DavisonTweaked a variable name.
2007-09-28 Wayne Davison- Added OS X ACL support.
2007-08-21 Wayne DavisonIn pool_free_old(), one code path was not clearing...
2007-08-21 Wayne DavisonFix pool_create() to honor the POOL_INTERN flag.
2007-07-10 Wayne DavisonTweaking the license text a bit more.
2007-07-07 Wayne DavisonSwitching to GPL 3.
2007-06-06 Wayne DavisonDecided against the last change.
2007-06-06 Wayne DavisonAllow a NULL address to be passed to pool_free_old...
2007-05-29 Wayne DavisonAdded pool_free_old() and pool_boundary() functions...
2007-05-29 Wayne DavisonTweaked a variable and a label to make them less confusing.
2007-05-29 Wayne DavisonImprovements to increase clarity, fix misstatements...
2007-05-29 Wayne Davison- Fixed a bug where a pool_free() on the most-recently...
2007-05-25 Wayne DavisonGot rid of superfluous acl_clear_perms() call that...
2007-05-22 Wayne DavisonAdded a comment to a shared iterator to avoid a warning...
2007-05-21 Wayne DavisonFixed a problem in a couple OS's sys_acl_get_access_bit...
2007-05-21 Wayne Davison- Define what the valid access bits are for a name...
2007-05-21 Wayne Davison- Added a function to get/set all the access-bit values...
2007-04-24 Wayne DavisonMoved the header info from smb_acls.h into lib/sysacls.h.
2007-04-07 Wayne DavisonThe improved --xattrs option is landing on the trunk.
2007-03-18 Wayne DavisonProtocol 30 now uses MD5 checksums instead of MD4.
2007-03-11 Wayne DavisonLeave out two unneeded sys*_fd() functions due to their...
2007-03-11 Wayne DavisonWe now compile on systems where ENOTSUP is not defined.
2007-03-11 Wayne DavisonThe ACL support has arrived! This version has a brand...
2006-11-19 Wayne DavisonAdded "const" to appropriate char pointers.
2006-10-16 Wayne Davison- Fixed a compile problem ("len" not defined) in inet_n...
2006-10-13 Wayne DavisonChanged strcpy() calls into memcpy() calls.
2006-10-13 Wayne DavisonChanged strcpy() calls into strlcpy() calls, just to...
2006-04-25 Wayne DavisonUpdated the FSF's address to an even newer one.
2006-04-25 Wayne Davison- Updated the address for the FSF in the opening comment.
2006-04-13 Wayne DavisonGot rid of the replacement inet_aton() and inet_ntoa...
2006-01-30 Wayne DavisonChanged the mode arg from an int to a mode_t.
2006-01-02 Wayne DavisonAdded a new function, wildmatch_array(), that lets...
2006-01-02 Wayne DavisonThe latest prototypes.
2005-12-30 Wayne Davison- Added a new public function, iwildmatch(), which...
2005-12-30 Wayne DavisonAdded a prototype for iwildmatch().
2005-12-18 Wayne DavisonAdded a comment, improved a comment, tweaked the recurs...
2005-12-18 Wayne DavisonTweaked the name of the first arg to wildmatch().
2005-11-14 Wayne DavisonTwiddled some brace positions and removed a superfluous...
2005-10-11 Wayne DavisonIf va_copy is defined, use it when defining VA_COPY.
2005-02-21 Wayne DavisonCheck SIZEOF_LONG_LONG instead of HAVE_LONG_LONG.
2005-02-20 Wayne Davison- Integrated the latest version from samba.
2005-02-14 Wayne DavisonJohn E. Malmberg convinced me to standardize on #ifs...
2005-01-28 Wayne Davison- Use "uchar" instead of "unsigned char".
2005-01-20 Wayne DavisonUse int64 instead of uint64.
2005-01-10 Wayne DavisonFixed the file_checksum1() function that is compiled...
2004-04-22 Wayne DavisonGot rid of a bunch of cruft.
2004-04-09 Wayne DavisonMissed one void-pointer-arithmetic case.
2004-04-09 Wayne DavisonAIX's cc was complaining about the void* arithmetic.
2004-02-23 Wayne DavisonShouldn't ignore .cvsignore.
2004-02-10 Wayne DavisonAnother attempt at measuring the minimum alignment...
2004-02-10 Wayne DavisonTrying a different MINALIGN because of core dumps on...
2004-02-10 J.W. SchultzRevert pool_alloc's use of bomb if pool == NULL.
2004-02-10 Wayne DavisonIf we call pool_alloc() on a NULL pool, bomb out with...
2004-02-10 Wayne DavisonChanged a while loop to a for loop.
2004-02-10 J.W. SchultzAdded allocation pool code.
2004-01-20 Wayne DavisonMake sure that strlcpy() returns the right value when...
2004-01-20 Wayne DavisonFixed a bug in strlcat() where it would not properly...
2003-09-09 Wayne DavisonChanged "remote_version" to "protocol_version".
2003-07-30 Wayne DavisonNo longer needed (replaced by wildmatch).
next