summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* renaming delay to intervalvenaas2008-07-221-3/+3
* starting to generalise transport support, renamed delay to intervalvenaas2008-07-222-30/+51
* RAD_UDP/RAD_TLS instead of U/Tvenaas2008-07-212-48/+49
* allowing multiple listener statements and binding to both v4 and v6 if neededvenaas2008-07-212-53/+81
* removed some unnecessary castingvenaas2008-07-211-2/+2
* only count lost normal rqs when not statusserver, restructured udp code a bit...venaas2008-07-212-48/+54
* now accounting appears to workvenaas2008-07-181-13/+14
* updated manpage with crlcheck and retry optionsvenaas2008-07-171-4/+12
* added crlcheck config option, default offvenaas2008-07-171-4/+8
* fix radtlsget log messagevenaas2008-07-171-2/+2
* trying to enable CRL checkingvenaas2008-07-161-0/+4
* updated man page with loopdetection and accoutingresponse optionsvenaas2008-07-161-1/+17
* UDP accounting replies with correct source portvenaas2008-07-151-1/+2
* accountingresponse option for realms for sending accounting response when no ...venaas2008-07-082-3/+10
* including limits.hvenaas2008-07-082-0/+2
* trying to verify accounting request authenticator, and correctly compute the ...venaas2008-07-081-5/+21
* added options for retry delay and count and set defaults to 5s and 2venaas2008-07-032-19/+56
* changed to using gconfig lint type for loglevelvenaas2008-07-031-7/+6
* gconfig support for long intvenaas2008-07-032-3/+21
* fixed serious probelm with idle timeoutvenaas2008-06-131-3/+9
* added idle timeout for dynamic servers and rewrote radtlsget. testing neededvenaas2008-06-122-47/+82
* fixed bug when no logdestination specified, and not with -fvenaas2008-06-101-9/+3
* removed some harmless compiler warningsvenaas2008-06-103-3/+3
* failover also when not using status servervenaas2008-06-102-9/+7
* trying to remove dynamic server state when tlsconnection goes downvenaas2008-06-052-1/+13
* removing more state, also had forgotten to detach clientwr threadvenaas2008-06-051-4/+8
* removing clientwr state when finishingvenaas2008-06-041-1/+1
* fixed bugs with freeing memory when removing dynamic server, added tlsconnect...venaas2008-06-041-18/+44
* fixed a bug with freeing memory when dynamicserver failsvenaas2008-06-041-2/+2
* trying to free memory when dynamicconfig failsvenaas2008-06-041-30/+75
* made list_removedata() remove all occurencesvenaas2008-06-041-10/+13
* fixed segfault in findserver() when no server configured, and tried to remove...venaas2008-06-041-1/+3
* NetBSD-fikser:kolla2008-06-043-6/+9
* renamed rpf to looppreventionvenaas2008-06-032-5/+5
* Kosmetiske endringer:kolla2008-06-031-4/+4
* Bare restart dersom -p exiter 0kolla2008-06-031-0/+2
* logging stationid, converting username and stationid to ascii when loggingvenaas2008-06-032-17/+56
* rpf feature addedvenaas2008-06-032-0/+8
* checking exit code from dynsrvlookupvenaas2008-06-022-2/+8
* restricting characters in dynamic realms to valid DNS...venaas2008-06-021-1/+1
* cleaned up the initial dynamic server discovery code a bitvenaas2008-06-021-1/+6
* cleaned up the initial dynamic server discovery code a bitvenaas2008-06-022-228/+198
* made example dynamic server srv record script also use port numbervenaas2008-05-301-1/+4
* gconfig cbs now return int. almost finished receiving all dynamic server conf...venaas2008-05-303-26/+113
* some gconfig improvements, made proxy accept server config from external programvenaas2008-05-305-41/+91
* made gconfig support input from stringvenaas2008-05-292-13/+85
* added dynamic service examplevenaas2008-05-291-0/+2
* rewritten gconfig to not exit on errorsvenaas2008-05-293-107/+183
* rudimentary dynamic server support in placevenaas2008-05-282-16/+129
* lots of new code for dynamic serversvenaas2008-05-282-61/+250