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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ...
Martin Willi
2011-04-15
107
-245
/
+828
*
Migrated remaining plugin_t implementations to INIT/METHOD macros
Martin Willi
2011-04-15
18
-138
/
+193
*
Migrated plugin_loader to INIT/METHOD macros
Martin Willi
2011-04-15
1
-24
/
+19
*
Continue without client authentication if no matching certificate found
Martin Willi
2011-04-14
1
-19
/
+22
*
Ignore TLS certificate requests as peer if peer authentication disabled
Martin Willi
2011-04-14
1
-13
/
+14
*
Send TLS Server Name Indication as peer if server identity is a FQDN
Martin Willi
2011-04-14
2
-0
/
+18
*
Fix tls_writer wrap functions
Martin Willi
2011-04-14
1
-4
/
+4
*
pluto: Fixed check for NAT-T keepalives.
Tobias Brunner
2011-04-14
1
-1
/
+1
*
pluto: Properly initialize constants.
Tobias Brunner
2011-04-14
2
-2
/
+7
*
pluto: Avoid hiding outer parameter.
Tobias Brunner
2011-04-14
1
-6
/
+6
*
pluto: Use %zu to print values of type size_t.
Tobias Brunner
2011-04-14
1
-2
/
+2
*
Use %tx to print a value of type ptrdiff_t.
Tobias Brunner
2011-04-14
1
-1
/
+1
*
Removed superfluous parameter to printf.
Tobias Brunner
2011-04-14
1
-1
/
+1
*
Proper cleanup if IDs in ipsec.secrets cannot be parsed.
Tobias Brunner
2011-04-14
1
-0
/
+2
*
Fixed potential memory leak in host_create_any.
Tobias Brunner
2011-04-14
1
-0
/
+1
*
pluto: Fixed potential memory leak in atoaddr.
Tobias Brunner
2011-04-14
1
-9
/
+15
*
Fixed potential memory leak when processing routes from the kernel.
Tobias Brunner
2011-04-14
1
-0
/
+1
*
Do proper cleanup in error case in pki req.
Tobias Brunner
2011-04-14
1
-1
/
+2
*
Do proper cleanup in some error cases in pki signcrl.
Tobias Brunner
2011-04-14
1
-2
/
+4
*
pluto: Fixed potential memory leak when processing requested virtual IPs.
Tobias Brunner
2011-04-14
1
-12
/
+13
*
pluto: Properly free buffer in error cases in read_packet.
Tobias Brunner
2011-04-14
1
-1
/
+4
*
Neither rekey nor del can be NULL.
Tobias Brunner
2011-04-14
1
-2
/
+2
*
In scanf the maxmium length of %s does not include the null-terminator.
Tobias Brunner
2011-04-14
1
-1
/
+1
*
starter_conn_t.id is an unsigned long.
Tobias Brunner
2011-04-14
1
-1
/
+1
*
Fix compiler warnings at creation of CRL cache filenames.
Tobias Brunner
2011-04-14
2
-3
/
+3
*
Fixed output in ietf_attributes_t.get_string.
Tobias Brunner
2011-04-14
1
-2
/
+2
*
Fix "set nexthop to him when instantiating rightallowyes template with leftne...
Tobias Brunner
2011-04-14
1
-1
/
+1
*
added TLS renegotiation_info extension
Andreas Steffen
2011-04-14
2
-1
/
+7
*
Show full blown traffic selector in log_ts hook
Martin Willi
2011-04-14
1
-3
/
+21
*
Fixed check for member of stroke_msg_t in pop_string.
Tobias Brunner
2011-04-13
1
-1
/
+1
*
pluto: Properly initialize a.continuation.
Tobias Brunner
2011-04-12
1
-0
/
+1
*
pluto: Properly initialize ta.encrypter.
Tobias Brunner
2011-04-12
1
-1
/
+1
*
pluto: Fixed off by one error when reading private keys.
Tobias Brunner
2011-04-12
1
-1
/
+0
*
Removed unused variables.
Tobias Brunner
2011-04-12
3
-9
/
+5
*
Fix compiler warning after fetcher_t.fetch signature change
Martin Willi
2011-04-12
1
-1
/
+2
*
Use an IV size of zero for DES in ECB mode
Martin Willi
2011-04-08
2
-3
/
+1
*
Fixed debug statement if algorithm benchmarking enabled
Martin Willi
2011-04-08
1
-3
/
+3
*
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
*
added TLS_PURPOSE_EAP_PEAP
Andreas Steffen
2011-04-05
3
-0
/
+4
*
implemented get|set_identifier() for tls_eap_t
Andreas Steffen
2011-04-05
2
-24
/
+85
*
eap_packet_t definition moved to libstrongswan/eap/eap.h
Andreas Steffen
2011-04-05
1
-11
/
+0
[next]