summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* added some locking to handle server removal, think need to do refcounting for...venaas2008-09-241-6/+30
* some code improvemetns, more efficiently removing outstanding requests when r...venaas2008-09-247-76/+76
* make clientwr not try to connect (left to reader), changed some timing stuff,...venaas2008-09-235-39/+102
* updates todosvenaas2008-09-221-4/+4
* reserving id 0 for status server when enabledvenaas2008-09-221-22/+36
* new debug version with timestamp off by defaultvenaas2008-09-223-4/+5
* sending old reply when receiving duplicated messagevenaas2008-09-182-9/+7
* updated todovenaas2008-09-181-1/+3
* fixed some bugs, improved duplicate detectionvenaas2008-09-184-66/+62
* trying to avoid some silly compiler warningsvenaas2008-09-173-3/+3
* logging of replymsg, patch from Arne Schwabevenaas2008-09-171-5/+23
* better logging, fixed bug with crash when removing clientvenaas2008-09-178-87/+56
* fixed couple of bugsvenaas2008-09-172-1/+3
* cleaning up codevenaas2008-09-171-35/+9
* cleaning up codevenaas2008-09-178-102/+105
* moved more stuff from rqout to rqvenaas2008-09-166-185/+108
* simplifying code a bit by using lock per rqoutvenaas2008-09-162-45/+88
* moved some stuff from rqout to rqvenaas2008-09-162-23/+31
* renamed some stuff, added client state for received rqs etcvenaas2008-09-166-149/+330
* changing to use a separate client structure for each udp clientvenaas2008-09-146-5/+57
* cleaning up codevenaas2008-09-142-82/+62
* allow %hex notation for strings in gconfigvenaas2008-09-132-4/+8
* various code improvementsvenaas2008-09-119-179/+178
* lots of changes to radsrv/reply and use of new radmsg stuffvenaas2008-09-119-413/+694
* fixed problem when rewritten username not in response and cleaned up codevenaas2008-09-091-43/+10
* finished attribute rewrite code, also used for username, testing neededvenaas2008-09-082-102/+212
* added addattribute support to rewritevenaas2008-09-082-44/+139
* now performing rewriteOutvenaas2008-09-081-0/+10
* configuration of rewriteOut, but so far does nothingvenaas2008-09-081-0/+6
* rewriteIn and rewrite are now synonyms, rewrite should be deprecatedvenaas2008-09-081-8/+22
* more variable renamingvenaas2008-09-082-19/+24
* s/rewriteattr.*/rewriteusername.*/venaas2008-09-082-19/+19
* make all regexps extendedvenaas2008-09-081-2/+2
* added notimestamp option to debugvenaas2008-08-292-2/+7
* minor fix in list.cvenaas2008-08-271-1/+1
* fixed bug with multiple status server sent, some dtls fixesvenaas2008-08-226-187/+303
* made dtls server do proper certificate matchingvenaas2008-08-216-50/+109
* moved bindtoaddr back to radsecproxy.cvenaas2008-08-214-28/+27
* minor change for tlsconfvenaas2008-08-211-2/+2
* changed rewrite configs to hashvenaas2008-08-212-34/+10
* adding hash type, changed tls configs to hashvenaas2008-08-217-35/+154
* 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