summaryrefslogtreecommitdiff
path: root/lib/cli++
Commit message (Collapse)AuthorAge
* Merge tag '2.1' into upstreamDavid Bremner2017-11-11
|\ | | | | | | | | | | Version 2.1 Leave deleted files deleted.
| * Bump copyright year to 2017Bruce Guenter2017-10-25
| |
| * lib/cli++: Fix build breakages from previous patch to cli++Bruce Guenter2017-10-24
| |
| * On architectures where the type (time_t) resolves to (ulong),Felix Lechner2017-10-24
| | | | | | | | | | | | | | | | | | | | | | | | command line arguments to 'dsn' are not processed correctly. The (void) pointer passed to lib/cli++/main.cc is cast to (unsigned int) instead of (ulong). On 64-bit little endian architectures such as amd64 this is not readily apparent as long as the higher bits were initialized, but it causes grave errors on big-endian architectures such as Debian's powerpc or s390x. This patch processes the timestamps given on the command line correctly.
* | Importing nullmailer-2.0.tar.gzDavid Bremner2017-07-31
| |
* | Merge tag '2.0' into upstreamDavid Bremner2017-07-31
|\| | | | | | | Version 2.0
| * Update dates in sources and READMEBruce Guenter2016-01-22
| |
| * Fix problems found by "make distcheck"Bruce Guenter2016-01-21
| |
| * Update the configure system for newer autoconf/automakeBruce Guenter2016-01-14
| |
| * lib/cli++: Move call to build_options into main out of cli_parse_argsBruce Guenter2016-01-12
| |
| * lib/cli++: Expose command-line parsing functionBruce Guenter2015-05-17
| |
| * lib/cli++: Add helper function for outputting fatal system errorsBruce Guenter2013-04-17
| |
| * lib/cli++: Fix handling of single-char options with valuesBruce Guenter2012-06-12
| | | | | | | | | | | | Invoking 'sendmail -FNAME' fails without this patch. This change also introduces a set of self-tests.
| * lib/cli++: Fix handling of error messages from short optionsBruce Guenter2012-03-12
| |
| * lib/cli++: Complete implementation of cli_only_long optionBruce Guenter2012-03-12
| | | | | | | | | | This change adds support on the command line for "-long" options alongside "--long" options if cli_only_long is set.
| * lib/cli++: Add start of cli_only_long optionBruce Guenter2012-03-12
| | | | | | | | | | | | | | A new boolean, cli_only_long implements a new mode of operation, where both long and short options can be prefixed with a single "-". This change only implements the help text output.
| * lib/cli++: Initial commit of current sources from bglibsBruce Guenter2012-02-29
|
* Import Upstream version 1.11David Bremner2017-07-11
|
* Import Upstream version 1.10David Bremner2017-07-11
|
* Import Upstream version 1.05David Bremner2017-07-11
|
* Import Upstream version 1.04David Bremner2017-07-11
|
* Import Upstream version 1.02David Bremner2017-07-11
|
* Import Upstream version 1.00David Bremner2017-07-11
|
* Import Upstream version 1.00RC7David Bremner2017-07-11