summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* * README: Correct number of debug levels.Linus Nordberg2010-06-02
| | | | | | * radsecproxy.c (getmainconfig): Take new log level into account. (getargs): Ditto. Patch by Kolbjørn Barmen.
* * ChangeLog: Mention new log level.Linus Nordberg2010-06-01
|
* * LICENSE: Update years.Linus Nordberg2010-06-01
|
* * ChangeLog: Update date and version. Reformulate last entry.Linus Nordberg2010-06-01
|
* * Makefile.in: Regenerate.Linus Nordberg2010-06-01
|
* * Makefile.am (EXTRA_DIST): Add LICENSE.Linus Nordberg2010-06-01
|
* * Makefile.in: Regenerate.Linus Nordberg2010-06-01
|
* * Makefile.am: Put man page files in `dist_man_MANS' and it's built byLinus Nordberg2010-06-01
| | | | target 'all' as well as included in 'dist'.
* * radsecproxy.conf.5: Remove since it's generated fromLinus Nordberg2010-06-01
| | | | radsecproxy.conf.5.xml (make target 'man').
* Reflect new debug level in man pages and comments in source.Linus Nordberg2010-06-01
| | | | | 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 Nordberg2010-06-01
| | | | | | | statisticly interesting information. Author: Kolbjørn Barmen <kolbjorn.barmen@uninett.no> Date: Tue Jun 1 09:41:02 2010 +0300
* Bump version.Linus Nordberg2010-05-31
|
* Add log level DBG_NOTICE.Linus Nordberg2010-05-31
|
* * configure: Regenerate.Linus Nordberg2010-05-31
|
* Ready for 1.4-beta2.Linus Nordberg2010-05-28
|
* * radsecproxy.c (createpidfile): Don't use r uninitialized.Linus Nordberg2010-05-28
|
* * radsecproxy.c (createpidfile): Treat pid_t as long, avoiding compiler ↵Linus Nordberg2010-05-28
| | | | warnings on Solaris.
* Print a better version string than "$Rev$".Linus Nordberg2010-05-28
|
* * Makefile.am: Compile with -fno-strict-aliasing to avoid the warningsLinus Nordberg2010-05-28
| | | | | for the casts (RADSECPROXY-8). * Makefile.in: Regenerate.
* Create tools/ directory and move shell scripts there.Linus Nordberg2010-05-28
|
* * Makefile.am: Build HTML version of radsecproxy.conf.5.Linus Nordberg2010-05-28
| | | | * Makefile.in: Regenerate.
* * debug.c (debugerrno): New function.Linus Nordberg2010-05-28
| | | | | (debugerrnox): New function. * radsecproxy.c: Use debugerrno() and debugerrnox() when appropriate.
* * radsecproxy.c (extractattr): Add vendor_flag argument and enforceLinus Nordberg2010-05-27
| | | | three fields (vendor, name, value) when set.
* * radsecproxy.c (pwdencrypt): Fix bug with User-Password's of a lengthLinus Nordberg2010-05-26
| | | | | | | 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 Nordberg2010-05-26
|
* * radsecproxy.conf.5.xml: Add addVendorAttribute.Linus Nordberg2010-05-26
|
* * radsecproxy.conf.5.xml: s/of the form/on the form/g.Linus Nordberg2010-05-26
|
* * radsecproxy.conf-example: Sanitize and verify rewrite examples.Linus Nordberg2010-05-25
|
* * radsecproxy.c (extractattr): Bug! When s is changed, update len. This ↵Linus Nordberg2010-05-25
| | | | might actually work now!
* * radsecproxy.c (extractattr): Fix bug where 'name' part was lost (inLinus Nordberg2010-05-25
| | | | fact, 'val' was used for name).
* * radsecproxy.c (addrewrite): Add some detail to error printouts.Linus Nordberg2010-05-25
|
* * radsecproxy.c (makevendortlv): Free attr when it's been copied.Linus Nordberg2010-05-25
| | | | | (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 nullLinus Nordberg2010-05-24
| | | | operation altogether.
* Fix typo for addAttribute value.linus2010-03-31
| | | | | | | Add addVendorAttribute. git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@548 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* LoopPrevention, AddVendorAttribute.linus2010-03-31
| | | | 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 beforelinus2010-03-31
| | | | | | | | | | | | 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.linus2010-03-31
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@545 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* Add LoopPrevention per server (RADSECPROXY-1).linus2010-03-31
| | | | | | | TODO: Documentation and configuration example still missing. git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@544 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* Regenerate.linus2010-03-31
| | | | 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.xlinus2010-03-31
| | | | | | | happy too. git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@541 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* Regenerate.linus2010-03-31
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@538 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* Pass `-pthread' to gcc on Solaris.linus2010-03-31
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@537 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* Regenerate (again -- missed -Wall in catgconf_CFLAGS)linus2010-03-30
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@536 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* Add Automake (1.11) file.linus2010-03-30
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@535 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* Add Autoconf (1.11) file.linus2010-03-29
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@534 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* Add Automake (1.11) files.linus2010-03-29
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@533 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* Regenerate.linus2010-03-25
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@532 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* Add `-Wall' to CFLAGS.linus2010-03-25
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@531 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* Add Emacs local variable for stroustrup style.linus2010-03-23
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@530 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* Regenerate.linus2010-03-23
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@529 e88ac4ed-0b26-0410-9574-a7f39faa03bf