Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Replace popen by our own code to help with Windows long files (e.g. those | Werner Koch | 2007-10-22 | 1 | -0/+6 | |
| | | | | | with a space in the name). | |||||
* | Factored utf8 switching code out to i18n.c. | Werner Koch | 2007-10-19 | 1 | -0/+2 | |
| | ||||||
* | Enhanced gpg-conect-agent scripting. | Werner Koch | 2007-10-19 | 1 | -0/+13 | |
| | | | | | Typo fixes in comments. | |||||
* | Fixed bug 842 (segv in gpgconf) | Werner Koch | 2007-10-19 | 1 | -0/+5 | |
| | ||||||
* | Allow ${foo} syntax for variables. | Werner Koch | 2007-10-12 | 1 | -0/+4 | |
| | ||||||
* | Add more sytem variables: cwd, foodir and serverpid. | Werner Koch | 2007-10-11 | 1 | -0/+2 | |
| | ||||||
* | * gpg-connect-agent.c (get_var): Expand environment variables. | Werner Koch | 2007-10-11 | 1 | -0/+8 | |
| | | | | | | | | | Suggested by Marc Mutz. (set_var): Return the value. (assign_variable): Add arg syslet. (main): New command /slet. | |||||
* | Add commands /run and /bye so that we can better automate tests. | Werner Koch | 2007-10-02 | 1 | -0/+1 | |
| | | | | | Also add option --run. | |||||
* | Extended gpg-connect-agent. | Werner Koch | 2007-10-02 | 1 | -0/+10 | |
| | | | | | New "GETINFO pid" command for scdaemon and gpg-agent. | |||||
* | Use Assuan socket wrapper calls. | Werner Koch | 2007-10-01 | 1 | -0/+9 | |
| | | | | | Made socket servers secure under Windows. | |||||
* | Minor translation change. | Werner Koch | 2007-09-14 | 1 | -0/+4 | |
| | ||||||
* | Preparing 2.0.7gnupg-2.0.7 | Werner Koch | 2007-09-10 | 1 | -0/+2 | |
| | ||||||
* | 2007-09-04 Moritz Schulte <[email protected]> | Moritz Schulte | 2007-09-04 | 1 | -0/+4 | |
| | | | | | * gpgsm-gencert.sh: Use printf instead of echo. | |||||
* | 2007-09-04 Moritz Schulte <[email protected]> | Moritz Schulte | 2007-09-04 | 1 | -0/+5 | |
| | | | | | | * gpgkey2ssh.c: Include sysutils.h so that gnupg_tmpfile() is declared. | |||||
* | Make gpgconf --list-components also print the name of the executable program. | Werner Koch | 2007-08-31 | 1 | -0/+5 | |
| | ||||||
* | Extended the --check-program output: Error messages are now inlcued in an | Werner Koch | 2007-08-29 | 1 | -1/+2 | |
| | | | | | easy parsable format. | |||||
* | New command --check-programs for gpgconf. | Werner Koch | 2007-08-29 | 1 | -1/+10 | |
| | ||||||
* | Add more passphrase policy rules. | Werner Koch | 2007-08-28 | 1 | -0/+5 | |
| | | | | | (--max-passphrase-days). | |||||
* | Implemented more gpg-agen options to support certain passphrase policies. | Werner Koch | 2007-08-27 | 1 | -0/+12 | |
| | | | | | New tool gpg-check-pattern. | |||||
* | Updated estream. | Werner Koch | 2007-08-22 | 1 | -0/+4 | |
| | | | | | More changes for Windows. | |||||
* | Factored common gpgconf constants out | Werner Koch | 2007-08-02 | 1 | -0/+5 | |
| | | | | | Fixed W32 compare_filenames | |||||
* | Typo fixes. | Werner Koch | 2007-07-17 | 1 | -0/+5 | |
| | | | | | | Made --default-key work for gpgsm Add --default-key and --encrypt-to to gpgconf. | |||||
* | 2007-07-16 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2007-07-16 | 1 | -0/+4 | |
| | | | | | * gpg-connect-agent.c (main): Bail out if write fails. | |||||
* | 2007-07-05 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2007-07-04 | 1 | -0/+5 | |
| | | | | | | * symcryptrun.c (confucius_get_pass): Define orig_codeset if [ENABLE_NLS], not [HAVE_LANGINFO_CODESET]. | |||||
* | More W32 related changes | Werner Koch | 2007-06-26 | 1 | -0/+11 | |
| | ||||||
* | Made percent_escape more general. | Werner Koch | 2007-06-19 | 1 | -0/+5 | |
| | | | | | | Added regression tests support to jnlib. W32 changes. | |||||
* | 2007-06-18 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2007-06-18 | 1 | -0/+7 | |
| | | | | | | | | * 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(). | |||||
* | 2007-06-15 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2007-06-15 | 1 | -0/+10 | |
| | | | | | | | | | | | * 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. | |||||
* | Build fixes for W32 | Werner Koch | 2007-06-15 | 1 | -0/+5 | |
| | ||||||
* | A whole bunch of changes to allow building for Windows. | Werner Koch | 2007-06-14 | 1 | -0/+22 | |
| | | | | | See the ChangeLogs for details. | |||||
* | First steps towards supporting W32. | Werner Koch | 2007-06-06 | 1 | -0/+11 | |
| | | | | | | | This is mainly source code reorganization. Update gnulib. g10/ does currently not build. | |||||
* | agent/ | Marcus Brinkmann | 2007-05-18 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | 2007-05-19 Marcus Brinkmann <[email protected]> * protect-tool.c (get_passphrase): Free ORIG_CODESET on error. g10/ 2007-05-19 Marcus Brinkmann <[email protected]> * passphrase.c (passphrase_get): Free ORIG_CODESET on error. sm/ 2007-05-18 Marcus Brinkmann <[email protected]> * 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 <[email protected]> * symcryptrun.c (confucius_get_pass): Free ORIG_CODESET on error. | |||||
* | Preparing 2.0.4gnupg-2.0.4 | Werner Koch | 2007-05-09 | 1 | -0/+5 | |
| | ||||||
* | Improved logging for error orginating from libgcrypt. | Werner Koch | 2007-04-20 | 1 | -0/+5 | |
| | ||||||
* | g10/ and sm/ | Werner Koch | 2007-04-13 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | * call-agent.c (start_agent): Don't use log_error when using the fallback hack to start the agent. This is bug 782. scripts/ * mail-to-translators: Copied from 1.4. and adjusted. tools/ * gpgconf-comp.c: Allow changing of --allow-mark-trusted. * gpg-connect-agent.c (main): New option --decode and commands decode and undecode. (read_and_print_response): Implement option. | |||||
* | Add a way to get a listing of available CCID readers. | Werner Koch | 2007-04-03 | 1 | -0/+6 | |
| | ||||||
* | Make gpgconf aware of --p12-charset. | Werner Koch | 2007-03-20 | 1 | -0/+4 | |
| | ||||||
* | The Cherry XX44 keyboard's PINpad does now work. | Werner Koch | 2007-03-07 | 1 | -0/+5 | |
| | | | | | DINSIG and NKS card applications are now also PIN pad aware. | |||||
* | Support for a global gpgconf configuration file. | Werner Koch | 2007-03-06 | 1 | -0/+15 | |
| | ||||||
* | Included LIBICONV in all Makefiles. | Werner Koch | 2007-01-31 | 1 | -0/+5 | |
| | | | | | | | | | | g10/ * passphrase.c (passphrase_get): Set the cancel flag on all error from the agent. Fixes a bug reported by Tom Duerbusch. sm/ * gpgsm.c (main): Let --gen-key print a more informative error message. | |||||
* | Some build fixes for platforms like OSX where we use the built-in libintl. | David Shaw | 2006-12-13 | 1 | -0/+5 | |
| | ||||||
* | Makefile.am: Link to iconv for jnlib dependency. (OSX) | David Shaw | 2006-12-07 | 1 | -0/+4 | |
| | ||||||
* | Preparing 2.0.1 | Werner Koch | 2006-11-28 | 1 | -0/+4 | |
| | ||||||
* | No more warnings for AMD64 (at least when cross-compiling). Thus tehre is a | Werner Koch | 2006-11-21 | 1 | -0/+4 | |
| | | | | | | | good chance that gpg2 will now work. Other cleanups. Updated gettext. | |||||
* | Made some PIN pads work. | Werner Koch | 2006-11-20 | 1 | -0/+4 | |
| | | | | | Some cleanups for 64 bit CPUs. | |||||
* | Collected fixes. | Werner Koch | 2006-11-05 | 1 | -0/+5 | |
| | ||||||
* | . | Werner Koch | 2006-10-23 | 1 | -0/+8 | |
| | ||||||
* | Pth tweaks and improved estream.c | Werner Koch | 2006-10-17 | 1 | -0/+5 | |
| | ||||||
* | Allow pkcs#10 creation directkly from a smart card | Werner Koch | 2006-10-11 | 1 | -0/+4 | |
| | ||||||
* | Various changes | Werner Koch | 2006-10-10 | 1 | -0/+5 | |
| |