Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tidied up RISC OS specific stuff | Stefan Bellon | 2002-06-21 | 2 | -0/+11 |
| | |||||
* | image file system feature and filetype for RISC OS | Stefan Bellon | 2002-06-20 | 2 | -0/+41 |
| | |||||
* | * strgutil.c (pop_strlist): New function to pop the head off of a strlist. | David Shaw | 2002-06-14 | 2 | -0/+21 |
| | |||||
* | 2002-06-05 Timo Schulz <[email protected]> | Timo Schulz | 2002-06-05 | 2 | -22/+35 |
| | | | | | | * fileutil.c (is_file_compressed): Corrected the magic values for bzip2 and gzip. Noted by David. | ||||
* | * fileutil.c (compare_filenames): Replaced stricmp by strcasecmp. | Werner Koch | 2002-05-22 | 4 | -19/+23 |
| | | | | | | | | * miscutil.c (answer_is_yes_no_quit,answer_is_yes_no_default): Ditto. * strgutil.c (strncasecmp): New. (memicmp): Removed. | ||||
* | fixes for M_DEBUG, strcasecmp and RISC OS | Stefan Bellon | 2002-05-10 | 4 | -11/+34 |
| | |||||
* | * http.c (write_server) [__MINGW32__]: Replaced WriteFile by send | Werner Koch | 2002-05-04 | 2 | -4/+9 |
| | | | | | because sockets don't work with WriteFile under NT anymore. | ||||
* | * argparse.c (optfile_parse): Remove quotes only if they totally enclose | David Shaw | 2002-05-03 | 2 | -4/+20 |
| | | | | | | | 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. | ||||
* | util/ | Werner Koch | 2002-05-02 | 2 | -0/+10 |
| | | | | | | | | * 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. | ||||
* | * miscutil.c: New function answer_is_yes_no_default() to give a default | David Shaw | 2002-04-23 | 2 | -3/+12 |
| | | | | | answer. | ||||
* | RISC OS specific changes | Stefan Bellon | 2002-04-22 | 3 | -130/+21 |
| | |||||
* | Merged in my changes, after disk crash. Fortunately the CVS was not | Werner Koch | 2002-04-08 | 2 | -4/+14 |
| | | | | | | affected - but everything else and it seems that there is no backup of the BTS data is available :-( | ||||
* | If a delimiter is used, then quote the backslash character as well. | David Shaw | 2002-03-29 | 3 | -4/+14 |
| | | | | | Problem noted by Rainer Perske. | ||||
* | * http.c (write_server): Convert integer to a HANDLE for W32. | Timo Schulz | 2002-02-28 | 2 | -1/+6 |
| | | | | | | Usually there should be no problem, but maybe this is not true for all W32 versions (2K, NT, XP, ME). | ||||
* | Do not cache fdopened fds on close. | David Shaw | 2002-01-27 | 2 | -3/+7 |
| | |||||
* | * secmem.c (print_warn): Print a pointer to the FAQ. | Werner Koch | 2002-01-08 | 2 | -2/+10 |
| | |||||
* | * argparse.c (default_strusage): Set default copyright date to 2002. | Werner Koch | 2002-01-05 | 2 | -1/+5 |
| | |||||
* | updated include file name | Stefan Bellon | 2002-01-02 | 5 | -28/+121 |
| | |||||
* | Some exec cleanups and tweaks for photo ID and keyserver execution | David Shaw | 2001-12-27 | 2 | -0/+5 |
| | |||||
* | Someone must have fixed this without an entry here ;-) | Werner Koch | 2001-12-27 | 1 | -0/+4 |
| | |||||
* | Fixed a typo and W32 support for the latest CVS changes. | Timo Schulz | 2001-12-23 | 1 | -1/+1 |
| | |||||
* | fixed realloc not working correctly with M_GUARD | Stefan Bellon | 2001-12-22 | 2 | -13/+22 |
| | |||||
* | Minor cleanups | Werner Koch | 2001-12-22 | 2 | -1/+4 |
| | |||||
* | Added is_file_compressed | Timo Schulz | 2001-12-22 | 2 | -1/+47 |
| | |||||
* | * simple-gettext.c, w32reg.c [CYGWIN32]: Allow to use this file | Werner Koch | 2001-12-19 | 3 | -4/+9 |
| | |||||
* | fixes for the 1.0.6b bugs David recently posted to gnupg-devel. | Werner Koch | 2001-11-08 | 1 | -1/+1 |
| | |||||
* | Fixed the Read-Only keyring bug and changed the way the keydb interface | Werner Koch | 2001-10-18 | 2 | -3/+8 |
| | | | | | works. | ||||
* | completed the new key validation code | Werner Koch | 2001-09-26 | 1 | -1/+1 |
| | |||||
* | Bug fixes and Timo's patches | Werner Koch | 2001-09-19 | 6 | -43/+141 |
| | |||||
* | Check for garbled packets | Werner Koch | 2001-09-18 | 2 | -3/+8 |
| | |||||
* | more bug fixesand some warning cleanups | Werner Koch | 2001-09-09 | 2 | -1/+54 |
| | |||||
* | Revamped the keyring code | Werner Koch | 2001-09-06 | 2 | -2/+6 |
| | |||||
* | Fixed possible endless loop | Stefan Bellon | 2001-08-21 | 2 | -48/+68 |
| | |||||
* | Implemented -cs and some fixes to the rfc1991 symmetric only mode | Werner Koch | 2001-08-20 | 2 | -0/+15 |
| | |||||
* | Applied Stefan's patches to support RISCOS. | Werner Koch | 2001-08-20 | 10 | -33/+563 |
| | |||||
* | migration to autoconf 2.52 and bugfixes | Werner Koch | 2001-07-26 | 1 | -1/+1 |
| | |||||
* | Fixed printing of badly encoded utf-8 | Werner Koch | 2001-07-03 | 2 | -9/+26 |
| | |||||
* | Fix for toupper('I') != 'i' | Werner Koch | 2001-06-12 | 4 | -8/+98 |
| | |||||
* | Fixed a possible W32 bufferoverflow | Werner Koch | 2001-06-06 | 4 | -30/+119 |
| | |||||
* | fixed severe format string bug | Werner Koch | 2001-05-25 | 3 | -1/+15 |
| | |||||
* | --send-key fix and other minor things | Werner Koch | 2001-05-05 | 2 | -1/+6 |
| | |||||
* | Fixed copyright year lists according to CVS and ChangeLogs | Werner Koch | 2001-04-29 | 9 | -10/+9 |
| | |||||
* | Updated copyright notices and other doc fixes. | Werner Koch | 2001-04-28 | 13 | -23/+25 |
| | |||||
* | last hour fixes. | Werner Koch | 2001-04-28 | 2 | -3/+13 |
| | |||||
* | Add kludge for broken HTTP proxies. | Werner Koch | 2001-04-23 | 2 | -3/+12 |
| | |||||
* | Add UTF-8 charset | Werner Koch | 2001-04-20 | 2 | -2/+27 |
| | |||||
* | Fixes for W32 | Werner Koch | 2001-04-19 | 3 | -4/+24 |
| | |||||
* | Estonian translation, .texi man pages. | Werner Koch | 2001-04-17 | 3 | -38/+17 |
| | |||||
* | Re-enabled iobuf_translate_file_handle, so that --command-fd et.al continue | Werner Koch | 2001-04-02 | 2 | -4/+22 |
| | | | | | to work under W32. | ||||
* | Allow to enter an alternate filename | Werner Koch | 2001-03-29 | 3 | -9/+19 |
| |