summaryrefslogtreecommitdiff
path: root/radsecproxy.c
Commit message (Expand)AuthorAgeFilesLines
* rewritten gconfig to not exit on errorsvenaas2008-05-291-31/+37
* rudimentary dynamic server support in placevenaas2008-05-281-16/+128
* lots of new code for dynamic serversvenaas2008-05-281-60/+247
* print address when receiving UDP from addressvenaas2008-05-261-1/+1
* removed benign memory leak in addrewritevenaas2008-05-141-4/+8
* removed old unused tlslistener codevenaas2008-05-141-103/+3
* removed some benign memory leaks and freeing some more memory at startup, not...venaas2008-05-141-22/+41
* only send rejects for accreq, updated radsecproxy.conf.5venaas2008-05-131-1/+1
* added catgconf utilityvenaas2008-05-091-11/+1
* adjusted some loglevelsvenaas2008-04-301-1/+1
* adjusted some loglevelsvenaas2008-04-301-5/+5
* fixed the slightly more informative loggingvenaas2008-04-301-1/+1
* slightly more informative loggingvenaas2008-04-301-1/+1
* added certificatenamecheck option to client/server for disabling default alts...venaas2008-04-291-12/+8
* forgot to correct for port byteordervenaas2008-04-281-2/+2
* added proper accounting, some new bugs expectedvenaas2008-04-281-120/+153
* fixed bug in find_confvenaas2008-04-241-1/+1
* new tls server code seems to work....venaas2008-04-241-2/+2
* more restructuring of tls server code, this code may not work yetvenaas2008-04-171-1/+1
* more restructuring of tls server code, this code may not work yetvenaas2008-04-171-2/+2
* restructuring of tls server codevenaas2008-04-171-81/+125
* forgot one essential thing, might work better nowvenaas2008-04-161-1/+1
* started adding improved tls client code, not testedvenaas2008-04-161-27/+125
* fixed problem when client immediately reuses idvenaas2008-04-161-1/+1
* changed signal handling slightly so it works as expected on BSDvenaas2008-04-161-1/+1
* changed signal handling slightly so it works as expected on BSDvenaas2008-04-161-1/+3
* include argument now relative to current config file, also never try to open ...venaas2008-04-151-21/+4
* blocking SIGPIPEvenaas2008-04-151-1/+29
* fixed problem with recovering from server connection going down and made reco...venaas2008-04-141-8/+10
* moved null client check to after status servervenaas2008-04-141-8/+8
* fixed bug with timeout and statusservervenaas2008-04-111-1/+1
* regexp match on cert cnvenaas2008-04-031-44/+74
* fixed crash when trying to send replies back to disconnected clientvenaas2008-03-271-2/+34
* vendor attribute removalvenaas2008-03-051-50/+148
* support for rewrite and fixing attr resizevenaas2008-03-031-7/+138
* max logging not crash when resolvepeer failsvenaas2008-02-251-4/+4
* Solaris9 fixesvenaas2008-02-191-0/+20
* starting on 1.2-develvenaas2007-12-271-2/+2
* 1.1-alphavenaas2007-12-231-2/+2
* working include support for individual filesvenaas2007-11-281-11/+9
* implemented config file stack; to be used for include supportvenaas2007-11-261-7/+10
* moved genericconfig to gconfig.c and reorganised header filesvenaas2007-11-211-180/+7
* added pretend optionvenaas2007-11-211-5/+11
* now setting client_CA_listvenaas2007-11-201-0/+19
* finished code for sourceudp and sourcetcp, although there may be bugs...venaas2007-11-021-132/+155
* tidyingvenaas2007-11-021-81/+81
* fixing bugs in new addserver binding codevenaas2007-11-011-4/+8
* skip match of cert vs host when host contains / (prefix)venaas2007-10-311-36/+38
* using only one socket per address family for udp clients, and only one client...venaas2007-10-301-16/+58
* give an error when options that should not be repeated arevenaas2007-10-111-0/+2