aboutsummaryrefslogtreecommitdiffstats
path: root/util/ChangeLog (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-03-10(secmem_realloc): Take control information into accountWerner Koch1-0/+5
when testing for a resize.
2004-12-03* http.c (send_request): Include the port if non-80 in the Host: header.David Shaw1-0/+5
Noted by Jason Harris.
2004-08-23(destroy_dotlock): Remove the handle from the list ofWerner Koch1-0/+10
locks. (release_dotlock): Don't act if we don't have any locks at all.
2004-08-19* http.c (insert_escapes): Fix encoding problem for non-URI-safeDavid Shaw1-0/+5
characters. Noted by Vladimir Novak.
2004-08-13* keydb.c (keydb_add_resource): Factored keyring creation out to ..Werner Koch1-1/+6
(maybe_create_keyring): .. new. Make sure that we do the checks in a locked state. Problem reported by Stefan Haller.
2004-08-09* configure.ac (ALL_LINGUAS): Removed.Werner Koch1-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.
2004-03-01* iobuf.c (block_filter): Properly handle a partial body stream that endsDavid Shaw1-0/+5
with a 5-byte length that happens to be zero.
2004-02-24* secmem.c (lock_pool) [_AIX]: Also set errno.Werner Koch1-0/+4
2004-01-13* argparse.c (initialize): Avoid a number of -Wformat-nonliteral warnings.David Shaw1-0/+6
These aren't actual problems, but the warnings bothered me.
2004-01-13* miscutil.c (print_string2): New variation on print_string that allowsDavid Shaw1-0/+8
two delimiters. (print_string): Call print_string2 to do work. * argparse.c (default_strusage): Update copyright date.
2003-12-25* iobuf.c (block_filter): Properly handle a partial body stream that endsDavid Shaw1-0/+5
with a 5-byte length.
2003-12-06* http.c (send_request): Add a Host: header for virtual hosts.David Shaw1-0/+4
2003-12-03* miscutil.c (answer_is_yes_no_default, answer_is_yes_no_quit): Don't useDavid Shaw1-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.
2003-11-21* miscutil.c (match_multistr): New. Match against each segment in aDavid Shaw1-0/+7
string with tokens separated by |. (answer_is_yes_no_default, answer_is_yes_no_quit): Use it here to enable alternate translations.
2003-10-23* secmem.c (lock_pool) [_AIX]: Don't use plock.Werner Koch1-0/+4
2003-07-30* ttyio.c: Typo fixes.Werner Koch1-0/+2
2003-07-30Changed a lot of __MINGW32__ to _WIN32. This should help a bit inWerner Koch1-0/+6
building with native Windows compilers. On request by Brian Gladman.
2003-06-07Make sure that only ascii is passed to isfoo functions.Werner Koch1-3/+10
2003-05-22* argparse.c, dotlock.c, fileutil.c, iobuf.c, miscutil.c,David Shaw1-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.
2003-05-21* fileutil.c (is_file_compressed): Fix the check for the "-" fileWerner Koch1-0/+5
name.
2003-03-23* argparse.c (default_strusage): Change copyright date.David Shaw1-0/+4
2003-02-19* ttyio.c (tty_print_utf8_string, tty_print_utf8_string2): Use 0 toDavid Shaw1-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.
2002-12-26* iobuf.c (iobuf_flush): Only print debug info if debugging is on.David Shaw1-0/+4
2002-11-09* ttyio.c (TERMDEVICE): Removed.Werner Koch1-0/+6
(tty_get_ttyname): New. (init_ttyfp): Use it here instead of the TERMDEVICE macro.
2002-11-06* secmem.c (secmem_free, secmem_term): Use wipememory2() instead ofDavid Shaw1-0/+5
memset() to overwrite secure memory.
2002-10-28* w32reg.c (read_w32_registry_string): Fixed expanding of theWerner Koch1-0/+6
environment buffer; didn't worked at all. Reported by Thijmen Klok.
2002-10-28reverted filetype patchStefan Bellon1-5/+1
2002-10-28filetype support for RISC OSStefan Bellon1-0/+9
2002-10-21* secmem.c (lock_pool) [__CYGWIN__]: Don't print secmem warning.Werner Koch1-0/+6
* iobuf.c (direct_open): Handle mode 'b' if O_BINARY is available.
2002-09-16* w32reg.c (read_w32_registry_string): Fallback to HLM.Werner Koch1-0/+4
2002-09-11* simple-gettext.c: Disable charset mappings. We do it now whenV1-2-2Werner Koch1-0/+5
installing the files.
2002-09-10* w32reg.c (read_w32_registry_string): Handle REG_EXPAND_SZ.Werner Koch1-0/+11
Suggested by Ryan Malayter. * strgutil.c (ascii_strcasecmp): Replaced by code from gnulib. (ascii_strncasecmp): New.
2002-09-02* strgutil.c (set_native_charset): Allow NULL as argument to useWerner Koch1-0/+5
nl_langinfo for selection. Mapped latin-15 to latin-1.
2002-08-30* iobuf.c (block_filter): Removed the assert, so that one can passWerner Koch1-0/+6
the first character of a message and use the block filter for non partial length encoded packets.
2002-08-06tidying up RISC OS stuffStefan Bellon1-0/+5
2002-08-03RISC OS changes because of dynload removalStefan Bellon1-0/+5
2002-07-25* secmem.c: "Warning" -> "WARNING"David Shaw1-0/+4
2002-07-05* argparse.c (initialize): We better exit after a read error soWerner Koch1-0/+6
that we don't run into an endless loop when reading a directory. Noted by Andrew Suffield.
2002-07-01* argparse.c (optfile_parse): Fix variable typo - 'p2' should be 'p' :)David Shaw1-0/+5
2002-06-29* argparse.c (optfile_parse): Renamed an auto I to P2 to avoidWerner Koch1-0/+5
shadowing warning.
2002-06-29Update head to match stable 1.0David Shaw1-83/+430
2000-09-18See ChangeLog: Mon Sep 18 16:35:45 CEST 2000 Werner KochWerner Koch1-0/+12
2000-08-18See ChangeLog: Fri Aug 18 14:27:14 CEST 2000 Werner KochWerner Koch1-0/+4
2000-07-28See ChangeLog: Fri Jul 28 18:19:11 CEST 2000 Werner KochWerner Koch1-0/+7
2000-07-14See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner KochWerner Koch1-0/+25
2000-01-27See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner KochWerner Koch1-0/+4
2000-01-24See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner KochWerner Koch1-0/+16
1999-12-31See ChangeLog: Fri Dec 31 12:48:31 CET 1999 Werner KochWerner Koch1-0/+6
1999-12-08See ChangeLog: Wed Dec 8 21:58:32 CET 1999 Werner KochWerner Koch1-0/+18
1999-11-19See ChangeLog: Fri Nov 19 17:15:20 CET 1999 Werner KochWerner Koch1-0/+21