summaryrefslogtreecommitdiff
path: root/options.c
AgeCommit message (Expand)AuthorFilesLines
2004-08-12Call clean_flist() with its new "collapse_dot_dot" arg.Wayne Davison1-5/+5
2004-08-11Call sanitize_path() with updated args.Wayne Davison1-6/+6
2004-08-05Use the new sanitize_path() calling syntax.Wayne Davison1-7/+6
2004-08-04In set_refuse_options(): make sure we scan the whole list of optionsWayne Davison1-8/+11
2004-08-03Decided that we don't need to limit the block size after all nowWayne Davison1-6/+0
2004-08-03- Changed the description for --block-size in the --help text.Wayne Davison1-4/+4
2004-08-02Allow better wildcard matching against the short-option letters inWayne Davison1-6/+7
2004-08-02- Extended the "refuse options" daemon setting to allow wildcardsWayne Davison1-14/+28
2004-07-31- Changed all the errors in parse_arguments() to use the err_buf soWayne Davison1-23/+60
2004-07-29Added the new --partial-dir option.Wayne Davison1-1/+18
2004-07-22Changed NO_INT64 to INT64_IS_OFF_T because off_t might actually beWayne Davison1-2/+3
2004-07-22Some --help text fixes.Wayne Davison1-5/+5
2004-07-21Complain if the user combines --read-batch with --files-from.Wayne Davison1-1/+6
2004-07-20Tweaked an error message.Wayne Davison1-1/+1
2004-07-16My version of Mark Curtis's --inplace option.Wayne Davison1-2/+24
2004-07-16Limit the block-size that the user can specify.Wayne Davison1-0/+6
2004-07-15- Complain and die if --dry-run is used with a batch option.Wayne Davison1-7/+17
2004-07-15We no longer refer to a batch "prefix".Wayne Davison1-12/+12
2004-07-15My modified version of Chris Shoemaker's improved batch-file handling.Wayne Davison1-16/+8
2004-06-20Tweaked a comment.Wayne Davison1-1/+1
2004-06-07Got rid of some am_daemon games in option_error().Wayne Davison1-5/+0
2004-06-06If the user specifies a small io_timeout value, lower select_timeout.Wayne Davison1-2/+8
2004-06-05New --keep-dirlinks option.Wayne Davison1-0/+5
2004-05-27Set a new variable, bwlimit_writemax, based on the value of the bwlimitWayne Davison1-0/+7
2004-05-24The various include/exclude options are not used on the server side,Wayne Davison1-4/+8
2004-05-22Fixed a typo in the sending of the --checksum-seed option to the server.Wayne Davison1-1/+1
2004-05-21Added the --checksum-seed option.Wayne Davison1-0/+8
2004-05-21- Improved option_error() to make sure that the user sees the error inWayne Davison1-12/+11
2004-05-06Introduced long-option names for -4 and -6.Wayne Davison1-7/+7
2004-04-17Use "uint64" instead of INO64_T (which is now gone).Wayne Davison1-1/+1
2004-04-14Updated the exclude-list code to handle the new linked-listWayne Davison1-1/+1
2004-04-12Use the new XFLG_* flags to call the add_exclude*() functions.Wayne Davison1-5/+4
2004-04-07If --daemon was specified, exit the option-parsing code beforeWayne Davison1-3/+6
2004-03-31Don't complain about a null --suffix if we're the server/sender (sinceWayne Davison1-2/+2
2004-03-30The --files-from option needs to allow a server-sender to sometimesWayne Davison1-1/+1
2004-03-27Got rid of debug-output statement.Wayne Davison1-1/+0
2004-03-27Optionally sanitize the args in parse_arguments() using the newWayne Davison1-15/+33
2004-02-22Changed the literal 9000 into "OPT_REFUSED_BASE".Wayne Davison1-5/+7
2004-02-21Complain in the daemon log file if there is an unknown option in theWayne Davison1-6/+12
2004-02-21Fixed the "refuse options" setting in the daemon after Fabrice BelletWayne Davison1-34/+39
2004-02-11Added backup_dir_buf and backup_dir_remainder.Wayne Davison1-4/+17
2004-02-09The batch-options now set checksum_seed to the appropriate fixed value.Wayne Davison1-0/+4
2004-02-09Use asprintf() in server_options() (plus a few more whitespace tweaks).Wayne Davison1-48/+47
2004-02-09Updated the sizeof syntax and tweaked some whitespace.Wayne Davison1-34/+35
2004-02-02Don't warn about lack of -l support if we're the sender -- we just won'tWayne Davison1-1/+1
2004-02-02Clarify the safe/unsafe symlink options in the usage text.Wayne Davison1-3/+3
2004-02-01- Fixed the bug where the --daemon option would squelch all option errorsWayne Davison1-21/+25
2004-01-30Fixed the optional sanitization of the files_from arg.Wayne Davison1-2/+4
2004-01-27Added "am_generator".Wayne Davison1-0/+1
2004-01-23Tweaked the --help text to refer to I/O (not IO) and use "an" inWayne Davison1-4/+4