summaryrefslogtreecommitdiff
path: root/radsecproxy.c
Commit message (Expand)AuthorAge
* 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
* added host option to client/server, improved client_cb/server_cb, added missi...venaas2007-06-21
* using linked lists instead of arraysvenaas2007-06-20
* fixed another bug, thanks Hansvenaas2007-06-19
* more restructuring of codevenaas2007-06-19
* fixed another new bug, thanks Hansvenaas2007-06-19
* fixed memset bugvenaas2007-06-19
* moved startup messagevenaas2007-06-18
* restructuring peer and client/servervenaas2007-06-17
* restructuring peer and client/servervenaas2007-06-16
* fixed syslog url syntax, updated example config and manpagevenaas2007-06-13
* fixed one possibly serious IPv6 related bugvenaas2007-06-05
* tiny bug fixvenaas2007-06-03
* tiny improvement of configuration codevenaas2007-06-01
* completely changed TLS configurationvenaas2007-06-01
* logs version info at startupvenaas2007-05-31
* improved config parsing of commentsvenaas2007-05-30
* allow optional trailing / after regexpvenaas2007-05-30
* added reject supportvenaas2007-05-29
* removed some old backwards compatible config stuff (clients.conf/servers.conf)venaas2007-05-29
* removed some old backwards compatible config stuff (clients.conf/servers.conf)venaas2007-05-29
* support quoting of values, realm matching literal or regexp with / prefixing ...venaas2007-05-29
* added strtokenquote() to replace strtok to enable quoting of valuesvenaas2007-05-24