index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libcharon
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Proper cleanup if IDs in ipsec.secrets cannot be parsed.
Tobias Brunner
2011-04-14
1
-0
/
+2
*
Neither rekey nor del can be NULL.
Tobias Brunner
2011-04-14
1
-2
/
+2
*
Fix compiler warnings at creation of CRL cache filenames.
Tobias Brunner
2011-04-14
1
-1
/
+1
*
Fixed check for member of stroke_msg_t in pop_string.
Tobias Brunner
2011-04-13
1
-1
/
+1
*
fixed bit mask
Duncan Salerno
2011-04-07
1
-2
/
+2
*
define MSCHAPv2 as default phase2 algorithm for EAP-PEAP
Andreas Steffen
2011-04-06
1
-1
/
+1
*
allow multi-pass authentication schemes as e.g. MSCHAPv2
Andreas Steffen
2011-04-06
2
-30
/
+28
*
display EAP identifiers in HEX format
Andreas Steffen
2011-04-06
3
-8
/
+8
*
no EAP identifier offset required in build() function
Andreas Steffen
2011-04-06
1
-1
/
+1
*
added missing function pointers in eap_identity_create_server()
Andreas Steffen
2011-04-06
1
-0
/
+2
*
implemented the PEAP tunneling protocol as an EAP plugin
Andreas Steffen
2011-04-06
12
-0
/
+1416
*
added get|set_identifier() methods to eap_tnc_t
Andreas Steffen
2011-04-06
1
-0
/
+14
*
added EAP identifier to debug output
Andreas Steffen
2011-04-05
1
-4
/
+5
*
added get|set_identifier() methods to eap_tls_t and eap_ttls_t
Andreas Steffen
2011-04-05
2
-0
/
+28
*
eap_packet_t definition moved to libstrongswan/eap/eap.h
Andreas Steffen
2011-04-05
1
-11
/
+0
*
implemented get|set_identifier() for eap_sim_t
Andreas Steffen
2011-04-05
2
-34
/
+56
*
Migrated eap_sim plugin to INIT/METHOD macros
Andreas Steffen
2011-04-05
2
-80
/
+56
*
implemented get|set_identifier() for eap_radius_t
Andreas Steffen
2011-04-05
1
-1
/
+20
*
store EAP identifier on peer side
Andreas Steffen
2011-04-05
1
-1
/
+2
*
implemented get|set_identifier() for eap_aka_t
Andreas Steffen
2011-04-05
2
-19
/
+54
*
Migrated eap_aka plugin to INIT/METHOD macros
Andreas Steffen
2011-04-05
2
-80
/
+57
*
implemented get|set_identifier() for eap_gtc_t
Andreas Steffen
2011-04-05
1
-0
/
+14
*
Migrated eap_gtc plugin to INIT/METHOD macros
Andreas Steffen
2011-04-05
1
-51
/
+34
*
implemented get|set_identifier() for eap_mschapv2_t
Andreas Steffen
2011-04-05
1
-0
/
+14
*
Migrated eap_mschapv2 plugin to INIT/METHOD macros
Andreas Steffen
2011-04-05
1
-57
/
+34
*
implemented get|set_identifier() for eap_identity_t and eap_md5_t
Andreas Steffen
2011-04-05
2
-3
/
+39
*
log the EAP identifier also for vendor specific EAP methods
Andreas Steffen
2011-04-05
1
-2
/
+2
*
log the initial value of the EAP identifier
Andreas Steffen
2011-04-05
1
-5
/
+6
*
added get_identifier() and set_identifier() methods
Andreas Steffen
2011-04-05
1
-3
/
+18
*
Migrated eap_sim_pcsc plugin to INIT/METHOD macros
Martin Willi
2011-04-04
2
-32
/
+38
*
Slightly reformatted SIM pcsc code
Martin Willi
2011-04-04
2
-30
/
+44
*
Added SIM card backend based on pcsc-lite
Duncan Salerno
2011-04-04
6
-0
/
+517
*
log TNC PEP decision with level 0
Andreas Steffen
2011-03-25
4
-19
/
+33
*
Increase whitelist message identity buffer to 128 bytes
Martin Willi
2011-03-23
1
-1
/
+1
*
File lists in Android.mk files updated to those in the Makefiles.
Tobias Brunner
2011-03-22
1
-2
/
+9
*
Fall back to _LINUX_CAPABILITY_VERSION if no explicit version is defined.
Tobias Brunner
2011-03-22
1
-1
/
+3
*
TNC server did not issue a TNC_CONNECTION_STATE_HANDSHAKE NotifyConnection me...
Andreas Steffen
2011-03-19
2
-0
/
+4
*
Added a strongswan.conf "enabled" option for duplicheck plugin
Martin Willi
2011-03-17
1
-0
/
+6
*
Added strongswan.conf and runtime option to enable/disable whitelist plugin
Martin Willi
2011-03-17
5
-1
/
+43
*
Move establish/inherit of rekeyed IKE_SAs to delete messages
Martin Willi
2011-03-15
5
-58
/
+54
*
Wrap IKE delete after rekey into rekey task for responder, too
Martin Willi
2011-03-15
1
-1
/
+18
*
Migrated ike_rekey task to INIT/METHOD macros
Martin Willi
2011-03-15
1
-59
/
+40
*
Migrated sim_manager to INIT/METHOD macros
Martin Willi
2011-03-08
1
-150
/
+92
*
Protect sim card/provider/hook (un-)registration with a rwlock
Martin Willi
2011-03-08
1
-0
/
+58
*
Splitted sim_manager.h header to sim_{card,provider,hooks}.h
Martin Willi
2011-03-08
5
-226
/
+307
*
initiate or route all child configs if they have different names from their p...
Andreas Steffen
2011-03-04
1
-27
/
+68
*
initiate or route child configs which don't have a peer config of the same name
Andreas Steffen
2011-03-01
1
-32
/
+86
*
put DN in double quotes
Andreas Steffen
2011-03-01
1
-1
/
+1
*
Implemented permanent certificate coupling plugin
Martin Willi
2011-02-28
6
-0
/
+445
*
Update duplicheck entry during IKE rekeying
Martin Willi
2011-02-28
1
-2
/
+17
[prev]
[next]