search for: exclude_from

Displaying 3 results from an estimated 3 matches for "exclude_from".

2011 Nov 28
0
RFC: [PATCH] Add TCP congestion control and Diffserv options
..., 54 insertions(+), 0 deletions(-) diff --git a/loadparm.c b/loadparm.c index 965b771..51b1b06 100644 --- a/loadparm.c +++ b/loadparm.c @@ -109,6 +109,7 @@ typedef struct { char *auth_users; char *charset; char *comment; + char *congestion_alg; char *dont_compress; char *exclude; char *exclude_from; @@ -138,6 +139,7 @@ typedef struct { int max_verbosity; int syslog_facility; int timeout; + int diffserv; BOOL fake_super; BOOL forward_lookup; @@ -185,6 +187,7 @@ static const all_vars Defaults = { /* auth_users; */ NULL, /* charset; */ NULL, /* comment; */ NULL, + /* conge...
2001 Dec 28
1
(patch) memory leak in loadparm.c
...maybe_init(name); + maybe_init(path); + maybe_init(comment); + maybe_init(lock_file); + maybe_init(uid); + maybe_init(gid); + maybe_init(hosts_allow); + maybe_init(hosts_deny); + maybe_init(auth_users); + maybe_init(secrets_file); + maybe_init(exclude); + maybe_init(exclude_from); + maybe_init(include); + maybe_init(include_from); + maybe_init(log_format); + maybe_init(refuse_options); + maybe_init(dont_compress); +#undef maybe_init + } } /*************************************************************************** @@ -386,16 +410,9 @@ /** - * Assig...
2001 Dec 03
2
Bug in rsyncd 2.5.0 while handling config file string values
...;/var/run/rsyncd.lock", read_only = 1, list = 1, use_chroot = 1, transfer_logging = 0, ignore_errors = 0, uid = 0x807680c "nobody", gid = 0x807680c "nobody", hosts_allow = 0x0, hosts_deny = 0x0, auth_users = 0x0, secrets_file = 0x0, strict_modes = 1, exclude = 0x0, exclude_from = 0x0, include = 0x0, include_from = 0x0, log_format = 0x80767f3 "%o %h [%a] %m (%u) %f %l", refuse_options = 0x0, dont_compress = 0x80767c0 "*.gz *.tgz *.zip *.z *.rpm *.deb *.iso *.bz2 *.tbz", timeout = 0, max_connections = 0, ignore_nonreadable = 0} (gdb) shell cat...