| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 | 2 | -2/+2 |
* | 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 |
* | 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 |
* | 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 | 2 | -4/+8 |
* | 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 |
* | Impemented basic pseudonym support in EAP-SIM | Martin Willi | 2009-11-12 | 2 | -24/+221 |
* | Pass SIM/AKA crypto helper to constructor of message | Martin Willi | 2009-11-12 | 4 | -51/+51 |
* | Added a doxygen group for libsimaka, some cleanups | Martin Willi | 2009-11-12 | 2 | -2/+2 |
* | 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 |
* | Use the EAP-SIM/AKA crypto helper in EAP-SIM | Martin Willi | 2009-11-12 | 2 | -192/+49 |
* | Migrated EAP-SIM to libsimaka, separated server/peer implementations | Martin Willi | 2009-11-12 | 7 | -1175/+1047 |
* | sim_provider_t API gained support for pseudonym/fast reauthentication | Martin Willi | 2009-11-12 | 3 | -16/+52 |
* | sim_card_t API gained support for pseudonym/fast reauthentication | Martin Willi | 2009-11-12 | 3 | -16/+63 |
* | adapted log message | Andreas Steffen | 2009-11-10 | 1 | -2/+2 |
* | added separating line | Andreas Steffen | 2009-11-10 | 1 | -0/+1 |
* | Install bypass policies after creating XFRM netlink socket, loading xfrm_user... | Martin Willi | 2009-11-09 | 1 | -6/+6 |
* | put PGP userid in single quotes | Andreas Steffen | 2009-11-08 | 1 | -1/+1 |
* | list v3 or v4 fingerprint | Andreas Steffen | 2009-11-08 | 1 | -0/+4 |
* | stroke_list supports listing of PGP certificates | Andreas Steffen | 2009-11-08 | 1 | -1/+50 |
* | implemented path length constraint checkinf for IKEv2 | Andreas Steffen | 2009-11-04 | 2 | -11/+27 |
* | output optional pathLenConstraint in ipsec listcacerts | Andreas Steffen | 2009-11-04 | 1 | -0/+9 |
* | Use XFRM instead of PF_KEY IKE bypass policies in netlink based kernel interface | Martin Willi | 2009-10-30 | 1 | -23/+12 |
* | Query secrets in EAP-MD5 with me/other identities, fixing lookup in NetworkMa... | Martin Willi | 2009-10-26 | 1 | -6/+6 |
* | Hand out shared secret of load tester for all identities | Martin Willi | 2009-10-22 | 1 | -15/+0 |
* | Fixed all doxygen warnings | Martin Willi | 2009-10-22 | 13 | -15/+15 |
* | Load-testers PSK is used for all purposes, including EAP authentication | Martin Willi | 2009-10-20 | 1 | -4/+0 |
* | hyphenate eap-radius4.3.5rc1 | Andreas Steffen | 2009-10-17 | 1 | -3/+3 |
* | Do not null-terminate url in hash-and-url payloads | Martin Willi | 2009-10-16 | 1 | -6/+1 |
* | moved .gitignore for pool | Andreas Steffen | 2009-10-15 | 1 | -1/+0 |