summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * configure.ac: Update version.radsecproxy-1.4Linus Nordberg2010-06-122-11/+11
|
* * NEWS: New file, for make dist. Shouldn't be needed since ↵Linus Nordberg2010-06-121-0/+1
| | | | `AUTOMAKE_OPTIONS = foreign' IMO.
* * README: Add known build issues.Linus Nordberg2010-06-121-0/+5
|
* * Makefile.in: Regenerate.Linus Nordberg2010-06-121-1/+1
|
* * Makefile.am: Include THANKS.Linus Nordberg2010-06-121-1/+1
|
* * ChangeLog: Fix version number and date.Linus Nordberg2010-06-121-1/+1
|
* * README: Correct version number and fix date.Linus Nordberg2010-06-121-1/+1
|
* Regenerate Auto* files, partly because of changes to configure.ac andLinus Nordberg2010-06-126-135/+206
| | | | Makefile.am and partly because of newer Auto* suite.
* * configure.ac: Check for docbook2x-man.Linus Nordberg2010-06-122-1/+9
| | | | * Makefile.am: Build radsecproxy.conf.5 only if docbook2x-man exists.
* Remove packaging/{portage,rpm}. They're ancient and don't receive anyLinus Nordberg2010-06-1115-658/+0
| | | | love no more.
* * README: Improve initial paragraph. Thanks to Stig Venaas.Linus Nordberg2010-06-111-2/+3
|
* Alphabetize on first name instead.Linus Nordberg2010-06-111-7/+7
|
* Split README into README and THANKS.Linus Nordberg2010-06-113-40/+54
| | | | Rewrite AUTHORS.
* * README: Update version number and date. FIXME: This file shouldLinus Nordberg2010-06-101-1/+1
| | | | probably be rewritten.
* * develdoc.txt: Language nitpicking fixes.Linus Nordberg2010-06-101-4/+4
|
* * ChangeLog: Restructure and add note about incompatible change in log levels.Linus Nordberg2010-06-091-9/+18
|
* * radsecproxy.conf-example: Fix typo.Linus Nordberg2010-06-031-1/+1
|
* * radsecproxy.conf-example: Update for new log level.Linus Nordberg2010-06-031-1/+1
|
* * README: Correct number of debug levels.Linus Nordberg2010-06-022-4/+4
| | | | | | * radsecproxy.c (getmainconfig): Take new log level into account. (getargs): Ditto. Patch by Kolbjørn Barmen.
* * ChangeLog: Mention new log level.Linus Nordberg2010-06-011-0/+2
|
* * LICENSE: Update years.Linus Nordberg2010-06-011-1/+1
|
* * ChangeLog: Update date and version. Reformulate last entry.Linus Nordberg2010-06-011-3/+2
|
* * Makefile.in: Regenerate.Linus Nordberg2010-06-011-1/+3
|
* * Makefile.am (EXTRA_DIST): Add LICENSE.Linus Nordberg2010-06-011-1/+2
|
* * Makefile.in: Regenerate.Linus Nordberg2010-06-011-22/+139
|
* * Makefile.am: Put man page files in `dist_man_MANS' and it's built byLinus Nordberg2010-06-011-4/+3
| | | | target 'all' as well as included in 'dist'.
* * radsecproxy.conf.5: Remove since it's generated fromLinus Nordberg2010-06-011-551/+0
| | | | radsecproxy.conf.5.xml (make target 'man').
* Reflect new debug level in man pages and comments in source.Linus Nordberg2010-06-013-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 Nordberg2010-06-011-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 Nordberg2010-05-312-11/+11
|
* Add log level DBG_NOTICE.Linus Nordberg2010-05-312-3/+10
|
* * configure: Regenerate.Linus Nordberg2010-05-311-10/+10
|
* Ready for 1.4-beta2.radsecproxy-1.4-beta2Linus Nordberg2010-05-282-2/+6
|
* * radsecproxy.c (createpidfile): Don't use r uninitialized.radsecproxy-1.4-beta1Linus Nordberg2010-05-281-1/+1
|
* * radsecproxy.c (createpidfile): Treat pid_t as long, avoiding compiler ↵Linus Nordberg2010-05-281-1/+1
| | | | warnings on Solaris.
* Print a better version string than "$Rev$".Linus Nordberg2010-05-281-2/+2
|
* * Makefile.am: Compile with -fno-strict-aliasing to avoid the warningsLinus Nordberg2010-05-282-4/+4
| | | | | for the casts (RADSECPROXY-8). * Makefile.in: Regenerate.
* Create tools/ directory and move shell scripts there.Linus Nordberg2010-05-283-0/+120
|
* * Makefile.am: Build HTML version of radsecproxy.conf.5.Linus Nordberg2010-05-282-2/+10
| | | | * Makefile.in: Regenerate.
* * debug.c (debugerrno): New function.Linus Nordberg2010-05-283-13/+44
| | | | | (debugerrnox): New function. * radsecproxy.c: Use debugerrno() and debugerrnox() when appropriate.
* * radsecproxy.c (extractattr): Add vendor_flag argument and enforceLinus Nordberg2010-05-271-8/+15
| | | | three fields (vendor, name, value) when set.
* * radsecproxy.c (pwdencrypt): Fix bug with User-Password's of a lengthLinus Nordberg2010-05-261-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 Nordberg2010-05-261-1/+5
|
* * radsecproxy.conf.5.xml: Add addVendorAttribute.Linus Nordberg2010-05-261-5/+19
|
* * radsecproxy.conf.5.xml: s/of the form/on the form/g.Linus Nordberg2010-05-261-7/+7
|
* * radsecproxy.conf-example: Sanitize and verify rewrite examples.Linus Nordberg2010-05-251-2/+7
|
* * radsecproxy.c (extractattr): Bug! When s is changed, update len. This ↵Linus Nordberg2010-05-251-5/+6
| | | | might actually work now!
* * radsecproxy.c (extractattr): Fix bug where 'name' part was lost (inLinus Nordberg2010-05-251-1/+1
| | | | fact, 'val' was used for name).
* * radsecproxy.c (addrewrite): Add some detail to error printouts.Linus Nordberg2010-05-251-5/+5
|
* * radsecproxy.c (makevendortlv): Free attr when it's been copied.Linus Nordberg2010-05-251-6/+15
| | | | | (addvendorattr): Free attr if makevendortlv() fails. (addttlattr): Don't free attr, now that this is done by makevendortlv().