~ubuntu-branches/ubuntu/oneiric/isomd5sum/oneiric

« back to all changes in this revision

Viewing changes to libimplantisomd5.c

  • Committer: Bazaar Package Importer
  • Author(s): Ryan Finnie
  • Date: 2008-02-12 20:50:55 UTC
  • mfrom: (1.1.3 upstream) (2.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080212205055-ok7t538if9lctyws
Tags: 1:1.0.4-1
* New upstream version.
* Epoch added, upstream re-worked into standalone package
* debian/control: new homepage/git
* debian/control: clarified description
* Removed sgml documentation (manpages moved upstream)
* Added watch file

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Copyright 2001 Red Hat, Inc.                                    */
2
 
/* Michael Fulbright msf@redhat.com                                */
3
 
 
4
 
/*   4/2005     Dustin Kirkland (dustin.kirkland@gmail.com)        */
5
 
/*      Added support for checkpoint fragment sums;                */
6
 
/*      Allows for exiting media check when bad fragment md5sum'ed */
 
1
/*
 
2
 * Copyright (C) 2001-2007 Red Hat, Inc.
 
3
 *
 
4
 * Michael Fulbright <msf@redhat.com>
 
5
 * Dustin Kirkland  <dustin.dirkland@gmail.com>
 
6
 *      Added support for checkpoint fragment sums;                
 
7
 *      Exits media check as soon as bad fragment md5sum'ed        
 
8
 *
 
9
 * This program is free software; you can redistribute it and/or
 
10
 * modify it under the terms of the GNU General Public License
 
11
 * as published by the Free Software Foundation; either version 2
 
12
 * of the License, or (at your option) any later version.
 
13
 *
 
14
 * This program is distributed in the hope that it will be useful,
 
15
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
16
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
17
 * GNU General Public License for more details.
 
18
 *
 
19
 * You should have received a copy of the GNU General Public License
 
20
 * along with this program; if not, write to the Free Software
 
21
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
22
 */
7
23
 
8
24
#include <stdio.h>
9
25
#include <stdlib.h>