diff options
author | venaas <venaas> | 2008-03-03 13:57:10 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2008-03-03 13:57:10 +0000 |
commit | 873f1aaf3d3122014a70cc19edac772665dca65b (patch) | |
tree | 2e71fc85995615d5f2d0a61940a234f52fe02f6b /radsecproxy.h | |
parent | 6004667a1f57a0f9b09135c6cb043813ddd95e87 (diff) |
1.1 support for rewrite and fixing attr resize
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@219 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'radsecproxy.h')
-rw-r--r-- | radsecproxy.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/radsecproxy.h b/radsecproxy.h index 1780fa5..9400a6f 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006, 2007 Stig Venaas <venaas@uninett.no> + * Copyright (C) 2006-2008 Stig Venaas <venaas@uninett.no> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -84,6 +84,7 @@ struct clsrvconf { char *rewriteattrreplacement; uint8_t statusserver; SSL_CTX *ssl_ctx; + uint8_t *removeattrs; struct addrinfo *addrinfo; uint8_t prefixlen; struct list *clients; @@ -129,6 +130,7 @@ struct tls { struct rewrite { char *name; uint8_t *removeattrs; + int count; }; #define RADLEN(x) ntohs(((uint16_t *)(x))[1]) |