| Commit message (Expand) | Author | Age | Files | Lines |
* | * radsecproxy.c (createpidfile): Treat pid_t as long, avoiding compiler warni... | Linus Nordberg | 2010-05-28 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | * debug.c (debugerrno): New function. | Linus Nordberg | 2010-05-28 | 3 | -13/+44 |
* | * radsecproxy.c (extractattr): Add vendor_flag argument and enforce | Linus Nordberg | 2010-05-27 | 1 | -8/+15 |
* | * radsecproxy.c (pwdencrypt): Fix bug with User-Password's of a length | Linus Nordberg | 2010-05-26 | 1 | -40/+7 |
* | * 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 mig... | Linus Nordberg | 2010-05-25 | 1 | -5/+6 |
* | * radsecproxy.c (extractattr): Fix bug where 'name' part was lost (in | Linus Nordberg | 2010-05-25 | 1 | -1/+1 |
* | * 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 |
* | * radsecproxy.c: Fix typo introduced in 4779686 making rewrite a null | Linus Nordberg | 2010-05-24 | 1 | -12/+10 |
* | Fix typo for addAttribute value. | linus | 2010-03-31 | 1 | -1/+2 |
* | LoopPrevention, AddVendorAttribute. | linus | 2010-03-31 | 1 | -2/+4 |
* | (dorewrite): Do modattrs even if addattrs fails. Do modattrs before | linus | 2010-03-31 | 1 | -19/+79 |
* | (tlv2buf): Make TLV const. | linus | 2010-03-31 | 2 | -2/+2 |
* | Add LoopPrevention per server (RADSECPROXY-1). | linus | 2010-03-31 | 2 | -1/+6 |
* | Regenerate. | linus | 2010-03-31 | 1 | -1/+1 |
* | Make that `-pthreads', with a trailing `s', for making GCC pre gcc-4.x | linus | 2010-03-31 | 1 | -1/+1 |
* | Regenerate. | linus | 2010-03-31 | 1 | -0/+2 |
* | Pass `-pthread' to gcc on Solaris. | linus | 2010-03-31 | 1 | -0/+2 |
* | Regenerate (again -- missed -Wall in catgconf_CFLAGS) | linus | 2010-03-30 | 1 | -1/+1 |
* | Add Automake (1.11) file. | linus | 2010-03-30 | 1 | -0/+143 |
* | Add Autoconf (1.11) file. | linus | 2010-03-29 | 1 | -0/+987 |
* | Add Automake (1.11) files. | linus | 2010-03-29 | 6 | -0/+5075 |
* | Regenerate. | linus | 2010-03-25 | 1 | -1/+1 |
* | Add `-Wall' to CFLAGS. | linus | 2010-03-25 | 1 | -2/+2 |
* | Add Emacs local variable for stroustrup style. | linus | 2010-03-23 | 29 | -0/+116 |
* | Regenerate. | linus | 2010-03-23 | 1 | -10/+10 |
* | Heading for 1.4 rather than 2.0. | linus | 2010-03-23 | 1 | -1/+1 |
* | Regenerate. | linus | 2010-03-23 | 1 | -9/+9 |
* | Change contact address. | linus | 2010-03-23 | 1 | -1/+1 |
* | Add Makefile.in and configure (generated by automake and autoconf). | linus | 2010-03-22 | 3 | -21/+5869 |
* | Build radsecproxy.conf.5 (target 'man'). | linus | 2010-03-22 | 1 | -2/+9 |
* | Set AUTOMAKE_OPTIONS = foreign to make Automake less picky about | linus | 2010-03-22 | 1 | -0/+2 |
* | Add AC_CANONICAL_TARGET -- AC_CANONICAL_SYSTEM needs it. | linus | 2010-03-17 | 1 | -0/+1 |
* | Fix regex example using back references. Spotted by Kolbjørn Barmen. | linus | 2010-03-16 | 1 | -2/+2 |
* | Fix a regex example using back references. Spotted by Kolbjørn Barmen. | linus | 2010-03-16 | 1 | -1/+1 |
* | Fix two regex examples using back references. Spotted by Kolbjørn Barmen. | linus | 2010-03-16 | 1 | -2/+2 |
* | Reindent and remove trailing whitespace. | linus | 2010-03-08 | 15 | -403/+403 |
* | Don't pass `-mt' to gcc on Solaris. | linus | 2010-03-02 | 2 | -2/+6 |
* | Missing parantheses bug spotted by Daniel Bertolo | kolla | 2010-01-13 | 1 | -9/+10 |
* | Oppdatert changelog | kolla | 2009-09-11 | 1 | -0/+2 |
* | Credits | kolla | 2009-09-11 | 3 | -1/+7 |
* | Added Stefan's UDP fragmentation fix | kolla | 2009-09-11 | 3 | -0/+29 |