mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-08 12:44:23 +01:00
42ab09e821
* gpgconf-list.c: File removed. * README.gpgconf: New file. * gpgconf-comp.c: New file. * Makefile.am (gpgconf_SOURCES): Remove gpgconf-list.c, add gpgconf-comp.c.
40 lines
1.2 KiB
Plaintext
40 lines
1.2 KiB
Plaintext
2004-01-29 Marcus Brinkmann <marcus@g10code.de>
|
|
|
|
* gpgconf-list.c: File removed.
|
|
* README.gpgconf: New file.
|
|
* gpgconf-comp.c: New file.
|
|
* Makefile.am (gpgconf_SOURCES): Remove gpgconf-list.c, add
|
|
gpgconf-comp.c.
|
|
|
|
2004-01-16 Werner Koch <wk@gnupg.org>
|
|
|
|
* watchgnupg.c (main): Need to use FD_ISSET for the client
|
|
descriptors too; aiiih. Set the listening socket to non-blocking.
|
|
|
|
2004-01-10 Werner Koch <wk@gnupg.org>
|
|
|
|
* Makefile.am: Use GPG_ERROR_CFLAGS
|
|
|
|
2004-01-05 Werner Koch <wk@gnupg.org>
|
|
|
|
* Manifest: New.
|
|
* gpgconf.c, gpgconf.h, gpgconf-list.c: New. A skeleton for now.
|
|
* no-libgcrypt.c: New.
|
|
* Makefile.am: Add above.
|
|
|
|
2003-12-23 Werner Koch <wk@gnupg.org>
|
|
|
|
* Makefile.am: New.
|
|
* watchgnupg.c: New.
|
|
|
|
|
|
Copyright 2003 Free Software Foundation, Inc.
|
|
|
|
This file is free software; as a special exception the author gives
|
|
unlimited permission to copy and/or distribute it, with or without
|
|
modifications, as long as this notice is preserved.
|
|
|
|
This file is distributed in the hope that it will be useful, but
|
|
WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
|
|
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|