aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon-cmd
Commit message (Expand)AuthorAgeFilesLines
* daemon: Use separate method to set default loggersTobias Brunner2017-01-251-7/+4
* configure: Check for and explicitly link against -latomicMartin Willi2016-06-141-1/+1
* peer-cfg: Use struct to pass data to constructorTobias Brunner2016-04-091-9/+11
* child-cfg: Use struct to pass data to constructorTobias Brunner2016-04-091-10/+10
* Use standard unsigned integer typesAndreas Steffen2016-03-241-1/+1
* libhydra: Remove empty unused libraryTobias Brunner2016-03-032-8/+0
* sigwaitinfo() may fail with EINTR if interrupted by an unblocked signal not i...Tobias Brunner2015-11-231-5/+4
* Replace usages of sigwait(3) with sigwaitinfo(2)Tobias Brunner2015-10-291-7/+5
* controller: Optionally adhere to init limits also when initiating IKE_SAsTobias Brunner2015-08-211-1/+1
* settings: Use strongswan.conf used during library initialization for reloadMartin Willi2014-09-221-4/+1
* Make sure getpass() is availableTobias Brunner2014-05-291-1/+3
* ike: Add an additional but separate AEAD proposal to CHILD configMartin Willi2014-05-161-0/+2
* ike: Add an additional but separate AEAD proposal to IKE config, if supportedMartin Willi2014-05-161-0/+1
* enum: Return boolean result for enum_from_name() lookupMartin Willi2014-05-161-3/+2
* settings: strongswan.conf must be loaded explicitlyTobias Brunner2014-05-151-1/+4
* libcharon: Remove unused charon->nameTobias Brunner2014-02-121-1/+1
* libhydra: Remove unused hydra->daemonTobias Brunner2014-02-121-1/+1
* lib: Add global config namespaceTobias Brunner2014-02-121-1/+1
* charon-cmd: Request an IPv6 virtual IP if an IPv6 remote subnet givenMartin Willi2014-02-061-4/+23
* charon-cmd: Document new proposal options in manpageMartin Willi2014-02-061-0/+18
* charon-cmd: Add --esp/--ah-proposal options to specify CHILD_SA proposalsMartin Willi2014-02-063-1/+43
* charon-cmd: Add an --ike-proposal option to specify non-default IKE proposalsMartin Willi2014-02-063-1/+34
* charon-cmd: Block SIGUSR1 on worker threadsMartin Willi2014-02-061-0/+1
* Build generated man pages via configure scriptTobias Brunner2013-09-132-10/+3
* ike: support multiple addresses, ranges and subnets in IKE address configMartin Willi2013-09-041-2/+2
* peer-cfg: add a pull/push mode option to use with mode configMartin Willi2013-09-041-1/+1
* charon-cmd: support prompting for a PINMartin Willi2013-09-031-4/+8
* charon-cmd: add --eap-identity and --xauth-username optionsMartin Willi2013-07-294-0/+37
* Fix various API doc issues and typosTobias Brunner2013-07-182-1/+6
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-4/+2
* charon-cmd: Ignore generated man pageTobias Brunner2013-07-011-0/+1
* capabilities: Move global capabilities_t instance to libstrongswanTobias Brunner2013-06-251-3/+3
* charon-cmd: Document auxiliary optionsTobias Brunner2013-06-211-0/+15
* charon-cmd: Link strongswan.conf(5) and charon-cmd(8) man pagesTobias Brunner2013-06-211-2/+24
* charon-cmd: Use fixed number of character to align command descriptionsTobias Brunner2013-06-211-16/+15
* charon-cmd: Shortened and fixed command descriptionsTobias Brunner2013-06-211-2/+2
* charon-cmd: Simplify usage output for authentication profilesTobias Brunner2013-06-211-11/+3
* charon-cmd: Add Aggressive Mode profiles to man pageTobias Brunner2013-06-211-6/+10
* charon-cmd: Add man page for charon-cmd(8)Tobias Brunner2013-06-212-0/+123
* charon-cmd: Add --debug argument to set the default log levelTobias Brunner2013-06-213-2/+13
* charon-cmd: Handle simple command line arguments like --help before the othersTobias Brunner2013-06-211-3/+14
* plugin-loader: Add method to print loaded plugins on a given log levelTobias Brunner2013-06-211-0/+1
* charon-cmd: use a copy of pid in initiate callbackMartin Willi2013-06-201-6/+7
* charon-cmd: add IKEv1 aggressive mode profilesMartin Willi2013-06-203-10/+35
* charon-cmd: Add support for PKCS#12 filesTobias Brunner2013-05-084-1/+52
* charon-cmd: match_me/match_other are optional in callback credentialsTobias Brunner2013-05-081-1/+8
* charon-cmd: Request password for private keysTobias Brunner2013-05-081-0/+3
* charon-cmd: Changed formatting of optional arguments in usage informationTobias Brunner2013-05-081-8/+10
* charon-cmd: --agent optionally takes the path to an ssh-agent socketTobias Brunner2013-05-083-16/+24
* charon-cmd: Stop processing options if an argument is missing or an option no...Tobias Brunner2013-05-081-0/+3