summaryrefslogtreecommitdiff
path: root/radsecproxy.c
Commit message (Collapse)AuthorAge
...
* fixed problem with recovering from server connection going down and made ↵venaas2008-04-14
| | | | | | reconnect timeouts more aggressive git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@228 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* moved null client check to after status servervenaas2008-04-14
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@227 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* fixed bug with timeout and statusservervenaas2008-04-11
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@226 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* regexp match on cert cnvenaas2008-04-03
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@225 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* fixed crash when trying to send replies back to disconnected clientvenaas2008-03-27
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@223 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* vendor attribute removalvenaas2008-03-05
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@222 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* support for rewrite and fixing attr resizevenaas2008-03-03
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@220 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* max logging not crash when resolvepeer failsvenaas2008-02-25
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@217 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* Solaris9 fixesvenaas2008-02-19
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@214 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* starting on 1.2-develvenaas2007-12-27
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@206 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* 1.1-alphavenaas2007-12-23
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@204 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* working include support for individual filesvenaas2007-11-28
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@199 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* implemented config file stack; to be used for include supportvenaas2007-11-26
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@198 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* moved genericconfig to gconfig.c and reorganised header filesvenaas2007-11-21
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@197 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* added pretend optionvenaas2007-11-21
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@196 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* now setting client_CA_listvenaas2007-11-20
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@195 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* finished code for sourceudp and sourcetcp, although there may be bugs...venaas2007-11-02
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@192 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* tidyingvenaas2007-11-02
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@191 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* fixing bugs in new addserver binding codevenaas2007-11-01
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@190 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* skip match of cert vs host when host contains / (prefix)venaas2007-10-31
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@189 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* using only one socket per address family for udp clients, and only one ↵venaas2007-10-30
| | | | | | clientrd thread per socket git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@188 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* give an error when options that should not be repeated arevenaas2007-10-11
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@184 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* split clientrd into udpclientrd and tlsclientrdvenaas2007-10-10
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@182 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* split out most of clientrd into a replyh functionvenaas2007-10-10
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@181 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* also treat \r as whitespace in configs due to Windowsvenaas2007-10-08
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@179 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* fixed some attribute rewrite bugsvenaas2007-10-05
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@178 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* code for rewriting original username in replyvenaas2007-10-05
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@177 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* finished code for rewriting username in request, generating new request, and ↵venaas2007-10-03
| | | | | | some tidying git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@176 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* code for keeping original username in request when rewriting, new freerqdata ↵venaas2007-10-02
| | | | | | function and some tidying git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@175 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* added more attribute rewrite code, now prints what rewrite would happen but ↵venaas2007-09-28
| | | | | | does not change message git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@174 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* started adding attribute rewrite codevenaas2007-09-28
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@172 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* now only send reject when rejectmessage specified. empty message means rejet ↵venaas2007-09-27
| | | | | | is sent without rejectmessage git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@171 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* tiny connectionok fixvenaas2007-09-26
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@170 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* responding to accounting-requests, but no real accounting supportvenaas2007-09-19
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@164 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* failover, use first configured server with connectionok and lowest loss of ↵venaas2007-09-19
| | | | | | status server responses git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@162 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* allow multiple servers for a realm, so far only first will be usedvenaas2007-09-19
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@161 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* prefix/prefixlen for udp clientsvenaas2007-09-18
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@160 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* now changed to allow prefix/prefixlen for hostvenaas2007-09-18
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@159 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* for now we use host * to mean accept from any client addressvenaas2007-09-18
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@158 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* only white space changevenaas2007-06-29
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@156 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* added subjectaltname cert checks, incl regexp urivenaas2007-06-28
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@155 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* fixed out of bounds access and memory leak, thanks Hans! also renamed a variablevenaas2007-06-23
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@153 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* moved to linked lists for replyqs, removed replyq size and countvenaas2007-06-22
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@152 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* creating clients on demand, moved creation of serversvenaas2007-06-21
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@149 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* added host option to client/server, improved client_cb/server_cb, added ↵venaas2007-06-21
| | | | | | missing free of tls option value git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@148 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* using linked lists instead of arraysvenaas2007-06-20
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@147 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* fixed another bug, thanks Hansvenaas2007-06-19
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@146 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* more restructuring of codevenaas2007-06-19
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@145 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* fixed another new bug, thanks Hansvenaas2007-06-19
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@142 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* fixed memset bugvenaas2007-06-19
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@139 e88ac4ed-0b26-0410-9574-a7f39faa03bf