summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* making accounting listener like normal, less codevenaas2008-07-312-39/+26
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@328 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* removing harmless compiler warningvenaas2008-07-251-1/+1
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@327 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* preparing for release of 1.1venaas2008-07-233-4/+25
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@326 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* noting that tcp accounting not supportedvenaas2008-07-231-0/+1
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@325 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* accept status-server on accounting portvenaas2008-07-231-2/+2
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@324 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* updated man pagevenaas2008-07-231-2/+7
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@323 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* added tcp client supportvenaas2008-07-232-54/+153
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@322 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* added tcp server support, improved some log messages, fixed bug when trying ↵venaas2008-07-232-18/+225
| | | | | | to free requests for dynamic server template git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@321 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* more generalised transportvenaas2008-07-222-14/+21
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@320 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* updated manpage for Listen optionsvenaas2008-07-221-5/+10
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@319 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* added configuration of tcp transportvenaas2008-07-222-58/+89
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@318 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* renaming delay to intervalvenaas2008-07-221-3/+3
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@316 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* starting to generalise transport support, renamed delay to intervalvenaas2008-07-222-30/+51
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@315 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* RAD_UDP/RAD_TLS instead of U/Tvenaas2008-07-212-48/+49
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@314 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* allowing multiple listener statements and binding to both v4 and v6 if neededvenaas2008-07-212-53/+81
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@313 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* removed some unnecessary castingvenaas2008-07-211-2/+2
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@312 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* only count lost normal rqs when not statusserver, restructured udp code a ↵venaas2008-07-212-48/+54
| | | | | | bit, preparing for multiple udp listeners git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@311 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* now accounting appears to workvenaas2008-07-181-13/+14
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@309 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* updated manpage with crlcheck and retry optionsvenaas2008-07-171-4/+12
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@307 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* added crlcheck config option, default offvenaas2008-07-171-4/+8
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@305 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* fix radtlsget log messagevenaas2008-07-171-2/+2
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@304 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* trying to enable CRL checkingvenaas2008-07-161-0/+4
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@303 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* updated man page with loopdetection and accoutingresponse optionsvenaas2008-07-161-1/+17
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@302 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* UDP accounting replies with correct source portvenaas2008-07-151-1/+2
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@301 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* accountingresponse option for realms for sending accounting response when no ↵venaas2008-07-082-3/+10
| | | | | | accounting server is configured git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@300 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* including limits.hvenaas2008-07-082-0/+2
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@299 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* trying to verify accounting request authenticator, and correctly compute the ↵venaas2008-07-081-5/+21
| | | | | | authenticator when sending accounting requests git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@297 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* added options for retry delay and count and set defaults to 5s and 2venaas2008-07-032-19/+56
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@296 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* changed to using gconfig lint type for loglevelvenaas2008-07-031-7/+6
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@295 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* gconfig support for long intvenaas2008-07-032-3/+21
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@294 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* fixed serious probelm with idle timeoutvenaas2008-06-131-3/+9
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@292 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* added idle timeout for dynamic servers and rewrote radtlsget. testing neededvenaas2008-06-122-47/+82
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@291 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* fixed bug when no logdestination specified, and not with -fvenaas2008-06-101-9/+3
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@290 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* removed some harmless compiler warningsvenaas2008-06-103-3/+3
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@289 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* failover also when not using status servervenaas2008-06-102-9/+7
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@287 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* trying to remove dynamic server state when tlsconnection goes downvenaas2008-06-052-1/+13
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@286 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* removing more state, also had forgotten to detach clientwr threadvenaas2008-06-051-4/+8
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@285 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* removing clientwr state when finishingvenaas2008-06-041-1/+1
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@284 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* fixed bugs with freeing memory when removing dynamic server, added ↵venaas2008-06-041-18/+44
| | | | | | tlsconnect timeout git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@283 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* fixed a bug with freeing memory when dynamicserver failsvenaas2008-06-041-2/+2
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@282 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* trying to free memory when dynamicconfig failsvenaas2008-06-041-30/+75
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@281 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* made list_removedata() remove all occurencesvenaas2008-06-041-10/+13
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@280 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* fixed segfault in findserver() when no server configured, and tried to ↵venaas2008-06-041-1/+3
| | | | | | remove a warning git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@279 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* NetBSD-fikser:kolla2008-06-043-6/+9
| | | | | | | | | | | | | | | * Bruker do-patch med sed for å endre default konfigfil fra /etc/radsecproxy.conf til /usr/pkg/etc/radsecproxy.conf * Endret i rc.d-script til å droppe "-c /usr/pkg/etc/radsecproxy.conf" siden det nå er default. * Kompilér og installér catgconf som radsecproxy-catgconf, catgconf høres ut som det har noe med GNOME gconf å gjøre * distinfo for trunk er meningsløs likevel, man får heller kjøre "make makesum" manuelt git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@278 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* renamed rpf to looppreventionvenaas2008-06-032-5/+5
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@277 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* Kosmetiske endringer:kolla2008-06-031-4/+4
| | | | | | | | * "#! /bin/sh" i stedet for "#!/bin/sh" jamfør "4 byte"-regelen * Konsekvent bruk av ${var} i stedet for $var git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@276 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* Bare restart dersom -p exiter 0kolla2008-06-031-0/+2
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@275 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* logging stationid, converting username and stationid to ascii when loggingvenaas2008-06-032-17/+56
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@274 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* rpf feature addedvenaas2008-06-032-0/+8
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@273 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* checking exit code from dynsrvlookupvenaas2008-06-022-2/+8
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@272 e88ac4ed-0b26-0410-9574-a7f39faa03bf