summaryrefslogtreecommitdiff
path: root/radsecproxy.h
diff options
context:
space:
mode:
authorvenaas <venaas>2007-10-02 15:26:22 +0000
committervenaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf>2007-10-02 15:26:22 +0000
commit74c17fd2b460a6eb31dcbc48a6f6e3eb195abafe (patch)
tree7e105c2b530befd0f6d3faea44e677817527e41b /radsecproxy.h
parente2795d242623c166bed292cf280cd78469c473a4 (diff)
code for keeping original username in request when rewriting, new freerqdata function and some tidying
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@175 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'radsecproxy.h')
-rw-r--r--radsecproxy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/radsecproxy.h b/radsecproxy.h
index 7332ae4..fb6a564 100644
--- a/radsecproxy.h
+++ b/radsecproxy.h
@@ -57,6 +57,7 @@ struct request {
uint8_t received;
struct timeval expiry;
struct client *from;
+ char *origusername;
uint8_t origid; /* used by servwr */
char origauth[16]; /* used by servwr */
struct sockaddr_storage fromsa; /* used by udpservwr */