Add more link targets to html man pages.
[rsync.git] / lib /
2022-01-02 Wayne DavisonPreparing for release of 3.2.4pre1 v3.2.4pre1
2021-01-31 Wayne DavisonPut 0 in parens to silence an Xcode warning.
2020-09-29 Wayne DavisonSilence a few more warnings.
2020-09-29 Wayne DavisonAvoid some pedantic errors & old warnings.
2020-07-17 Wayne DavisonA couple minor changes.
2020-07-13 Wayne DavisonMention file & line on OOM and overflow errors.
2020-07-11 Wayne DavisonSome number & string improvements
2020-07-08 Wayne DavisonWarning fixes & impossible-failure improvements
2020-07-06 Wayne DavisonSome TANDEM ACL support.
2020-07-06 Wayne DavisonSome whitespace & paren cleanup.
2020-07-06 Wayne DavisonA bit more configure tweaking.
2020-06-24 Wayne DavisonPrepare for future release of XXH3 & XXH128.
2020-06-23 Wayne DavisonApple needs a leading underscore.
2020-06-21 Wayne DavisonMore asm improvements
2020-06-20 Wayne DavisonRemove asm type & size.
2020-06-20 Wayne DavisonFix conditional directives in the asm file
2020-06-20 Wayne DavisonExclude the asm code when it's not being used.
2020-06-20 Caleb Xulib/md5-asm-x86_64.s: fix build with Apple Clang
2020-06-19 Holger HoffstättePrevent unnecessary xattr warning by reordering header...
2020-06-02 Wayne DavisonMove the CSUM defines.
2020-06-02 Jorrit JongmaMove OpenSSL-related MD4/5 defines and imports to lib...
2020-05-25 Wayne DavisonSome minor tweaks & tidying up.
2020-05-23 Wayne DavisonAdd optional use of the openssl crypto lib for MD5.
2020-05-23 Jorrit JongmaOptimized assembler version of md5_process() for x86-64
2020-04-16 Wayne DavisonTwo more spelling fixes and some year updates.
2020-04-16 Wayne DavisonSpelling fixes from a Fossies run done by Jens.
2020-04-09 Wayne DavisonSet Copyright years and make them easier to update
2019-03-16 Wayne DavisonTweak the copyright year.
2019-01-15 Wayne DavisonAvoid warning about leaked mem (didn't affect rsync...
2018-01-15 Wayne DavisonTweak copyright date.
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.
next