Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle configuration with F-Ticks enabled but w/o FTicksMac. | Linus Nordberg | 2011-09-27 | 1 | -1/+2 |
| | |||||
* | Cast to avoid warning. | Linus Nordberg | 2011-09-27 | 1 | -1/+1 |
| | |||||
* | Sanitise MAC address before hashing it. | Linus Nordberg | 2011-09-27 | 1 | -6/+31 |
| | | | | Almost closes RADSECPROXY-16. | ||||
* | Make radsecproxy.h self-sustaining. | Linus Nordberg | 2011-09-26 | 1 | -1/+0 |
| | |||||
* | Prepend static functions with underscore. | Linus Nordberg | 2011-09-26 | 1 | -12/+16 |
| | |||||
* | 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! | ||||
* | 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 | 1 | -0/+69 |
| | |||||
* | Move F-Ticks logging to fticks.c. | Linus Nordberg | 2011-04-04 | 1 | -0/+87 |
| | |||||
* | Add fticks.c and fticks.h to the build. | Linus Nordberg | 2011-04-04 | 1 | -0/+67 |