aboutsummaryrefslogtreecommitdiffstats
path: root/common/ttyio.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-01-17common: Remove unused function tty_print_string.Werner Koch1-1/+0
* common/ttyio.c (tty_print_string): Rename to ... (do_print_string): this. Make local. Simplify FP case by using print_utf8_buffer. Change caller. Signed-off-by: Werner Koch <[email protected]>
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
--
2014-03-27Change some keyedit functions to allow printing to arbitrary streams.Werner Koch1-2/+3
* common/ttyio.c (tty_print_string): Add optional arg FP. Change all callers. (tty_print_utf8_string2): Ditto. * g10/keyedit.c (show_prefs): Ditto. (show_key_with_all_names_colon): Ditto. (show_names): Ditto. * g10/keylist.c (print_revokers): Ditto. (print_fingerprint): Ditto.
2012-04-20Change license for some files in common to LGPLv3+/GPLv2+.Werner Koch1-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+/
2010-03-15Finished the bulk of changes to use estream in most places instead ofWerner Koch1-2/+2
stdio.
2009-08-11* ttyio.h, ttyio.c (tty_enable_completion): Some ifdefs aroundDavid Shaw1-1/+10
HAVE_LIBREADLINE to allow building when readline isn't available.
2009-05-26signal cleanup fixWerner Koch1-0/+1
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
Removed intl/.
2007-06-21Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under ↵Werner Koch1-0/+3
Windows.
2006-09-21Various updatesWerner Koch1-14/+5
2006-06-20Updated FSF's address.Werner Koch1-1/+2
2006-05-23g10/ does build again.Werner Koch1-0/+16
2005-07-27Removed directories which are only used by the 1.9 branchWerner Koch1-40/+0
2003-09-18(tty_fprintf): New.Werner Koch1-4/+8
(tty_print_string, tty_print_utf8_string2) (tty_print_utf8_string): Made P argument const byte*.
2003-08-05This commit was manufactured by cvs2svn to create branchRepo Admin1-0/+40
'GNUPG-1-9-BRANCH'.
2003-06-18Finished the bulk of changes for gnupg 1.9. This included switchingWerner Koch1-15/+15
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-06-18Finished the bulk of changes for gnupg 1.9. This included switchingWerner Koch1-40/+0
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-01-09This commit was manufactured by cvs2svn to create branchRepo Admin1-22/+19
'GNUPG-1-9-BRANCH'.
2002-06-29Update head to match stable 1.0David Shaw1-4/+4
2000-01-27See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner KochWerner Koch1-3/+3
1998-10-21Epxerimenta support for GDBM keyings.Werner Koch1-16/+20
1998-08-07chnages done at the trainWerner Koch1-1/+0
1998-05-13can create v4 signaturesWerner Koch1-1/+1
1998-03-19some cleanupsWerner Koch1-0/+1
1998-03-09partial DSA supportWerner Koch1-14/+15
1998-02-24Renamed to GNUPGV-0-2-8Werner Koch1-4/+4
1998-01-12started with trust stuffWerner Koch1-19/+7
1997-12-12added option file handlingWerner Koch1-13/+12
1997-11-18initially checkinWerner Koch1-0/+51