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
/
libstrongswan
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Added database and fetcher plugin features
Martin Willi
2011-10-14
3
-10
/
+37
|
*
Add features support to openssl plugin
Martin Willi
2011-10-14
1
-141
/
+118
|
*
Add features support to random plugin
Martin Willi
2011-10-14
1
-8
/
+13
|
*
Add features support to gmp plugin
Martin Willi
2011-10-14
1
-44
/
+77
|
*
Add features support to af_alg plugin
Martin Willi
2011-10-14
9
-51
/
+71
|
*
Add features support to xcbc plugin
Martin Willi
2011-10-14
1
-24
/
+20
|
*
Add features support to aes plugin
Martin Willi
2011-10-14
1
-6
/
+14
|
*
Add features support to hmac plugin
Martin Willi
2011-10-14
1
-63
/
+42
|
*
Add features support to md5 plugin
Martin Willi
2011-10-14
1
-4
/
+12
|
*
Add features support to sha2 plugin
Martin Willi
2011-10-14
1
-12
/
+15
|
*
Add features support to sha1 plugin
Martin Willi
2011-10-14
1
-10
/
+14
|
*
Plugin enumerator enumerates over loaded features, too
Martin Willi
2011-10-14
2
-2
/
+11
|
*
Added support for plugin features
Martin Willi
2011-10-14
6
-51
/
+840
|
*
Include KEY_ANY in key_type_names
Martin Willi
2011-10-14
1
-1
/
+2
|
*
Add enum names for database drivers
Martin Willi
2011-10-14
4
-4
/
+33
|
*
Include library.h in plugin.h
Martin Willi
2011-10-14
3
-2
/
+2
|
*
util.h is a system header in Android < 2.x.
Tobias Brunner
2011-10-13
1
-1
/
+1
|
*
Unused variable removed.
Tobias Brunner
2011-10-13
1
-1
/
+1
|
*
Make sure /proc/$$/fd exists.
Tobias Brunner
2011-10-13
1
-1
/
+1
|
|
|
|
This avoids the error message generated by enumerator_create_directory().
*
Only close open file descriptors on Linux.
Tobias Brunner
2011-10-13
1
-1
/
+26
|
*
Added a replacement for closefrom (available on *BSD).
Tobias Brunner
2011-10-13
2
-2
/
+30
|
*
openssl: Adding support for key usage x509 extension.
Tobias Brunner
2011-10-05
1
-1
/
+42
|
*
Migrated thread_t to INIT/METHOD macros.
Tobias Brunner
2011-10-03
1
-34
/
+26
|
*
Migrated mutex_t to INIT/METHOD macros.
Tobias Brunner
2011-10-03
1
-72
/
+56
|
*
Migrated rwlock_t to INIT/METHOD macros.
Tobias Brunner
2011-10-03
1
-61
/
+45
|
*
Migrated thread_value_t to INIT/METHOD macros.
Tobias Brunner
2011-10-03
1
-17
/
+15
|
*
cosmetics
Andreas Steffen
2011-10-02
1
-2
/
+2
|
*
Migrated host to INIT/METHOD macros
Andreas Steffen
2011-10-02
1
-53
/
+41
|
*
Migrated traffic_selector to INIT/METHOD macros
Andreas Steffen
2011-10-02
1
-77
/
+52
|
*
Migrated database_factory to INIT/METHOD macros
Andreas Steffen
2011-10-02
1
-27
/
+20
|
*
Migrated crypto/prf_plus to INIT/METHOD macros
Andreas Steffen
2011-10-02
1
-21
/
+14
|
*
Migrated crypto/pkcs9 to INIT/METHOD macros
Andreas Steffen
2011-10-02
1
-50
/
+39
|
*
Migrated crypto/pkcs7 to INIT/METHOD macros
Andreas Steffen
2011-10-02
1
-85
/
+50
|
*
Migrated cred_encoding to INIT/METHOD macros
Andreas Steffen
2011-10-02
1
-36
/
+28
|
*
Migrated auth_cfg to INIT/METHOD macros
Andreas Steffen
2011-10-02
1
-40
/
+30
|
*
Migrated ietf_attributes to INIT/METHOD macros
Andreas Steffen
2011-09-29
1
-40
/
+42
|
*
Migrated shared_key to INIT/METHOD macros
Andreas Steffen
2011-09-29
1
-26
/
+21
|
*
Migrated auth_cfg_wrapper to INIT/METHOD macros
Andreas Steffen
2011-09-29
1
-20
/
+19
|
*
Migrated cert_cache to INIT/METHOD macros
Andreas Steffen
2011-09-29
1
-28
/
+24
|
*
Migrated ocsp_response_wrapper to INIT/METHOD macros
Andreas Steffen
2011-09-29
1
-20
/
+20
|
*
Migrated pgp_cert to INIT/METHOD macros
Andreas Steffen
2011-09-29
1
-80
/
+52
|
*
Migrated x509_pkcs10 to INIT/METHOD macros
Andreas Steffen
2011-09-29
1
-78
/
+52
|
*
Migrated x509_ocsp_response to INIT/METHOD macros
Andreas Steffen
2011-09-29
1
-84
/
+58
|
*
Migrated x509_ocsp_request to INIT/METHOD macros
Andreas Steffen
2011-09-28
1
-75
/
+51
|
*
Migrated x509_ac to INIT/METHOD macros
Andreas Steffen
2011-09-28
1
-107
/
+63
|
*
Migrated sha1_prf to INIT/METHOD macros
Andreas Steffen
2011-09-28
1
-33
/
+27
|
*
use specific reset method
Andreas Steffen
2011-09-28
1
-42
/
+42
|
*
Migrated sha2_hasher to INIT/METHOD macros
Andreas Steffen
2011-09-28
1
-123
/
+116
|
*
Migrated sha1_hasher to INIT/METHOD macros
Andreas Steffen
2011-09-28
1
-26
/
+23
|
*
Migrated md5_hasher to INIT/METHOD macros
Andreas Steffen
2011-09-28
1
-29
/
+21
|
[prev]
[next]