summaryrefslogtreecommitdiff
path: root/radsecproxy.c
Commit message (Expand)AuthorAge
* started adding improved tls client code, not testedvenaas2008-04-16
* fixed problem when client immediately reuses idvenaas2008-04-16
* changed signal handling slightly so it works as expected on BSDvenaas2008-04-16
* changed signal handling slightly so it works as expected on BSDvenaas2008-04-16
* include argument now relative to current config file, also never try to open ...venaas2008-04-15
* blocking SIGPIPEvenaas2008-04-15
* fixed problem with recovering from server connection going down and made reco...venaas2008-04-14
* moved null client check to after status servervenaas2008-04-14
* fixed bug with timeout and statusservervenaas2008-04-11
* regexp match on cert cnvenaas2008-04-03
* fixed crash when trying to send replies back to disconnected clientvenaas2008-03-27
* vendor attribute removalvenaas2008-03-05
* support for rewrite and fixing attr resizevenaas2008-03-03
* max logging not crash when resolvepeer failsvenaas2008-02-25
* Solaris9 fixesvenaas2008-02-19
* starting on 1.2-develvenaas2007-12-27
* 1.1-alphavenaas2007-12-23
* working include support for individual filesvenaas2007-11-28
* implemented config file stack; to be used for include supportvenaas2007-11-26
* moved genericconfig to gconfig.c and reorganised header filesvenaas2007-11-21
* added pretend optionvenaas2007-11-21
* now setting client_CA_listvenaas2007-11-20
* finished code for sourceudp and sourcetcp, although there may be bugs...venaas2007-11-02
* tidyingvenaas2007-11-02
* fixing bugs in new addserver binding codevenaas2007-11-01
* skip match of cert vs host when host contains / (prefix)venaas2007-10-31
* using only one socket per address family for udp clients, and only one client...venaas2007-10-30
* give an error when options that should not be repeated arevenaas2007-10-11
* split clientrd into udpclientrd and tlsclientrdvenaas2007-10-10
* split out most of clientrd into a replyh functionvenaas2007-10-10
* also treat \r as whitespace in configs due to Windowsvenaas2007-10-08
* fixed some attribute rewrite bugsvenaas2007-10-05
* code for rewriting original username in replyvenaas2007-10-05
* finished code for rewriting username in request, generating new request, and ...venaas2007-10-03
* code for keeping original username in request when rewriting, new freerqdata ...venaas2007-10-02
* added more attribute rewrite code, now prints what rewrite would happen but d...venaas2007-09-28
* started adding attribute rewrite codevenaas2007-09-28
* now only send reject when rejectmessage specified. empty message means rejet ...venaas2007-09-27
* tiny connectionok fixvenaas2007-09-26
* responding to accounting-requests, but no real accounting supportvenaas2007-09-19
* failover, use first configured server with connectionok and lowest loss of st...venaas2007-09-19
* allow multiple servers for a realm, so far only first will be usedvenaas2007-09-19
* prefix/prefixlen for udp clientsvenaas2007-09-18
* now changed to allow prefix/prefixlen for hostvenaas2007-09-18
* for now we use host * to mean accept from any client addressvenaas2007-09-18
* only white space changevenaas2007-06-29
* added subjectaltname cert checks, incl regexp urivenaas2007-06-28
* fixed out of bounds access and memory leak, thanks Hans! also renamed a variablevenaas2007-06-23
* moved to linked lists for replyqs, removed replyq size and countvenaas2007-06-22
* creating clients on demand, moved creation of serversvenaas2007-06-21