summaryrefslogtreecommitdiff
path: root/radsecproxy.c
Commit message (Collapse)AuthorAgeFilesLines
* responding to accounting-requests, but no real accounting supportvenaas2007-09-191-8/+74
| | | | 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-191-6/+29
| | | | | | 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-191-24/+60
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@161 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* prefix/prefixlen for udp clientsvenaas2007-09-181-3/+4
| | | | 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-181-49/+130
| | | | 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-181-10/+21
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@158 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* only white space changevenaas2007-06-291-1/+1
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@156 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* added subjectaltname cert checks, incl regexp urivenaas2007-06-281-112/+209
| | | | 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-231-9/+11
| | | | 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-221-51/+55
| | | | 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-211-73/+80
| | | | 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-211-35/+42
| | | | | | 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-201-93/+116
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@147 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* fixed another bug, thanks Hansvenaas2007-06-191-3/+5
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@146 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* more restructuring of codevenaas2007-06-191-189/+156
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@145 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* fixed another new bug, thanks Hansvenaas2007-06-191-1/+1
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@142 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* fixed memset bugvenaas2007-06-191-1/+1
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@139 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* moved startup messagevenaas2007-06-181-1/+2
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@137 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* restructuring peer and client/servervenaas2007-06-171-160/+209
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@136 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* restructuring peer and client/servervenaas2007-06-161-73/+81
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@135 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* fixed syslog url syntax, updated example config and manpagevenaas2007-06-131-1/+1
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@130 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* fixed one possibly serious IPv6 related bugvenaas2007-06-051-1/+1
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@122 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* tiny bug fixvenaas2007-06-031-1/+1
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@120 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* tiny improvement of configuration codevenaas2007-06-011-26/+12
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@119 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* completely changed TLS configurationvenaas2007-06-011-67/+137
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@118 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* logs version info at startupvenaas2007-05-311-0/+1
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@116 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* improved config parsing of commentsvenaas2007-05-301-3/+3
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@115 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* allow optional trailing / after regexpvenaas2007-05-301-1/+5
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@112 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* added reject supportvenaas2007-05-291-20/+31
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@111 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* removed some old backwards compatible config stuff (clients.conf/servers.conf)venaas2007-05-291-15/+40
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@110 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* removed some old backwards compatible config stuff (clients.conf/servers.conf)venaas2007-05-291-181/+2
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@109 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* support quoting of values, realm matching literal or regexp with / prefixing ↵venaas2007-05-291-29/+60
| | | | | | a regexp git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@108 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* added strtokenquote() to replace strtok to enable quoting of valuesvenaas2007-05-241-0/+32
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@107 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* initialising some additional variables to avoid silly compiler warningsvenaas2007-05-241-8/+10
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@105 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* improved debug output, and removed a small probably needless delayvenaas2007-05-241-2/+1
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@104 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* improved debug outputvenaas2007-05-231-4/+7
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@103 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* removed TODOvenaas2007-05-231-6/+0
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@102 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* better status-server debug outputvenaas2007-05-231-3/+3
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@101 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* finished status-server codevenaas2007-05-231-44/+68
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@99 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* simplified some codevenaas2007-05-231-46/+39
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@98 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* slight regexp example changevenaas2007-05-231-1/+1
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@97 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* now uses regexp for realms including warnings that will be removed latervenaas2007-05-231-25/+7
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@96 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* added sending of statusserver and some missing free and unlock in some error ↵venaas2007-05-221-40/+89
| | | | | | cases git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@95 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* fixed harmless expiry timer issuevenaas2007-05-221-1/+1
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@94 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* cleaned up msmppe codevenaas2007-05-211-20/+29
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@93 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* cleaned up some code with new macrosvenaas2007-05-211-31/+29
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@92 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* made sure that go through all msmpp attributesvenaas2007-05-201-47/+43
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@91 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* added -v versionvenaas2007-05-201-2/+4
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@90 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* added debugging to regexp codevenaas2007-05-151-1/+3
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@89 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* added regexp code, not used by defaultvenaas2007-05-151-0/+1
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@88 e88ac4ed-0b26-0410-9574-a7f39faa03bf