Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | New config.guess, config.sub. | Linus Nordberg | 2011-09-26 | 2 | -103/+93 | |
| | | ||||||
* | | Compile with -Werror. | Linus Nordberg | 2011-09-26 | 2 | -2/+5 | |
| | | ||||||
* | | 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 | |
| | | ||||||
* | | Fix typos, spelling and whitespace in tools/naptr-eduroam.sh. | Linus Nordberg | 2011-07-01 | 1 | -15/+15 | |
| | | | | | | | | Also, change `test' to '['. | |||||
* | | (tools/naptr-eduroam.sh): Use /bin/sh rather than bash. | Linus Nordberg | 2011-05-31 | 1 | -8/+8 | |
| | | | | | | | | | | | | | | | | | | | | Not all systems have bash (esp. not in /bin) and some people argue that /bin/sh should be less unsafe due to less code, lower complexity and being around for longer time. Fixes: - /bin/sh builtin echo doesn't have `-e' -- use /bin/echo - /bin/sh builtin test ([) doesn't understand `==' -- use `=' | |||||
* | | Reindent tools/naptr-eduroam.sh. | Linus Nordberg | 2011-05-31 | 1 | -33/+34 | |
| | | ||||||
* | | Hash full MAC even for VendorHashed and VendorKeyHashed. | Linus Nordberg | 2011-04-05 | 1 | -2/+8 | |
| | | | | | | | | | | | | | | | | Comment on VendorKeyHashed, from source: We are hashing the first nine octets too for easier correlation between vendor-key-hashed and fully-key-hashed log records. This opens up for a known plaintext attack on the key but the consequences of that is considered outweighed by the convenience gained. | |||||
* | | Produce full length F-Tick MAC hashes for FullyHashed and FullyKeyHashed. | Linus Nordberg | 2011-04-05 | 1 | -3/+3 | |
| | | | | | | | | We produced 62 octets rather than 64. | |||||
* | | Don't smash buffer on stack. | Linus Nordberg | 2011-04-05 | 1 | -1/+1 | |
| | | | | | | | | (format_hash): Don't write past OUT_LEN. Duh! | |||||
* | | 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 | |
| | | ||||||
* | | Don't crash in F-Ticks logging if we don't find User-Name. | Linus Nordberg | 2011-04-05 | 1 | -5/+5 | |
| | | ||||||
* | | Log MAC as "undisclosed" for config FTicksMac Static. | Linus Nordberg | 2011-04-05 | 1 | -37/+33 | |
| | | | | | | | | Also, log empty string if no Calling-Station-Id attribute is found. | |||||
* | | Do save vendor part of MAC for FTicksMac VendorHashed and VendorKeyHashed. | Linus Nordberg | 2011-04-05 | 1 | -3/+5 | |
| | | ||||||
* | | Move configure_fticks to fticks.c. | Linus Nordberg | 2011-04-04 | 3 | -66/+75 | |
| | | ||||||
* | | Move F-Ticks logging to fticks.c. | Linus Nordberg | 2011-04-04 | 4 | -77/+99 | |
| | | ||||||
* | | Add placeholders for F-Ticks config documentation. | Linus Nordberg | 2011-04-04 | 1 | -0/+31 | |
| | | ||||||
* | | Finish docu cosmetics. | Linus Nordberg | 2011-04-04 | 1 | -16/+21 | |
| | | | | | | | | | | | | (radsecproxy.conf.5.xml): Capitalize first letter of all references to basic options. This convention might help as a hint in block config by showing when a basic option is being overridden. | |||||
* | | Config cosmetics. | Linus Nordberg | 2011-04-04 | 2 | -16/+16 | |
| | | | | | | | | | | Use capital initial letter for basic options, both in documentation and example config. | |||||
* | | Formating changes to docbook source for radsecproxy.conf(5). | Linus Nordberg | 2011-04-04 | 1 | -523/+625 | |
| | | ||||||
* | | Add F-Ticks logging support. | Linus Nordberg | 2011-04-04 | 2 | -27/+105 | |
| | | ||||||
* | | (radsecproxy.conf-example) Fix a typo. | Linus Nordberg | 2011-04-04 | 1 | -1/+1 | |
| | | ||||||
* | | Update LICENSE to include NORDUnet. | Linus Nordberg | 2011-04-04 | 1 | -0/+1 | |
| | | ||||||
* | | Regenerate configure and build files. | Linus Nordberg | 2011-04-04 | 2 | -2/+114 | |
| | | ||||||
* | | Add fticks.c and fticks.h to the build. | Linus Nordberg | 2011-04-04 | 4 | -1/+80 | |
| | | ||||||
* | | Remove dashes from all options F-Ticks.* for consistency. | Linus Nordberg | 2011-04-04 | 2 | -13/+13 | |
| | | ||||||
* | | Add configuration of client fticksVISINST. | Linus Nordberg | 2011-04-04 | 3 | -1/+6 | |
| | | ||||||
* | | Formatting changes. | Linus Nordberg | 2011-04-04 | 1 | -14/+15 | |
| | | ||||||
* | | Add configuration options for F-Ticks logging. | Linus Nordberg | 2011-04-01 | 3 | -0/+113 | |
| | | ||||||
* | | Regenerate configure and aclocal.m4. | Linus Nordberg | 2011-04-01 | 2 | -142/+164 | |
| | | ||||||
* | | Formatting changes. | Linus Nordberg | 2011-04-01 | 1 | -20/+21 | |
| | | ||||||
* | | Update copyright notices. | Linus Nordberg | 2011-03-31 | 5 | -0/+5 | |
| | | ||||||
* | | Version 1.5-dev. | Linus Nordberg | 2011-03-31 | 2 | -2/+2 | |
|/ | ||||||
* | Fix a typo in an error string. | Linus Nordberg | 2011-03-03 | 1 | -1/+1 | |
| | ||||||
* | Ready for radsecproxy-1.4.2.radsecproxy-1.4.2 | Linus Nordberg | 2010-11-23 | 5 | -13/+15 | |
| | ||||||
* | Improve SSL version identification. | Linus Nordberg | 2010-11-19 | 1 | -9/+10 | |
| | | | | | | | | Use a runtime check rather than a compile time check, patch contributed by Faidon Liambotis. Include development and beta versions in the checks (the status nibble). | |||||
* | Releng, version is radsecproxy-1.4-dev. | Linus Nordberg | 2010-11-18 | 4 | -12/+16 | |
| | ||||||
* | Don't disable ssl caching for 0.9.8p and later in the 0.9.x series of OpenSSL. | Linus Nordberg | 2010-11-18 | 1 | -5/+7 | |
| | | | | Follow up to RADSECPROXY-14. | |||||
* | Get ready for radsecproxy-1.4.1.radsecproxy-1.4.1 | Linus Nordberg | 2010-11-17 | 4 | -12/+18 | |
| | ||||||
* | Disable OpenSSL session caching if OpenSSL version < 1.0.0b. | Linus Nordberg | 2010-11-17 | 1 | -0/+7 | |
| | | | | (Closes RADSECPROXY-14.) | |||||
* | "Thou shalt not follow the NULL pointer, for chaos and madness await | Linus Nordberg | 2010-11-15 | 1 | -4/+6 | |
| | | | | thee at its end." | |||||
* | * ChangeLog: Fix typo. | Linus Nordberg | 2010-06-12 | 1 | -1/+1 | |
| | ||||||
* | * configure.ac: Update version.radsecproxy-1.4 | Linus Nordberg | 2010-06-12 | 2 | -11/+11 | |
| | ||||||
* | * NEWS: New file, for make dist. Shouldn't be needed since ↵ | Linus Nordberg | 2010-06-12 | 1 | -0/+1 | |
| | | | | `AUTOMAKE_OPTIONS = foreign' IMO. | |||||
* | * README: Add known build issues. | Linus Nordberg | 2010-06-12 | 1 | -0/+5 | |
| | ||||||
* | * Makefile.in: Regenerate. | Linus Nordberg | 2010-06-12 | 1 | -1/+1 | |
| | ||||||
* | * Makefile.am: Include THANKS. | Linus Nordberg | 2010-06-12 | 1 | -1/+1 | |
| | ||||||
* | * ChangeLog: Fix version number and date. | Linus Nordberg | 2010-06-12 | 1 | -1/+1 | |
| | ||||||
* | * README: Correct version number and fix date. | Linus Nordberg | 2010-06-12 | 1 | -1/+1 | |
| |