summaryrefslogtreecommitdiff
path: root/radsecproxy.c
Commit message (Expand)AuthorAgeFilesLines
...
* split clientrd into udpclientrd and tlsclientrdvenaas2007-10-101-9/+22
* split out most of clientrd into a replyh functionvenaas2007-10-101-153/+153
* also treat \r as whitespace in configs due to Windowsvenaas2007-10-081-1/+1
* fixed some attribute rewrite bugsvenaas2007-10-051-11/+18
* code for rewriting original username in replyvenaas2007-10-051-7/+22
* finished code for rewriting username in request, generating new request, and ...venaas2007-10-031-55/+107
* code for keeping original username in request when rewriting, new freerqdata ...venaas2007-10-021-41/+70
* added more attribute rewrite code, now prints what rewrite would happen but d...venaas2007-09-281-0/+33
* started adding attribute rewrite codevenaas2007-09-281-3/+50
* now only send reject when rejectmessage specified. empty message means rejet ...venaas2007-09-271-4/+6
* tiny connectionok fixvenaas2007-09-261-1/+2
* responding to accounting-requests, but no real accounting supportvenaas2007-09-191-8/+74
* failover, use first configured server with connectionok and lowest loss of st...venaas2007-09-191-6/+29
* allow multiple servers for a realm, so far only first will be usedvenaas2007-09-191-24/+60
* prefix/prefixlen for udp clientsvenaas2007-09-181-3/+4
* now changed to allow prefix/prefixlen for hostvenaas2007-09-181-49/+130
* for now we use host * to mean accept from any client addressvenaas2007-09-181-10/+21
* only white space changevenaas2007-06-291-1/+1
* added subjectaltname cert checks, incl regexp urivenaas2007-06-281-112/+209
* fixed out of bounds access and memory leak, thanks Hans! also renamed a variablevenaas2007-06-231-9/+11
* moved to linked lists for replyqs, removed replyq size and countvenaas2007-06-221-51/+55
* creating clients on demand, moved creation of serversvenaas2007-06-211-73/+80
* added host option to client/server, improved client_cb/server_cb, added missi...venaas2007-06-211-35/+42
* using linked lists instead of arraysvenaas2007-06-201-93/+116
* fixed another bug, thanks Hansvenaas2007-06-191-3/+5
* more restructuring of codevenaas2007-06-191-189/+156
* fixed another new bug, thanks Hansvenaas2007-06-191-1/+1
* fixed memset bugvenaas2007-06-191-1/+1
* moved startup messagevenaas2007-06-181-1/+2
* restructuring peer and client/servervenaas2007-06-171-160/+209
* restructuring peer and client/servervenaas2007-06-161-73/+81
* fixed syslog url syntax, updated example config and manpagevenaas2007-06-131-1/+1
* fixed one possibly serious IPv6 related bugvenaas2007-06-051-1/+1
* tiny bug fixvenaas2007-06-031-1/+1
* tiny improvement of configuration codevenaas2007-06-011-26/+12
* completely changed TLS configurationvenaas2007-06-011-67/+137
* logs version info at startupvenaas2007-05-311-0/+1
* improved config parsing of commentsvenaas2007-05-301-3/+3
* allow optional trailing / after regexpvenaas2007-05-301-1/+5
* added reject supportvenaas2007-05-291-20/+31
* removed some old backwards compatible config stuff (clients.conf/servers.conf)venaas2007-05-291-15/+40
* removed some old backwards compatible config stuff (clients.conf/servers.conf)venaas2007-05-291-181/+2
* support quoting of values, realm matching literal or regexp with / prefixing ...venaas2007-05-291-29/+60
* added strtokenquote() to replace strtok to enable quoting of valuesvenaas2007-05-241-0/+32
* initialising some additional variables to avoid silly compiler warningsvenaas2007-05-241-8/+10
* improved debug output, and removed a small probably needless delayvenaas2007-05-241-2/+1
* improved debug outputvenaas2007-05-231-4/+7
* removed TODOvenaas2007-05-231-6/+0
* better status-server debug outputvenaas2007-05-231-3/+3
* finished status-server codevenaas2007-05-231-44/+68