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
*
Implement generic PKCS#7 contentInfo parsing
Martin Willi
2012-12-19
4
-0
/
+153
*
Add a plugin stub for PKCS#7 containers
Martin Willi
2012-12-19
4
-0
/
+136
*
Add container plugin features
Martin Willi
2012-12-19
2
-0
/
+36
*
Add a generic interface for crypto containers and a more specific PKCS#7 inte...
Martin Willi
2012-12-19
6
-5
/
+178
*
Rebuild PKCS#9 encoding after adding new attributes
Martin Willi
2012-12-19
1
-0
/
+3
*
Don't store additional encoding for each PKCS#9 attribute
Martin Willi
2012-12-19
1
-13
/
+15
*
Unify PKCS#9 set_attribute* methods to a single add_attribute
Martin Willi
2012-12-19
4
-59
/
+17
*
PKCS#9 coding style cleanups
Martin Willi
2012-12-19
2
-110
/
+41
*
Remove external build_encoding method in PKCS#9
Martin Willi
2012-12-19
2
-9
/
+5
*
Fix deadlock in IMC/IMV managers
Tobias Brunner
2012-12-18
2
-8
/
+36
*
Properly select IMC/IMV according to given primary ID in reserve_id()
Tobias Brunner
2012-12-18
2
-2
/
+2
*
Use a ./configure check to detect pthread spinlock availability
Martin Willi
2012-12-18
1
-15
/
+7
*
kernel-netlinks get_interface() considers virtual IPs, too
Martin Willi
2012-12-17
1
-0
/
+13
*
If load-tester requests a virtual IP, use a dynamic local traffic selector
Martin Willi
2012-12-17
1
-2
/
+8
*
Add missing CHILD_SA specific proposal keyword in conftest README
Martin Willi
2012-12-17
1
-0
/
+1
*
Fix traffic selectors also as initiator in case of transport mode over NAT
Tobias Brunner
2012-12-13
1
-1
/
+1
*
Fix debug output if responder selected invalid traffic selectors during QM
Tobias Brunner
2012-12-13
1
-2
/
+2
*
fixed memory leak in TPM Version Info
Andreas Steffen
2012-12-13
1
-2
/
+5
*
Fixed reading of configs in conftest utility
Tobias Brunner
2012-12-13
1
-4
/
+4
*
Migrate RADIUS accounting state while IKE_SA unique id changes during rekey
Martin Willi
2012-12-11
1
-0
/
+23
*
Migrate cache and fire lookip events for unique_id change during IKE_SA rekey
Martin Willi
2012-12-10
1
-0
/
+13
*
Inherit virtual IP and attributes from old to new, not from new to old
Martin Willi
2012-12-10
1
-5
/
+5
*
Avoid that ruby 1.9 redefines snprintf(3) etc.
Tobias Brunner
2012-12-10
1
-0
/
+2
*
Properly initialize linked list when enumerating interface addresses
Tobias Brunner
2012-12-10
1
-0
/
+1
*
rb_cvar_set() takes three arguments in Ruby 1.9
Tobias Brunner
2012-12-10
1
-0
/
+4
*
Use rb_errinfo() instead of ruby_errinfo for Ruby 1.9
Tobias Brunner
2012-12-10
1
-0
/
+4
*
Use proper Ruby library depending on the available version
Tobias Brunner
2012-12-10
1
-1
/
+1
*
optionally skip dlclose() of IMCs/IMVs in order to track memory leaks
Andreas Steffen
2012-12-09
2
-2
/
+6
*
fixed memory leak in error case
Andreas Steffen
2012-12-09
1
-1
/
+1
*
newer releases of dpkg-query does not have PackageSpec
Andreas Steffen
2012-12-09
1
-1
/
+1
*
ignore ports of the 127.0.1.1 internal system address
Andreas Steffen
2012-12-09
1
-2
/
+6
*
Properly trigger ike_updown() event if IKEv1 DPD times out
Martin Willi
2012-12-04
1
-0
/
+1
*
Replace optionsfrom LGPLv2 header by a GPLv2
Martin Willi
2012-11-30
1
-7
/
+7
*
Fix GPL license header to properly "sed" it
Martin Willi
2012-11-30
1
-1
/
+1
*
Add locking to IMC/IMV managers to add/remove IMC/IMVs on the fly
Martin Willi
2012-11-30
2
-7
/
+67
*
Reuse generic constructor in IMV/IMC message
Martin Willi
2012-11-30
2
-44
/
+8
*
Add getters for the raw encoding in IMV/IMC messages
Martin Willi
2012-11-30
4
-0
/
+38
*
Clean up whitespaces in IMC/IMV messages
Martin Willi
2012-11-30
4
-37
/
+37
*
Don't remove IETF standard errors while parsing IMC/IMV messages
Martin Willi
2012-11-30
2
-5
/
+1
*
Remove unused get_vendor_id() method in IETF error IF-M attributes
Martin Willi
2012-11-30
1
-7
/
+0
*
Check os_version when reading release file, os_name is not set for Debian
Martin Willi
2012-11-30
1
-1
/
+1
*
Don't unload IMC/IMV managers if no IMC/IMVs loaded from tnc_config
Martin Willi
2012-11-30
1
-18
/
+4
*
Add wrappers to IMC/IMV managers loading IMC/IMVs from function pointers
Martin Willi
2012-11-30
4
-3
/
+113
*
If adding an IMC/IMV fails, terminate() it only if it has been initialize()d
Martin Willi
2012-11-30
2
-25
/
+17
*
Add an IMV constructor taking a set of custom TNC_IMV functions
Martin Willi
2012-11-30
3
-5
/
+78
*
Add an IMC constructor taking a set of custom TNC_IMC functions
Martin Willi
2012-11-30
2
-3
/
+60
*
Clean up memory management when loading IMC/IMVs from files
Martin Willi
2012-11-30
5
-58
/
+38
*
Fix passing of IKE_SA unique_id over lookip socket
Martin Willi
2012-11-30
1
-0
/
+1
*
attest displays dates either in local time or UTC
Andreas Steffen
2012-11-30
4
-15
/
+36
*
store detected improper OS settings in database
Andreas Steffen
2012-11-30
4
-20
/
+29
[next]