| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Fixed W32 compare_filenames
|
| |
|
| |
|
|
|
|
|
|
| |
Made --default-key work for gpgsm
Add --default-key and --encrypt-to to gpgconf.
|
|
|
|
|
| |
* gpg-connect-agent.c (main): Bail out if write fails.
|
|
|
|
|
|
| |
Allow setting of an empty passphrase.
Assorted W32 changes.
|
| |
|
|
|
|
|
|
| |
iconv detection fix.
Use the currect type in t-gettime.
|
|
|
|
|
| |
We should keep them in the SVN.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Reveal less information about timings while generating a key.
|
|
|
|
|
| |
* configure.ac: Invoke AM_LANGINFO_CODESET.
|
|
|
|
|
|
| |
* symcryptrun.c (confucius_get_pass): Define orig_codeset if
[ENABLE_NLS], not [HAVE_LANGINFO_CODESET].
|
|
|
|
|
| |
Removed intl/.
|
| |
|
| |
|
|
|
|
|
| |
Changes for Windows (gpgsm -k does now work).
Minor cleanups.
|
|
|
|
| |
Windows.
|
| |
|
|
|
|
|
|
| |
Added regression tests support to jnlib.
W32 changes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-06-18 Marcus Brinkmann <marcus@g10code.de>
* stringhelp.h (percent_escape): New prototype.
* stringhelp.c (percent_escape): New function.
agent/
2007-06-18 Marcus Brinkmann <marcus@g10code.de>
* gpg-agent.c (main): Percent escape pathname in --gpgconf-list
output.
g10/
2007-06-18 Marcus Brinkmann <marcus@g10code.de>
* gpg.c (gpgconf_list): Percent escape output of --gpgconf-list.
scdaemon/
2007-06-18 Marcus Brinkmann <marcus@g10code.de>
* scdaemon.c (main): Percent escape output of --gpgconf-list.
sm/
2007-06-18 Marcus Brinkmann <marcus@g10code.de>
* gpgsm.c (main): Percent escape output of --gpgconf-list.
|
|
|
|
|
|
|
|
| |
* gpgconf-comp.c (retrieve_options_from_file): Close LIST_FILE.
(copy_file): In error case, save/restore errno. Close SRC and DST.
(gc_component_change_options): Catch error from unlink(). Remove
target backup file before rename().
|
|
|
|
|
|
| |
New agent commands: GETINFO and KILLAGENT (w32 only).
Agent does now detach from the console.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* gpgconf-comp.c (copy_file) [HAVE_W32_SYSTEM]: New function.
(change_options_file, change_options_program) [HAVE_W32_SYSTEM]:
Copy backup file.
(gc_component_change_options) [HAVE_W32_SYSTEM]: Non-atomic replace.
(gc_process_gpgconf_conf): Rename fname to fname_arg and
fname_buffer to fname, initialize fname with fname_arg, discarding
const qualifier.
|
| |
|
|
|
|
|
|
| |
* Makefile.am (EXTRA_DIST): Remove inttypes-h.m4, longlong.m4 and
ulonglong.m4.
|
|
|
|
|
| |
* Makefile.am (EXTRA_DIST): Remove inttypes-h.m4.
|
|
|
|
|
| |
See the ChangeLogs for details.
|
| |
|
|
|
|
|
|
|
| |
This is mainly source code reorganization.
Update gnulib.
g10/ does currently not build.
|
| |
|
|
|
|
|
| |
* passphrase.c (passphrase_get): Use PACKAGE_GT, not PACKAGE.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-05-19 Marcus Brinkmann <marcus@g10code.de>
* protect-tool.c (get_passphrase): Free ORIG_CODESET on error.
g10/
2007-05-19 Marcus Brinkmann <marcus@g10code.de>
* passphrase.c (passphrase_get): Free ORIG_CODESET on error.
sm/
2007-05-18 Marcus Brinkmann <marcus@g10code.de>
* qualified.c (gpgsm_qualified_consent,
gpgsm_not_qualified_warning): Free ORIG_CODESET on error.
* certdump.c (gpgsm_format_keydesc): Likewise.
tools/
2007-05-19 Marcus Brinkmann <marcus@g10code.de>
* symcryptrun.c (confucius_get_pass): Free ORIG_CODESET on error.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Makefile fixes
|
| |
|
|
|
|
|
| |
Fixed accidental dependency on libgcrypt 1.3.0.
|
|
|
|
|
|
| |
Use latest texinfo.tex.
Typo and grammar fix.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
the literals count.
* verify.c (verify_one_file), decrypt.c (decrypt_messages): Call it
here so we allow multiple literals in --multifile mode (in different
files - not concatenated together).
|
|
|
|
|
|
| |
conventional-mdc.test: Fix some broken tests that were only testing
3DES instead of all available ciphers.
|
|
|
|
|
|
| |
* passphrase.c (passphrase_to_dek): Write missing passphrase
status message in case of cancellation.
|