| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Avoid potentially unaligned half-word read | Martin Willi | 2009-11-23 | 1 | -5/+8 |
* | Correctly set host number to zero when computing traffic selector range | Eric Mertens | 2009-11-23 | 1 | -0/+1 |
* | Use abort() instead of raising SIGKILL, gives us proper core dumps if enabled | Martin Willi | 2009-11-20 | 1 | -1/+1 |
* | Use status_t return value for get_quintuplet() dummy implementations | Martin Willi | 2009-11-20 | 3 | -3/+3 |
* | Message stringification supports more detailed EAP payload information | Martin Willi | 2009-11-18 | 3 | -0/+65 |
* | Correctly enumerate attributes to request as initiator with the actually requ... | Martin Willi | 2009-11-17 | 1 | -12/+61 |
* | Fixed memleak in attribute handling | Martin Willi | 2009-11-17 | 1 | -0/+1 |
* | attr plugin supports any custom attribute type having a v4/v6 IP under the ch... | Martin Willi | 2009-11-17 | 1 | -4/+82 |
* | Support enumeration of key/value pairs in a section of strongswan.conf | Martin Willi | 2009-11-17 | 2 | -0/+45 |
* | Whitelist register_printf_specifier in leak detective | Martin Willi | 2009-11-17 | 1 | -0/+1 |
* | Give plugins more control of which configuration attributes to request, and p... | Martin Willi | 2009-11-17 | 16 | -302/+503 |
* | Encrypt payloads with missing rule, fix insertion of non-encrypted payloads | Martin Willi | 2009-11-12 | 1 | -30/+23 |
* | Build libsimaka with libtool, as we require a PIC-enabled version | Martin Willi | 2009-11-12 | 3 | -5/+4 |
* | Fix word alignement in memxor() on 64-bit architectures | Martin Willi | 2009-11-12 | 1 | -1/+1 |
* | Do not complain about missing payload order rules for private use payloads | Martin Willi | 2009-11-12 | 1 | -4/+8 |
* | Properly initialize attribute encoding/length values | Martin Willi | 2009-11-12 | 1 | -0/+2 |
* | Identation/whitespace cleanups | Martin Willi | 2009-11-12 | 1 | -60/+86 |
* | Simplified vendor ID payload interface | Martin Willi | 2009-11-12 | 2 | -85/+43 |
* | Invoke message hook before generation, allowing plugins to mangle it | Martin Willi | 2009-11-12 | 1 | -3/+2 |
* | Prefer MODP2048/1536 over ECP Diffie-Hellman groups | Martin Willi | 2009-11-12 | 1 | -11/+9 |
* | Use register_printf_specifier instead of deprecated register_printf_function,... | Martin Willi | 2009-11-12 | 2 | -5/+17 |
* | Fixed compiler warning about missing return value | Martin Willi | 2009-11-12 | 1 | -1/+2 |
* | Support variable RES length in AKA quintuplets | Martin Willi | 2009-11-12 | 14 | -34/+57 |
* | Ported pseudonym/reauth functionality to EAP-AKA | Martin Willi | 2009-11-12 | 5 | -66/+568 |
* | Passing other as NULL should not always result in a match if me matches | Martin Willi | 2009-11-12 | 1 | -2/+2 |
* | Use new identity constructor in EAP-SIM | Martin Willi | 2009-11-12 | 3 | -42/+23 |
* | Added identification constructor using a chunk of data, guessing id type | Martin Willi | 2009-11-12 | 2 | -0/+20 |
* | Moved card/provider enumeration to SIM manager, providing wrapped functions f... | Martin Willi | 2009-11-12 | 6 | -288/+527 |
* | Added option to disable identity requests completely (old behavior) | Martin Willi | 2009-11-12 | 2 | -13/+17 |
* | Fixed replacing existing reauthentication data | Martin Willi | 2009-11-12 | 1 | -6/+6 |
* | Initiate full authentication if reauthentication identity is unknown | Martin Willi | 2009-11-12 | 1 | -1/+6 |
* | Moved reauth/pseudonym functionality from eap-sim-file to separate plugins, u... | Martin Willi | 2009-11-12 | 17 | -375/+1209 |
* | eap-sim-file plugin supports volatile in-memory storage of fast reauthenticat... | Martin Willi | 2009-11-12 | 2 | -25/+199 |
* | Initial support for fast reauthentication in EAP-SIM | Martin Willi | 2009-11-12 | 2 | -31/+422 |
* | EAP-SIM/AKA crypto helper supports key derivation for fast reauthentication | Martin Willi | 2009-11-12 | 5 | -26/+118 |
* | Fallback to permanent identity request if pseudonym mapping failed | Martin Willi | 2009-11-12 | 2 | -63/+119 |
* | Query triplet/quintuplet functions with permanent identity only, | Martin Willi | 2009-11-12 | 5 | -110/+101 |
* | eap-sim-file plugin can store pseudonym information volatile in memory | Martin Willi | 2009-11-12 | 4 | -5/+225 |
* | Some coding style cleanups | Martin Willi | 2009-11-12 | 1 | -33/+47 |
* | Impemented basic pseudonym support in EAP-SIM | Martin Willi | 2009-11-12 | 2 | -24/+221 |
* | A SIM/AKA message can be parsed twice, without and with decryption | Martin Willi | 2009-11-12 | 2 | -56/+110 |
* | Pass SIM/AKA crypto helper to constructor of message | Martin Willi | 2009-11-12 | 6 | -77/+86 |
* | Added a doxygen group for libsimaka, some cleanups | Martin Willi | 2009-11-12 | 4 | -20/+26 |
* | Added missing hasher include | Martin Willi | 2009-11-12 | 1 | -0/+1 |
* | EAP servers check if the received EAP message was expected | Martin Willi | 2009-11-12 | 2 | -0/+52 |
* | Use existing triplet length definitions | Martin Willi | 2009-11-12 | 2 | -33/+16 |
* | Splitted EAP-AKA in peer and server implementations, use libsimaka helper lib... | Martin Willi | 2009-11-12 | 8 | -1122/+869 |
* | Proper handling of non-skippable attributes and client error codes in EAP-SIM | Martin Willi | 2009-11-12 | 2 | -33/+65 |
* | Centralized SIM/AKA notifications and client errors | Martin Willi | 2009-11-12 | 2 | -13/+118 |
* | Use the EAP-SIM/AKA crypto helper in EAP-SIM | Martin Willi | 2009-11-12 | 4 | -211/+79 |