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
...
*
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
17
-123
/
+49
*
If key not found, strdup default value, too
Martin Willi
2011-04-21
1
-6
/
+2
*
Use thread save settings alloc_str function where appropriate
Martin Willi
2011-04-21
15
-48
/
+90
*
Added a thread save, allocating settings get_str variant called alloc_str
Martin Willi
2011-04-21
2
-1
/
+39
*
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
5
-21
/
+23
*
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
5
-18
/
+20
*
Install ESN SAs if such a proposal has been negotiated
Martin Willi
2011-04-20
1
-1
/
+4
*
Copy ESN enabled replay state during update_sa, if supported
Martin Willi
2011-04-20
1
-48
/
+77
*
Add ESN support to kernel netlink plugin, including custom replay windows
Martin Willi
2011-04-20
1
-3
/
+47
*
Added an esn parameter to the kernel interface add_sa functions
Martin Willi
2011-04-20
9
-15
/
+17
*
Updated copy of linux/xfrm.h to 2.6.39, featuring ESN support
Martin Willi
2011-04-20
1
-0
/
+13
*
Use strncpy when reading smartcard keyids from ipsec.secrets.
Tobias Brunner
2011-04-19
1
-1
/
+1
*
pluto: Replaced some strcpy usages with strncpy.
Tobias Brunner
2011-04-19
2
-8
/
+8
*
openac: --out is a mandatory argument.
Tobias Brunner
2011-04-19
1
-2
/
+3
*
openac: Fixed potential overflow while reading passphrase.
Tobias Brunner
2011-04-19
1
-1
/
+1
*
openac: Make sure path is null-terminated.
Tobias Brunner
2011-04-19
1
-2
/
+3
*
pluto: Make sure connection name is null-terminated during DPD restart.
Tobias Brunner
2011-04-19
1
-4
/
+5
*
starter: Make sure interface name is null-terminated.
Tobias Brunner
2011-04-19
1
-0
/
+1
*
Use proper return value for ietf_attr_t.compare.
Tobias Brunner
2011-04-19
1
-1
/
+1
*
scepclient: Proper handling of multiple received certificates.
Tobias Brunner
2011-04-19
1
-1
/
+1
*
pool: Proper cleanup in error cases when adding addresses from a file.
Tobias Brunner
2011-04-19
1
-0
/
+6
*
pool: Proper handling of address family when adding addresses.
Tobias Brunner
2011-04-19
1
-2
/
+6
*
Added missing return in iterator_t.insert_before of linked_list_t.
Tobias Brunner
2011-04-19
1
-0
/
+1
*
pluto: Clarified parsing of long durations.
Tobias Brunner
2011-04-19
1
-1
/
+1
*
Clearly mark switch cases that fall through.
Tobias Brunner
2011-04-19
4
-0
/
+4
*
Added missing break statement.
Tobias Brunner
2011-04-19
1
-0
/
+1
*
pluto: Avoid potential null-pointer dereference when checking CRLs.
Tobias Brunner
2011-04-19
1
-1
/
+2
*
pluto: Added missing PF_KEY debug messages.
Tobias Brunner
2011-04-19
1
-21
/
+23
*
Properly copy interface name if unknown.
Tobias Brunner
2011-04-19
1
-1
/
+1
*
pluto: from_state is strictly lower than STATE_IKE_ROOF.
Tobias Brunner
2011-04-19
1
-1
/
+1
*
Fixed typo in unit-tester plugin.
Tobias Brunner
2011-04-19
1
-1
/
+1
*
support unstructuredAddress in left|rightid
Andreas Steffen
2011-04-18
2
-27
/
+29
*
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
*
Add reload support to attr plugin
Martin Willi
2011-04-15
3
-19
/
+64
*
Migrated attr plugin to INIT/METHOD macros
Martin Willi
2011-04-15
1
-17
/
+16
*
Added reload support to eap-radius plugin
Martin Willi
2011-04-15
4
-39
/
+83
*
Reload strongswan.conf and plugins supporting reloading on SIGHUP
Martin Willi
2011-04-15
1
-1
/
+10
*
Accept NULL files in load_files[_section] as we do in constructor
Martin Willi
2011-04-15
1
-5
/
+5
*
Added a merge option to optionally reload files instead of merging them
Martin Willi
2011-04-15
3
-13
/
+32
*
Added plugin_loader method to reload plugin configurations
Martin Willi
2011-04-15
2
-0
/
+55
*
Added a (not yet implemented) plugin_t method to reload plugin configuration
Martin Willi
2011-04-15
89
-0
/
+97
*
Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ...
Martin Willi
2011-04-15
107
-245
/
+828
[prev]
[next]