summaryrefslogtreecommitdiff
path: root/radsecproxy.c
Commit message (Expand)AuthorAgeFilesLines
* fixed some rewrite bugsvenaas2008-09-101-3/+6
* added support for modifying attributesvenaas2008-09-091-95/+164
* added addattribute support to rewritevenaas2008-09-081-44/+132
* now performing rewriteOutvenaas2008-09-081-1/+11
* configuration of rewriteOut, but so far does nothingvenaas2008-09-081-2/+13
* rewriteIn and rewrite are now synonyms, rewrite should be deprecatedvenaas2008-09-081-6/+16
* more variable renamingvenaas2008-09-081-14/+16
* s/rewriteattr.*/rewriteusername.*/venaas2008-09-081-14/+14
* make all regexps extendedvenaas2008-09-081-2/+2
* added shutdown when server terminates tls connectionvenaas2008-08-221-0/+1
* simplified and improved radudpgetvenaas2008-08-151-71/+29
* fixing some minor SSL related issuesvenaas2008-08-141-0/+3
* fixed potential problem with ssl initvenaas2008-08-131-1/+1
* removing harmless compiler warningvenaas2008-07-251-1/+1
* preparing for release of 1.1venaas2008-07-231-2/+2
* accept status-server on accounting portvenaas2008-07-231-2/+2
* removed some unnecessary variablesvenaas2008-07-221-4/+0
* renaming delay to intervalvenaas2008-07-221-8/+8
* only count lost normal rqs when not statusservervenaas2008-07-211-3/+11
* now accounting appears to workvenaas2008-07-181-13/+14
* added crlcheck config option, default offvenaas2008-07-171-4/+8
* trying to enable CRL checkingvenaas2008-07-161-0/+4
* UDP accounting replies with correct source portvenaas2008-07-151-1/+2
* accountingresponse option for realms for sending accounting response when no ...venaas2008-07-081-3/+9
* including limits.hvenaas2008-07-081-0/+1
* trying to verify accounting request authenticator, and correctly compute the ...venaas2008-07-081-4/+20
* added options for retry delay and count and set defaults to 5s and 2venaas2008-07-031-2/+19
* changed to using gconfig lint type for loglevelvenaas2008-07-031-7/+6
* fixed bug when no logdestination specified, and not with -fvenaas2008-06-101-9/+3
* removed some harmless compiler warningsvenaas2008-06-101-1/+1
* failover also when not using status servervenaas2008-06-101-8/+6
* renamed rpf to looppreventionvenaas2008-06-031-3/+3
* logging stationid, converting username and stationid to ascii when loggingvenaas2008-06-031-17/+55
* rpf feature addedvenaas2008-06-031-0/+7
* minor fixesvenaas2008-05-281-0/+2
* print address when receiving UDP from addressvenaas2008-05-261-1/+1
* release of 1.1-beta. merging from trunk to 1.1. updating readme, changelog et...venaas2008-05-141-344/+441
* adjusted some loglevelsvenaas2008-04-301-1/+1
* adjusted some loglevelsvenaas2008-04-301-3/+3
* fixed the slightly more informative loggingvenaas2008-04-301-1/+1
* slightly more informative loggingvenaas2008-04-301-1/+1
* fixed problem when client immediately reuses idvenaas2008-04-161-1/+1
* changed signal handling slightly so it works as expected on BSDvenaas2008-04-161-2/+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-7/+7
* fixed bug with timeout and statusservervenaas2008-04-111-1/+1
* fixed crash when trying to send replies back to disconnected clientvenaas2008-03-311-4/+36
* 1.1 vendor attribute removalvenaas2008-03-051-34/+132
* 1.1 support for rewrite and fixing attr resizevenaas2008-03-031-3/+79