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 (
Expand
)
Author
Age
Files
Lines
...
*
Implemented signer interface using AF_ALG
Martin Willi
2010-12-20
4
-1
/
+334
*
Implemented hasher based on AF_ALG
Martin Willi
2010-12-20
4
-2
/
+285
*
Added plugin stub for AF_ALG
Martin Willi
2010-12-20
4
-0
/
+119
*
trace back crypto algorithms to the plugins that registered them
Andreas Steffen
2010-12-18
23
-256
/
+364
*
fixed bug in mem_cred.c:add_crl()
Andreas Steffen
2010-12-12
1
-1
/
+1
*
fixed a bug in enum_from_name() function
Andreas Steffen
2010-12-12
1
-1
/
+1
*
Migrated fips_prf plugin to INIT/METHOD macros
Andreas Steffen
2010-12-04
2
-36
/
+37
*
Migrated md4_plugin_t to INIT/METHOD macros
Andreas Steffen
2010-12-04
1
-7
/
+11
*
Migrated md5_plugin_t to INIT/METHOD macros
Andreas Steffen
2010-12-04
1
-7
/
+11
*
Migrated ldap plugin to INIT/METHOD macros
Andreas Steffen
2010-12-04
2
-23
/
+28
*
Migrated pubkey_plugin_t to INIT/METHOD macros
Andreas Steffen
2010-12-04
1
-7
/
+11
*
Migrated pkcs1_plugin_t to INIT/METHOD macros
Andreas Steffen
2010-12-04
1
-6
/
+10
*
Migrated curl_plugin_t to INIT/METHOD macros
Andreas Steffen
2010-12-04
1
-6
/
+10
*
Migrated random plugin to INIT/METHOD macros
Andreas Steffen
2010-12-04
2
-26
/
+27
*
Migrated sha1_plugin_t to INIT/METHOD macros
Andreas Steffen
2010-12-04
1
-6
/
+10
*
Migrated sha2_plugin_t to INIT/METHOD macros
Andreas Steffen
2010-12-04
1
-6
/
+10
*
Migrated mysql plugin to INIT/METHOD macros
Andreas Steffen
2010-12-04
2
-28
/
+27
*
use private destroy() function
Andreas Steffen
2010-12-04
1
-1
/
+1
*
Migrated sqlite plugin to INIT/METHOD macros
Andreas Steffen
2010-12-04
2
-31
/
+30
*
Migrated test_vectors_plugin_t to INIT/METHOD macros
Andreas Steffen
2010-12-04
1
-6
/
+10
*
Migrated x509_plugin_t to INIT/METHOD macros
Andreas Steffen
2010-12-04
1
-6
/
+10
*
Migrated pgp_plugin_t to INIT/METHOD macros
Andreas Steffen
2010-12-04
1
-10
/
+11
*
Migrated pem_plugin_t to INIT/METHOD macros
Andreas Steffen
2010-12-04
1
-7
/
+11
*
Migrated dnskey_plugin_t to INIT/METHOD macros
Andreas Steffen
2010-12-04
1
-8
/
+11
*
Migrated options_t to INIT/METHOD macros
Andreas Steffen
2010-12-04
1
-18
/
+12
*
Insert certificates and secrets at the front of the lists.
Tobias Brunner
2010-12-03
1
-9
/
+9
*
Function add_crl added to mem_cred_t.
Tobias Brunner
2010-12-03
2
-0
/
+70
*
Function added to clear secrets (but not certs) from mem_cred_t.
Tobias Brunner
2010-12-03
2
-4
/
+20
*
Alternative to mem_cred_t.add_cert added, which returns the certificate.
Tobias Brunner
2010-12-03
2
-4
/
+40
*
Function added to mem_cred_t to add shared secret with a linked list of owners.
Tobias Brunner
2010-12-03
2
-10
/
+33
*
Added functions to modify/create settings in settings_t.
Tobias Brunner
2010-12-03
2
-20
/
+162
*
Added an option to create non-existing key/value pairs during search.
Tobias Brunner
2010-12-03
1
-18
/
+55
*
Compare shorter "boolean" values first.
Tobias Brunner
2010-12-03
1
-6
/
+6
*
Helper functions added to easily convert enumerated values.
Tobias Brunner
2010-12-03
2
-19
/
+92
*
Ensure that sections exist when using load_files_section.
Tobias Brunner
2010-12-03
2
-13
/
+43
*
Skip values and sections without key.
Tobias Brunner
2010-12-03
1
-0
/
+12
*
Some refactorings in lookup code in settings_t.
Tobias Brunner
2010-12-03
1
-82
/
+62
*
Added documentation about new features of settings_t.
Tobias Brunner
2010-12-03
1
-2
/
+48
*
Made settings_t thread-safe.
Tobias Brunner
2010-12-03
1
-17
/
+40
*
Added functions to settings_t to load files dynamically at runtime.
Tobias Brunner
2010-12-03
2
-28
/
+157
*
Allow inclusion of other files in strongswan.conf.
Tobias Brunner
2010-12-03
1
-7
/
+144
*
Loading of strongswan.conf refactored to a separate function.
Tobias Brunner
2010-12-03
1
-28
/
+47
*
Allow to replace/extend previously defined values/sections in strongswan.conf.
Tobias Brunner
2010-12-03
1
-9
/
+50
*
Don't create a section in parse_section.
Tobias Brunner
2010-12-03
1
-15
/
+26
*
Removed unused static variable "lev".
Tobias Brunner
2010-12-03
1
-3
/
+0
*
removed superfluous whitespace
Andreas Steffen
2010-12-03
1
-1
/
+1
*
Migrated asn1_parser_t to INIT/METHOD macros
Andreas Steffen
2010-12-02
1
-38
/
+28
*
Migrated settings_t to INIT/METHOD macros
Andreas Steffen
2010-12-02
1
-46
/
+28
*
Migrated printf_hook_t to INIT/METHOD macros
Andreas Steffen
2010-12-02
1
-12
/
+12
*
Migrated integrity_checker_t to INIT/METHOD macros
Andreas Steffen
2010-12-02
1
-38
/
+24
[prev]
[next]