search for: tinc_ctl_greeting_t

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

2007 Oct 18
0
[PATCH] Use credentials and permissions on control socket where available
..., strerror(errno)); close(control_socket); diff --git a/src/control_common.h b/src/control_common.h index 0975826..6384651 100644 --- a/src/control_common.h +++ b/src/control_common.h @@ -41,6 +41,7 @@ enum request_type { /* This greeting is sent by the server on socket open. */ typedef struct tinc_ctl_greeting_t { int version; + pid_t pid; } tinc_ctl_greeting_t; /* A single request or response header. */ diff --git a/src/tincctl.c b/src/tincctl.c index 7e08629..6aa1e3e 100644 --- a/src/tincctl.c +++ b/src/tincctl.c @@ -443,6 +443,9 @@ int main(int argc, char *argv[], char *envp[]) { int len; tinc...
2007 Oct 18
0
[PATCH] Use a control socket directory to restrict access
...; + return false; } void exit_control() { diff --git a/src/control_common.h b/src/control_common.h index 0975826..6384651 100644 --- a/src/control_common.h +++ b/src/control_common.h @@ -41,6 +41,7 @@ enum request_type { /* This greeting is sent by the server on socket open. */ typedef struct tinc_ctl_greeting_t { int version; + pid_t pid; } tinc_ctl_greeting_t; /* A single request or response header. */ diff --git a/src/tincctl.c b/src/tincctl.c index 7e08629..f46a643 100644 --- a/src/tincctl.c +++ b/src/tincctl.c @@ -319,7 +319,7 @@ static void make_names(void) { #endif if(!controlsocketname)...
2007 Jul 21
2
tincctl patches
(Second try to send this. I wonder if the first one gotten eaten by a spam filter; I'll link to patches instead of attaching them.) Here are the tincctl patches I've been working on. They apply to http://www.tinc-vpn.org/svn/tinc/branches/1.1@1545. I intend to commit them once the crypto stuff's fixed. Since they're basically done, I'm emailing them now for review and in case