2000-03-03 11:28:05 +01:00
|
|
|
|
2000-03-02 15:51:04 Werner Koch (wk@habibti.gnupg.de)
|
|
|
|
|
|
|
|
|
|
* ttyio.c (tty_print_utf8_string): Oops.
|
|
|
|
|
|
2000-03-02 15:36:39 +01:00
|
|
|
|
Thu Mar 2 15:37:46 CET 2000 Werner Koch <wk@gnupg.de>
|
|
|
|
|
|
|
|
|
|
* ttyio.c (tty_print_utf8_string2): New to allow a max output size.
|
|
|
|
|
|
2000-02-23 10:10:10 +01:00
|
|
|
|
Wed Feb 23 10:07:57 CET 2000 Werner Koch <wk@gnupg.de>
|
|
|
|
|
|
|
|
|
|
* miscutil.c (asctimestamp): Fix for possible buffer overflow by
|
|
|
|
|
large system returned date format string.
|
|
|
|
|
|
1999-12-31 14:06:59 +01:00
|
|
|
|
Fri Dec 31 14:08:15 CET 1999 Werner Koch <wk@gnupg.de>
|
|
|
|
|
|
|
|
|
|
* logger.c (log_inc_errorcount): New.
|
|
|
|
|
|
1999-12-04 12:33:45 +01:00
|
|
|
|
Sat Dec 4 12:30:28 CET 1999 Werner Koch <wk@gnupg.de>
|
|
|
|
|
|
|
|
|
|
* iobuf.c (iobuf_cancel): Broadcast the new Cancel mesaage to all
|
|
|
|
|
filters.
|
|
|
|
|
|
1999-11-22 11:10:27 +01:00
|
|
|
|
Mon Nov 22 11:14:53 CET 1999 Werner Koch <wk@gnupg.de>
|
|
|
|
|
|
|
|
|
|
* strgutil.c (strcasecmp): New.
|
|
|
|
|
|
|
|
|
|
* secmem.c (pool_is_mmapped): Made volatile.
|
|
|
|
|
|
1999-10-09 20:37:05 +02:00
|
|
|
|
Sat Oct 9 20:34:41 CEST 1999 Werner Koch <wk@gnupg.de>
|
|
|
|
|
|
|
|
|
|
* Makefile.am: Removed libtool.
|
|
|
|
|
|
1999-10-08 20:34:56 +02:00
|
|
|
|
Fri Oct 8 20:32:01 CEST 1999 Werner Koch <wk@gnupg.de>
|
|
|
|
|
|
|
|
|
|
* w32reg.c: New.
|
|
|
|
|
* simple-gettext.c: Use the Registry to locate the mo file.
|
|
|
|
|
|
|
|
|
|
* http.c (send_request): Add support for proxys; suggested by
|
|
|
|
|
Walter Hofmann.
|
|
|
|
|
(http_open_document): Pass flags to http_open.
|
|
|
|
|
|
1999-09-17 12:58:20 +02:00
|
|
|
|
Fri Sep 17 12:56:42 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* secmem.c (lock_pool): Check for ENOSYS return my mlock() on
|
|
|
|
|
old SCOs.
|
|
|
|
|
|
|
|
|
|
* ttyio.c (do_get): Replaced #if __MINGW32__ by #ifdef becuase
|
|
|
|
|
gcc 2.95.1 assigns a floating point value (0.2) to this macro,
|
|
|
|
|
which in turn can't be used in an expression.
|
|
|
|
|
|
1999-09-15 16:26:39 +02:00
|
|
|
|
Wed Sep 15 16:22:17 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* simple-gettext.c: New.
|
|
|
|
|
|
1999-09-01 15:40:07 +02:00
|
|
|
|
Wed Sep 1 15:30:44 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* argparse.c (arg_parse): Add standard options to the dump-options
|
|
|
|
|
output.
|
|
|
|
|
|
1999-08-31 17:30:12 +02:00
|
|
|
|
Tue Aug 31 17:20:44 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* strgutil (utf8_to_native): Implemented.
|
|
|
|
|
(check_utf8_string): Removed.
|
|
|
|
|
|
|
|
|
|
* miscutil.c (make_printable_string): Fixed possible buffer overflow.
|
|
|
|
|
(print_utf8_string): New.
|
|
|
|
|
|
|
|
|
|
* ttyio.c (tty_print_utf8_string): New.
|
|
|
|
|
|
1999-08-30 20:48:57 +02:00
|
|
|
|
Mon Aug 30 20:38:33 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* secmem.c (pool_okay): declared volatile.
|
|
|
|
|
|
|
|
|
|
* miscutil.c (answer_is_yes): Always check for plain "yes".
|
|
|
|
|
(answer_is_yes_no_quit): Likewise.
|
|
|
|
|
|
|
|
|
|
* dotlock.c (create_dotlock): Fixed segv during cleanup.
|
|
|
|
|
|
1999-07-12 14:57:54 +02:00
|
|
|
|
Mon Jul 12 14:55:34 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* argparse.c (initialize): Init ret_xxx.
|
|
|
|
|
(optfile_parse): Remove quotes from arguments.
|
|
|
|
|
|
1999-07-07 13:28:26 +02:00
|
|
|
|
Wed Jul 7 13:08:40 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* memory.c (membug): Use if either M_DEBUG or M_GUARD is used.
|
|
|
|
|
|
|
|
|
|
* miscutil.c (scan_isodatestr): New.
|
|
|
|
|
|
|
|
|
|
* logger.c (g10_log_mpidump): Moved to ../mpi/mpicoder.c
|
|
|
|
|
(g10_log_print_prefix): Renamed from print_prefix and made global.
|
|
|
|
|
|
|
|
|
|
* Makefile.am: Support for libtool.
|
|
|
|
|
|
1999-07-01 12:53:35 +02:00
|
|
|
|
Thu Jul 1 12:47:31 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* miscutil.c (make_printable_string): New.
|
|
|
|
|
|
|
|
|
|
* strgutil.c (add_to_strlist2,append_to_strlist2): New.
|
|
|
|
|
|
1999-06-29 21:50:54 +02:00
|
|
|
|
Tue Jun 29 21:44:25 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* secmem.c (USE_CAPABILITIES): Capabilities support (Remi).
|
|
|
|
|
|
1999-06-26 12:23:06 +02:00
|
|
|
|
Sat Jun 26 12:15:59 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* dotlock.c (create_dotlock): s/uts/utsbuf/ cause there an Amdahl
|
|
|
|
|
system with the name UTS (Dave Dykstra).
|
|
|
|
|
|
|
|
|
|
* secmem.c (DEFAULT_POOLSIZE): Doubled the size.
|
|
|
|
|
|
|
|
|
|
Fri Jun 18 00:18:02 CEST 1999 Michael Roth <mroth@nessie.de>
|
|
|
|
|
|
|
|
|
|
* iobuf.c: file_filter() Detection of EOF on terminals
|
2000-03-03 11:28:05 +01:00
|
|
|
|
improved/fixed (see Bug #21).
|
1999-06-26 12:23:06 +02:00
|
|
|
|
|
1999-06-15 14:31:07 +02:00
|
|
|
|
Mon Jun 14 21:18:54 CEST 1999 Michael Roth <mroth@nessie.de>
|
|
|
|
|
|
|
|
|
|
* ttyio.c: tty_no_terminal() new.
|
|
|
|
|
|
1999-06-05 15:36:15 +02:00
|
|
|
|
Sat Jun 5 15:30:33 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
|
|
* strgutil.c (set_native_charset): Support Latin-2
|
|
|
|
|
|
1999-06-01 16:08:57 +02:00
|
|
|
|
Tue Jun 1 16:01:46 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
|
|
* iobuf.c (iobuf_get_real_fname): Made global and now keep a
|
|
|
|
|
copy of the name in the iobuf struct.
|
|
|
|
|
|
1999-05-31 19:49:37 +02:00
|
|
|
|
Mon May 31 19:41:10 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
|
|
* iobuf.c (file_filter,block_filter): Speed patches (R<>mi).
|
|
|
|
|
|
1999-05-27 09:45:46 +02:00
|
|
|
|
Thu May 27 09:40:55 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
|
|
* miscutil.c (answer_is_yes_no_quit): New.
|
|
|
|
|
|
1999-05-23 14:29:05 +02:00
|
|
|
|
Sun May 23 14:20:22 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
|
|
* dotlock.c: Tweaked to make it compile under mingw32
|
|
|
|
|
* http.c: Disabled for mingw32.
|
|
|
|
|
|
1999-05-22 22:54:54 +02:00
|
|
|
|
Sat May 22 22:47:26 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
|
|
* logger.c (log_set_logfile): New.
|
|
|
|
|
|
1999-05-20 14:11:41 +02:00
|
|
|
|
Thu May 20 14:04:08 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
|
|
* memory.c (membug): Nanu, there was a const instead of a static.
|
|
|
|
|
|
|
|
|
|
* strgutil.c (trim_trailing_chars): New.
|
|
|
|
|
|
1999-05-17 22:03:24 +02:00
|
|
|
|
Mon May 17 21:54:43 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
|
|
* logger.c (g10_log_hexdump): Made 2nd arg a const.
|
|
|
|
|
|
1999-04-28 13:06:52 +02:00
|
|
|
|
Wed Apr 28 13:03:03 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
|
|
* miscutil.c (asctimestamp): Use nl_langinfo (Ga<47>l Qu<51>ri).
|
|
|
|
|
|
1999-04-18 10:18:52 +02:00
|
|
|
|
Sun Apr 18 10:11:28 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
|
|
* argparse.c (store_alias): Disabled becuase it is not used.
|
|
|
|
|
|
|
|
|
|
* ttyio.c (tty_batchmode): New
|
|
|
|
|
|
1999-03-20 11:53:39 +01:00
|
|
|
|
Sat Mar 20 11:44:21 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
|
|
* http.c: Swapped to includes.
|
|
|
|
|
|
1999-03-02 16:48:37 +01:00
|
|
|
|
Tue Mar 2 16:44:57 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
|
|
* strgutil.c (get_native_charset): New.
|
|
|
|
|
|
1999-02-26 17:59:48 +01:00
|
|
|
|
Fri Feb 26 17:55:41 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
|
|
* secmem.c (memblock_struct): Force align (R<>mi Guyomarch)
|
|
|
|
|
|
1999-02-24 11:12:32 +01:00
|
|
|
|
Wed Feb 24 11:07:27 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
|
|
* iobuf.c (block_filter): Fixed the oscillating partial packet chunks.
|
|
|
|
|
|
1999-02-19 15:54:00 +01:00
|
|
|
|
Fri Feb 19 15:49:15 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
|
|
* iobuf.c (iobuf_push_filter2): New to allow transer of context
|
|
|
|
|
ownership to the iobuf. Released the context where needed.
|
|
|
|
|
|
1999-02-16 14:16:33 +01:00
|
|
|
|
Tue Feb 16 14:10:02 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
|
|
* strgutil.c (add_to_strglist): Clear the new flags field
|
|
|
|
|
(append_to_strglist): Ditto.
|
|
|
|
|
|
|
|
|
|
* dotlock.c (read_lockfile): terminate pidstr (Michael).
|
|
|
|
|
|
1999-02-10 17:22:40 +01:00
|
|
|
|
Wed Feb 10 17:15:39 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
|
|
* dotlock.c (remove_lockfiles): Add cleanup function.
|
|
|
|
|
(make_dotlock): Add deadlock check.
|
|
|
|
|
|
|
|
|
|
* secmem.c (secmem_malloc): Changed error message.
|
|
|
|
|
|
1999-01-21 06:25:29 +01:00
|
|
|
|
Wed Jan 20 21:40:21 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
|
|
* http.c (http_wait_response): Moved the shutdown behind the dup
|
|
|
|
|
|
1999-01-20 19:10:35 +01:00
|
|
|
|
Wed Jan 20 18:59:49 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
|
|
* http.c (send_request): Removed double LF
|
|
|
|
|
|
1999-01-19 19:37:41 +01:00
|
|
|
|
Tue Jan 19 19:34:58 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
|
|
* * iobuf.c (iobuf_push_filter): Allow filters for temp streams
|
|
|
|
|
|
|
|
|
|
(iobuf_write_temp): Ditto.
|
|
|
|
|
(iobuf_flush_temp): New.
|
|
|
|
|
(iobuf_unget_and_close_temp): Removed.
|
|
|
|
|
|
|
|
|
|
* http.c (close_http_document): Renamed to http_close().
|
|
|
|
|
(open_http_document): Renamed to http_open_document().
|
|
|
|
|
(http_open): New.
|
|
|
|
|
(http_start_data): New.
|
|
|
|
|
(http_wait_response): New.
|
|
|
|
|
|
|
|
|
|
|
1999-01-17 11:06:03 +01:00
|
|
|
|
Sun Jan 17 11:04:33 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
|
|
* strgutil.c (trim_trailing_ws): New.
|
|
|
|
|
|
1999-01-16 12:04:29 +01:00
|
|
|
|
Sat Jan 16 12:03:27 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
|
|
* http.c (connect_server): Fixed stupid bug.
|
|
|
|
|
|
1999-01-16 09:29:29 +01:00
|
|
|
|
Sat Jan 16 09:27:30 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
|
|
* http.c: New
|
|
|
|
|
|
|
|
|
|
|
1999-01-13 14:12:50 +01:00
|
|
|
|
Wed Jan 13 14:10:15 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
|
|
* iobuf.c (iobuf_fdopen): New.
|
|
|
|
|
|
1999-01-09 16:06:59 +01:00
|
|
|
|
Sat Jan 9 16:02:23 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
|
|
* secmem.c (lock_pool): add another check that setuid() worked.
|
|
|
|
|
(secmem_init): Ditto.
|
|
|
|
|
|
1999-01-07 18:05:48 +01:00
|
|
|
|
Thu Jan 7 18:00:58 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
|
|
* iobuf.c (iobuf_clear_eof): Removed.
|
|
|
|
|
(underflow): Changed the eof handling.
|
|
|
|
|
(iobuf_pop_filter): Made static and renamed to pop_filter.
|
|
|
|
|
|
|
|
|
|
* iobuf.c (iobuf_read_line): New.
|
|
|
|
|
|
1999-01-03 15:33:35 +01:00
|
|
|
|
Sun Jan 3 15:28:44 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
|
|
* dotlock.c (make_dotlock): print another informal message.
|
|
|
|
|
|
|
|
|
|
(make_dotlock): Removed the cpp checks.
|
|
|
|
|
|
|
|
|
|
|
1998-12-29 14:47:31 +01:00
|
|
|
|
Tue Dec 29 14:41:47 CET 1998 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
|
|
* secmem.c: Moved unistd.h out of the #ifdef
|
|
|
|
|
|
|
|
|
|
* dotlock.c (make_dotlock): Sun has no SYS_NMLN
|
|
|
|
|
|
|
|
|
|
* iobuf.c (iobuf_unget_and_close_temp): Reset .start
|
|
|
|
|
|
1998-12-12 18:44:34 +01:00
|
|
|
|
Sat Dec 12 18:40:32 CET 1998 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
|
|
* argparse.c (arg_pars): fixed opts[i] with negative index.
|
|
|
|
|
|
1998-11-27 21:40:56 +01:00
|
|
|
|
Fri Nov 27 21:37:41 CET 1998 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
|
|
* dotlock.c: Implemented
|
|
|
|
|
|
1998-11-25 12:55:58 +01:00
|
|
|
|
Wed Nov 25 11:30:07 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
|
|
* iobuf.c (iobuf_pop_filter): Fixed sigsegv after error.
|
|
|
|
|
|
1998-11-20 18:42:18 +01:00
|
|
|
|
Thu Nov 19 07:09:55 1998 Werner Koch <werner.koch@guug.de>
|
|
|
|
|
|
|
|
|
|
* miscutil.c (strtimevalue): New.
|
|
|
|
|
|
1998-11-10 13:59:59 +01:00
|
|
|
|
Tue Nov 10 10:01:53 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
|
|
* strgutil.c (set_native_charset): New.
|
|
|
|
|
(native_to_utf8): Now handles koi8-r.
|
|
|
|
|
|
1998-11-03 20:38:58 +01:00
|
|
|
|
Tue Nov 3 16:17:56 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
|
|
* strgutil.c (native_to_utf8): New.
|
|
|
|
|
(utf8_to_native): New, but only as a stub.
|
|
|
|
|
|
|
|
|
|
* argparse.c (optfile_parse): Trimmed spaces from args.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Wed Oct 28 08:01:49 1998 me,,, (wk@tobold)
|
|
|
|
|
|
|
|
|
|
* argparse.c (find_long_option): New.
|
|
|
|
|
(arg_parse): option=value is now allowed. Add a new internal
|
|
|
|
|
option "--dump-options".
|
|
|
|
|
|
1998-10-25 20:00:01 +01:00
|
|
|
|
Thu Oct 22 16:25:49 1998 Michael Roth (mroth@nessie.de)
|
|
|
|
|
|
|
|
|
|
* fileutil.c (make_basename): New.
|
|
|
|
|
(make_dirname): New.
|
|
|
|
|
|
1998-10-21 19:34:36 +02:00
|
|
|
|
Wed Oct 21 12:20:29 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
|
|
* util.c (iobuf_flush): autoincreasing of a temp. iobuf
|
|
|
|
|
(iobuf_temp_with_content): New.
|
|
|
|
|
|
1998-10-16 18:00:17 +02:00
|
|
|
|
Tue Oct 13 12:40:13 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
|
|
* util.c (.nofast): set this variable
|
|
|
|
|
|
1998-10-12 22:16:38 +02:00
|
|
|
|
Wed Oct 7 19:27:50 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
|
|
* memory.c (m_print_stats): New.
|
|
|
|
|
|
1998-10-06 14:10:02 +02:00
|
|
|
|
Tue Oct 6 09:53:56 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
|
|
* strgutil.c (memicmp): Add HAVE_MEMICMP.
|
|
|
|
|
|
1998-09-28 21:25:31 +02:00
|
|
|
|
Mon Sep 21 19:45:01 1998 Werner Koch (wk@(none))
|
|
|
|
|
|
|
|
|
|
* secmem.c: New flags to allow suspend/resume of warnings.
|
|
|
|
|
|
1998-09-18 17:24:53 +02:00
|
|
|
|
Fri Sep 18 16:25:47 1998 Werner Koch (wk@(none))
|
|
|
|
|
|
|
|
|
|
* secmem.c (lock_pool): Kludge for broken mlock on HPUX 10.20
|
|
|
|
|
|
1998-09-15 21:56:30 +02:00
|
|
|
|
Tue Sep 15 17:52:21 1998 Werner Koch (wk@(none))
|
|
|
|
|
|
|
|
|
|
* miscutil.c (asctimestamp): New.
|
|
|
|
|
|
1998-09-14 17:49:56 +02:00
|
|
|
|
Mon Sep 14 09:38:18 1998 Werner Koch (wk@(none))
|
|
|
|
|
|
|
|
|
|
* secmem.c (init_pool): Now mmaps /dev/zero if we do not have MAP_ANON.
|
|
|
|
|
|
1998-09-11 07:47:32 +02:00
|
|
|
|
Wed Sep 9 13:52:28 1998 Werner Koch (wk@(none))
|
|
|
|
|
|
|
|
|
|
* ttyio.c (do_get): Ctrl-D is now a valid but special character
|
|
|
|
|
|
|
|
|
|
Mon Sep 7 13:52:41 1998 Werner Koch (wk@(none))
|
|
|
|
|
|
|
|
|
|
* iobuf.c (get_real_fname): New and changed file_filter datastructures
|
|
|
|
|
and their initialization.
|
|
|
|
|
|
1998-08-11 19:29:34 +02:00
|
|
|
|
Tue Aug 11 15:12:35 1998 Werner Koch (wk@(none))
|
|
|
|
|
|
|
|
|
|
* miscutil.c (answer_is_yes): i18ned
|
|
|
|
|
|
1998-08-08 21:27:00 +02:00
|
|
|
|
Sat Aug 8 18:35:00 1998 Werner Koch (wk@(none))
|
|
|
|
|
|
|
|
|
|
* ttyio.c (cleanup): New.
|
|
|
|
|
|
1998-08-05 18:51:59 +02:00
|
|
|
|
Mon Aug 3 17:06:00 1998 Werner Koch (wk@(none))
|
|
|
|
|
|
|
|
|
|
* secmem.c (MAP_ANON): Add a macro test
|
|
|
|
|
|
1998-07-29 21:35:05 +02:00
|
|
|
|
Wed Jul 29 14:53:34 1998 Werner Koch (wk@(none))
|
|
|
|
|
|
|
|
|
|
* ttyio.c (tty_get_answer_is_yes): New.
|
|
|
|
|
|
1998-07-21 14:53:38 +02:00
|
|
|
|
Tue Jul 21 10:35:48 1998 Werner Koch (wk@(none))
|
|
|
|
|
|
|
|
|
|
* argparse.c: New option flag to distinguish options and commands.
|
|
|
|
|
|
|
|
|
|
Sat Jul 18 19:49:30 1998 Werner Koch (wk@(none))
|
|
|
|
|
|
|
|
|
|
* argparse.c (arg_parse): Added -? as alias for -h
|
|
|
|
|
|
1998-07-09 15:37:17 +02:00
|
|
|
|
Thu Jul 9 14:47:20 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
|
|
* secmem.c (secmem_init): Drops setuid if called with 0.
|
|
|
|
|
|
1998-07-08 11:29:43 +02:00
|
|
|
|
Tue Jul 7 11:49:25 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
|
|
* logger.c (log_set_filename): New.
|
|
|
|
|
|
1998-07-06 12:23:57 +02:00
|
|
|
|
Mon Jul 6 09:03:49 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
|
|
* strgutil.c (append_to_strlist): New.
|
|
|
|
|
|
1998-07-02 21:31:46 +02:00
|
|
|
|
Thu Jul 2 15:55:44 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
|
|
* iobuf.c (block_filter): Add writing of OP partial length headers.
|
|
|
|
|
|
1998-06-26 11:45:36 +02:00
|
|
|
|
Fri Jun 26 10:38:35 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
|
|
* ttyio.c (do_get): all iso8859-1 characters are now allowed.
|
|
|
|
|
|
|
|
|
|
Thu Jun 25 15:57:21 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
|
|
* secmem.c (lock_pool): Removed left over test code.
|
|
|
|
|
|
1998-06-11 09:16:50 +02:00
|
|
|
|
Wed Jun 10 07:39:41 1998 Werner Koch,mobil,,, (wk@tobold)
|
|
|
|
|
|
|
|
|
|
* fileutil.c (compare_filenames): New.
|
|
|
|
|
|
|
|
|
|
* argparse.c (arg_parse): New flag bit 6 to ignore --version
|
|
|
|
|
|
1998-05-15 20:49:19 +02:00
|
|
|
|
Thu May 14 16:45:13 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
|
|
* argparse.c (show_help): Add some formatting stuff
|
|
|
|
|
|
1998-05-13 19:53:36 +02:00
|
|
|
|
Fri May 8 17:06:49 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
|
|
* errors.c (strerror): New if !HAVE_STRERROR
|
|
|
|
|
|
1998-05-04 20:49:26 +02:00
|
|
|
|
Mon May 4 19:48:03 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
|
|
* iobuf.c (iobuf_read): Code is now faster.
|
|
|
|
|
* (iobuf_write): ditto.
|
|
|
|
|
|
1998-04-30 16:06:01 +02:00
|
|
|
|
Mon Apr 27 11:01:32 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
|
|
* strgutil.c (memicmp): New.
|
|
|
|
|
|
1998-03-19 16:27:29 +01:00
|
|
|
|
Thu Mar 19 11:29:03 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
|
|
* strgutil.c (memistr): Add const to return and first arg.
|
|
|
|
|
|
1998-03-09 22:44:06 +01:00
|
|
|
|
Sat Mar 7 11:54:35 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
|
|
* miscutil.c (print_string): New arg delim; changed all callers.
|
|
|
|
|
|
|
|
|
|
Thu Mar 5 12:19:30 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
|
|
* errors.c: New strings.
|
|
|
|
|
|
|
|
|
|
Thu Mar 5 12:06:31 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
|
|
* iobuf.c (iobuf_open): A name of "-" now opens stdin.
|
|
|
|
|
* fileutil.c (print_fname_stdout, print_fname_stdin): New.
|
|
|
|
|
|
1998-02-27 18:51:28 +01:00
|
|
|
|
Fri Feb 27 10:20:03 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
|
|
* memory.c (m_is_secure): Removed.
|
|
|
|
|
* secmem.c (m_is_secure): Moved to here.
|
|
|
|
|
|
|
|
|
|
* secmem.c (secmem_realloc): New.
|
|
|
|
|
* memory.c (M_GUARD,EXTRA_ALIGN): New (all functions).
|
|
|
|
|
|
1998-02-26 17:56:31 +01:00
|
|
|
|
Thu Feb 26 14:36:51 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
|
|
* secmem.c (lock_pool): No error if EAGAIN is returned instead
|
|
|
|
|
of EPERM.
|
|
|
|
|
|
1998-02-24 19:50:46 +01:00
|
|
|
|
Fri Feb 20 17:43:05 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
|
|
* ttyio.c [MINGW32]: Add support for mingw32.
|
|
|
|
|
|
1998-02-17 21:48:52 +01:00
|
|
|
|
Tue Feb 17 19:43:44 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
|
|
* memory.c (dump_table_at_exit): New.
|
|
|
|
|
|
1998-02-16 21:05:02 +01:00
|
|
|
|
Mon Feb 16 10:07:28 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
|
|
* argparse.c (show_version, show_help, default_strusage): Changed
|
|
|
|
|
according to GNU standards.
|
|
|
|
|
|
|
|
|
|
Mon Feb 16 08:58:25 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
|
|
* iobuf.c (iobuf_peek): New
|
|
|
|
|
|
1998-02-13 21:58:50 +01:00
|
|
|
|
Fri Feb 13 19:34:59 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
|
|
* iobuf.c (iobuf_seek): Set counters to new offset.
|
|
|
|
|
|
|
|
|
|
Fri Feb 13 17:13:04 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
|
|
* logger.c (log_set_name, log_get_name): New.
|
|
|
|
|
(print_prefix, pgm_name): New, changed all function to make use it.
|
|
|
|
|
(log_mpidump): Removed the "DBG" prefix.
|
|
|
|
|
(log_hexdump): Ditto.
|
|
|
|
|
|
|
|
|
|
* logger.c (printstr): Removed.
|
|
|
|
|
|
|
|
|
|
Fri Feb 13 15:14:13 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
|
|
* argparse.c (show_help): New '\v' kludge.
|
|
|
|
|
|
|
|
|
|
|