Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove isomd5sum/.gitignore | David Cantrell | 2007-12-13 | 1 | -4/+0 |
| | | | | isomd5sum is now an external package/project, remove remaining files. | ||||
* | Remove isomd5sum in favor of standalone version | Jeremy Katz | 2007-12-10 | 11 | -1232/+0 |
| | |||||
* | Update usage message to give correct option name (#364611). | Chris Lumens | 2007-11-20 | 1 | -1/+1 |
| | |||||
* | move existing cvsignores to gitignore; remove ones no longer needed | Jeremy Katz | 2007-11-05 | 1 | -0/+0 |
| | |||||
* | make me harder | Jeremy Katz | 2007-08-27 | 1 | -1/+1 |
| | |||||
* | make the directory | Jeremy Katz | 2007-08-27 | 1 | -1/+2 |
| | |||||
* | 2007-08-27 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-08-27 | 1 | -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 Katz | 2007-04-18 | 1 | -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 Katz | 2007-01-18 | 1 | -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 Katz | 2007-01-18 | 1 | -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 Finnie | David Cantrell | 2007-01-05 | 2 | -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 Lumens | 2006-11-06 | 1 | -1/+2 |
| | |||||
* | * isomd5sum/.cvsignore: Ignore .depend. | David Cantrell | 2006-02-07 | 1 | -0/+1 |
| | |||||
* | 2005-08-10 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-08-10 | 1 | -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 Katz | 2005-04-27 | 2 | -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 read | Peter Jones | 2005-04-26 | 1 | -0/+5 |
| | |||||
* | Sync the two copies of mediacheck up as much as possible | Peter Jones | 2005-04-26 | 1 | -8/+7 |
| | |||||
* | Applied Dustin Kirkland's checkpoint fragment sum patch. | Chris Lumens | 2005-04-20 | 1 | -11/+91 |
| | |||||
* | Add -D_FORTIFY_SOURCE=2 everywhere. Let's see if it actually works... | Peter Jones | 2005-03-02 | 1 | -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 Jones | 2005-03-02 | 1 | -4/+4 |
| | |||||
* | mediasum doesn't need to be unsigned | Peter Jones | 2005-03-02 | 1 | -3/+3 |
| | | | | buf gets reused where gcc wants it to be "char *", so cast it there. | ||||
* | python 2.3 build fixes | Jeremy Katz | 2003-11-07 | 1 | -1/+1 |
| | |||||
* | massive merge from taroon branch. changes are all over the place, but a | Jeremy Katz | 2003-07-08 | 6 | -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 around | Jeremy Katz | 2003-06-23 | 2 | -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 branch | Mike Fulbright | 2003-06-13 | 3 | -13/+40 |
| | |||||
* | merge taroon branch. mostly package bits, but a lot of other misc stuff | Jeremy Katz | 2003-06-06 | 1 | -9/+31 |
| | | | | and cleanups in here too | ||||
* | move location | Mike Fulbright | 2003-04-07 | 1 | -1/+1 |
| | |||||
* | install md5sum py module | Mike Fulbright | 2003-04-07 | 1 | -0/+1 |
| | |||||
* | oops | Mike Fulbright | 2003-03-28 | 1 | -3/+3 |
| | |||||
* | added python module for easy scripting of implanting and checking md5sums ↵ | Mike Fulbright | 2003-03-21 | 9 | -34/+125 |
| | | | | for tim | ||||
* | splitting up implant stuff so I can make a python binding for tim | Mike Fulbright | 2003-03-20 | 8 | -494/+536 |
| | |||||
* | need to error out if couldnt read any data (zero length iso?) | Mike Fulbright | 2003-03-19 | 1 | -1/+1 |
| | |||||
* | fix from bug #85775 | Mike Fulbright | 2003-03-07 | 1 | -1/+3 |
| | |||||
* | just for bill | Mike Fulbright | 2003-02-28 | 1 | -1/+1 |
| | |||||
* | fix for > 4GB implants (bug #81481) | Mike Fulbright | 2003-01-22 | 1 | -2/+1 |
| | |||||
* | added ability to sniff out md5sum w/o doing a test | Mike Fulbright | 2003-01-03 | 1 | -0/+34 |
| | |||||
* | check return codes like a good boy | Mike Fulbright | 2002-08-28 | 2 | -2/+6 |
| | |||||
* | add concept of iso status | Mike Fulbright | 2002-08-23 | 2 | -20/+69 |
| | |||||
* | use popt | Mike Fulbright | 2002-08-23 | 1 | -1/+1 |
| | |||||
* | added info to header in app data area so we can read out skip we used | Mike Fulbright | 2002-08-08 | 2 | -23/+93 |
| | |||||
* | do LFS | Mike Fulbright | 2002-08-07 | 1 | -3/+3 |
| | |||||
* | return 0 on success | Bill Nottingham | 2002-06-07 | 1 | -0/+1 |
| | |||||
* | Fixed missing \n in result string, which causes the bash prompt to be ↵ | mharris | 2002-05-08 | 1 | -1/+1 |
| | | | | displayed at the end of the line rather than on the next line. | ||||
* | cvsignore | Mike Fulbright | 2002-05-06 | 1 | -0/+3 |
| | |||||
* | oops | Mike Fulbright | 2002-05-06 | 1 | -10/+0 |
| | |||||
* | make commandline tool to check md5sum | Mike Fulbright | 2002-02-09 | 2 | -50/+102 |
| | |||||
* | make commandline tool to check md5sum | Mike Fulbright | 2002-02-09 | 1 | -1/+1 |
| | |||||
* | add isomd5sum stuff to anaconda | Jeremy Katz | 2002-02-01 | 6 | -0/+663 |