summaryrefslogtreecommitdiff
path: root/exclude.c
AgeCommit message (Expand)AuthorFilesLines
2004-08-10A minor improvement in check_one_exclude().Wayne Davison1-7/+7
2004-08-05Set "eob" correctly in add_exclude_file().Wayne Davison1-1/+1
2004-05-22Fixed the comment for get_exclude_tok().Wayne Davison1-4/+3
2004-05-21Got rid of a compiler warning (which was only output by certainWayne Davison1-1/+1
2004-05-16Renamed free_exclude_list() to clear_exclude_list().Wayne Davison1-2/+2
2004-05-16Moved the setting of ret->match_flags up a little in make_exclude().Wayne Davison1-2/+2
2004-05-16- Switched the "include" and "directory" ints into bits in match_flags.Wayne Davison1-40/+46
2004-05-15- Complain about an exclude that was too long and then dump itWayne Davison1-3/+9
2004-05-14In the debug output, distinguish between a user-requested clearingWayne Davison1-7/+7
2004-04-27- Changed XFLG_NO_PREFIXES to XFLG_WORDS_ONLY.Wayne Davison1-8/+8
2004-04-27Made a comment clearer.Wayne Davison1-2/+2
2004-04-24Improved the debug string for the local_exclude_list.Wayne Davison1-1/+1
2004-04-23Fixed a comment.Wayne Davison1-3/+2
2004-04-22Restore the old include behavior where a command-line include couldWayne Davison1-2/+3
2004-04-22Initialize the new debug_type string in each exclude list and outputWayne Davison1-11/+14
2004-04-22The debug output for add_exclude() now needs to limit the pattern toWayne Davison1-2/+2
2004-04-17In add_exclude_file(), if we're word-splitting, stop reading a "line"Wayne Davison1-3/+8
2004-04-14Our exclude lists are now comprised of a base structure with a headWayne Davison1-84/+48
2004-04-14The check_exclude() and report_exclude_result() functions now take aWayne Davison1-6/+7
2004-04-13Fixed a potential problem parsing the "!" token from a word-split string.Wayne Davison1-3/+4
2004-04-13A few more improvements to get_exclude_tok() and add_exclude().Wayne Davison1-55/+59
2004-04-12- add_exclude() now takes a flag int and can optionally word-splitWayne Davison1-126/+135
2004-04-10Fixed a bug where an exclude name that got sent over the wire could getWayne Davison1-13/+15
2004-02-23Trivial whitespace tweak.Wayne Davison1-1/+1
2004-02-03Changed a couple sizeof calls and improved some string handling inWayne Davison1-13/+17
2004-01-27Use who_am_i() to qualify some debug messages.Wayne Davison1-4/+7
2004-01-20Use new pathjoin() function.Wayne Davison1-6/+4
2004-01-08Got rid of support for protocols 17 and 18.Wayne Davison1-5/+0
2004-01-02Use buffered I/O to read the exclude list.Wayne Davison1-12/+12
2003-12-06Merged in the security fixes from 2.5.7.Wayne Davison1-4/+4
2003-09-09Changed "remote_version" to "protocol_version".Wayne Davison1-2/+2
2003-07-30Call wildmatch(), not fnmatch().Wayne Davison1-12/+3
2003-07-01Made make_exclude() store anchored config-file excludes with the fullWayne Davison1-98/+92
2003-05-01Fixed some matching bugs; made the logic of the matching code a littleWayne Davison1-11/+52
2003-04-17Some whitespace/indentation cleanup.Wayne Davison1-49/+48
2003-03-30Open the file in BINARY fd mode, handle the normal line-ending charactersWayne Davison1-15/+29
2003-01-26Got rid of O_TEXT_STR and added code to strip '\r' from the end of theWayne Davison1-3/+3
2003-01-26Open config files in text mode when O_TEXT is defined. This helps onDavid Dykstra1-2/+2
2003-01-09Added .svn/ to the cvs_ignore_list and some trailing slashes to theWayne Davison1-5/+4
2002-08-29Patch from J.W. Schultz to have --include-from and --exclude-from onDavid Dykstra1-1/+7
2002-04-11Try to fix ctype issues by always calling these functions asMartin Pool1-2/+2
2002-04-09Correction from Nelson Beebe: argument to functions such as isspace()Martin Pool1-21/+22
2002-02-18Doc.Martin Pool1-6/+4
2002-02-06Doc: Rusty's /*/* exclude hack produces spurious output with -vv.Martin Pool1-0/+5
2002-02-05Patch from wayned so that add_exclude_list produces clearer debuggingMartin Pool1-3/+5
2002-01-23Signedness security patch from Sebastian Krahmer <krahmer@suse.de> --Martin Pool1-1/+2
2001-06-21Fix from Wayne Davison:Martin Pool1-1/+1
2001-05-07imported new snprintf.c from samba, got rid of slprintfAndrew Tridgell1-1/+1
2001-02-23Change from getopt to popt -- requires const-correctness on arguments.Martin Pool1-8/+9
2000-10-26Print strerror when a system error occurs; add a new function rsyserrMartin Pool1-1/+4