From 74c17fd2b460a6eb31dcbc48a6f6e3eb195abafe Mon Sep 17 00:00:00 2001 From: venaas Date: Tue, 2 Oct 2007 15:26:22 +0000 Subject: 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 --- radsecproxy.h | 1 + 1 file changed, 1 insertion(+) (limited to 'radsecproxy.h') 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 */ -- cgit v1.1