Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * README: Update version number and date. FIXME: This file should | Linus Nordberg | 2010-06-10 | 1 | -1/+1 |
| | | | | probably be rewritten. | ||||
* | * develdoc.txt: Language nitpicking fixes. | Linus Nordberg | 2010-06-10 | 1 | -4/+4 |
| | |||||
* | * ChangeLog: Restructure and add note about incompatible change in log levels. | Linus Nordberg | 2010-06-09 | 1 | -9/+18 |
| | |||||
* | * radsecproxy.conf-example: Fix typo. | Linus Nordberg | 2010-06-03 | 1 | -1/+1 |
| | |||||
* | * radsecproxy.conf-example: Update for new log level. | Linus Nordberg | 2010-06-03 | 1 | -1/+1 |
| | |||||
* | * README: Correct number of debug levels. | Linus Nordberg | 2010-06-02 | 2 | -4/+4 |
| | | | | | | * radsecproxy.c (getmainconfig): Take new log level into account. (getargs): Ditto. Patch by Kolbjørn Barmen. | ||||
* | * ChangeLog: Mention new log level. | Linus Nordberg | 2010-06-01 | 1 | -0/+2 |
| | |||||
* | * LICENSE: Update years. | Linus Nordberg | 2010-06-01 | 1 | -1/+1 |
| | |||||
* | * ChangeLog: Update date and version. Reformulate last entry. | Linus Nordberg | 2010-06-01 | 1 | -3/+2 |
| | |||||
* | * Makefile.in: Regenerate. | Linus Nordberg | 2010-06-01 | 1 | -1/+3 |
| | |||||
* | * Makefile.am (EXTRA_DIST): Add LICENSE. | Linus Nordberg | 2010-06-01 | 1 | -1/+2 |
| | |||||
* | * Makefile.in: Regenerate. | Linus Nordberg | 2010-06-01 | 1 | -22/+139 |
| | |||||
* | * Makefile.am: Put man page files in `dist_man_MANS' and it's built by | Linus Nordberg | 2010-06-01 | 1 | -4/+3 |
| | | | | target 'all' as well as included in 'dist'. | ||||
* | * radsecproxy.conf.5: Remove since it's generated from | Linus Nordberg | 2010-06-01 | 1 | -551/+0 |
| | | | | radsecproxy.conf.5.xml (make target 'man'). | ||||
* | Reflect new debug level in man pages and comments in source. | Linus Nordberg | 2010-06-01 | 3 | -6/+6 |
| | | | | | 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 | ||||
* | Bump version. | Linus Nordberg | 2010-05-31 | 2 | -11/+11 |
| | |||||
* | Add log level DBG_NOTICE. | Linus Nordberg | 2010-05-31 | 2 | -3/+10 |
| | |||||
* | * configure: Regenerate. | Linus Nordberg | 2010-05-31 | 1 | -10/+10 |
| | |||||
* | Ready for 1.4-beta2.radsecproxy-1.4-beta2 | Linus Nordberg | 2010-05-28 | 2 | -2/+6 |
| | |||||
* | * 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 |
| | |||||
* | * Makefile.am: Compile with -fno-strict-aliasing to avoid the warnings | Linus Nordberg | 2010-05-28 | 2 | -4/+4 |
| | | | | | for the casts (RADSECPROXY-8). * Makefile.in: Regenerate. | ||||
* | Create tools/ directory and move shell scripts there. | Linus Nordberg | 2010-05-28 | 3 | -0/+120 |
| | |||||
* | * Makefile.am: Build HTML version of radsecproxy.conf.5. | Linus Nordberg | 2010-05-28 | 2 | -2/+10 |
| | | | | * Makefile.in: Regenerate. | ||||
* | * debug.c (debugerrno): New function. | Linus Nordberg | 2010-05-28 | 3 | -13/+44 |
| | | | | | (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.conf-example: Add LoopPrevention in a server block. | Linus Nordberg | 2010-05-26 | 1 | -1/+5 |
| | |||||
* | * radsecproxy.conf.5.xml: Add addVendorAttribute. | Linus Nordberg | 2010-05-26 | 1 | -5/+19 |
| | |||||
* | * radsecproxy.conf.5.xml: s/of the form/on the form/g. | Linus Nordberg | 2010-05-26 | 1 | -7/+7 |
| | |||||
* | * radsecproxy.conf-example: Sanitize and verify rewrite examples. | Linus Nordberg | 2010-05-25 | 1 | -2/+7 |
| | |||||
* | * 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. | ||||
* | Fix typo for addAttribute value. | linus | 2010-03-31 | 1 | -1/+2 |
| | | | | | | | Add addVendorAttribute. git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@548 e88ac4ed-0b26-0410-9574-a7f39faa03bf | ||||
* | LoopPrevention, AddVendorAttribute. | linus | 2010-03-31 | 1 | -2/+4 |
| | | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@547 e88ac4ed-0b26-0410-9574-a7f39faa03bf | ||||
* | (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 | ||||
* | (tlv2buf): Make TLV const. | linus | 2010-03-31 | 2 | -2/+2 |
| | | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@545 e88ac4ed-0b26-0410-9574-a7f39faa03bf | ||||
* | Add LoopPrevention per server (RADSECPROXY-1). | linus | 2010-03-31 | 2 | -1/+6 |
| | | | | | | | TODO: Documentation and configuration example still missing. git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@544 e88ac4ed-0b26-0410-9574-a7f39faa03bf | ||||
* | Regenerate. | linus | 2010-03-31 | 1 | -1/+1 |
| | | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@542 e88ac4ed-0b26-0410-9574-a7f39faa03bf | ||||
* | Make that `-pthreads', with a trailing `s', for making GCC pre gcc-4.x | linus | 2010-03-31 | 1 | -1/+1 |
| | | | | | | | happy too. git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@541 e88ac4ed-0b26-0410-9574-a7f39faa03bf | ||||
* | Regenerate. | linus | 2010-03-31 | 1 | -0/+2 |
| | | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@538 e88ac4ed-0b26-0410-9574-a7f39faa03bf | ||||
* | Pass `-pthread' to gcc on Solaris. | linus | 2010-03-31 | 1 | -0/+2 |
| | | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@537 e88ac4ed-0b26-0410-9574-a7f39faa03bf | ||||
* | Regenerate (again -- missed -Wall in catgconf_CFLAGS) | linus | 2010-03-30 | 1 | -1/+1 |
| | | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@536 e88ac4ed-0b26-0410-9574-a7f39faa03bf | ||||
* | Add Automake (1.11) file. | linus | 2010-03-30 | 1 | -0/+143 |
| | | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@535 e88ac4ed-0b26-0410-9574-a7f39faa03bf | ||||
* | Add Autoconf (1.11) file. | linus | 2010-03-29 | 1 | -0/+987 |
| | | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@534 e88ac4ed-0b26-0410-9574-a7f39faa03bf |