search for: secrets_fil

Displaying 2 results from an estimated 2 matches for "secrets_fil".

Did you mean: secrets_file
2001 Dec 28
1
(patch) memory leak in loadparm.c
...sDefault.x != NULL) sDefault.x = strdup(sDefault.x) + 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 + } } /*********************************************************...
2001 Dec 03
2
Bug in rsyncd 2.5.0 while handling config file string values
...ath = 0x0, comment = 0x0, lock_file = 0x8076813 "/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_conn...