Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2004-12-21 | * gpg-agent.c (main): Use default_homedir(). | Werner Koch | 1 | -0/+4 | |
* protect-tool.c (main): Ditto. * signal.c (got_fatal_signal, got_usr_signal) (got_fatal_signal) [DOSISH]: Don't build. * simple-gettext.c: Include sysutils.h * homedir.c: New. * Makefile.am (libcommon_a_SOURCES): Add it. (EXTRA_DIST): Removed mkerror and mkerrtok. * gpgv.c, g10.c (main): Use default_hoemdir (). * scdaemon.c (main): Use default_homedir(). * gpgsm.c (main): Use default_homedir(). | |||||
2004-12-20 | * configure.ac: Add PATHSEP_C and PATHSEP_S. For W32 let all | Werner Koch | 1 | -0/+4 | |
directories default to c:/gnupg. Require libassuan 0.6.9. * gpg-agent.c (main) [W32]: Now that Mutexes work we can remove the pth_init kludge. (main): Add new options --[no-]use-standard-socket. (check_for_running_agent): Check whether it is running on the standard socket. * sysutils.h [W32]: Define sleep. * util.h: Add prototype for mkdtemp. * call-agent.c (start_agent): Before starting a pipe server start to connect to a server on the standard socket. Use PATHSEP * call-dirmngr.c (start_dirmngr): Use PATHSEP. * import.c: Include unistd.h for dup and close. | |||||
2004-12-18 | Avoid the " map_to_assuan_status called with no error source" diagnostic. | Werner Koch | 1 | -1/+1 | |
2004-12-15 | A whole bunch of changes to allow building for W32. | Werner Koch | 1 | -1/+3 | |
2004-12-02 | First take on a W32 port | Werner Koch | 1 | -1/+3 | |
2004-06-14 | * xreadline.c: New. Based on the iobuf_read_line function. | Werner Koch | 1 | -0/+5 | |
* no-libgcrypt.c (gcry_realloc, gcry_xmalloc, gcry_xcalloc): New. * gpgconf-comp.c (retrieve_options_from_program) (retrieve_options_from_file, change_options_file) (change_options_program, gc_component_change_options): Replaced getline by read_line and test for allocation failure. | |||||
2004-06-06 | * util.h (xtrycalloc_secure,xtrymalloc_secure): New. | Werner Koch | 1 | -1/+3 | |
2004-02-10 | New. Based on code from ../sm/base64.c. | Werner Koch | 1 | -2/+18 | |
2004-01-27 | Some minor bug fixes, new test utilities and started support for other | Werner Koch | 1 | -1/+2 | |
smartcard applications. | |||||
2003-12-17 | * gettime.c (asctimestamp): Add a note on a non-avoidable gcc warning. | Werner Koch | 1 | -1/+7 | |
* util.h [!HAVE_VASPRINTF]: Add printf format attribute to the replacement function. * miscellaneous.c (xasprintf): New. | |||||
2003-11-13 | (vasprintf): Also fixed the prototype. | Werner Koch | 1 | -1/+1 | |
2003-11-12 | Mainly changes to adjust for the changed KSBA API. | Werner Koch | 1 | -2/+0 | |
2003-10-31 | * util.h (gnupg_isotime_t): New. | Werner Koch | 1 | -0/+19 | |
(gnupg_copy_time): New. * gettime.c (gnupg_get_isotime): New. | |||||
2003-09-23 | Merged most of David Shaw's changes in 1.3 since 2003-06-03. | Werner Koch | 1 | -0/+4 | |
2003-08-05 | This commit was manufactured by cvs2svn to create branch | Repo Admin | 1 | -0/+120 | |
'GNUPG-1-9-BRANCH'. | |||||
2002-10-19 | This commit was manufactured by cvs2svn to create branch | Repo Admin | 1 | -117/+0 | |
'GNUPG-1-9-BRANCH'. | |||||
2002-08-09 | * signal.c: New. Taken from GnuPG 1.1.91. | Werner Koch | 1 | -2/+8 | |
2002-07-22 | * fseeko.c, ftello.c: New. | Werner Koch | 1 | -1/+0 | |
* configure.ac: Check for ftello and provide a replacement. | |||||
2002-05-14 | sm/ | Werner Koch | 1 | -0/+7 | |
* gpgsm.c: New option --faked-system-time * sign.c (gpgsm_sign): And use it here. * certpath.c (gpgsm_validate_path): Ditto. common/ * gettime.c: New. agent/ * cache.c (housekeeping, agent_put_cache): Use our time() wrapper. / * doc/: New * configure.ac, Makefile.am: Added doc/ | |||||
2002-02-12 | * fopencookie.c: Dummy function. | Werner Koch | 1 | -2/+24 | |
* vasprintf.c: New. Taken from binutils-2.9.1 and dropped all non ANSI-C stuff. Merged with asprintf version. * no-pth.c: New. | |||||
2002-01-10 | *** empty log message *** | Werner Koch | 1 | -0/+8 | |
2001-12-14 | * util.h (digitp, hexdigitp): New ctype like macros. | Werner Koch | 1 | -2/+2 | |
(atoi_1,atoi_2,atoi_4,xtoi_1,xtoi_2): New. * command.c: Removed the conversion macros as they are now in ../common/util.h. | |||||
2001-12-14 | * util.h (digitp, hexdigitp): New ctype like macros. | Werner Koch | 1 | -0/+15 | |
(atoi_1,atoi_2,atoi_4,xtoi_1,xtoi_2): New. | |||||
2001-12-05 | New error codes and another mapping fnc. | Werner Koch | 1 | -0/+1 | |
2001-11-24 | Added new directory common to enable sharing of some code and error | Werner Koch | 1 | -9/+10 | |
numbers between gpg, gpgsm and gpg-agent. Move some files and code to there. | |||||
2001-11-19 | gpgsm --verify does now work like gpg including the | Werner Koch | 1 | -1/+1 | |
--enable-special-filenames option. | |||||
2001-11-13 | We have reached a state where we are able to import certs and | Werner Koch | 1 | -0/+8 | |
check the certification path. | |||||
2001-11-07 | Implemented server main loop and started with import command. | Werner Koch | 1 | -0/+4 | |
2001-11-06 | gpgsm does now build and a dummy server can be started. | Werner Koch | 1 | -18/+20 | |
2001-11-06 | First chunk of code for the Assuan library | Werner Koch | 1 | -8/+22 | |
2000-07-14 | See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner Koch | Werner Koch | 1 | -1/+1 | |
2000-01-27 | See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner Koch | Werner Koch | 1 | -3/+3 | |
1999-03-20 | See ChangeLog: Sat Mar 20 11:53:40 CET 1999 Werner Koch | Werner Koch | 1 | -0/+1 | |
1999-01-19 | See ChangeLog: Tue Jan 19 19:34:58 CET 1999 Werner Koch | Werner Koch | 1 | -0/+1 | |
1999-01-16 | See ChangeLog: Sat Jan 16 09:27:30 CET 1999 Werner Koch | Werner Koch | 1 | -20/+6 | |
1998-12-23 | See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner Koch | Werner Koch | 1 | -3/+3 | |
1998-07-06 | intermediate release | Werner Koch | 1 | -9/+21 | |
1998-06-16 | some more internall structure changes | Werner Koch | 1 | -4/+4 | |
1997-12-16 | added some stuff for signing keys | Werner Koch | 1 | -0/+1 | |
1997-11-18 | initially checkin | Werner Koch | 1 | -0/+29 | |