From bc8898126501aace23b6d8b0fd9c61ce72d6151a Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Sat, 10 Jan 2009 09:34:22 -0500 Subject: [PATCH] Version 1.16. --- NEWS | 17 +++++++++++++ README | 2 +- configure.ac | 2 +- debian/changelog | 6 +++++ debian/copyright | 2 +- po/pwmd.pot | 76 ++++++++++++++++++++++++++++---------------------------- 6 files changed, 64 insertions(+), 41 deletions(-) diff --git a/NEWS b/NEWS index c7507490..237ccb7f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,20 @@ +PWMD v1.16 +---------- +"disable_list_and_dump" now affects the XPATH command too. + +When reloading the configuration file with SIGHUP, "disable_list_and_dump" is +no longer modified from the initial value specified at startup. + +GETCONFIG will now accept the "key" and "key_file" parameters. + +GETCONFIG will return GPG_ERR_NO_VALUE instead of GPG_ERR_SYNTAX when an +unknown or unspecified parameter is requested. + +GETCONFIG should now work with a UTF8 filename argument. + +Fixed a potential pinentry segfault and a minor memory leak. + + PWMD v1.15 ---------- Since the previous version I've lost some data including the gpg key used to diff --git a/README b/README index ff546618..8c2efe38 100644 --- a/README +++ b/README @@ -68,7 +68,7 @@ Libpwmd is a library making it easy for applications to use pwmd. You can find it at the pwmd homepage. There are also some patches already written (some could use improvement) for a few apps too. -Read COMMANDS for protocol commands and syntax. Feel free to send me any +Read doc/COMMANDS for protocol commands and syntax. Feel free to send me any patches, bug reports or feature requests. GIT Repository diff --git a/configure.ac b/configure.ac index f02882c1..84a2c315 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(pwmd, 1.15, [Ben Kibbey bjk@luxsci.net]) +AC_INIT(pwmd, 1.16, [Ben Kibbey bjk@luxsci.net]) AC_CONFIG_AUX_DIR(build) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE([foreign]) diff --git a/debian/changelog b/debian/changelog index 408154b2..047bd944 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pwmd (1.16-1) testing; urgency=low + + * New upstream. + + -- Ben Kibbey Sat, 10 Jan 2009 09:33:54 -0500 + pwmd (1.15-1) testing; urgency=low * New upstream. diff --git a/debian/copyright b/debian/copyright index 7122f346..5d3cac56 100644 --- a/debian/copyright +++ b/debian/copyright @@ -9,7 +9,7 @@ Upstream Author: Copyright: - Copyright (C) 2008 Ben Kibbey + Copyright (C) 2008-2009 Ben Kibbey License: diff --git a/po/pwmd.pot b/po/pwmd.pot index 0ec21128..7aa6ec99 100644 --- a/po/pwmd.pot +++ b/po/pwmd.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: bjk@luxsci.net\n" -"POT-Creation-Date: 2008-11-15 08:17-0500\n" +"POT-Creation-Date: 2009-01-10 09:20-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -31,25 +31,21 @@ msgstr "" msgid "%s(): cache mutex LOCKED" msgstr "" -#: src/cache.h:36 src/pwmd.c:328 -msgid "Waiting for lock" -msgstr "" - #: src/mem.c:95 src/mem.c:178 #, c-format msgid "%s: %p not found" msgstr "" -#: src/pwmd.c:94 +#: src/pwmd.c:97 #, c-format msgid "reloading configuration file '%s'" msgstr "" -#: src/pwmd.c:161 +#: src/pwmd.c:170 msgid "logfile" msgstr "" -#: src/pwmd.c:228 +#: src/pwmd.c:237 #, c-format msgid "" "Usage: %s [-hvDn] [-f ] [-I [-i ] [-k ]]\n" @@ -65,138 +61,142 @@ msgid "" " -h this help text\n" msgstr "" -#: src/pwmd.c:260 +#: src/pwmd.c:269 msgid "Required AES cipher not supported by libgcrypt." msgstr "" -#: src/pwmd.c:381 +#: src/pwmd.c:337 +msgid "Waiting for lock" +msgstr "" + +#: src/pwmd.c:390 #, c-format msgid "exiting, fd=%i" msgstr "" -#: src/pwmd.c:518 src/pwmd.c:1402 +#: src/pwmd.c:527 src/pwmd.c:1409 msgid "pth_spawn() failed" msgstr "" -#: src/pwmd.c:814 +#: src/pwmd.c:821 #, c-format msgid "%s: Skipping empty file" msgstr "" -#: src/pwmd.c:830 +#: src/pwmd.c:837 #, c-format msgid "Passphrase for '%s': " msgstr "" -#: src/pwmd.c:834 +#: src/pwmd.c:841 #, c-format msgid "%s: Skipping file" msgstr "" -#: src/pwmd.c:844 src/pwmd.c:1315 src/pwmd.c:1334 +#: src/pwmd.c:851 src/pwmd.c:1322 src/pwmd.c:1341 #, c-format msgid "%s: Invalid passphrase, skipping" msgstr "" -#: src/pwmd.c:849 +#: src/pwmd.c:856 #, c-format msgid "%s: Invalid passphrase" msgstr "" -#: src/pwmd.c:971 +#: src/pwmd.c:978 msgid "New passphrase: " msgstr "" -#: src/pwmd.c:972 +#: src/pwmd.c:979 msgid "Invalid passphrase" msgstr "" -#: src/pwmd.c:977 +#: src/pwmd.c:984 msgid "Verify passphrase: " msgstr "" -#: src/pwmd.c:978 src/pwmd.c:985 +#: src/pwmd.c:985 src/pwmd.c:992 msgid "Passphrases do not match" msgstr "" -#: src/pwmd.c:1234 +#: src/pwmd.c:1241 #, c-format msgid "%s: invalid characters in filename" msgstr "" -#: src/pwmd.c:1243 +#: src/pwmd.c:1250 #, c-format msgid "%s: file already cached, skipping" msgstr "" -#: src/pwmd.c:1320 +#: src/pwmd.c:1327 msgid "Incorrect passphrase, try again" msgstr "" -#: src/pwmd.c:1350 +#: src/pwmd.c:1357 #, c-format msgid "%s: file added to the cache" msgstr "" -#: src/pwmd.c:1408 +#: src/pwmd.c:1415 #, c-format msgid "new tid=%s, fd=%i" msgstr "" -#: src/pwmd.c:1497 +#: src/pwmd.c:1504 #, c-format msgid "%s started for user %s" msgstr "" -#: src/pwmd.c:1531 +#: src/pwmd.c:1538 #, c-format msgid "caught signal %i (%s)" msgstr "" -#: src/pwmd.c:1549 +#: src/pwmd.c:1556 msgid "clearing file cache" msgstr "" -#: src/pwmd.c:1574 +#: src/pwmd.c:1581 msgid "waiting for all threads to terminate" msgstr "" -#: src/pwmd.c:1580 +#: src/pwmd.c:1587 #, c-format msgid "%i threads remain" msgstr "" -#: src/pwmd.c:1759 +#: src/pwmd.c:1766 #, c-format msgid "%s: socket_path not defined" msgstr "" -#: src/pwmd.c:1771 +#: src/pwmd.c:1778 #, c-format msgid "%s: data_directory not defined" msgstr "" -#: src/pwmd.c:1792 +#: src/pwmd.c:1799 #, c-format msgid "cache size must be in multiples of %li" msgstr "" -#: src/pwmd.c:1856 +#: src/pwmd.c:1863 msgid "Done. Daemonizing..." msgstr "" -#: src/pwmd.c:1856 +#: src/pwmd.c:1863 msgid "Done. Waiting for connections..." msgstr "" -#: src/pwmd.c:1883 +#: src/pwmd.c:1890 #, c-format msgid "" "Either there is another pwmd running or '%s' is a \n" "stale socket. Please remove it manually." msgstr "" -#: src/pwmd.c:1991 +#: src/pwmd.c:1998 msgid "pwmd exiting normally" msgstr "" @@ -254,6 +254,6 @@ msgstr "" msgid "Please type the passphrase again for confirmation." msgstr "" -#: src/pinentry.c:666 +#: src/pinentry.c:673 msgid "pth_read(): short byte count" msgstr "" -- 2.11.4.GIT