summaryrefslogtreecommitdiff
path: root/radsecproxy.c
Commit message (Expand)AuthorAgeFilesLines
* closing connection from a client if message auth/validation failsvenaas2008-07-311-13/+27
* making accounting listener like normal, less codevenaas2008-07-311-34/+26
* removing harmless compiler warningvenaas2008-07-251-1/+1
* noting that tcp accounting not supportedvenaas2008-07-231-0/+1
* accept status-server on accounting portvenaas2008-07-231-2/+2
* added tcp client supportvenaas2008-07-231-54/+148
* added tcp server support, improved some log messages, fixed bug when trying t...venaas2008-07-231-18/+223
* more generalised transportvenaas2008-07-221-12/+19
* added configuration of tcp transportvenaas2008-07-221-55/+83
* starting to generalise transport support, renamed delay to intervalvenaas2008-07-221-28/+42
* RAD_UDP/RAD_TLS instead of U/Tvenaas2008-07-211-47/+45
* allowing multiple listener statements and binding to both v4 and v6 if neededvenaas2008-07-211-49/+77
* removed some unnecessary castingvenaas2008-07-211-2/+2
* only count lost normal rqs when not statusserver, restructured udp code a bit...venaas2008-07-211-48/+47
* now accounting appears to workvenaas2008-07-181-13/+14
* 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
* 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-5/+21
* added options for retry delay and count and set defaults to 5s and 2venaas2008-07-031-17/+52
* changed to using gconfig lint type for loglevelvenaas2008-07-031-7/+6
* fixed serious probelm with idle timeoutvenaas2008-06-131-3/+9
* added idle timeout for dynamic servers and rewrote radtlsget. testing neededvenaas2008-06-121-47/+80
* 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
* trying to remove dynamic server state when tlsconnection goes downvenaas2008-06-051-1/+12
* 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
* fixed segfault in findserver() when no server configured, and tried to remove...venaas2008-06-041-1/+3
* renamed rpf to looppreventionvenaas2008-06-031-4/+4
* logging stationid, converting username and stationid to ascii when loggingvenaas2008-06-031-17/+55
* rpf feature addedvenaas2008-06-031-0/+7
* checking exit code from dynsrvlookupvenaas2008-06-021-2/+7
* 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-021-226/+193
* gconfig cbs now return int. almost finished receiving all dynamic server conf...venaas2008-05-301-20/+104
* some gconfig improvements, made proxy accept server config from external programvenaas2008-05-301-17/+55
* rewritten gconfig to not exit on errorsvenaas2008-05-291-31/+37
* rudimentary dynamic server support in placevenaas2008-05-281-16/+128
* lots of new code for dynamic serversvenaas2008-05-281-60/+247
* print address when receiving UDP from addressvenaas2008-05-261-1/+1
* removed benign memory leak in addrewritevenaas2008-05-141-4/+8