summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* restructuring codevenaas2008-08-218-118/+171
* separated udpvenaas2008-08-216-170/+213
* separated tlsvenaas2008-08-215-375/+416
* separated tcpvenaas2008-08-217-289/+341
* separated dtls into a separate filevenaas2008-08-217-447/+513
* separated dtls code from udp, using same port as radsecvenaas2008-08-202-84/+173
* finally basic dtls functionality in placevenaas2008-08-202-163/+455
* simplified radudpget, dtls server readvenaas2008-08-181-41/+158
* simplified radudpget, minor dtls changesvenaas2008-08-151-58/+14
* added some skeleton DTLS code and perhaps working client setup and writevenaas2008-08-141-4/+51
* seems need to use select with MSG_PEEKvenaas2008-08-141-0/+5
* fixing a minor SSL related issuevenaas2008-08-141-4/+4
* slightly more DTLS code, fixing some minors SSL related issuesvenaas2008-08-141-1/+7
* code for creating DTLS contectvenaas2008-08-132-17/+37
* reorganised tlsadd codevenaas2008-08-132-49/+96
* started on dtls supportvenaas2008-08-122-4/+24
* new radudpget code, fixed a bug introduced in prev commitvenaas2008-08-121-78/+1
* added radudpget2 that is to replace radudpgetvenaas2008-07-311-0/+79
* use lastrcv instead of lastsend for status-servervenaas2008-07-312-8/+9
* closing connection from a client if message auth/validation failsvenaas2008-07-311-13/+27
* making accounting listener like normal, less codevenaas2008-07-312-39/+26
* removing harmless compiler warningvenaas2008-07-251-1/+1
* preparing for release of 1.1venaas2008-07-233-4/+25
* noting that tcp accounting not supportedvenaas2008-07-231-0/+1
* accept status-server on accounting portvenaas2008-07-231-2/+2
* updated man pagevenaas2008-07-231-2/+7
* added tcp client supportvenaas2008-07-232-54/+153
* added tcp server support, improved some log messages, fixed bug when trying t...venaas2008-07-232-18/+225
* more generalised transportvenaas2008-07-222-14/+21
* updated manpage for Listen optionsvenaas2008-07-221-5/+10
* added configuration of tcp transportvenaas2008-07-222-58/+89
* 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