Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * keydb.c (keydb_add_resource): Factored keyring creation out to .. | Werner Koch | 2004-08-13 | 1 | -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 Koch | 2004-08-09 | 1 | -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 ends | David Shaw | 2004-03-01 | 1 | -0/+5 |
| | | | | | with a 5-byte length that happens to be zero. | ||||
* | * secmem.c (lock_pool) [_AIX]: Also set errno. | Werner Koch | 2004-02-24 | 1 | -0/+4 |
| | |||||
* | * argparse.c (initialize): Avoid a number of -Wformat-nonliteral warnings. | David Shaw | 2004-01-13 | 1 | -0/+6 |
| | | | | | These aren't actual problems, but the warnings bothered me. | ||||
* | * miscutil.c (print_string2): New variation on print_string that allows | David Shaw | 2004-01-13 | 1 | -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 ends | David Shaw | 2003-12-25 | 1 | -0/+5 |
| | | | | | with a 5-byte length. | ||||
* | * http.c (send_request): Add a Host: header for virtual hosts. | David Shaw | 2003-12-06 | 1 | -0/+4 |
| | |||||
* | * miscutil.c (answer_is_yes_no_default, answer_is_yes_no_quit): Don't use | David Shaw | 2003-12-03 | 1 | -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 a | David Shaw | 2003-11-21 | 1 | -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 Koch | 2003-10-23 | 1 | -0/+4 |
| | |||||
* | * ttyio.c: Typo fixes. | Werner Koch | 2003-07-30 | 1 | -0/+2 |
| | |||||
* | Changed a lot of __MINGW32__ to _WIN32. This should help a bit in | Werner Koch | 2003-07-30 | 1 | -0/+6 |
| | | | | | building with native Windows compilers. On request by Brian Gladman. | ||||
* | Make sure that only ascii is passed to isfoo functions. | Werner Koch | 2003-06-07 | 1 | -3/+10 |
| | |||||
* | * argparse.c, dotlock.c, fileutil.c, iobuf.c, miscutil.c, | David Shaw | 2003-05-22 | 1 | -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 "-" file | Werner Koch | 2003-05-21 | 1 | -0/+5 |
| | | | | | name. | ||||
* | * argparse.c (default_strusage): Change copyright date. | David Shaw | 2003-03-23 | 1 | -0/+4 |
| | |||||
* | * ttyio.c (tty_print_utf8_string, tty_print_utf8_string2): Use 0 to | David Shaw | 2003-02-19 | 1 | -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 Shaw | 2002-12-26 | 1 | -0/+4 |
| | |||||
* | * ttyio.c (TERMDEVICE): Removed. | Werner Koch | 2002-11-09 | 1 | -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 of | David Shaw | 2002-11-06 | 1 | -0/+5 |
| | | | | | memset() to overwrite secure memory. | ||||
* | * w32reg.c (read_w32_registry_string): Fixed expanding of the | Werner Koch | 2002-10-28 | 1 | -0/+6 |
| | | | | | | environment buffer; didn't worked at all. Reported by Thijmen Klok. | ||||
* | reverted filetype patch | Stefan Bellon | 2002-10-28 | 1 | -5/+1 |
| | |||||
* | filetype support for RISC OS | Stefan Bellon | 2002-10-28 | 1 | -0/+9 |
| | |||||
* | * secmem.c (lock_pool) [__CYGWIN__]: Don't print secmem warning. | Werner Koch | 2002-10-21 | 1 | -0/+6 |
| | | | | | * iobuf.c (direct_open): Handle mode 'b' if O_BINARY is available. | ||||
* | * w32reg.c (read_w32_registry_string): Fallback to HLM. | Werner Koch | 2002-09-16 | 1 | -0/+4 |
| | |||||
* | * simple-gettext.c: Disable charset mappings. We do it now whenV1-2-2 | Werner Koch | 2002-09-11 | 1 | -0/+5 |
| | | | | | installing the files. | ||||
* | * w32reg.c (read_w32_registry_string): Handle REG_EXPAND_SZ. | Werner Koch | 2002-09-10 | 1 | -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 use | Werner Koch | 2002-09-02 | 1 | -0/+5 |
| | | | | | nl_langinfo for selection. Mapped latin-15 to latin-1. | ||||
* | * iobuf.c (block_filter): Removed the assert, so that one can pass | Werner Koch | 2002-08-30 | 1 | -0/+6 |
| | | | | | | the first character of a message and use the block filter for non partial length encoded packets. | ||||
* | tidying up RISC OS stuff | Stefan Bellon | 2002-08-06 | 1 | -0/+5 |
| | |||||
* | RISC OS changes because of dynload removal | Stefan Bellon | 2002-08-03 | 1 | -0/+5 |
| | |||||
* | * secmem.c: "Warning" -> "WARNING" | David Shaw | 2002-07-25 | 1 | -0/+4 |
| | |||||
* | * argparse.c (initialize): We better exit after a read error so | Werner Koch | 2002-07-05 | 1 | -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 Shaw | 2002-07-01 | 1 | -0/+5 |
| | |||||
* | * argparse.c (optfile_parse): Renamed an auto I to P2 to avoid | Werner Koch | 2002-06-29 | 1 | -0/+5 |
| | | | | | shadowing warning. | ||||
* | Update head to match stable 1.0 | David Shaw | 2002-06-29 | 1 | -83/+430 |
| | |||||
* | See ChangeLog: Mon Sep 18 16:35:45 CEST 2000 Werner Koch | Werner Koch | 2000-09-18 | 1 | -0/+12 |
| | |||||
* | See ChangeLog: Fri Aug 18 14:27:14 CEST 2000 Werner Koch | Werner Koch | 2000-08-18 | 1 | -0/+4 |
| | |||||
* | See ChangeLog: Fri Jul 28 18:19:11 CEST 2000 Werner Koch | Werner Koch | 2000-07-28 | 1 | -0/+7 |
| | |||||
* | See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner Koch | Werner Koch | 2000-07-14 | 1 | -0/+25 |
| | |||||
* | See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner Koch | Werner Koch | 2000-01-27 | 1 | -0/+4 |
| | |||||
* | See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner Koch | Werner Koch | 2000-01-24 | 1 | -0/+16 |
| | |||||
* | See ChangeLog: Fri Dec 31 12:48:31 CET 1999 Werner Koch | Werner Koch | 1999-12-31 | 1 | -0/+6 |
| | |||||
* | See ChangeLog: Wed Dec 8 21:58:32 CET 1999 Werner Koch | Werner Koch | 1999-12-08 | 1 | -0/+18 |
| | |||||
* | See ChangeLog: Fri Nov 19 17:15:20 CET 1999 Werner Koch | Werner Koch | 1999-11-19 | 1 | -0/+21 |
| | |||||
* | See ChangeLog: Sat Nov 13 17:44:23 CET 1999 Werner Koch | Werner Koch | 1999-11-13 | 1 | -0/+6 |
| | |||||
* | See ChangeLog: Tue Oct 26 14:10:21 CEST 1999 Werner Koch | Werner Koch | 1999-10-26 | 1 | -0/+8 |
| | |||||
* | See ChangeLog: Fri Sep 17 12:56:42 CEST 1999 Werner KochV1-0-1 | Werner Koch | 1999-09-17 | 1 | -0/+10 |
| | |||||
* | See ChangeLog: Wed Sep 15 16:22:17 CEST 1999 Werner KochV1-0-4V1-0-3V1-0-2V1-0-1-ePit-1 | Werner Koch | 1999-09-15 | 1 | -0/+5 |
| |