summaryrefslogtreecommitdiff
path: root/exclude.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-10-09Get rid of const modifiers; they're problematic with old compilers.Martin Pool1-1/+1
2000-10-09include/exclude cluestick: with -vv, print out whether files areMartin Pool1-9/+41
2000-08-29a hack to make listing remote sites (by leaving off a target) moreAndrew Tridgell1-0/+6
2000-01-29runtime detect fnmatch() bug if ** is used.Andrew Tridgell1-1/+11
2000-01-25the convoluted nest of #ifdefs that is fnmatch.c caught us again. OnAndrew Tridgell1-2/+4
2000-01-23removed Daves include-only optimisation. One of the bug reports turnedAndrew Tridgell1-53/+0
1999-11-08fixed passing of directory exclude options to remote side (thanks toAndrew Tridgell1-1/+4
1999-03-12Allow + and - in the "include" and "exclude" directives in rsyncd.conf.David Dykstra1-2/+50
1999-03-02Disable the optimization that treats include-only files as a special caseDavid Dykstra1-1/+2
1999-02-18Changed exclude/include matching so that normally wildcards will stop atDavid Dykstra1-1/+2
1999-02-10Changed the optimized include mode (which kicks in when there are a seriesDavid Dykstra1-1/+4
1999-02-09Support '#' and ';' comments in exclude files. It would actually notDavid Dykstra1-1/+6
1998-11-24Always include "." when processing exclude lists. This avoids confusionDavid Dykstra1-0/+4
1998-11-23Add "include" and "include from" rsyncd.conf options. ContributedDavid Dykstra1-0/+11
1998-11-14changed strlcat() and strlcpy() to have the same semantics as theAndrew Tridgell1-1/+1
1998-11-04Fix confusion between RERR_NOSUPPORT and RERR_UNSUPPORTED for exit codesDavid Dykstra1-1/+1
1998-11-03patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to addAndrew Tridgell1-2/+2
1998-10-26Fix bug in --include and --include-from which didn't work as advertised;David Dykstra1-15/+10