Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add --enable-fticks to configure. | Linus Nordberg | 2011-09-27 | 1 | -0/+12 |
| | |||||
* | Prepare for building tests. | Linus Nordberg | 2011-09-27 | 1 | -1/+1 |
| | | | | | Move main() out of radsecproxy.c. Build a static library and link a main.c with it. | ||||
* | Make radsecproxy.h self-sustaining. | Linus Nordberg | 2011-09-26 | 1 | -1/+0 |
| | |||||
* | Formatting changes. | Linus Nordberg | 2011-07-03 | 1 | -4/+2 |
| | |||||
* | Don't print a pointer when trying to print a string. | Linus Nordberg | 2011-07-03 | 1 | -1/+1 |
| | |||||
* | Add test lost in 480942e6 back. | Linus Nordberg | 2011-04-05 | 1 | -1/+2 |
| | |||||
* | Do F-Ticks reporting only for Access-Accept and Access-Reject. | Linus Nordberg | 2011-04-05 | 1 | -3/+3 |
| | |||||
* | Move configure_fticks to fticks.c. | Linus Nordberg | 2011-04-04 | 1 | -66/+2 |
| | |||||
* | Move F-Ticks logging to fticks.c. | Linus Nordberg | 2011-04-04 | 1 | -73/+2 |
| | |||||
* | Add F-Ticks logging support. | Linus Nordberg | 2011-04-04 | 1 | -26/+104 |
| | |||||
* | Remove dashes from all options F-Ticks.* for consistency. | Linus Nordberg | 2011-04-04 | 1 | -6/+6 |
| | |||||
* | Add configuration of client fticksVISINST. | Linus Nordberg | 2011-04-04 | 1 | -0/+1 |
| | |||||
* | Formatting changes. | Linus Nordberg | 2011-04-04 | 1 | -14/+15 |
| | |||||
* | Add configuration options for F-Ticks logging. | Linus Nordberg | 2011-04-01 | 1 | -0/+70 |
| | |||||
* | Formatting changes. | Linus Nordberg | 2011-04-01 | 1 | -20/+21 |
| | |||||
* | Update copyright notices. | Linus Nordberg | 2011-03-31 | 1 | -0/+1 |
| | |||||
* | "Thou shalt not follow the NULL pointer, for chaos and madness await | Linus Nordberg | 2010-11-15 | 1 | -4/+6 |
| | | | | thee at its end." | ||||
* | * README: Correct number of debug levels. | Linus Nordberg | 2010-06-02 | 1 | -2/+2 |
| | | | | | | * radsecproxy.c (getmainconfig): Take new log level into account. (getargs): Ditto. Patch by Kolbjørn Barmen. | ||||
* | Reflect new debug level in man pages and comments in source. | Linus Nordberg | 2010-06-01 | 1 | -2/+2 |
| | | | | | Author: Kolbjørn Barmen <kolbjorn.barmen@uninett.no> Date: Tue Jun 1 09:52:17 2010 +0300 | ||||
* | Added DBG_NOTICE to the access accept/reject and accounting, | Linus Nordberg | 2010-06-01 | 1 | -8/+18 |
| | | | | | | | statisticly interesting information. Author: Kolbjørn Barmen <kolbjorn.barmen@uninett.no> Date: Tue Jun 1 09:41:02 2010 +0300 | ||||
* | * radsecproxy.c (createpidfile): Don't use r uninitialized.radsecproxy-1.4-beta1 | Linus Nordberg | 2010-05-28 | 1 | -1/+1 |
| | |||||
* | * radsecproxy.c (createpidfile): Treat pid_t as long, avoiding compiler ↵ | Linus Nordberg | 2010-05-28 | 1 | -1/+1 |
| | | | | warnings on Solaris. | ||||
* | Print a better version string than "$Rev$". | Linus Nordberg | 2010-05-28 | 1 | -2/+2 |
| | |||||
* | * debug.c (debugerrno): New function. | Linus Nordberg | 2010-05-28 | 1 | -13/+14 |
| | | | | | (debugerrnox): New function. * radsecproxy.c: Use debugerrno() and debugerrnox() when appropriate. | ||||
* | * radsecproxy.c (extractattr): Add vendor_flag argument and enforce | Linus Nordberg | 2010-05-27 | 1 | -8/+15 |
| | | | | three fields (vendor, name, value) when set. | ||||
* | * radsecproxy.c (pwdencrypt): Fix bug with User-Password's of a length | Linus Nordberg | 2010-05-26 | 1 | -40/+7 |
| | | | | | | | greater than 16 octets. Spotted by Timothy, hunted down by Ralf Paffrath and verified by Stig Venaas. (pwdencrypt, pwddecrypt): Collapse into one new function -- pwdcrypt(). (pwdrecrypt): Use new pwdcrypt(). | ||||
* | * radsecproxy.c (extractattr): Bug! When s is changed, update len. This ↵ | Linus Nordberg | 2010-05-25 | 1 | -5/+6 |
| | | | | might actually work now! | ||||
* | * radsecproxy.c (extractattr): Fix bug where 'name' part was lost (in | Linus Nordberg | 2010-05-25 | 1 | -1/+1 |
| | | | | fact, 'val' was used for name). | ||||
* | * radsecproxy.c (addrewrite): Add some detail to error printouts. | Linus Nordberg | 2010-05-25 | 1 | -5/+5 |
| | |||||
* | * radsecproxy.c (makevendortlv): Free attr when it's been copied. | Linus Nordberg | 2010-05-25 | 1 | -6/+15 |
| | | | | | (addvendorattr): Free attr if makevendortlv() fails. (addttlattr): Don't free attr, now that this is done by makevendortlv(). | ||||
* | * radsecproxy.c: Fix typo introduced in 4779686 making rewrite a null | Linus Nordberg | 2010-05-24 | 1 | -12/+10 |
| | | | | operation altogether. | ||||
* | (dorewrite): Do modattrs even if addattrs fails. Do modattrs before | linus | 2010-03-31 | 1 | -19/+79 |
| | | | | | | | | | | | | addattrs though. (addvendorattr): New function, doing aobut the same as addvendorattr() did. Used by extractattr() too. (extractattr): Add vendor field too (vendor:name:val). (addrewrite): Handle "addvattrs" too -- AddVendorAttributes. (confrewrite_cb): Add "addVendorAttribute". git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@546 e88ac4ed-0b26-0410-9574-a7f39faa03bf | ||||
* | Add LoopPrevention per server (RADSECPROXY-1). | linus | 2010-03-31 | 1 | -1/+5 |
| | | | | | | | TODO: Documentation and configuration example still missing. git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@544 e88ac4ed-0b26-0410-9574-a7f39faa03bf | ||||
* | Add Emacs local variable for stroustrup style. | linus | 2010-03-23 | 1 | -0/+4 |
| | | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@530 e88ac4ed-0b26-0410-9574-a7f39faa03bf | ||||
* | Reindent and remove trailing whitespace. | linus | 2010-03-08 | 1 | -225/+225 |
| | | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@517 e88ac4ed-0b26-0410-9574-a7f39faa03bf | ||||
* | Missing parantheses bug spotted by Daniel Bertolo | kolla | 2010-01-13 | 1 | -9/+10 |
| | | | | | | | Reformatted while loop by Kolbjørn git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@513 e88ac4ed-0b26-0410-9574-a7f39faa03bf | ||||
* | Credits | kolla | 2009-09-11 | 1 | -0/+1 |
| | | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@511 e88ac4ed-0b26-0410-9574-a7f39faa03bf | ||||
* | Added Stefan's UDP fragmentation fix | kolla | 2009-09-11 | 1 | -0/+3 |
| | | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@510 e88ac4ed-0b26-0410-9574-a7f39faa03bf | ||||
* | Contribution acknowledgements | kolla | 2009-07-22 | 1 | -0/+2 |
| | | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@507 e88ac4ed-0b26-0410-9574-a7f39faa03bf | ||||
* | From: Simon Leinen <simon.leinen@switch.ch> | Simon Leinen | 2009-07-22 | 1 | -4/+4 |
| | | | | | | | | | Message-ID: <19015.29517.446579.671665@switch.ch> Subject: SourceUDP and accounting packets git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@503 e88ac4ed-0b26-0410-9574-a7f39faa03bf | ||||
* | Added contributed patch by Maja Wolniewicz <mgw@umk.pl> | kolla | 2009-04-24 | 1 | -8/+8 |
| | | | | | | | | | It adds the information about the client side to Access-Accept / Access-Reject line in log. git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@502 e88ac4ed-0b26-0410-9574-a7f39faa03bf | ||||
* | Shorter way to accomplish the same | kolla | 2009-04-03 | 1 | -8/+2 |
| | | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@500 e88ac4ed-0b26-0410-9574-a7f39faa03bf | ||||
* | Individual messages per msg type | kolla | 2009-04-03 | 1 | -3/+7 |
| | | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@499 e88ac4ed-0b26-0410-9574-a7f39faa03bf | ||||
* | Ouptut "replyh: passing reply to client" as WARN (level 2) when reply message | kolla | 2009-04-02 | 1 | -1/+5 |
| | | | | | | | | is either Access_Accept, Access_Reject or Accounting_Response - usefull for "normal logging" git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@497 e88ac4ed-0b26-0410-9574-a7f39faa03bf | ||||
* | adjusted some log levels, log level 2 default, preparing for 1.3 release | venaas | 2009-03-12 | 1 | -17/+17 |
| | | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@490 e88ac4ed-0b26-0410-9574-a7f39faa03bf | ||||
* | added -i option for pid file, HUP for reopening log file | venaas | 2009-02-13 | 1 | -8/+26 |
| | | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@471 e88ac4ed-0b26-0410-9574-a7f39faa03bf | ||||
* | set dynamic timeout to 5 | venaas | 2009-02-05 | 1 | -1/+1 |
| | | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@468 e88ac4ed-0b26-0410-9574-a7f39faa03bf | ||||
* | timeout for connect | venaas | 2009-02-05 | 1 | -1/+0 |
| | | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@467 e88ac4ed-0b26-0410-9574-a7f39faa03bf | ||||
* | allowing multiple host statements in client and server blocks | venaas | 2009-02-03 | 1 | -18/+65 |
| | | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@466 e88ac4ed-0b26-0410-9574-a7f39faa03bf | ||||
* | minor fixes to hostport stuff | venaas | 2009-01-29 | 1 | -7/+7 |
| | | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@464 e88ac4ed-0b26-0410-9574-a7f39faa03bf |