aboutsummaryrefslogtreecommitdiffstats
path: root/util (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tidied up RISC OS specific stuffStefan Bellon2002-06-212-0/+11
|
* image file system feature and filetype for RISC OSStefan Bellon2002-06-202-0/+41
|
* * strgutil.c (pop_strlist): New function to pop the head off of a strlist.David Shaw2002-06-142-0/+21
|
* 2002-06-05 Timo Schulz <[email protected]>Timo Schulz2002-06-052-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 Koch2002-05-224-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 OSStefan Bellon2002-05-104-11/+34
|
* * http.c (write_server) [__MINGW32__]: Replaced WriteFile by sendWerner Koch2002-05-042-4/+9
| | | | | because sockets don't work with WriteFile under NT anymore.
* * argparse.c (optfile_parse): Remove quotes only if they totally encloseDavid Shaw2002-05-032-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 Koch2002-05-022-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 defaultDavid Shaw2002-04-232-3/+12
| | | | | answer.
* RISC OS specific changesStefan Bellon2002-04-223-130/+21
|
* Merged in my changes, after disk crash. Fortunately the CVS was notWerner Koch2002-04-082-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 Shaw2002-03-293-4/+14
| | | | | Problem noted by Rainer Perske.
* * http.c (write_server): Convert integer to a HANDLE for W32.Timo Schulz2002-02-282-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 Shaw2002-01-272-3/+7
|
* * secmem.c (print_warn): Print a pointer to the FAQ.Werner Koch2002-01-082-2/+10
|
* * argparse.c (default_strusage): Set default copyright date to 2002.Werner Koch2002-01-052-1/+5
|
* updated include file nameStefan Bellon2002-01-025-28/+121
|
* Some exec cleanups and tweaks for photo ID and keyserver executionDavid Shaw2001-12-272-0/+5
|
* Someone must have fixed this without an entry here ;-)Werner Koch2001-12-271-0/+4
|
* Fixed a typo and W32 support for the latest CVS changes.Timo Schulz2001-12-231-1/+1
|
* fixed realloc not working correctly with M_GUARDStefan Bellon2001-12-222-13/+22
|
* Minor cleanupsWerner Koch2001-12-222-1/+4
|
* Added is_file_compressedTimo Schulz2001-12-222-1/+47
|
* * simple-gettext.c, w32reg.c [CYGWIN32]: Allow to use this fileWerner Koch2001-12-193-4/+9
|
* fixes for the 1.0.6b bugs David recently posted to gnupg-devel.Werner Koch2001-11-081-1/+1
|
* Fixed the Read-Only keyring bug and changed the way the keydb interfaceWerner Koch2001-10-182-3/+8
| | | | | works.
* completed the new key validation codeWerner Koch2001-09-261-1/+1
|
* Bug fixes and Timo's patchesWerner Koch2001-09-196-43/+141
|
* Check for garbled packetsWerner Koch2001-09-182-3/+8
|
* more bug fixesand some warning cleanupsWerner Koch2001-09-092-1/+54
|
* Revamped the keyring codeWerner Koch2001-09-062-2/+6
|
* Fixed possible endless loopStefan Bellon2001-08-212-48/+68
|
* Implemented -cs and some fixes to the rfc1991 symmetric only modeWerner Koch2001-08-202-0/+15
|
* Applied Stefan's patches to support RISCOS.Werner Koch2001-08-2010-33/+563
|
* migration to autoconf 2.52 and bugfixesWerner Koch2001-07-261-1/+1
|
* Fixed printing of badly encoded utf-8Werner Koch2001-07-032-9/+26
|
* Fix for toupper('I') != 'i'Werner Koch2001-06-124-8/+98
|
* Fixed a possible W32 bufferoverflowWerner Koch2001-06-064-30/+119
|
* fixed severe format string bugWerner Koch2001-05-253-1/+15
|
* --send-key fix and other minor thingsWerner Koch2001-05-052-1/+6
|
* Fixed copyright year lists according to CVS and ChangeLogsWerner Koch2001-04-299-10/+9
|
* Updated copyright notices and other doc fixes.Werner Koch2001-04-2813-23/+25
|
* last hour fixes.Werner Koch2001-04-282-3/+13
|
* Add kludge for broken HTTP proxies.Werner Koch2001-04-232-3/+12
|
* Add UTF-8 charsetWerner Koch2001-04-202-2/+27
|
* Fixes for W32Werner Koch2001-04-193-4/+24
|
* Estonian translation, .texi man pages.Werner Koch2001-04-173-38/+17
|
* Re-enabled iobuf_translate_file_handle, so that --command-fd et.al continueWerner Koch2001-04-022-4/+22
| | | | | to work under W32.
* Allow to enter an alternate filenameWerner Koch2001-03-293-9/+19
|