Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2012-06-05 | Change all quotes in strings and comments to the new GNU standard. | Werner Koch | 1 | -1/+1 | |
The asymmetric quotes used by GNU in the past (`...') don't render nicely on modern systems. We now use two \x27 characters ('...'). The proper solution would be to use the correct Unicode symmetric quotes here. However this has the disadvantage that the system requires Unicode support. We don't want that today. If Unicode is available a generated po file can be used to output proper quotes. A simple sed script like the one used for en@quote is sufficient to change them. The changes have been done by applying sed -i "s/\`\([^'\`]*\)'/'\1'/g" to most files and fixing obvious problems by hand. The msgid strings in the po files were fixed with a similar command. | |||||
2012-04-20 | Change license for some files in common to LGPLv3+/GPLv2+. | Werner Koch | 1 | -5/+15 | |
Having the LGPL on the common GnuPG code helps to share code between GnuPG and related projects (like GPGME and Libassuan). This is good for interoperability and to reduces bugs. * common/asshelp.c, common/asshelp.h, common/asshelp2.c, common/b64dec.c * common/b64enc.c, common/convert.c, common/dns-cert.c * common/dns-cert.h common/exechelp-posix.c, common/exechelp-w32.c * common/exechelp-w32ce.c, common/exechelp.h, common/get-passphrase.c * common/get-passphrase.h, common/gettime.c, common/gpgrlhelp.c * common/helpfile.c, common/homedir.c, common/http.c, common/http.h * common/i18n.c, common/init.c, common/init.h, common/iobuf.c * common/iobuf.h, common/localename.c, common/membuf.c, common/membuf.h * common/miscellaneous.c, common/openpgp-oid.c, common/openpgpdefs.h * common/percent.c, common/pka.c, common/pka.h, common/session-env.c * common/session-env.h, common/sexp-parse.h, common/sexputil.c * common/signal.c, common/srv.c, common/srv.h, common/ssh-utils.c * common/ssh-utils.h, common/sysutils.c, common/sysutils.h * common/tlv.c, common/tlv.h, common/ttyio.c, common/ttyio.h * common/userids.c, common/userids.h, common/xasprintf.c: Change license to LGPLv3+/GPLv2+/ | |||||
2011-02-04 | Nuked almost all trailing white space.post-nuke-of-trailing-ws | Werner Koch | 1 | -7/+7 | |
We better do this once and for all instead of cluttering all future commits with diffs of trailing white spaces. In the majority of cases blank or single lines are affected and thus this change won't disturb a git blame too much. For future commits the pre-commit scripts checks that this won't happen again. | |||||
2010-03-24 | More changes for CE. gpgsm does now build and run a keylisting. | Werner Koch | 1 | -16/+31 | |
2010-03-15 | Finished the bulk of changes to use estream in most places instead of | Werner Koch | 1 | -25/+25 | |
stdio. | |||||
2010-03-10 | Merged jnlib into common. | Werner Koch | 1 | -1/+0 | |
2009-08-11 | * ttyio.h, ttyio.c (tty_enable_completion): Some ifdefs around | David Shaw | 1 | -3/+4 | |
HAVE_LIBREADLINE to allow building when readline isn't available. | |||||
2009-05-26 | signal cleanup fix | Werner Koch | 1 | -0/+8 | |
2007-07-04 | Changed to GPLv3. | Werner Koch | 1 | -4/+2 | |
Removed intl/. | |||||
2007-06-26 | More W32 related changes | Werner Koch | 1 | -1/+1 | |
2007-06-21 | Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under ↵ | Werner Koch | 1 | -1/+22 | |
Windows. | |||||
2007-06-06 | First steps towards supporting W32. | Werner Koch | 1 | -2/+4 | |
This is mainly source code reorganization. Update gnulib. g10/ does currently not build. | |||||
2006-09-22 | Clarified cURL and OpenLDAP license issues. | Werner Koch | 1 | -4/+48 | |
Made readline support work. | |||||
2006-09-21 | Various updates | Werner Koch | 1 | -34/+51 | |
2006-06-20 | Updated FSF's address. | Werner Koch | 1 | -1/+2 | |
2006-05-23 | g10/ does build again. | Werner Koch | 1 | -3/+46 | |
2005-07-27 | Removed directories which are only used by the 1.9 branch | Werner Koch | 1 | -508/+0 | |
2005-06-16 | gcc-4 defaults forced me to edit many many files to get rid of the | Werner Koch | 1 | -1/+1 | |
char * vs. unsigned char * warnings. The GNU coding standards used to say that these mismatches are okay and better than a bunch of casts. Obviously this has changed now. | |||||
2003-09-23 | Merged most of David Shaw's changes in 1.3 since 2003-06-03. | Werner Koch | 1 | -8/+8 | |
2003-09-18 | (tty_fprintf): New. | Werner Koch | 1 | -3/+50 | |
(tty_print_string, tty_print_utf8_string2) (tty_print_utf8_string): Made P argument const byte*. | |||||
2003-08-05 | This commit was manufactured by cvs2svn to create branch | Repo Admin | 1 | -0/+508 | |
'GNUPG-1-9-BRANCH'. | |||||
2003-06-18 | Finished the bulk of changes for gnupg 1.9. This included switching | Werner Koch | 1 | -11/+13 | |
to libgcrypt functions, using shared error codes from libgpg-error, replacing the old functions we used to have in ../util by those in ../jnlib and ../common, renaming the malloc functions and a couple of types. Note, that not all changes are listed below becuause they are too similar and done at far too many places. As of today the code builds using the current libgcrypt from CVS but it is very unlikely that it actually works. | |||||
2003-05-24 | * argparse.c, dotlock.c, fileutil.c, iobuf.c, miscutil.c, | David Shaw | 1 | -34/+33 | |
simple-gettext.c, errors.c, http.c, memory.c, secmem.c, ttyio.c: Edit all preprocessor instructions to remove whitespace before the '#'. This is not required by C89, but there are some compilers out there that don't like it. | |||||
2003-02-22 | * ttyio.c (tty_print_utf8_string, tty_print_utf8_string2): Use 0 to | David Shaw | 1 | -3/+3 | |
indicate a string with no maximum size. This prevents early truncation of strings that contain control chars which are expanded into \xXX form. | |||||
2002-11-09 | * ttyio.c (TERMDEVICE): Removed. | Werner Koch | 1 | -14/+40 | |
(tty_get_ttyname): New. (init_ttyfp): Use it here instead of the TERMDEVICE macro. | |||||
2002-10-19 | This commit was manufactured by cvs2svn to create branch | Repo Admin | 1 | -481/+0 | |
'GNUPG-1-9-BRANCH'. | |||||
2002-08-06 | tidying up RISC OS stuff | Stefan Bellon | 1 | -19/+2 | |
2002-06-29 | Update head to match stable 1.0 | David Shaw | 1 | -43/+85 | |
2000-07-14 | See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner Koch | Werner Koch | 1 | -3/+27 | |
2000-01-27 | See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner Koch | Werner Koch | 1 | -0/+1 | |
2000-01-24 | See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner Koch | Werner Koch | 1 | -8/+8 | |
1999-09-17 | See ChangeLog: Fri Sep 17 12:56:42 CEST 1999 Werner KochV1-0-1 | Werner Koch | 1 | -19/+2 | |
1999-09-15 | See ChangeLog: Wed Sep 15 16:22:17 CEST 1999 Werner KochV1-0-4V1-0-3V1-0-2V1-0-1-ePit-1 | Werner Koch | 1 | -0/+17 | |
1999-08-31 | See ChangeLog: Tue Aug 31 17:20:44 CEST 1999 Werner Koch | Werner Koch | 1 | -0/+23 | |
1999-06-15 | See ChangeLog: Tue Jun 15 14:23:10 CEST 1999 Werner Koch | Werner Koch | 1 | -0/+23 | |
1999-04-18 | See ChangeLog: Sun Apr 18 10:11:28 CEST 1999 Werner Koch | Werner Koch | 1 | -3/+21 | |
1999-02-16 | See ChangeLog: Tue Feb 16 14:10:02 CET 1999 Werner Koch | Werner Koch | 1 | -1/+1 | |
1999-02-10 | See ChangeLog: Wed Feb 10 17:15:39 CET 1999 Werner Koch | Werner Koch | 1 | -0/+2 | |
1998-12-23 | See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner Koch | Werner Koch | 1 | -3/+3 | |
1998-09-11 | *** empty log message *** | Werner Koch | 1 | -0/+8 | |
1998-08-08 | ready for a new release | Werner Koch | 1 | -5/+20 | |
1998-07-29 | edit-key is now complete | Werner Koch | 1 | -0/+12 | |
1998-06-26 | bug fixes | Werner Koch | 1 | -0/+6 | |
1998-02-24 | Renamed to GNUPGV-0-2-8 | Werner Koch | 1 | -18/+156 | |
1998-01-16 | added some trust model stuff | Werner Koch | 1 | -1/+1 | |
1998-01-06 | distributed version 0.1.0V0-1-0 | Werner Koch | 1 | -0/+4 | |
1998-01-05 | NT version compilesV0-0-0 | Werner Koch | 1 | -1/+10 | |
1998-01-02 | added more stuff | Werner Koch | 1 | -48/+56 | |
1997-12-31 | Sylvester Version | Werner Koch | 1 | -7/+36 | |
1997-12-16 | added some stuff for signing keys | Werner Koch | 1 | -0/+22 | |