Home
last modified time | relevance | path

Searched refs:amandad_path (Results 1 – 25 of 26) sorted by relevance

12

/dports/misc/amanda-server/amanda-3.3.9/common-src/
H A Drsh-security.c121 char *amandad_path=NULL, *client_username=NULL; in rsh_connect() local
158 amandad_path = conf_fn("amandad_path", datap); in rsh_connect()
162 if (runrsh(rh->rs->rc, amandad_path, client_username) < 0) { in rsh_connect()
198 const char * amandad_path, in runrsh() argument
202 char *xamandad_path = (char *)amandad_path; in runrsh()
H A Dlocal-security.c105 char *amandad_path=NULL; in local_connect() local
150 amandad_path = conf_fn("amandad_path", datap); in local_connect()
154 if (runlocal(rh->rs->rc, amandad_path, client_username) < 0) { in local_connect()
191 const char * amandad_path, in runlocal() argument
195 char *xamandad_path = (char *)amandad_path; in runlocal()
H A Dssh-security.c115 char *amandad_path=NULL, *client_username=NULL, *ssh_keys=NULL; in ssh_connect() local
148 amandad_path = conf_fn("amandad_path", datap); in ssh_connect()
157 if (runssh(rh->rs->rc, amandad_path, client_username, ssh_keys, in ssh_connect()
287 const char * amandad_path, in runssh() argument
293 char *xamandad_path = (char *)amandad_path; in runssh()
/dports/misc/amanda-client/amanda-3.3.9/common-src/
H A Drsh-security.c121 char *amandad_path=NULL, *client_username=NULL; in rsh_connect() local
158 amandad_path = conf_fn("amandad_path", datap); in rsh_connect()
162 if (runrsh(rh->rs->rc, amandad_path, client_username) < 0) { in rsh_connect()
198 const char * amandad_path, in runrsh() argument
202 char *xamandad_path = (char *)amandad_path; in runrsh()
H A Dlocal-security.c105 char *amandad_path=NULL; in local_connect() local
150 amandad_path = conf_fn("amandad_path", datap); in local_connect()
154 if (runlocal(rh->rs->rc, amandad_path, client_username) < 0) { in local_connect()
191 const char * amandad_path, in runlocal() argument
195 char *xamandad_path = (char *)amandad_path; in runlocal()
H A Dssh-security.c115 char *amandad_path=NULL, *client_username=NULL, *ssh_keys=NULL; in ssh_connect() local
148 amandad_path = conf_fn("amandad_path", datap); in ssh_connect()
157 if (runssh(rh->rs->rc, amandad_path, client_username, ssh_keys, in ssh_connect()
287 const char * amandad_path, in runssh() argument
293 char *xamandad_path = (char *)amandad_path; in runssh()
/dports/misc/amanda-server/amanda-3.3.9/server-src/
H A Ddiskfile.h79 char *amandad_path; /* amandad path on the client */ member
H A Ddumper.c115 static char *amandad_path=NULL; variable
528 amandad_path = newstralloc(amandad_path, cmdargs->argv[a++]); in main()
622 amandad_path, in main()
643 amfree(amandad_path); in main()
2451 return (amandad_path); in dumper_get_security_conf()
2475 const char *amandad_path, in startup_dump() argument
2494 (void)amandad_path; /* Quiet unused parameter warning */ in startup_dump()
H A Dserver_util.c156 return ((am_host_t *)arg)->disks->amandad_path; in amhost_get_security_conf()
H A Ddriverio.c649 qamandad_path = quote_string(dp->amandad_path); in dumper_cmd()
H A Ddiskfile.c731 disk->amandad_path = dumptype_get_amandad_path(dtype); in parse_diskline()
/dports/misc/amanda-client/amanda-3.3.9/server-src/
H A Ddiskfile.h79 char *amandad_path; /* amandad path on the client */ member
H A Ddumper.c115 static char *amandad_path=NULL; variable
528 amandad_path = newstralloc(amandad_path, cmdargs->argv[a++]); in main()
622 amandad_path, in main()
643 amfree(amandad_path); in main()
2451 return (amandad_path); in dumper_get_security_conf()
2475 const char *amandad_path, in startup_dump() argument
2494 (void)amandad_path; /* Quiet unused parameter warning */ in startup_dump()
H A Dserver_util.c156 return ((am_host_t *)arg)->disks->amandad_path; in amhost_get_security_conf()
H A Ddriverio.c649 qamandad_path = quote_string(dp->amandad_path); in dumper_cmd()
H A Ddiskfile.c731 disk->amandad_path = dumptype_get_amandad_path(dtype); in parse_diskline()
/dports/misc/amanda-client/amanda-3.3.9/perl/Amanda/
H A DDisklist.swg124 hv_store_const(h, "amandad_path", safe_newSVpv(dp->amandad_path));
H A DDisklist.pod154 =item amandad_path
H A DDisklist.c1646 hv_store_const(h, "amandad_path", safe_newSVpv(dp->amandad_path)); in get_host()
/dports/misc/amanda-server/amanda-3.3.9/perl/Amanda/
H A DDisklist.swg124 hv_store_const(h, "amandad_path", safe_newSVpv(dp->amandad_path));
H A DDisklist.pod154 =item amandad_path
H A DDisklist.c1646 hv_store_const(h, "amandad_path", safe_newSVpv(dp->amandad_path)); in get_host()
/dports/misc/amanda-server/amanda-3.3.9/
H A DReleaseNotes454 will need to add an 'amandad_path' parameter to configuration files in
457 'amandad_path "/usr/libexec/amandad"' (or the appropriate path) to
460 'amandad_path "/usr/libexec/amanda/amandad"' (or the appropriate path)
463 'amandad_path "/usr/libexec/amandad"' (or the appropriate path) to the
466 'amandad_path "/usr/libexec/amanda/amandad"' (or the appropriate path)
H A DNEWS606 + amandad_path, client_username and ssh_keys in
/dports/misc/amanda-client/amanda-3.3.9/
H A DReleaseNotes454 will need to add an 'amandad_path' parameter to configuration files in
457 'amandad_path "/usr/libexec/amandad"' (or the appropriate path) to
460 'amandad_path "/usr/libexec/amanda/amandad"' (or the appropriate path)
463 'amandad_path "/usr/libexec/amandad"' (or the appropriate path) to the
466 'amandad_path "/usr/libexec/amanda/amandad"' (or the appropriate path)

12