1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
|
dumputils (1.0.0)
* Merge sysfs support from upstream with 0.9.4, trying to unify everythign to
a single version.
-- Troy Heber <troyh@debian.org> Sun, 19 Feb 2006 13:33:16 -0700
dumputils (0.9.6)
* Initalize socked descriptors to -1 instead of 0
-- Troy Heber <troy.heber@hp.com> Mon, 12 Dec 2005 09:18:55 -0700
dumputils (0.9.5)
* Added return check from protect_write in copy_map.
* Removed redundant close on the socket.
* Fix to to follow RFC 959 regarding the response codes for STOR
* Send a QUIT on exit
-- Troy Heber <troy.heber@hp.com> Fri, 09 Dec 2005 12:57:52 -0700
dumputils (0.9.4)
* Fixed version.h, which in trun requires a bump to 0.9.4
* Added Kernel_Crashdmp_HOWTO
-- Troy Heber <troy.heber@hp.com> Fri, 04 Nov 2005 08:10:37 -0700
dumputils (0.9.3)
* Fixed corrupted System.map output, changed from sizeof() to strlen().
-- Troy Heber <troy.heber@hp.com> Wed, 21 Sep 2005 13:27:25 -0600
dumputils (0.9.2)
* Fixed spelling
* Clarified usage line
* Created define for DATE_SIZE, CONF_FILE, MAX_BUF, PORT
* Fixed case 11 to fall through
* moved parsConf out of case
* renamed "i" variable to res.
* Fixed spacing issue
* Fixed malloc error cond in do_rename
* Fixed bit val search
* Fixed error return codes
* Nuked DUMP_SAVE option
dumputils (0.9.1)
* Moved from using bounds file to create directory structure, to using uname
-r and date stamps.
* Fixed most -Wall warnings.
dumputils (0.8.1)
* Moved to select() to monitor timeout for accept() call.
* Added "" to version, to support 0.8.1.
-- Troy Heber <troy.heber@hp.com> Wed, 24 Aug 2005 08:55:49 -0600
dumputils (0.8)
* Changed socket to O_NOBLOCK on accept() call.
* Added timeout of ~5sec to accept() call.
-- Troy Heber <troy.heber@hp.com> Fri, 19 Aug 2005 09:34:19 -0600
dumputils (0.7)
* Added Jason's to make dumps mode 0600 instead of 0644.
-- Troy Heber <troy.heber@hp.com> Fri, 12 Aug 2005 10:53:42 -0600
|