summaryrefslogtreecommitdiff
path: root/radsecproxy.c
Commit message (Collapse)AuthorAgeFilesLines
* updating various files for 1.2 releasevenaas2008-10-071-2/+2
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.2@420 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* updated man pages, changed listentcp/sourcetcp to listentls/sourcetls but ↵venaas2008-10-031-8/+20
| | | | | | kept old as aliases git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.2@414 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* trying to refresh only ca and crl stuff when tls cache expiresvenaas2008-09-261-44/+66
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@407 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* work around to check tls blocks at startupvenaas2008-09-251-1/+2
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@406 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* hopefully removed some warningsvenaas2008-09-241-2/+2
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@404 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* make clientwr not try to connect (left to reader), changed some timing ↵venaas2008-09-231-82/+108
| | | | | | stuff, issue with statusserver and connection down..., added optional cacheexpiry option for tls blocks git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@398 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* new debug version with timestamp off by defaultvenaas2008-09-221-0/+1
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@395 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* logging of replymsg, patch from Arne Schwabevenaas2008-09-171-5/+23
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@389 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* better logging. not requiring server configs to runvenaas2008-09-171-16/+17
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@388 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* cleaning up codevenaas2008-09-171-26/+6
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@384 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* allow %hex notation for strings in gconfigvenaas2008-09-131-2/+4
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@376 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* fixed some rewrite bugsvenaas2008-09-101-3/+6
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@372 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* added support for modifying attributesvenaas2008-09-091-95/+164
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@370 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* added addattribute support to rewritevenaas2008-09-081-44/+132
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@368 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* now performing rewriteOutvenaas2008-09-081-1/+11
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@367 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* configuration of rewriteOut, but so far does nothingvenaas2008-09-081-2/+13
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@366 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* rewriteIn and rewrite are now synonyms, rewrite should be deprecatedvenaas2008-09-081-6/+16
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@365 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* more variable renamingvenaas2008-09-081-14/+16
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@364 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* s/rewriteattr.*/rewriteusername.*/venaas2008-09-081-14/+14
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@363 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* make all regexps extendedvenaas2008-09-081-2/+2
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@362 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* added shutdown when server terminates tls connectionvenaas2008-08-221-0/+1
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@357 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* simplified and improved radudpgetvenaas2008-08-151-71/+29
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@342 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* fixing some minor SSL related issuesvenaas2008-08-141-0/+3
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@338 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* fixed potential problem with ssl initvenaas2008-08-131-1/+1
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@335 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* removing harmless compiler warningvenaas2008-07-251-1/+1
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@327 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* preparing for release of 1.1venaas2008-07-231-2/+2
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@326 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* accept status-server on accounting portvenaas2008-07-231-2/+2
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@324 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* removed some unnecessary variablesvenaas2008-07-221-4/+0
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@317 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* renaming delay to intervalvenaas2008-07-221-8/+8
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@316 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* only count lost normal rqs when not statusservervenaas2008-07-211-3/+11
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@310 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* now accounting appears to workvenaas2008-07-181-13/+14
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@309 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* added crlcheck config option, default offvenaas2008-07-171-4/+8
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@306 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* trying to enable CRL checkingvenaas2008-07-161-0/+4
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@303 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* UDP accounting replies with correct source portvenaas2008-07-151-1/+2
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@301 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* accountingresponse option for realms for sending accounting response when no ↵venaas2008-07-081-3/+9
| | | | | | accounting server is configured git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@300 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* including limits.hvenaas2008-07-081-0/+1
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@299 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* trying to verify accounting request authenticator, and correctly compute the ↵venaas2008-07-081-4/+20
| | | | | | authenticator when sending accounting requests git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@298 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* added options for retry delay and count and set defaults to 5s and 2venaas2008-07-031-2/+19
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@296 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* changed to using gconfig lint type for loglevelvenaas2008-07-031-7/+6
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@295 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* fixed bug when no logdestination specified, and not with -fvenaas2008-06-101-9/+3
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@290 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* removed some harmless compiler warningsvenaas2008-06-101-1/+1
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@289 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* failover also when not using status servervenaas2008-06-101-8/+6
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@288 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* renamed rpf to looppreventionvenaas2008-06-031-3/+3
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@277 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* logging stationid, converting username and stationid to ascii when loggingvenaas2008-06-031-17/+55
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@274 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* rpf feature addedvenaas2008-06-031-0/+7
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@273 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* minor fixesvenaas2008-05-281-0/+2
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@260 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* print address when receiving UDP from addressvenaas2008-05-261-1/+1
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@259 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* release of 1.1-beta. merging from trunk to 1.1. updating readme, changelog ↵venaas2008-05-141-344/+441
| | | | | | etc for 1.1-beta release git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@258 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* adjusted some loglevelsvenaas2008-04-301-1/+1
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@249 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* adjusted some loglevelsvenaas2008-04-301-3/+3
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@248 e88ac4ed-0b26-0410-9574-a7f39faa03bf