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
/
plugins
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Added a (not yet implemented) plugin_t method to reload plugin configuration
Martin Willi
2011-04-15
45
-0
/
+45
*
Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ...
Martin Willi
2011-04-15
47
-17
/
+327
*
Migrated remaining plugin_t implementations to INIT/METHOD macros
Martin Willi
2011-04-15
16
-131
/
+183
*
Proper cleanup if IDs in ipsec.secrets cannot be parsed.
Tobias Brunner
2011-04-14
1
-0
/
+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
2
-4
/
+4
*
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
11
-0
/
+1409
*
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
*
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
5
-0
/
+510
*
log TNC PEP decision with level 0
Andreas Steffen
2011-03-25
3
-17
/
+29
*
Increase whitelist message identity buffer to 128 bytes
Martin Willi
2011-03-23
1
-1
/
+1
*
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
*
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
5
-0
/
+438
*
Update duplicheck entry during IKE rekeying
Martin Willi
2011-02-28
1
-2
/
+17
*
Remove entry from active duplicate list only if it was not in checking
Martin Willi
2011-02-28
1
-5
/
+10
*
Added an example application listening to duplicheck notifications
Martin Willi
2011-02-28
3
-0
/
+63
*
Notify duplicate detections over a UNIX sockets to listening applications
Martin Willi
2011-02-28
6
-5
/
+294
*
Added an advanced duplicate checking plugin with liveness check of old SA
Martin Willi
2011-02-28
5
-0
/
+409
*
Added a whitelist command line utility to control whitelist plugin
Martin Willi
2011-02-28
3
-0
/
+184
*
Added a UNIX socket based control backend to whitelist plugin
Martin Willi
2011-02-28
5
-2
/
+337
*
Implemented a in-memory peer identity whitelist plugin
Martin Willi
2011-02-28
5
-0
/
+402
*
[hopefully] fixed pathlen problem on ARM platforms
Andreas Steffen
2011-02-10
1
-2
/
+2
*
replaced ipsec up %startall command by start_action job
Andreas Steffen
2011-02-09
1
-59
/
+0
[prev]
[next]