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
...
*
Migrated eap_sim_file to INIT/METHOD macros
Andreas Steffen
2011-04-22
3
-60
/
+60
*
fixed segmentation fault due to null pointer
Andreas Steffen
2011-04-22
1
-1
/
+1
*
do not include length field in non-fragmented EAP-PEAP packets
Andreas Steffen
2011-04-21
4
-7
/
+23
*
Win 7 accepts compressed EAP Identity request
Andreas Steffen
2011-04-21
1
-8
/
+2
*
added level 3 debug output of forwarded EAP payloads
Andreas Steffen
2011-04-21
1
-1
/
+6
*
Resolve and connect to RADIUS servers not before required
Martin Willi
2011-04-21
7
-56
/
+94
*
Revert alloc_str changes
Martin Willi
2011-04-21
10
-57
/
+29
*
Use thread save settings alloc_str function where appropriate
Martin Willi
2011-04-21
10
-29
/
+59
*
Be a little more liberal in checking maximum payload count
Martin Willi
2011-04-20
1
-12
/
+22
*
Accept IKE_SA_INIT responses without CERTIFICATE_REQUESTs
Martin Willi
2011-04-20
1
-1
/
+1
*
Cast size_t len arguments to %.*s to int
Martin Willi
2011-04-20
2
-6
/
+7
*
Remove superfluous test for peer_cfg on established IKE_SAs
Martin Willi
2011-04-20
1
-1
/
+1
*
Synchronize ESN support in HA plugin
Martin Willi
2011-04-20
4
-0
/
+13
*
Add NO_EXT_SEQ_NUMBER to proposal only if it has not been specified in string
Martin Willi
2011-04-20
1
-4
/
+10
*
Added proposal keywords for ESN support
Martin Willi
2011-04-20
2
-18
/
+0
*
Install ESN SAs if such a proposal has been negotiated
Martin Willi
2011-04-20
1
-1
/
+4
*
Added an esn parameter to the kernel interface add_sa functions
Martin Willi
2011-04-20
2
-3
/
+3
*
Use strncpy when reading smartcard keyids from ipsec.secrets.
Tobias Brunner
2011-04-19
1
-1
/
+1
*
Clearly mark switch cases that fall through.
Tobias Brunner
2011-04-19
1
-0
/
+1
*
Fixed typo in unit-tester plugin.
Tobias Brunner
2011-04-19
1
-1
/
+1
*
send an empty EAP Ack client message if TLS was successful and handle it on t...
Andreas Steffen
2011-04-15
2
-33
/
+14
*
Windows 7 expects an uncompressed EAP Identity request
Andreas Steffen
2011-04-15
1
-16
/
+30
*
Set broadcast flag in DHCP requests when sending broadcasts
Martin Willi
2011-04-15
1
-0
/
+3
*
Added reload support to eap-radius plugin
Martin Willi
2011-04-15
4
-39
/
+83
*
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
48
-19
/
+331
*
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
*
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
[prev]
[next]