Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Document the default value used for the 'secret' option. | Linus Nordberg | 2011-07-19 | 2 | -1/+8 | |
| | | | | | | | | And mention that it's going to change. | |||||
| * | Add a bit more info to README about building for BSD's. | Linus Nordberg | 2011-07-19 | 1 | -1/+3 | |
| | | ||||||
| * | Add changelog entry for b2d6. | Linus Nordberg | 2011-07-03 | 1 | -0/+2 | |
| | | ||||||
| * | Version is radsecproxy-1.4.3-dev. | Linus Nordberg | 2011-07-03 | 5 | -144/+167 | |
| | | ||||||
| * | Don't print a pointer when trying to print a string. | Linus Nordberg | 2011-07-03 | 1 | -1/+1 | |
| | | ||||||
* | | Rename binary catgconf --> radsecproxy-conf. | Linus Nordberg | 2011-09-28 | 1 | -2/+2 | |
| | | ||||||
* | | Add 1.5-dev notes and reverse the order of the entries in the file. | Linus Nordberg | 2011-09-28 | 1 | -75/+98 | |
| | | ||||||
* | | List catgconf header files too. | Linus Nordberg | 2011-09-28 | 1 | -4/+4 | |
| | | ||||||
* | | Undo cc56affa -- header files should go into SOURCES. | Linus Nordberg | 2011-09-28 | 1 | -15/+15 | |
| | | | | | | | | If not for anything else but to get distributed. | |||||
* | | Pass necessary compiler and linker flags. | Linus Nordberg | 2011-09-27 | 1 | -2/+4 | |
| | | | | | | | | All the source files compiled into the library needs all flags too. | |||||
* | | Handle configuration with F-Ticks enabled but w/o FTicksMac. | Linus Nordberg | 2011-09-27 | 1 | -1/+2 | |
| | | ||||||
* | | Add F-Ticks documentation to radsecproxy.conf.5. | Linus Nordberg | 2011-09-27 | 1 | -6/+31 | |
| | | ||||||
* | | Update example config to correctly reflect default values for F-Ticks config. | Linus Nordberg | 2011-09-27 | 1 | -1/+1 | |
| | | ||||||
* | | Cast to avoid warning. | Linus Nordberg | 2011-09-27 | 1 | -1/+1 | |
| | | ||||||
* | | Sanitise MAC address before hashing it. | Linus Nordberg | 2011-09-27 | 3 | -12/+72 | |
| | | | | | | | | Almost closes RADSECPROXY-16. | |||||
* | | Add --enable-fticks to configure. | Linus Nordberg | 2011-09-27 | 3 | -4/+35 | |
| | | ||||||
* | | Formatting. | Linus Nordberg | 2011-09-27 | 1 | -1/+2 | |
| | | ||||||
* | | Don't list header files in _SOURCES. | Linus Nordberg | 2011-09-27 | 1 | -16/+1 | |
| | | | | | | | | Dependencies will work anyway. | |||||
* | | Add support for 'make check' and a dummy test. | Linus Nordberg | 2011-09-27 | 4 | -1/+24 | |
| | | ||||||
* | | Makefile.am formatting and removal of spurious variable. | Linus Nordberg | 2011-09-27 | 1 | -42/+42 | |
| | | ||||||
* | | Prepare for building tests. | Linus Nordberg | 2011-09-27 | 4 | -3/+16 | |
| | | | | | | | | | | Move main() out of radsecproxy.c. Build a static library and link a main.c with it. | |||||
* | | Stop keeping generated files under source control. | Linus Nordberg | 2011-09-27 | 4 | -9437/+0 | |
| | | ||||||
* | | Cosmetics. | Linus Nordberg | 2011-09-26 | 1 | -1/+1 | |
| | | ||||||
* | | Make radsecproxy.h self-sustaining. | Linus Nordberg | 2011-09-26 | 8 | -10/+8 | |
| | | ||||||
* | | Prepend static functions with underscore. | Linus Nordberg | 2011-09-26 | 1 | -12/+16 | |
| | | ||||||
* | | 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 | |
| | |