aboutsummaryrefslogtreecommitdiffstats
path: root/util/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * keydb.c (keydb_add_resource): Factored keyring creation out to ..Werner Koch2004-08-131-1/+6
| | | | | | (maybe_create_keyring): .. new. Make sure that we do the checks in a locked state. Problem reported by Stefan Haller.
* * configure.ac (ALL_LINGUAS): Removed.Werner Koch2004-08-091-0/+4
| | | | | | | | | | | | | | | * Makefile.am (LDADD): Replaced INTLLIBS by LIBINTL. * Makefile.am (gpgkeys_hkp_LDADD): Replaced INTLLIBS by LIBINTL. * ca.po: Updated. * autogen.sh: Run aclocal with -I m4. * Makefile.am: Replaced INTLLIBS by LIBINTL. * Makefile.am (http-test): Replaced INTLLIBS by LIBINTL.
* * iobuf.c (block_filter): Properly handle a partial body stream that endsDavid Shaw2004-03-011-0/+5
| | | | | with a 5-byte length that happens to be zero.
* * secmem.c (lock_pool) [_AIX]: Also set errno.Werner Koch2004-02-241-0/+4
|
* * argparse.c (initialize): Avoid a number of -Wformat-nonliteral warnings.David Shaw2004-01-131-0/+6
| | | | | These aren't actual problems, but the warnings bothered me.
* * miscutil.c (print_string2): New variation on print_string that allowsDavid Shaw2004-01-131-0/+8
| | | | | | | two delimiters. (print_string): Call print_string2 to do work. * argparse.c (default_strusage): Update copyright date.
* * iobuf.c (block_filter): Properly handle a partial body stream that endsDavid Shaw2003-12-251-0/+5
| | | | | with a 5-byte length.
* * http.c (send_request): Add a Host: header for virtual hosts.David Shaw2003-12-061-0/+4
|
* * miscutil.c (answer_is_yes_no_default, answer_is_yes_no_quit): Don't useDavid Shaw2003-12-031-0/+7
| | | | | | alternate strings when not needed so we don't have to re-translate them. Hopefully the comment will be enough to indicate multiple match strings.
* * miscutil.c (match_multistr): New. Match against each segment in aDavid Shaw2003-11-211-0/+7
| | | | | | string with tokens separated by |. (answer_is_yes_no_default, answer_is_yes_no_quit): Use it here to enable alternate translations.
* * secmem.c (lock_pool) [_AIX]: Don't use plock.Werner Koch2003-10-231-0/+4
|
* * ttyio.c: Typo fixes.Werner Koch2003-07-301-0/+2
|
* Changed a lot of __MINGW32__ to _WIN32. This should help a bit inWerner Koch2003-07-301-0/+6
| | | | | building with native Windows compilers. On request by Brian Gladman.
* Make sure that only ascii is passed to isfoo functions.Werner Koch2003-06-071-3/+10
|
* * argparse.c, dotlock.c, fileutil.c, iobuf.c, miscutil.c,David Shaw2003-05-221-0/+8
| | | | | | | | simple-gettext.c, errors.c, http.c, memory.c, secmem.c, ttyio.c: Edit all preprocessor instructions to remove whitespace before the '#'. This is not required by C89, but there are some compilers out there that don't like it.
* * fileutil.c (is_file_compressed): Fix the check for the "-" fileWerner Koch2003-05-211-0/+5
| | | | | name.
* * argparse.c (default_strusage): Change copyright date.David Shaw2003-03-231-0/+4
|
* * ttyio.c (tty_print_utf8_string, tty_print_utf8_string2): Use 0 toDavid Shaw2003-02-191-0/+7
| | | | | | indicate a string with no maximum size. This prevents early truncation of strings that contain control chars which are expanded into \xXX form.
* * iobuf.c (iobuf_flush): Only print debug info if debugging is on.David Shaw2002-12-261-0/+4
|
* * ttyio.c (TERMDEVICE): Removed.Werner Koch2002-11-091-0/+6
| | | | | | (tty_get_ttyname): New. (init_ttyfp): Use it here instead of the TERMDEVICE macro.
* * secmem.c (secmem_free, secmem_term): Use wipememory2() instead ofDavid Shaw2002-11-061-0/+5
| | | | | memset() to overwrite secure memory.
* * w32reg.c (read_w32_registry_string): Fixed expanding of theWerner Koch2002-10-281-0/+6
| | | | | | environment buffer; didn't worked at all. Reported by Thijmen Klok.
* reverted filetype patchStefan Bellon2002-10-281-5/+1
|
* filetype support for RISC OSStefan Bellon2002-10-281-0/+9
|
* * secmem.c (lock_pool) [__CYGWIN__]: Don't print secmem warning.Werner Koch2002-10-211-0/+6
| | | | | * iobuf.c (direct_open): Handle mode 'b' if O_BINARY is available.
* * w32reg.c (read_w32_registry_string): Fallback to HLM.Werner Koch2002-09-161-0/+4
|
* * simple-gettext.c: Disable charset mappings. We do it now whenV1-2-2Werner Koch2002-09-111-0/+5
| | | | | installing the files.
* * w32reg.c (read_w32_registry_string): Handle REG_EXPAND_SZ.Werner Koch2002-09-101-0/+11
| | | | | | | Suggested by Ryan Malayter. * strgutil.c (ascii_strcasecmp): Replaced by code from gnulib. (ascii_strncasecmp): New.
* * strgutil.c (set_native_charset): Allow NULL as argument to useWerner Koch2002-09-021-0/+5
| | | | | nl_langinfo for selection. Mapped latin-15 to latin-1.
* * iobuf.c (block_filter): Removed the assert, so that one can passWerner Koch2002-08-301-0/+6
| | | | | | the first character of a message and use the block filter for non partial length encoded packets.
* tidying up RISC OS stuffStefan Bellon2002-08-061-0/+5
|
* RISC OS changes because of dynload removalStefan Bellon2002-08-031-0/+5
|
* * secmem.c: "Warning" -> "WARNING"David Shaw2002-07-251-0/+4
|
* * argparse.c (initialize): We better exit after a read error soWerner Koch2002-07-051-0/+6
| | | | | | that we don't run into an endless loop when reading a directory. Noted by Andrew Suffield.
* * argparse.c (optfile_parse): Fix variable typo - 'p2' should be 'p' :)David Shaw2002-07-011-0/+5
|
* * argparse.c (optfile_parse): Renamed an auto I to P2 to avoidWerner Koch2002-06-291-0/+5
| | | | | shadowing warning.
* Update head to match stable 1.0David Shaw2002-06-291-83/+430
|
* See ChangeLog: Mon Sep 18 16:35:45 CEST 2000 Werner KochWerner Koch2000-09-181-0/+12
|
* See ChangeLog: Fri Aug 18 14:27:14 CEST 2000 Werner KochWerner Koch2000-08-181-0/+4
|
* See ChangeLog: Fri Jul 28 18:19:11 CEST 2000 Werner KochWerner Koch2000-07-281-0/+7
|
* See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner KochWerner Koch2000-07-141-0/+25
|
* See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner KochWerner Koch2000-01-271-0/+4
|
* See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner KochWerner Koch2000-01-241-0/+16
|
* See ChangeLog: Fri Dec 31 12:48:31 CET 1999 Werner KochWerner Koch1999-12-311-0/+6
|
* See ChangeLog: Wed Dec 8 21:58:32 CET 1999 Werner KochWerner Koch1999-12-081-0/+18
|
* See ChangeLog: Fri Nov 19 17:15:20 CET 1999 Werner KochWerner Koch1999-11-191-0/+21
|
* See ChangeLog: Sat Nov 13 17:44:23 CET 1999 Werner KochWerner Koch1999-11-131-0/+6
|
* See ChangeLog: Tue Oct 26 14:10:21 CEST 1999 Werner KochWerner Koch1999-10-261-0/+8
|
* See ChangeLog: Fri Sep 17 12:56:42 CEST 1999 Werner KochV1-0-1Werner Koch1999-09-171-0/+10
|
* See ChangeLog: Wed Sep 15 16:22:17 CEST 1999 Werner KochV1-0-4V1-0-3V1-0-2V1-0-1-ePit-1Werner Koch1999-09-151-0/+5
|