2006-02-07 08:16  dcantrel

	* .cvsignore: * isomd5sum/.cvsignore:  Ignore .depend.

2005-08-10 08:21  katzj

	* libcheckisomd5.c: 2005-08-10	Jeremy Katz  <katzj@redhat.com>

		  * isomd5sum/libcheckisomd5.c: Fix buffer overrun (from
	  Dustin
		  Kirkland <dustin.kirkland@us.ibm.com>

2005-04-26 20:37  katzj

	* libcheckisomd5.c, libimplantisomd5.c: 2005-04-26  Jeremy Katz
	  <katzj@redhat.com>

		  * isomd5sum/libimplantisomd5.c: Add Dustin Kirkland's
	  patch for
		  implanting the isomd5 fragments.
		  * isomd5sum/libcheckisomd5.c: Add Dustin's patch to give
	  slightly
		  more verbose output.

2005-04-26 10:28  pjones

	* libcheckisomd5.c: add test to see if we get back a bad result
	  from read

2005-04-26 10:26  pjones

	* libcheckisomd5.c: Sync the two copies of mediacheck up as much as
	  possible

2005-04-20 14:01  clumens

	* libcheckisomd5.c: Applied Dustin Kirkland's checkpoint fragment
	  sum patch.

2005-03-01 18:29  pjones

	* Makefile: Add -D_FORTIFY_SOURCE=2 everywhere.  Let's see if it
	  actually works...

	  Also, make genhdlist.o build with -Wno-return-type, because rpm's
	  headers and gcc4 don't get along.

2005-03-01 18:07  pjones

	* libcheckisomd5.c: same type changes as in the other 2 copies of
	  this...

2005-03-01 18:05  pjones

	* libimplantisomd5.c: mediasum doesn't need to be unsigned buf gets
	  reused where gcc wants it to be "char *", so cast it there.

2003-11-06 16:59  katzj

	* pyisomd5sum.c: python 2.3 build fixes

2003-07-07 20:00  katzj

	* Makefile, checkisomd5.c, implantisomd5.c, libcheckisomd5.c,
	  libcheckisomd5.h, libimplantisomd5.c: massive merge from taroon
	  branch.  changes are all over the place, but a summary of looking
	  through the diff is * clean up warnings, we build with -Wall
	  -Werror here too * product.img stuff * max logical partitions
	  enforcement * 1 TB max fs size * ethtool stuff * autopart in
	  kickstart * driver disk fixes * RHEL upgrade stuff * network
	  driver disks * variant pkgorder/tree splitting

2003-07-07 13:53  katzj

	* Makefile, checkisomd5.c, implantisomd5.c, libcheckisomd5.c,
	  libcheckisomd5.h, libimplantisomd5.c: clean up warnings

2003-06-23 12:02  katzj

	* md5.c, md5.h: merge from taroon.   highlights of this time around
	  * ppc boot constraints * md5 endianness * don't prompt to save
	  tracebacks to a floppy without a floppy * autopart for kickstart
	  * network configuration in the loader if vnc/display case

2003-06-13 09:07  msf

	* checkisomd5.c, libcheckisomd5.c, libimplantisomd5.c: pulling in
	  isomd5sum fixes from taroon branch

2003-06-13 09:04  msf

	* checkisomd5.c: so I wont confused myself again

2003-06-13 08:55  msf

	* checkisomd5.c, libcheckisomd5.c: fixed up checkisomd5 to be more
	  useful when debugging

2003-06-12 19:08  katzj

	* libimplantisomd5.c, md5.c, md5.h: endianness fixes.
	  libimplantisomd5 bits from msf

2003-06-06 09:33  katzj

	* Makefile: merge taroon branch.  mostly package bits, but a lot of
	  other misc stuff and cleanups in here too

2003-05-23 09:39  katzj

	* Makefile: depend rule, cflags, don't remake everything all the
	  time

2003-05-23 09:27  katzj

	* Makefile, checkisomd5.c, implantisomd5.c, libcheckisomd5.c,
	  libcheckisomd5.h, libimplantisomd5.c, libimplantisomd5.h, md5.c,
	  pyisomd5sum.c, testpyisomd5sum.py: merge isomd5sum changes from
	  head so that we get the python module as used by the new
	  builddistro

2003-04-07 09:22  msf

	* Makefile: move location

2003-04-07 08:24  msf

	* Makefile: install md5sum py module

2003-03-28 11:20  msf

	* Makefile: oops

2003-03-21 08:30  msf

	* Makefile, checkisomd5.c, implantisomd5.c, libcheckisomd5.c,
	  libcheckisomd5.h, libimplantisomd5.c, libimplantisomd5.h,
	  pyisomd5sum.c, testpyisomd5sum.py: added python module for easy
	  scripting of implanting and checking md5sums for tim

2003-03-20 14:43  msf

	* Makefile, checkisomd5.c, implantisomd5.c, libcheckisomd5.c,
	  libcheckisomd5.h, libimplantisomd5.c, libimplantisomd5.h, md5.c:
	  splitting up implant stuff so I can make a python binding for tim

2003-03-19 11:07  msf

	* implantisomd5.c: need to error out if couldnt read any data (zero
	  length iso?)

2003-03-07 11:16  msf

	* checkisomd5.c: fix from bug #85775

2003-02-28 11:47  msf

	* checkisomd5.c: just for bill

2003-01-22 13:46  msf

	* implantisomd5.c: fix for > 4GB implants (bug #81481)

2003-01-07 05:57  karsten

	* checkisomd5.c: Merge with HEAD (that no fun anymore, lots of
	  merge conflicts had to be resolved manually! )

2003-01-03 09:45  msf

	* checkisomd5.c: added ability to sniff out md5sum w/o doing a test

2002-08-27 19:54  msf

	* checkisomd5.c, implantisomd5.c: check return codes like a good
	  boy

2002-08-22 22:03  msf

	* checkisomd5.c, implantisomd5.c: add concept of iso status

2002-08-22 22:02  msf

	* Makefile: use popt

2002-08-07 22:08  msf

	* checkisomd5.c, implantisomd5.c: added info to header in app data
	  area so we can read out skip we used

2002-08-07 13:24  msf

	* Makefile: do LFS

2002-06-06 22:19  notting

	* implantisomd5.c: return 0 on success

2002-05-08 05:15  mharris

	* checkisomd5.c: Fixed missing \n in result string, which causes
	  the bash prompt to be displayed at the end of the line rather
	  than on the next line.

2002-05-06 12:14  msf

	* .cvsignore: cvsignore

2002-05-06 12:13  msf

	* Makefile~: oops

2002-02-08 20:28  msf

	* Makefile, checkisomd5.c: make commandline tool to check md5sum

2002-01-31 18:43  katzj

	* Makefile, Makefile~, checkisomd5.c, implantisomd5.c, md5.c,
	  md5.h:

	  add isomd5sum stuff to anaconda

