1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-10 23:49:50 +02:00
Commit Graph

226 Commits

Author SHA1 Message Date
Stefan Bellon
53a953568e tidied up RISC OS specific stuff 2002-06-21 09:59:39 +00:00
Stefan Bellon
4dcd984b28 image file system feature and filetype for RISC OS 2002-06-20 15:43:19 +00:00
David Shaw
7226fdf27a * strgutil.c (pop_strlist): New function to pop the head off of a strlist. 2002-06-14 19:34:19 +00:00
Timo Schulz
098a5229d1 2002-06-05 Timo Schulz <ts@winpt.org>
* fileutil.c (is_file_compressed): Corrected the magic values
        for bzip2 and gzip. Noted by David.
2002-06-05 09:23:51 +00:00
Werner Koch
eb1057be7c * fileutil.c (compare_filenames): Replaced stricmp by strcasecmp.
* miscutil.c (answer_is_yes_no_quit,answer_is_yes_no_default): Ditto.

* strgutil.c (strncasecmp): New.
(memicmp): Removed.
2002-05-22 09:09:24 +00:00
Stefan Bellon
1935d90e1f fixes for M_DEBUG, strcasecmp and RISC OS 2002-05-10 17:28:32 +00:00
Werner Koch
d89cf26621 * http.c (write_server) [__MINGW32__]: Replaced WriteFile by send
because sockets don't work with WriteFile under NT anymore.
2002-05-04 16:49:25 +00:00
David Shaw
8b7d2475bb * argparse.c (optfile_parse): Remove quotes only if they totally enclose
the string, and do not occur within the string.  This makes specifying a
program under Win32 easier when you need quotes around part of a string,
but not around the whole string.
2002-05-03 13:20:00 +00:00
Werner Koch
1b65d681ff util/
* memory.c (alloc): Malloc at least 1 byte.  Noted by Winona Brown.
g10/
* options.skel: Removed the comment on trusted-keys because this
option is now deprecated.
2002-05-02 07:48:39 +00:00
David Shaw
af5e83329e * miscutil.c: New function answer_is_yes_no_default() to give a default
answer.
2002-04-23 17:22:11 +00:00
Stefan Bellon
70618e5175 RISC OS specific changes 2002-04-22 15:49:31 +00:00
Werner Koch
b725d8ec27 Merged in my changes, after disk crash. Fortunately the CVS was not
affected - but everything else and it seems that there is no backup of
the BTS data is available :-(
2002-04-08 15:10:51 +00:00
David Shaw
47c8a325f5 If a delimiter is used, then quote the backslash character as well.
Problem noted by Rainer Perske.
2002-03-29 16:52:07 +00:00
Timo Schulz
6be293e24b * http.c (write_server): Convert integer to a HANDLE for W32.
Usually there should be no problem, but maybe this is not true
for all W32 versions (2K, NT, XP, ME).
2002-02-28 19:28:27 +00:00
David Shaw
77afb82dc2 Do not cache fdopened fds on close. 2002-01-27 19:43:33 +00:00
Werner Koch
dfd091cf52 * secmem.c (print_warn): Print a pointer to the FAQ. 2002-01-08 19:29:35 +00:00
Werner Koch
bfec9806d2 * argparse.c (default_strusage): Set default copyright date to 2002. 2002-01-05 18:58:11 +00:00
Stefan Bellon
60becb0597 updated include file name 2002-01-02 17:45:57 +00:00
David Shaw
1a2d0ebc11 Some exec cleanups and tweaks for photo ID and keyserver execution 2001-12-27 20:48:05 +00:00
Werner Koch
2450c71ac3 Someone must have fixed this without an entry here ;-) 2001-12-27 18:57:50 +00:00
Timo Schulz
8c35c19e43 Fixed a typo and W32 support for the latest CVS changes. 2001-12-23 12:40:04 +00:00
Stefan Bellon
dc6d5b2a41 fixed realloc not working correctly with M_GUARD 2001-12-22 18:47:58 +00:00
Werner Koch
ccb1f8c175 Minor cleanups 2001-12-22 13:12:24 +00:00
Timo Schulz
0d3b9f0245 Added is_file_compressed 2001-12-22 12:46:47 +00:00
Werner Koch
7f5062db6c * simple-gettext.c, w32reg.c [CYGWIN32]: Allow to use this file 2001-12-19 18:04:00 +00:00
Werner Koch
c67b9886c6 fixes for the 1.0.6b bugs David recently posted to gnupg-devel. 2001-11-08 13:26:00 +00:00
Werner Koch
cfd10815b3 Fixed the Read-Only keyring bug and changed the way the keydb interface
works.
2001-10-18 11:56:03 +00:00
Werner Koch
52be6a8aef completed the new key validation code 2001-09-26 12:49:10 +00:00
Werner Koch
cf477d0908 Bug fixes and Timo's patches 2001-09-19 14:25:05 +00:00
Werner Koch
e46ad749f9 Check for garbled packets 2001-09-18 09:40:31 +00:00
Werner Koch
d4cd7a3d4b more bug fixesand some warning cleanups 2001-09-09 16:09:19 +00:00
Werner Koch
ed17c7afd0 Revamped the keyring code 2001-09-06 17:10:00 +00:00
Stefan Bellon
fa3e86043f Fixed possible endless loop 2001-08-21 18:05:23 +00:00
Werner Koch
98a8843e28 Implemented -cs and some fixes to the rfc1991 symmetric only mode 2001-08-20 19:10:34 +00:00
Werner Koch
23589ae0a2 Applied Stefan's patches to support RISCOS. 2001-08-20 11:53:05 +00:00
Werner Koch
6732700743 migration to autoconf 2.52 and bugfixes 2001-07-26 09:37:47 +00:00
Werner Koch
b000da8af8 Fixed printing of badly encoded utf-8 2001-07-03 18:19:11 +00:00
Werner Koch
01fe1dd2a9 Fix for toupper('I') != 'i' 2001-06-12 18:42:40 +00:00
Werner Koch
e38f5c8326 Fixed a possible W32 bufferoverflow 2001-06-06 18:58:05 +00:00
Werner Koch
ca284c1000 fixed severe format string bug 2001-05-25 07:22:34 +00:00
Werner Koch
432c230348 --send-key fix and other minor things 2001-05-05 16:33:05 +00:00
Werner Koch
e061b9972f Fixed copyright year lists according to CVS and ChangeLogs 2001-04-29 14:08:29 +00:00
Werner Koch
cc08ba73d4 Updated copyright notices and other doc fixes. 2001-04-28 18:53:00 +00:00
Werner Koch
7bf54c22e9 last hour fixes. 2001-04-28 10:43:25 +00:00
Werner Koch
fda386855b Add kludge for broken HTTP proxies. 2001-04-23 11:44:46 +00:00
Werner Koch
7c67adea66 Add UTF-8 charset 2001-04-20 12:21:23 +00:00
Werner Koch
397a73b685 Fixes for W32 2001-04-19 11:40:45 +00:00
Werner Koch
64ddc393e1 Estonian translation, .texi man pages. 2001-04-17 16:20:32 +00:00
Werner Koch
ffb7dd044a Re-enabled iobuf_translate_file_handle, so that --command-fd et.al continue
to work under W32.
2001-04-02 18:08:30 +00:00
Werner Koch
424f5d6d93 Allow to enter an alternate filename 2001-03-29 09:18:11 +00:00