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
/
charon-cmd
Commit message (
Expand
)
Author
Age
Files
Lines
*
peer-cfg: Use struct to pass data to constructor
Tobias Brunner
2016-04-09
1
-9
/
+11
*
child-cfg: Use struct to pass data to constructor
Tobias Brunner
2016-04-09
1
-10
/
+10
*
Use standard unsigned integer types
Andreas Steffen
2016-03-24
1
-1
/
+1
*
libhydra: Remove empty unused library
Tobias Brunner
2016-03-03
2
-8
/
+0
*
sigwaitinfo() may fail with EINTR if interrupted by an unblocked signal not i...
Tobias Brunner
2015-11-23
1
-5
/
+4
*
Replace usages of sigwait(3) with sigwaitinfo(2)
Tobias Brunner
2015-10-29
1
-7
/
+5
*
controller: Optionally adhere to init limits also when initiating IKE_SAs
Tobias Brunner
2015-08-21
1
-1
/
+1
*
settings: Use strongswan.conf used during library initialization for reload
Martin Willi
2014-09-22
1
-4
/
+1
*
Make sure getpass() is available
Tobias Brunner
2014-05-29
1
-1
/
+3
*
ike: Add an additional but separate AEAD proposal to CHILD config
Martin Willi
2014-05-16
1
-0
/
+2
*
ike: Add an additional but separate AEAD proposal to IKE config, if supported
Martin Willi
2014-05-16
1
-0
/
+1
*
enum: Return boolean result for enum_from_name() lookup
Martin Willi
2014-05-16
1
-3
/
+2
*
settings: strongswan.conf must be loaded explicitly
Tobias Brunner
2014-05-15
1
-1
/
+4
*
libcharon: Remove unused charon->name
Tobias Brunner
2014-02-12
1
-1
/
+1
*
libhydra: Remove unused hydra->daemon
Tobias Brunner
2014-02-12
1
-1
/
+1
*
lib: Add global config namespace
Tobias Brunner
2014-02-12
1
-1
/
+1
*
charon-cmd: Request an IPv6 virtual IP if an IPv6 remote subnet given
Martin Willi
2014-02-06
1
-4
/
+23
*
charon-cmd: Document new proposal options in manpage
Martin Willi
2014-02-06
1
-0
/
+18
*
charon-cmd: Add --esp/--ah-proposal options to specify CHILD_SA proposals
Martin Willi
2014-02-06
3
-1
/
+43
*
charon-cmd: Add an --ike-proposal option to specify non-default IKE proposals
Martin Willi
2014-02-06
3
-1
/
+34
*
charon-cmd: Block SIGUSR1 on worker threads
Martin Willi
2014-02-06
1
-0
/
+1
*
Build generated man pages via configure script
Tobias Brunner
2013-09-13
2
-10
/
+3
*
ike: support multiple addresses, ranges and subnets in IKE address config
Martin Willi
2013-09-04
1
-2
/
+2
*
peer-cfg: add a pull/push mode option to use with mode config
Martin Willi
2013-09-04
1
-1
/
+1
*
charon-cmd: support prompting for a PIN
Martin Willi
2013-09-03
1
-4
/
+8
*
charon-cmd: add --eap-identity and --xauth-username options
Martin Willi
2013-07-29
4
-0
/
+37
*
Fix various API doc issues and typos
Tobias Brunner
2013-07-18
2
-1
/
+6
*
automake: replace INCLUDES by AM_CPPFLAGS
Martin Willi
2013-07-18
1
-4
/
+2
*
charon-cmd: Ignore generated man page
Tobias Brunner
2013-07-01
1
-0
/
+1
*
capabilities: Move global capabilities_t instance to libstrongswan
Tobias Brunner
2013-06-25
1
-3
/
+3
*
charon-cmd: Document auxiliary options
Tobias Brunner
2013-06-21
1
-0
/
+15
*
charon-cmd: Link strongswan.conf(5) and charon-cmd(8) man pages
Tobias Brunner
2013-06-21
1
-2
/
+24
*
charon-cmd: Use fixed number of character to align command descriptions
Tobias Brunner
2013-06-21
1
-16
/
+15
*
charon-cmd: Shortened and fixed command descriptions
Tobias Brunner
2013-06-21
1
-2
/
+2
*
charon-cmd: Simplify usage output for authentication profiles
Tobias Brunner
2013-06-21
1
-11
/
+3
*
charon-cmd: Add Aggressive Mode profiles to man page
Tobias Brunner
2013-06-21
1
-6
/
+10
*
charon-cmd: Add man page for charon-cmd(8)
Tobias Brunner
2013-06-21
2
-0
/
+123
*
charon-cmd: Add --debug argument to set the default log level
Tobias Brunner
2013-06-21
3
-2
/
+13
*
charon-cmd: Handle simple command line arguments like --help before the others
Tobias Brunner
2013-06-21
1
-3
/
+14
*
plugin-loader: Add method to print loaded plugins on a given log level
Tobias Brunner
2013-06-21
1
-0
/
+1
*
charon-cmd: use a copy of pid in initiate callback
Martin Willi
2013-06-20
1
-6
/
+7
*
charon-cmd: add IKEv1 aggressive mode profiles
Martin Willi
2013-06-20
3
-10
/
+35
*
charon-cmd: Add support for PKCS#12 files
Tobias Brunner
2013-05-08
4
-1
/
+52
*
charon-cmd: match_me/match_other are optional in callback credentials
Tobias Brunner
2013-05-08
1
-1
/
+8
*
charon-cmd: Request password for private keys
Tobias Brunner
2013-05-08
1
-0
/
+3
*
charon-cmd: Changed formatting of optional arguments in usage information
Tobias Brunner
2013-05-08
1
-8
/
+10
*
charon-cmd: --agent optionally takes the path to an ssh-agent socket
Tobias Brunner
2013-05-08
3
-16
/
+24
*
charon-cmd: Stop processing options if an argument is missing or an option no...
Tobias Brunner
2013-05-08
1
-0
/
+3
*
charon-cmd: Properly initialize options with no additional lines
Tobias Brunner
2013-05-07
1
-10
/
+10
*
agent: Use sshkey plugin to parse keys, adds support for ECDSA
Tobias Brunner
2013-05-07
1
-1
/
+3
[next]