Tweaked the checking of the "limit" in safe_fname().
[rsync.git] / util.c
2005-05-03 Wayne DavisonTweaked the checking of the "limit" in safe_fname().
2005-04-01 Wayne DavisonChanged safe_fname() to output \### (octal) to escape...
2005-03-30 Wayne Davisondropped the "const" from the return value of safe_fname...
2005-03-17 Wayne DavisonFixed a problem with the stripping of the .bak/.old...
2005-03-11 Wayne DavisonTweaked the comment on copy_file().
2005-02-23 Wayne Davison- Fixed a problem with full_fname() when curr_dir was...
2005-02-20 Wayne DavisonCast char* to uchar* when dereferencing characters...
2005-02-18 Wayne DavisonFixed/improved the comment before safe_name().
2005-02-14 Wayne DavisonAdded find_filename_suffix() and fuzzy_distance().
2005-02-14 Wayne DavisonJohn E. Malmberg convinced me to standardize on #ifs...
2005-02-11 Wayne DavisonHave partial_dir_fname() also check if the dir is excluded
2005-02-07 Wayne Davison- Added more calls to safe_fname().
2005-01-28 Wayne DavisonUse "#if" (not "#ifdef") for configure-defined macros.
2005-01-25 Wayne DavisonRenamed several exclude-related functions/variables...
2005-01-20 Wayne DavisonIn set_modtime(), the verbose message should be output...
2005-01-19 Wayne DavisonNo need for conditional code around do_lstat() anymore.
2004-09-07 Wayne DavisonMade full_write() non-static.
2004-08-18 Wayne DavisonCorrected/enhanced a comment.
2004-08-12 Wayne DavisonOne last minor tweak to clean_fname().
2004-08-12 Wayne Davison- Made clean_flist()'s collapsing of ".." dirs optional...
2004-08-12 Wayne DavisonOne (hopefully) last change to the sanitize_path()...
2004-08-12 Wayne DavisonSimplified sanitize_path() logic a little.
2004-08-12 Wayne DavisonImproved a comment.
2004-08-11 Wayne Davison- Call sanitize_path() with updated args.
2004-08-09 Wayne DavisonMade robust_rename() return a 1 if it had to copy the...
2004-08-07 Wayne DavisonFixed a bug in clean_fname() that could sometimes leave...
2004-08-06 Wayne DavisonMade clean_fname() return the length of the string.
2004-08-06 Wayne DavisonAn improved clean_fname() routine that is more efficien...
2004-08-05 Wayne DavisonMerged alloc_sanitize_path() into sanitize_path(),...
2004-07-31 Wayne DavisonDon't allow a --partial-dir setting to overwrite a...
2004-07-29 Wayne DavisonAdded the new --partial-dir option.
2004-07-26 Wayne DavisonAllow safe_fname() to tweak up to two name at a time.
2004-07-26 Wayne DavisonUse safe_fname() in full_fname().
2004-07-26 Wayne DavisonAdded safe_fname() that converts any newlines in a...
2004-06-09 Wayne DavisonAllow the argv list the daemon uses for globbing its...
2004-06-05 Wayne DavisonNeatened up some of the glob-expand code and made a...
2004-05-24 Wayne DavisonGot rid of a superfluous call to gettimeofday().
2004-05-24 Wayne DavisonMade full_fname()'s char-pointer arg const.
2004-05-23 Wayne DavisonImproved the depth calculation in sanitize_path() so...
2004-05-21 Wayne DavisonMoved a few externs.
2004-05-15 Wayne DavisonChanged rprintf() calls that included strerror() to...
2004-05-08 Wayne DavisonChanged the non-globbing version of glob_expand_one...
2004-04-27 Wayne DavisonIn copy_file(), check len < 0 before checking the close...
2004-04-27 Wayne DavisonCheck the return code from close() and output an error...
2004-04-27 Wayne DavisonGot rid of a debug-output statement. v2.6.1
2004-04-22 Wayne DavisonRestore the old include behavior where a command-line...
2004-04-22 Wayne DavisonNo need to pass a debug string to check_exclude() anymore.
2004-04-17 Wayne DavisonFixed alloc_sanitize_path()'s handling of a rootdir...
2004-04-14 Wayne DavisonUpdated the exclude-list code to handle the new linked...
2004-04-14 Wayne DavisonAdded a description arg to check_exclude().
2004-03-27 Wayne DavisonAdded alloc_sanitize_path().
2004-02-17 Wayne DavisonMoved the EXDEV handling into robust_rename().
2004-02-07 Wayne DavisonMade a couple comments a little clearer.
2004-02-04 Wayne DavisonFixed a dropped '-'.
2004-02-03 Wayne DavisonSome indentation fixes and the removal of some superflu...
2004-02-03 Wayne DavisonModified sizeof usage and eliminated trailing whitespace.
2004-02-02 Wayne DavisonUse "%H:%M:%S" instead of "%T" in strftime() call since...
2004-01-21 Wayne DavisonImproved a couple comments.
2004-01-20 Wayne Davison- Changed push_dir() to not take a "save" arg and to...
2004-01-20 Wayne DavisonAdded stringjoin() and pathjoin().
2004-01-02 Wayne DavisonNo need to conditionally-compile EINTR code -- no other...
2003-12-06 Wayne DavisonMerged in the security fixes from 2.5.7.
2003-09-11 Wayne DavisonAdded a new function, full_fname(), that makes a filena...
2003-07-01 Wayne DavisonModified the glob_expand_one() function to check the...
2003-01-19 Wayne DavisonOptimized unsafe_symlink() to avoid malloc/free calls.
2003-01-15 Wayne DavisonMake unsafe_symlink() take const args so that we don...
2002-04-11 Martin PoolTry to fix ctype issues by always calling these functio...
2002-04-09 Martin PoolCorrection from Nelson Beebe: argument to functions...
2002-04-08 Martin PoolDoc.
2002-04-08 Martin PoolDoc.
2002-04-08 Martin PoolSplit code out into separate files and remove some...
2002-04-08 Martin PoolRearrange code slightly to avoid util.c depending on...
2002-04-08 Martin PoolDocument unsafe_symlink().
2002-04-08 Martin PoolClean up comments for Doxygen.
2002-03-20 Martin PoolPatch from Paul Haas:
2002-03-15 Martin PoolIf we've finished transferring a file, show the time...
2002-02-23 Martin Poolprint_child_argv can be static.
2002-02-18 Martin PoolAdd -vvv trace statement to set_modtime to help with...
2002-02-07 David DykstraRemove the "rsync:" prefixes on FINFO messages. Return...
2002-02-05 Martin PoolOnly print the command used to open connections with...
2002-01-25 Martin PoolMore signedness fixes; should be harmless.
2002-01-24 Martin PoolShow command used to start connection child.
2002-01-24 Martin Poolindent -kr -i8
2002-01-23 Martin PoolPatch from Jos Backus -- Fix breakage from dev_t to...
2002-01-23 Martin PoolSignedness security patch from Sebastian Krahmer <krahm...
2002-01-15 Martin PoolRemove unused variable.
2001-12-02 Martin PoolFix FP usage.
2001-12-02 Martin PoolOops, units bug.
2001-12-02 Martin PoolShow time-remaining as hh:mm:ss.
2001-12-02 Martin PoolImproved estimation algorithm for time-to-complete.
2001-12-02 Martin PoolAlso estimate time remaining.
2001-12-02 Martin PoolProgress indicator now shows estimated rate of transfer...
2001-08-14 Martin PoolMerge across rsync+ patch; add a little documentation...
2001-08-06 Martin PoolTry to fix "infinite loop" warning on AIX and other...
2001-05-07 Andrew Tridgellimported new snprintf.c from samba, got rid of slprintf
2001-03-23 Andrew Tridgellimproved error handling again. Now we report messages...
2000-11-09 Martin PoolDrop dead variable.
2000-09-06 Andrew Tridgelladded --modify-window option from David Bolen <db3l...
2000-08-19 Andrew Tridgelladded msleep() function
2000-08-16 Andrew Tridgellfixed timing problem with cleanup and io_flush() by...
next