diff options
author | Moritz Schulte <[email protected]> | 2008-05-24 23:56:19 +0000 |
---|---|---|
committer | Moritz Schulte <[email protected]> | 2008-05-24 23:56:19 +0000 |
commit | 262fc4fc956f0aff1d92f9603186da03d8c98827 (patch) | |
tree | d34b88800410910dd04d5661c956c1eed7c12a00 /scd/ChangeLog | |
parent | new branch for scd hacks (diff) | |
download | gnupg-mo-scd.tar.gz gnupg-mo-scd.zip |
2008-05-25 Moritz <[email protected]>mo-scd
* scdaemon.c: New options: oSystemDaemon, oSystemSocket.
(main): New local variables: is_system_daemon, system_socket, set
variables during parsing.
(main): Don't parse default config if oSystemDaemon is given on the commandline.
Implemented basic "system-daemon" logic.
Diffstat (limited to '')
-rw-r--r-- | scd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scd/ChangeLog b/scd/ChangeLog index 41a9e3395..fa1bd6c6b 100644 --- a/scd/ChangeLog +++ b/scd/ChangeLog @@ -1,3 +1,11 @@ +2008-05-25 Moritz <[email protected]> + + * scdaemon.c: New options: oSystemDaemon, oSystemSocket. + (main): New local variables: is_system_daemon, system_socket, set + variables during parsing. + (main): Don't parse default config if oSystemDaemon is given on the commandline. + Implemented basic "system-daemon" logic. + 2008-04-21 Moritz Schulte <[email protected]> (wk) * app-openpgp.c (verify_a_chv): Make use of the default CHV flag. |