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