Added a way for supplementary groups to be specified in the rsyncd.conf
[rsync/rsync.git] / flist.c
2009-02-14 Wayne DavisonHandle a link_stat() failure with errno ENOENT as a...
2009-02-05 Wayne DavisonEnsure that the sender turns off any msg_fd_in use...
2009-02-05 Wayne DavisonDo not try to send a symlink with a 0-length value.
2009-01-17 Wayne DavisonUse a varint when sending the error_code.
2009-01-03 Wayne DavisonUpdate the copyright year.
2009-01-03 Wayne DavisonAdded init_stat_x() to avoid duplication of acl/xattr...
2008-12-27 Wayne DavisonAllow opendir() in send_directory() to fail with ENOENT.
2008-11-16 Wayne DavisonAdding the --usermap/--groupmap/--chown options.
2008-11-10 Matt McCutchenAdd flist_find_ignore_dirness() and change delete_in_di...
2008-11-10 Wayne DavisonFixed the use of a dot-dir path (foo/./bar) inside...
2008-09-27 Wayne DavisonEnhanced the --stats output:
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-08-31 Wayne DavisonImproved the fix that ensures that the generator gets...
2008-08-10 Wayne DavisonMade an error of readlink_stat() use the right function...
2008-08-02 Wayne DavisonTweaked the symlink iconv buffer size and fixed a comment.
2008-08-02 Wayne DavisonWhen using --iconv, if a server-side receiver can't...
2008-08-02 Wayne DavisonRefer to the symlink's contents as "symlink data",...
2008-08-02 Wayne DavisonSkip new symlink conversion step if the remote rsync...
2008-08-02 Wayne DavisonThe --iconv option now converts the content of a symlin...
2008-08-02 Wayne DavisonFixed a problem with checking for the '.' dir in the...
2008-07-31 Wayne DavisonOutput an FERROR* for a general io_error, and an FWARNI...
2008-07-30 Wayne DavisonMake hard-linking work when a device has an st_dev...
2008-07-22 Wayne DavisonExplicitly cast a -1 that is being assigned to a size_t.
2008-07-20 Wayne DavisonAdded a '%C' (MD5 checksum) flag for the output/logfile...
2008-07-19 Wayne DavisonChanged the POOL_QALIGN flag to POOL_NO_QALIGN, reversi...
2008-07-19 Wayne DavisonWe now pass the POOL_QALIGN flag to pool_create()....
2008-07-19 Wayne DavisonImproved the hard-link logging.
2008-07-17 Wayne DavisonAdded some HLINK debugging output and enabled it for...
2008-07-17 Wayne DavisonChanged human_num() to big_num() with an extra arg...
2008-07-14 Wayne DavisonAdded the --info=FLAGS an --debug=FLAGS options, which...
2008-07-05 Wayne DavisonGot rid of some trailing whitespace.
2008-06-23 Matt McCutchenThe sender now sets IOERR_GENERAL in more skipped-file...
2008-06-04 Wayne DavisonImproved handling of a system that doesn't have a 64...
2008-05-31 Wayne DavisonHave send_file_list() check is_excluded() (but only...
2008-05-31 Wayne DavisonIf an arg is excluded, don't include its implied dirs.
2008-03-31 Wayne DavisonA simple change to change_pathname() to ensure that...
2008-03-30 Wayne DavisonImproved the chdir() code:
2008-03-30 Wayne DavisonFixed a path-exclusion glitch when checking more than...
2008-03-30 Wayne DavisonImproved the code that protects a '.' dir from exclusion.
2008-03-28 Wayne DavisonAllow the file-list sending code to set XMIT_SAME_UID...
2008-03-26 Wayne DavisonEnsure that a per-dir merge file is also loaded from...
2008-03-25 Wayne DavisonFixed the way rsync handles iconv-conversion problems...
2008-03-24 Wayne DavisonDon't send daemon-config filter-action messages back...
2008-03-22 Wayne DavisonMade the filename arg-parsing code skip args that have...
2008-03-21 Wayne DavisonSome improvements to the file-name cleaning code:
2008-03-20 Wayne DavisonChanged the name of the server_filter_list to be old/master
2008-03-18 Wayne DavisonOutput a non-existent-file error for server-excluded...
2008-03-15 Wayne DavisonAnother optimization of "bp" adding when creating a...
2008-03-15 Wayne Davison- Fixed a crash bug when backing up files with ACLs...
2008-03-01 Wayne DavisonInclude 2008 in the copyright years.
2008-02-28 Wayne DavisonUse preserve_[ug]id values for send/recv checking,...
2008-02-16 Wayne DavisonSome daemon security improvements, including the new...
2008-02-10 Wayne DavisonImproved the "symlink has no referent" logic to work...
2008-01-19 Wayne DavisonDon't apply filter rules to implied directories.
2008-01-09 Wayne DavisonFixed a length problem parsing an arg of "./".
2007-12-30 Wayne DavisonMade some user-/group-name pointers "const".
2007-12-16 Wayne DavisonMoved the dir_count increment into an even better spot...
2007-12-15 Wayne DavisonFixed a potential memory leak in make_file().
2007-12-13 Wayne DavisonMove incrementing of dir_count so that it can't get...
2007-12-08 Wayne DavisonUpdated indexing for accurate progress and improved...
2007-11-30 Wayne DavisonSimplified the time_t overflow check and moved an extra...
2007-11-27 Wayne DavisonWhen the new "munge symlinks" option is off, a non...
2007-11-27 Wayne DavisonAdd a new daemon security option: "munge symlinks".
2007-11-22 Wayne DavisonNew logging categories added to allow differentiation...
2007-11-21 Wayne DavisonGot rid of the unused symlink parameter to sanitize_path().
2007-11-06 Wayne DavisonSome changes to allow an unsorted file list even if...
2007-11-03 Wayne DavisonA better way to count our queued workload.
2007-10-31 Wayne Davison- In --iconv mode, we can't lower the ndx_end value...
2007-10-31 Wayne DavisonSet ndx_start to 1 only for an inc-recursive transfer.
2007-10-31 Wayne Davison- Fixed a problem with merging dot dirs with non-dot...
2007-10-30 Wayne DavisonFixed --one-file-system handling when dealing with...
2007-10-20 Wayne DavisonGot rid of a couple compiler warnings when SUPPORT_HARD...
2007-10-08 Wayne Davison- Mark implied dirs with FLAG_IMPLIED_DIR.
2007-10-07 Wayne Davison- Simplified the code in recv_file_entry() for protocol 30.
2007-09-23 Wayne DavisonChanged "statx" to "stat_x" to try to work around a...
2007-09-23 Wayne DavisonFixed a glitch in the sending of mount-point dirs in...
2007-09-23 Wayne DavisonMade clean_flist() only duplicate *_DIR_* flags on...
2007-09-23 Wayne DavisonFix a glitch in the handling of the last path element...
2007-09-23 Wayne Davison- Don't allow -x to drop implied directories.
2007-09-23 Wayne DavisonAdded the relnamecache structure and improved some...
2007-09-23 Wayne DavisonMoved list-only output from flist.c to generator.c...
2007-09-22 Wayne DavisonAlways send implied dirs as dirs.
2007-09-22 Wayne DavisonUsing relative with incremental recursion now results...
2007-09-22 Wayne DavisonMoved inline functions from rsync.h into ifuncs.h.
2007-09-18 Wayne DavisonAdded missing "#ifdef ICONV_OPTION" conditionals.
2007-09-18 Wayne DavisonMake use of new iconvbufs() function.
2007-09-17 Wayne DavisonMake sure that the hashed hard-link numbers from differ...
2007-09-15 Wayne Davison- If two duplicate directories have identical outside...
2007-09-15 Wayne DavisonReverting last change for a re-think.
2007-09-15 Wayne DavisonFixed a problem with duplicate dirs being unduplicated...
2007-09-15 Wayne DavisonGot rid of duplicate error when push_pathname() fails.
2007-09-09 Wayne DavisonCall the renamed read_line() function (was read_filesfr...
2007-09-04 Wayne DavisonFixed two flist->files[first_hlink_ndx] references.
2007-09-03 Wayne DavisonChanges to allow hard-linking to work in inc_recurse...
2007-09-03 Wayne Davison- Use the new hashtable structures and functions.
2007-09-03 Wayne DavisonUse new0() function instead of new() followed by memset().
2007-09-01 Wayne DavisonTweaked a comment.
2007-08-29 Wayne DavisonMake the verbose message about the file-list expansion...
2007-08-04 Wayne Davison- Use the new XMIT_NON_XFER_DIR flag.
next