summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed several issues with preserving xattrs when using --backup.Wayne Davison2008-05-171-0/+8
* Preserve the right errno value when trying adjunct functions duringWayne Davison2008-05-171-7/+28
* Fix a file-globbing bug in the daemon when chroot is on.Wayne Davison2008-04-111-1/+1
* Fixed a potential overflow issue with realloc() that Sebastian KrahmerWayne Davison2008-04-081-2/+5
* Improved the chdir() code:Wayne Davison2008-03-301-35/+19
* Don't send daemon-config filter-action messages back to the user.Wayne Davison2008-03-241-3/+3
* Made the filename arg-parsing code skip args that have excluded pathWayne Davison2008-03-221-14/+7
* Improved ENSURE_MEMSPACE() macro and use it in more places in glob code.Wayne Davison2008-03-221-13/+6
* Make glob_expand() return an indicator if the glob had no matches.Wayne Davison2008-03-211-7/+13
* A couple improvements to the new arg-globbing code:Wayne Davison2008-03-211-45/+52
* Changed the arg-globbing routine to use a custom arg-globbing algorithmWayne Davison2008-03-201-87/+146
* Some improvements to the file-name cleaning code:Wayne Davison2008-03-201-22/+28
* Changed the name of the server_filter_list to beWayne Davison2008-03-201-12/+11
* Fixed a bug in the truncating of daemon-excluded paths.Wayne Davison2008-03-201-5/+3
* Improved arg-path checking so that wildcards can't be used toWayne Davison2008-03-181-9/+38
* Include 2008 in the copyright years.Wayne Davison2008-03-011-1/+1
* A few minor changes, including better push_dir()/pop_dir() verbosity.Wayne Davison2008-02-151-2/+5
* One more fix in set_modtime() when we get ENOSYS on a symlink.Wayne Davison2008-02-101-2/+2
* Some minor tweaking to name_to_uid() and name_to_gid().Wayne Davison2007-12-291-14/+10
* Only ignore ENOSYS error from lutimes().Wayne Davison2007-12-161-2/+3
* Make push_dir() output where we are when verbosity is high.Wayne Davison2007-12-151-0/+3
* New logging categories added to allow differentiation betweenWayne Davison2007-11-221-8/+8
* Got rid of the unused symlink parameter to sanitize_path().Wayne Davison2007-11-201-28/+5
* The HAVE_UTIMBUF define changed to HAVE_STRUCT_UTIMBUF.Wayne Davison2007-11-021-1/+1
* Changed clean_fname() to take a flag int instead of a BOOL. AddedWayne Davison2007-10-311-10/+19
* My version of Matt's cleanup patch from bug 5051. This makesWayne Davison2007-10-291-14/+17
* Added an option to copy_file() that tells it to try to make aWayne Davison2007-09-231-6/+6
* Moved inline functions from rsync.h into ifuncs.h.Wayne Davison2007-09-221-0/+1
* Changed print_child_argv() to take its prefix message as an arg.Wayne Davison2007-09-161-3/+3
* - Made glob_expand_one() public.Wayne Davison2007-09-091-18/+18
* Tweaked _new_array() to handle new use_calloc parameter.Wayne Davison2007-09-031-2/+2
* Tweaking the license text a bit more.Wayne Davison2007-07-101-2/+3
* Switching to GPL 3.Wayne Davison2007-07-071-3/+2
* Use module_dir instead of lp_path().Wayne Davison2007-07-021-3/+6
* The ACL support has arrived! This version has a brand new protocolWayne Davison2007-03-111-0/+28
* Further modifications to the copyright comment section.Wayne Davison2007-02-041-4/+3
* Got rid of an incorrect comment.Wayne Davison2006-11-281-1/+0
* Use an explicit cast when a value gets stored in a smaller var.Wayne Davison2006-11-211-1/+1
* Added "const" to appropriate char pointers.Wayne Davison2006-11-191-10/+8
* Turned the char * args to push_dir() and pop_dir() into const char *.Wayne Davison2006-11-131-2/+2
* Ignore a time-setting error on a symlink (which is only attemptedWayne Davison2006-11-121-2/+4
* Got rid of type-casting into isFOO() and toFOO() functions byWayne Davison2006-11-091-5/+5
* Use the MAX_RENAMES_DIGITS define in the relevant snprintf().Wayne Davison2006-10-141-1/+1
* Changed sprintf() calls to snprintf().Wayne Davison2006-10-131-2/+2
* Mark out_of_memory() and overflow_exit() with NORETURN.Wayne Davison2006-10-131-2/+2
* Function fcntl() only takes 2 args when using F_GETFL.Wayne Davison2006-10-131-2/+2
* Removed the changes in symlink handling in non-chroot daemon mode asWayne Davison2006-10-121-82/+0
* Made the push_dir() function take an option to skip the actual chdir()Wayne Davison2006-10-081-2/+2
* A bug-fix for die_on_unsafe_path() when the path doesn't exist.Wayne Davison2006-10-071-1/+2
* Output the who_am_i() info in out-of-memory() and overflow_exit().Wayne Davison2006-09-241-2/+2