summaryrefslogtreecommitdiffstats
path: root/isomd5sum
Commit message (Collapse)AuthorAgeFilesLines
* Remove isomd5sum/.gitignoreDavid Cantrell2007-12-131-4/+0
| | | | isomd5sum is now an external package/project, remove remaining files.
* Remove isomd5sum in favor of standalone versionJeremy Katz2007-12-1011-1232/+0
|
* Update usage message to give correct option name (#364611).Chris Lumens2007-11-201-1/+1
|
* move existing cvsignores to gitignore; remove ones no longer neededJeremy Katz2007-11-051-0/+0
|
* make me harderJeremy Katz2007-08-271-1/+1
|
* make the directoryJeremy Katz2007-08-271-1/+2
|
* 2007-08-27 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-08-271-3/+5
| | | | | | | * anaconda.spec: Add an isomd5sum subpackage * isomd5sum/Makefile: Move things into bindir and python/site-packages; create compat symlinks for the executables
* 2007-04-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-181-3/+3
| | | | | | * isomd5sum/libcheckisomd5.c (mediaCheckFile): Change the text a little so that it's more reasonable when we start using this with live media too.
* 2007-01-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-181-2/+2
| | | | | | | | | * Makefile.inc (M32FLAGS): Make it trivial to do a 32bit build on a 64bit host * wlite/GNUmakefile (CDFLAGS): Use M32FLAGS * isomd5sum/Makefile (CFLAGS): Use -fPIC
* 2007-01-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-181-4/+3
| | | | | | | | | | * isys/Makefile (_isys.so): Use LDFLAGS * loader2/Makefile (loader): Likewise. * stubs/Makefile ($(LIBUTF8)): Likewise. * Makefile: Likewise. * isomd5sum/Makefile (CFLAGS): Use common CFLAGS and LDFLAGS; use LDFLAGS everywhere * utils/Makefile: Use common LDFLAGS
* * isomd5sum/checkisomd5.c, libcheckisomd5.c: Patch from Ryan FinnieDavid Cantrell2007-01-052-7/+34
| | | | | to add the --gauge option which outputs gauge values suitable for piping in to programs like dialog(1). (#220286)
* Fix output formatting (#214046).Chris Lumens2006-11-061-1/+2
|
* * isomd5sum/.cvsignore: Ignore .depend.David Cantrell2006-02-071-0/+1
|
* 2005-08-10 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-08-101-1/+1
| | | | | * isomd5sum/libcheckisomd5.c: Fix buffer overrun (from Dustin Kirkland <dustin.kirkland@us.ibm.com>
* 2005-04-26 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-04-272-8/+73
| | | | | | | * 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.
* add test to see if we get back a bad result from readPeter Jones2005-04-261-0/+5
|
* Sync the two copies of mediacheck up as much as possiblePeter Jones2005-04-261-8/+7
|
* Applied Dustin Kirkland's checkpoint fragment sum patch.Chris Lumens2005-04-201-11/+91
|
* Add -D_FORTIFY_SOURCE=2 everywhere. Let's see if it actually works...Peter Jones2005-03-021-1/+2
| | | | | Also, make genhdlist.o build with -Wno-return-type, because rpm's headers and gcc4 don't get along.
* same type changes as in the other 2 copies of this...Peter Jones2005-03-021-4/+4
|
* mediasum doesn't need to be unsignedPeter Jones2005-03-021-3/+3
| | | | buf gets reused where gcc wants it to be "char *", so cast it there.
* python 2.3 build fixesJeremy Katz2003-11-071-1/+1
|
* massive merge from taroon branch. changes are all over the place, but aJeremy Katz2003-07-086-15/+10
| | | | | | | | | | | | | | 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
* merge from taroon. highlights of this time aroundJeremy Katz2003-06-232-9/+19
| | | | | | | | * 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
* pulling in isomd5sum fixes from taroon branchMike Fulbright2003-06-133-13/+40
|
* merge taroon branch. mostly package bits, but a lot of other misc stuffJeremy Katz2003-06-061-9/+31
| | | | and cleanups in here too
* move locationMike Fulbright2003-04-071-1/+1
|
* install md5sum py moduleMike Fulbright2003-04-071-0/+1
|
* oopsMike Fulbright2003-03-281-3/+3
|
* added python module for easy scripting of implanting and checking md5sums ↵Mike Fulbright2003-03-219-34/+125
| | | | for tim
* splitting up implant stuff so I can make a python binding for timMike Fulbright2003-03-208-494/+536
|
* need to error out if couldnt read any data (zero length iso?)Mike Fulbright2003-03-191-1/+1
|
* fix from bug #85775Mike Fulbright2003-03-071-1/+3
|
* just for billMike Fulbright2003-02-281-1/+1
|
* fix for > 4GB implants (bug #81481)Mike Fulbright2003-01-221-2/+1
|
* added ability to sniff out md5sum w/o doing a testMike Fulbright2003-01-031-0/+34
|
* check return codes like a good boyMike Fulbright2002-08-282-2/+6
|
* add concept of iso statusMike Fulbright2002-08-232-20/+69
|
* use poptMike Fulbright2002-08-231-1/+1
|
* added info to header in app data area so we can read out skip we usedMike Fulbright2002-08-082-23/+93
|
* do LFSMike Fulbright2002-08-071-3/+3
|
* return 0 on successBill Nottingham2002-06-071-0/+1
|
* Fixed missing \n in result string, which causes the bash prompt to be ↵mharris2002-05-081-1/+1
| | | | displayed at the end of the line rather than on the next line.
* cvsignoreMike Fulbright2002-05-061-0/+3
|
* oopsMike Fulbright2002-05-061-10/+0
|
* make commandline tool to check md5sumMike Fulbright2002-02-092-50/+102
|
* make commandline tool to check md5sumMike Fulbright2002-02-091-1/+1
|
* add isomd5sum stuff to anacondaJeremy Katz2002-02-016-0/+663