Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | automake: replace INCLUDES by AM_CPPFLAGS | Martin Willi | 2013-07-18 | 1 | -3/+5 |
| | | | | | | INCLUDES are now deprecated and throw warnings when using automake 1.13. We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and defines are passed to AM_CPPFLAGS only. | ||||
* | Fix null-terminated XAuth passwords, as sent by Android 4 | Martin Willi | 2012-03-22 | 1 | -0/+4 |
| | |||||
* | Try all matching XAuth secrets we find, not only the first one | Martin Willi | 2012-03-20 | 1 | -11/+23 |
| | |||||
* | Moved eap/xauth classes out of protocol specific subdirectories | Martin Willi | 2012-03-20 | 1 | -1/+1 |
| | |||||
* | Separated libcharon/sa directory with ikev1 and ikev2 subfolders | Martin Willi | 2012-03-20 | 1 | -1/+1 |
| | |||||
* | Added an identity getter to XAuth methods to query the actually used identity | Martin Willi | 2012-03-20 | 1 | -12/+16 |
| | |||||
* | Fixed leak of shared keys in xauth-generic plugin | Martin Willi | 2012-03-20 | 1 | -0/+2 |
| | |||||
* | Added generic XAuth backend, using secrets provided by credential sets. | Tobias Brunner | 2012-03-20 | 5 | -0/+391 |