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
/
plugins
/
agent
Commit message (
Expand
)
Author
Age
Files
Lines
*
plugins: Don't link with -rdynamic on Windows
Martin Willi
2014-06-04
1
-1
/
+1
*
agent: Keep CAP_DAC_OVERRIDE to connect to ssh-agent socket
Tobias Brunner
2014-01-23
2
-2
/
+7
*
automake: replace INCLUDES by AM_CPPFLAGS
Martin Willi
2013-07-18
1
-3
/
+4
*
agent: Use sshkey plugin to parse keys, adds support for ECDSA
Tobias Brunner
2013-05-07
2
-56
/
+66
*
Moved debug.[ch] to utils folder
Tobias Brunner
2012-10-24
1
-1
/
+1
*
Moved chunk_t to utils folder
Tobias Brunner
2012-10-24
1
-1
/
+1
*
Fixed return values of several functions (e.g. return FALSE for pointer types).
Tobias Brunner
2012-05-31
1
-1
/
+1
*
assign get_features method
Andreas Steffen
2011-11-07
1
-1
/
+1
*
Added features support to agent plugin
Andreas Steffen
2011-10-30
1
-4
/
+11
*
Fix some warnings triggered by gcc 4.6 -Wunused-but-set-variable
Martin Willi
2011-05-19
1
-2
/
+2
*
Added a (not yet implemented) plugin_t method to reload plugin configuration
Martin Willi
2011-04-15
1
-0
/
+1
*
Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ...
Martin Willi
2011-04-15
1
-0
/
+7
*
Added a final flag to builder registration to enumerate the actually supporte...
Martin Willi
2010-09-03
1
-1
/
+1
*
Use a seperate section for each nested struct member in INIT macro
Martin Willi
2010-08-18
2
-14
/
+20
*
Use bits instead of bytes for a private/public key
Martin Willi
2010-08-10
1
-2
/
+2
*
Added support for different encryption schemes to private/public keys
Martin Willi
2010-08-10
1
-1
/
+2
*
Migrated agent plugin to INIT/METHOD macros
Martin Willi
2010-08-10
3
-66
/
+46
*
Renamed key_encod{ing,der}_t and constants, prepare for generic credential en...
Martin Willi
2010-07-13
1
-5
/
+5
*
Adding DBG_LIB to all calls of libstrongswan's version of DBG*.
Tobias Brunner
2010-04-06
1
-12
/
+14
*
Reverting eba28948a584b9d02474cf5d256b04b8d2adbe6a which was only necessary w...
Tobias Brunner
2010-03-02
1
-1
/
+0
*
Streamlined the source file list formatting in plugin makefiles.
Tobias Brunner
2010-03-02
1
-2
/
+3
*
Link all enabled libstrongswan plugins into the library, link all enabled cha...
Tobias Brunner
2010-03-02
1
-2
/
+5
*
Changed plugin constructors from plugin_create to plugin_name_plugin_create.
Tobias Brunner
2010-03-02
1
-1
/
+1
*
Removing the plugin constructor declarations from the header files.
Tobias Brunner
2010-03-02
1
-5
/
+0
*
Link all plugins to libstrongswan.
Tobias Brunner
2010-02-25
1
-0
/
+1
*
Public/Private keys implement a has_fingerprint() method
Martin Willi
2009-09-21
1
-0
/
+1
*
Removed chunk_from_buf() in favor of a simpler chunk_from_chars() macro
Martin Willi
2009-09-11
1
-2
/
+4
*
Updated agent plugin to the new builder API
Martin Willi
2009-09-10
3
-92
/
+42
*
removed trailing spaces ([[:space:]]+$)
Martin Willi
2009-09-04
3
-35
/
+35
*
updated agent plugin to new fingerprint/encoding API
Martin Willi
2009-08-26
1
-157
/
+53
*
added -avoid-version to LDFLAGS, plugins are not versioned
Martin Willi
2009-07-03
1
-1
/
+1
*
pluto supports ECDSA authentication
Andreas Steffen
2009-06-12
1
-1
/
+1
*
asn1_integer() ensures correct DER encoding of ASN1_INTEGER (two's complement)
Andreas Steffen
2009-06-09
1
-6
/
+6
*
removing svn keyword $Id$ from all files
Tobias Brunner
2009-04-30
2
-4
/
+0
*
updated Doxyfile
Martin Willi
2009-03-24
2
-2
/
+2
*
fixed compiler warnings issued by:
Martin Willi
2008-11-11
1
-9
/
+29
*
agent plugin optionally accepts a BUILD_PUBLIC_KEY to select a specific priva...
Martin Willi
2008-09-04
1
-18
/
+68
*
libstrongswan agent plugin to use ssh-agent for RSA signatures
Martin Willi
2008-09-02
5
-0
/
+706