summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* minor fixes to hostport stuffvenaas2009-01-293-10/+13
* fixed bug in new hostport code with NULL hostnamevenaas2009-01-271-1/+5
* rewriting code for hosts,ports,resolving,builds but needs testingvenaas2009-01-277-52/+94
* rewriting code for hosts,ports,resolving,currently does not buildvenaas2009-01-278-436/+156
* git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@460 e88ac4ed-0b...venaas2009-01-272-0/+223
* new code for handling parsing and resolving etc of host, port and prefixesvenaas2009-01-262-0/+169
* delay for retrying dynamic after various other failuresvenaas2009-01-131-0/+4
* made it so it works with mix of dynamic and static servers for a realmvenaas2009-01-133-79/+93
* don't exit just because of bad dynamic configvenaas2009-01-121-2/+4
* removed an unnecessary check that failed on solarisvenaas2009-01-091-5/+0
* fixed bug with dynamicserver and default secretvenaas2009-01-081-13/+13
* minor changes for solarisvenaas2009-01-072-0/+8
* renamed struct queue to gqueue due to solaris defining queuevenaas2009-01-076-22/+22
* update config examplevenaas2009-01-061-40/+43
* reverting makefilevenaas2008-12-221-2/+1
* reverting makefile, emovign some includesvenaas2008-12-223-910/+15
* adding configure options for various transports, and -v output which transpor...venaas2008-12-224-16/+985
* moved more code to tlscommon, fixed a couple of minor lint warningsvenaas2008-12-229-294/+299
* forgot to update Makefile.amvenaas2008-12-221-0/+2
* split out code that is needed only when tls or dtls is usedvenaas2008-12-228-394/+455
* allowing build with only specific transportsvenaas2008-12-196-1/+51
* cleaning up codevenaas2008-12-196-41/+125
* cleaning up codevenaas2008-12-199-137/+174
* cleaning up codevenaas2008-12-1810-32/+67
* removing some lint warningsvenaas2008-12-182-5/+5
* now freeing buffer of outgoing request as soon as we give up sending request,...venaas2008-12-182-4/+6
* first revision of developers doc for radsecproxyvenaas2008-12-171-0/+281
* fixed a build problem on solarisvenaas2008-12-161-0/+2
* adding gconfig docvenaas2008-12-041-0/+160
* made 20081106 snapshot branch, updated version/date infovenaas2008-11-063-3/+9
* updated docsvenaas2008-11-042-13/+70
* addttl option for client/servervenaas2008-11-042-40/+65
* fixed length of ttl attrvenaas2008-11-041-0/+1
* added initial ttl support, need testingvenaas2008-10-312-17/+138
* added policyOID option in trunk docs, fixed typo in several docsvenaas2008-10-162-11/+17
* cleaning up codevenaas2008-10-133-46/+23
* using freegconfmstrvenaas2008-10-131-18/+8
* support for checking certificate policy oidsvenaas2008-10-134-12/+39
* support for checking certificate policy oidsvenaas2008-10-132-39/+79
* updates to readme/changelog etcvenaas2008-10-073-12/+71
* use sgml-raw instead of sgml to avoid linebreak inside tagsvenaas2008-10-061-1/+1
* updated man pages, generated from docbookvenaas2008-10-063-432/+1151
* updated man pagesvenaas2008-10-032-112/+179
* expiry of udp clientsvenaas2008-09-303-16/+60
* improved findserver a bitvenaas2008-09-301-9/+9
* updated todovenaas2008-09-291-1/+0
* refcounts for realms, rewritten some locking and subrealm stuffvenaas2008-09-292-52/+100
* more abstracted refcountingvenaas2008-09-261-8/+9
* trying to refresh only ca and crl stuff when tls cache expiresvenaas2008-09-261-50/+71
* work around to check tls blocks at startupvenaas2008-09-251-1/+2