Werner Koch
|
e0dbe037b7
|
Allow ${foo} syntax for variables.
|
2007-10-12 16:05:14 +00:00 |
|
Werner Koch
|
f8e3f699a9
|
Add more sytem variables: cwd, foodir and serverpid.
|
2007-10-11 18:18:24 +00:00 |
|
Werner Koch
|
17fe613ebc
|
* gpg-connect-agent.c (get_var): Expand environment variables.
Suggested by Marc Mutz.
(set_var): Return the value.
(assign_variable): Add arg syslet.
(main): New command /slet.
|
2007-10-11 17:35:31 +00:00 |
|
Werner Koch
|
db9a5246e1
|
Add commands /run and /bye so that we can better automate tests.
Also add option --run.
|
2007-10-02 21:46:29 +00:00 |
|
Werner Koch
|
ed7d2d72c6
|
Extended gpg-connect-agent.
New "GETINFO pid" command for scdaemon and gpg-agent.
|
2007-10-02 16:30:58 +00:00 |
|
Werner Koch
|
31c19d1d68
|
Use Assuan socket wrapper calls.
Made socket servers secure under Windows.
|
2007-10-01 14:48:39 +00:00 |
|
Werner Koch
|
a6b11ea482
|
Support the SETQUALITYBAR command of recent pinentries.
|
2007-09-18 11:40:09 +00:00 |
|
Marcus Brinkmann
|
1151d4d6ae
|
2007-09-14 Marcus Brinkmann <marcus@g10code.de>
* scdaemon.c (main): New variable STANDARD_SOCKET, which is 1 for
W32 targets. Use it for create_socket_name.
|
2007-09-14 17:23:34 +00:00 |
|
Marcus Brinkmann
|
58278955a7
|
2007-09-14 Marcus Brinkmann <marcus@g10code.de>
* call-pinentry.c (agent_popup_message_stop): Implement kill for
Windows.
|
2007-09-14 14:25:02 +00:00 |
|
Werner Koch
|
19009f9959
|
Print used library version with --version.
Typo fixes
|
2007-09-14 13:38:36 +00:00 |
|
Werner Koch
|
c058df3a06
|
Minor translation change.
|
2007-09-14 11:41:14 +00:00 |
|
Werner Koch
|
c1adbec2a3
|
post release version bump
|
2007-09-10 16:38:04 +00:00 |
|
Werner Koch
|
782e1bc00b
|
Preparing 2.0.7
|
2007-09-10 15:40:29 +00:00 |
|
Moritz Schulte
|
7f033b2a88
|
2007-09-04 Moritz Schulte <moritz@g10code.com>
* gpgsm-gencert.sh: Use printf instead of echo.
|
2007-09-04 07:16:49 +00:00 |
|
Moritz Schulte
|
54a4477749
|
2007-09-04 Moritz Schulte <moritz@g10code.com>
* gpgkey2ssh.c: Include sysutils.h so that gnupg_tmpfile() is
declared.
|
2007-09-04 05:59:07 +00:00 |
|
Werner Koch
|
273433d70d
|
Make gpgconf --list-components also print the name of the executable program.
|
2007-08-31 08:24:52 +00:00 |
|
Werner Koch
|
8464627bf4
|
Extended the --check-program output: Error messages are now inlcued in an
easy parsable format.
|
2007-08-29 16:59:20 +00:00 |
|
Werner Koch
|
b13587ef16
|
New command --check-programs for gpgconf.
|
2007-08-29 09:51:37 +00:00 |
|
Werner Koch
|
f268889b8f
|
Add more passphrase policy rules.
(--max-passphrase-days).
|
2007-08-28 17:48:13 +00:00 |
|
Werner Koch
|
15d0cb42a1
|
Implemented more gpg-agen options to support certain passphrase policies.
New tool gpg-check-pattern.
|
2007-08-27 18:10:27 +00:00 |
|
Werner Koch
|
503f91e0ae
|
tryu harder to ignore duplicate specified keyrings and -boxes.
Documentation updates.
|
2007-08-24 09:34:39 +00:00 |
|
Werner Koch
|
698ba5ae3c
|
Add new features to kbxutil.
Fixed bug 829 (can't encrypt if duplicated certs are in the keybox)
|
2007-08-23 17:41:22 +00:00 |
|
Werner Koch
|
367a8b9111
|
Add missing file
|
2007-08-23 08:40:11 +00:00 |
|
Werner Koch
|
84efbe69c7
|
Fixed creation of private keys under W32.
Minor code cleanups.
|
2007-08-22 20:36:33 +00:00 |
|
Werner Koch
|
f81f521a72
|
Updated estream.
More changes for Windows.
|
2007-08-22 10:55:07 +00:00 |
|
Werner Koch
|
a5743d1017
|
Post release version number bump
|
2007-08-16 10:57:35 +00:00 |
|
Werner Koch
|
ed801e3771
|
About to do a release
|
2007-08-16 10:42:06 +00:00 |
|
Werner Koch
|
d20d11a0ee
|
Documentaion updates.
Support doe Dirmngr under W32.
Fixed a yat2m bug.
|
2007-08-14 16:50:27 +00:00 |
|
Werner Koch
|
74d344a521
|
Implemented the chain model for X.509 validation.
|
2007-08-10 16:52:05 +00:00 |
|
Werner Koch
|
ebd36b6344
|
Factored common gpgconf constants out
Fixed W32 compare_filenames
|
2007-08-02 18:12:43 +00:00 |
|
Werner Koch
|
c850656d28
|
Applied exact length hack.
|
2007-08-01 18:25:32 +00:00 |
|
Werner Koch
|
cc25f43651
|
Removed unportable testing code.
|
2007-08-01 18:13:31 +00:00 |
|
Werner Koch
|
11573b09c4
|
Typo fixes.
Made --default-key work for gpgsm
Add --default-key and --encrypt-to to gpgconf.
|
2007-07-17 18:11:24 +00:00 |
|
Marcus Brinkmann
|
2d4e157d85
|
2007-07-16 Marcus Brinkmann <marcus@g10code.de>
* gpg-connect-agent.c (main): Bail out if write fails.
|
2007-07-16 14:33:34 +00:00 |
|
Werner Koch
|
bce4ea798a
|
Properly close files opened by es_fopen.
Allow setting of an empty passphrase.
Assorted W32 changes.
|
2007-07-16 09:53:47 +00:00 |
|
Werner Koch
|
5f97dd2c44
|
Translate all file descriptors received from assuan.
|
2007-07-12 15:28:30 +00:00 |
|
Werner Koch
|
b188c246ca
|
Typo fixes.
iconv detection fix.
Use the currect type in t-gettime.
|
2007-07-10 09:24:29 +00:00 |
|
Werner Koch
|
bab8f15417
|
The Logos as designed by Thoams Wittek.
We should keep them in the SVN.
|
2007-07-06 14:55:40 +00:00 |
|
Werner Koch
|
e6c6a66450
|
Post release updates
|
2007-07-05 20:29:14 +00:00 |
|
Werner Koch
|
2f6b5cee0a
|
Last minute Makefile library reordering for the sake of non-GNU systems.
|
2007-07-05 20:11:11 +00:00 |
|
Werner Koch
|
d0d7c3f053
|
Prearing a release
|
2007-07-05 18:59:50 +00:00 |
|
Werner Koch
|
4631bc8ddf
|
Fixed card key generation of gpg2.
Reveal less information about timings while generating a key.
|
2007-07-05 16:58:19 +00:00 |
|
Marcus Brinkmann
|
fa84b8cd82
|
2007-07-05 Marcus Brinkmann <marcus@g10code.de>
* configure.ac: Invoke AM_LANGINFO_CODESET.
|
2007-07-04 22:24:26 +00:00 |
|
Marcus Brinkmann
|
3c606ba127
|
2007-07-05 Marcus Brinkmann <marcus@g10code.de>
* symcryptrun.c (confucius_get_pass): Define orig_codeset if
[ENABLE_NLS], not [HAVE_LANGINFO_CODESET].
|
2007-07-04 22:14:08 +00:00 |
|
Werner Koch
|
93d3811abc
|
Changed to GPLv3.
Removed intl/.
|
2007-07-04 19:49:40 +00:00 |
|
Werner Koch
|
f54b85bc2d
|
A bunch of minor changes for Windows.
|
2007-07-04 09:34:28 +00:00 |
|
Werner Koch
|
a7fe86bc02
|
More W32 related changes
|
2007-06-26 13:48:44 +00:00 |
|
Werner Koch
|
831cd76256
|
Fixed a problem in estream-printf.c.
Changes for Windows (gpgsm -k does now work).
Minor cleanups.
|
2007-06-25 11:54:43 +00:00 |
|
Werner Koch
|
0b66f30d66
|
Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under Windows.
|
2007-06-21 18:44:48 +00:00 |
|
Werner Koch
|
09cc0ee7be
|
[w32] gpg-agent is now started automagically by gpgsm.
|
2007-06-20 11:16:42 +00:00 |
|