Remove subversion artifacts.
We do not have $Id$ to expand anymore.
This commit is contained in:
parent
c388ba6b30
commit
07695f4c18
80 changed files with 0 additions and 154 deletions
|
@ -1,4 +1,3 @@
|
||||||
# $Id$
|
|
||||||
project(libfreefare C)
|
project(libfreefare C)
|
||||||
cmake_minimum_required(VERSION 2.6)
|
cmake_minimum_required(VERSION 2.6)
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# $Id$
|
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I m4
|
ACLOCAL_AMFLAGS = -I m4
|
||||||
|
|
||||||
SUBDIRS = contrib libfreefare test examples
|
SUBDIRS = contrib libfreefare test examples
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __CONFIG_WINDOWS_H__
|
#ifndef __CONFIG_WINDOWS_H__
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
# $Id$
|
|
||||||
# TODO locate using pkg-config for linux/bsd
|
# TODO locate using pkg-config for linux/bsd
|
||||||
|
|
||||||
#set(LIBNFC_INCLUDE_DIRS "")
|
#set(LIBNFC_INCLUDE_DIRS "")
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# $Id$
|
|
||||||
|
|
||||||
SUBDIRS = libutil
|
SUBDIRS = libutil
|
||||||
|
|
||||||
EXTRA_DIST = libfreefare_zsnippets.vim
|
EXTRA_DIST = libfreefare_zsnippets.vim
|
||||||
|
|
|
@ -17,8 +17,6 @@
|
||||||
" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||||
" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
" SUCH DAMAGE.
|
" SUCH DAMAGE.
|
||||||
"
|
|
||||||
" $Id$
|
|
||||||
|
|
||||||
" Additionnal snippets for working with libfreefare in vim with the
|
" Additionnal snippets for working with libfreefare in vim with the
|
||||||
" snippetsEmu script:
|
" snippetsEmu script:
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# $Id$
|
|
||||||
|
|
||||||
if WITH_DEBUG
|
if WITH_DEBUG
|
||||||
if !HAS_LIBUTIL
|
if !HAS_LIBUTIL
|
||||||
noinst_LTLIBRARIES = libutil.la
|
noinst_LTLIBRARIES = libutil.la
|
||||||
|
|
|
@ -32,7 +32,6 @@
|
||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* @(#)subr_prf.c 8.3 (Berkeley) 1/21/94
|
* @(#)subr_prf.c 8.3 (Berkeley) 1/21/94
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//#include <sys/cdefs.h>
|
//#include <sys/cdefs.h>
|
||||||
|
|
|
@ -34,7 +34,6 @@
|
||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* $FreeBSD: stable/8/lib/libutil/libutil.h 185548 2008-12-02 06:50:26Z peter $
|
* $FreeBSD: stable/8/lib/libutil/libutil.h 185548 2008-12-02 06:50:26Z peter $
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _LIBUTIL_H_
|
#ifndef _LIBUTIL_H_
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __ERR_H__
|
#ifndef __ERR_H__
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
# $Id$
|
|
||||||
set(EXAMPLES-SOURCES
|
set(EXAMPLES-SOURCES
|
||||||
mifare-classic-format
|
mifare-classic-format
|
||||||
mifare-classic-read-ndef
|
mifare-classic-read-ndef
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# $Id$
|
|
||||||
|
|
||||||
AM_CFLAGS = -I. -I$(top_srcdir)/libfreefare @LIBNFC_CFLAGS@
|
AM_CFLAGS = -I. -I$(top_srcdir)/libfreefare @LIBNFC_CFLAGS@
|
||||||
AM_LDFLAGS = @LIBNFC_LIBS@
|
AM_LDFLAGS = @LIBNFC_LIBS@
|
||||||
|
|
||||||
|
|
|
@ -14,8 +14,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <err.h>
|
#include <err.h>
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <err.h>
|
#include <err.h>
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
#include <err.h>
|
#include <err.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
# $Id$
|
|
||||||
set(LIBRARY_SOURCES
|
set(LIBRARY_SOURCES
|
||||||
freefare
|
freefare
|
||||||
freefare_internal
|
freefare_internal
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# $Id$
|
|
||||||
|
|
||||||
AM_CFLAGS = @LIBNFC_CFLAGS@
|
AM_CFLAGS = @LIBNFC_CFLAGS@
|
||||||
AM_LDFLAGS = @LIBNFC_LIBS@
|
AM_LDFLAGS = @LIBNFC_LIBS@
|
||||||
|
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
.\" You should have received a copy of the GNU Lesser General Public License
|
.\" You should have received a copy of the GNU Lesser General Public License
|
||||||
.\" along with this program. If not, see <http://www.gnu.org/licenses/>
|
.\" along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
.\"
|
.\"
|
||||||
.\" $Id$
|
|
||||||
.\"
|
|
||||||
.Dd March 30, 2010
|
.Dd March 30, 2010
|
||||||
.Dt FREEFARE 3
|
.Dt FREEFARE 3
|
||||||
.Os
|
.Os
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __FREEFARE_H__
|
#ifndef __FREEFARE_H__
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
.\" You should have received a copy of the GNU Lesser General Public License
|
.\" You should have received a copy of the GNU Lesser General Public License
|
||||||
.\" along with this program. If not, see <http://www.gnu.org/licenses/>
|
.\" along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
.\"
|
.\"
|
||||||
.\" $Id: mifare_desfire.3 495 2010-07-26 21:48:18Z rtartiere@il4p.fr $
|
|
||||||
.\"
|
|
||||||
.Dd September 28, 2010
|
.Dd September 28, 2010
|
||||||
.Dt FREEFARE_ERROR 3
|
.Dt FREEFARE_ERROR 3
|
||||||
.Os
|
.Os
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __FREEFARE_INTERNAL_H__
|
#ifndef __FREEFARE_INTERNAL_H__
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
.\" You should have received a copy of the GNU Lesser General Public License
|
.\" You should have received a copy of the GNU Lesser General Public License
|
||||||
.\" along with this program. If not, see <http://www.gnu.org/licenses/>
|
.\" along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
.\"
|
.\"
|
||||||
.\" $Id$
|
|
||||||
.\"
|
|
||||||
.Dd March 30, 2010
|
.Dd March 30, 2010
|
||||||
.Dt MAD 3
|
.Dt MAD 3
|
||||||
.Os
|
.Os
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
.\" You should have received a copy of the GNU Lesser General Public License
|
.\" You should have received a copy of the GNU Lesser General Public License
|
||||||
.\" along with this program. If not, see <http://www.gnu.org/licenses/>
|
.\" along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
.\"
|
.\"
|
||||||
.\" $Id$
|
|
||||||
.\"
|
|
||||||
.Dd March 30, 2010
|
.Dd March 30, 2010
|
||||||
.Dt MIFARE_APPLICATION 3
|
.Dt MIFARE_APPLICATION 3
|
||||||
.Os
|
.Os
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
.\" You should have received a copy of the GNU Lesser General Public License
|
.\" You should have received a copy of the GNU Lesser General Public License
|
||||||
.\" along with this program. If not, see <http://www.gnu.org/licenses/>
|
.\" along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
.\"
|
.\"
|
||||||
.\" $Id$
|
|
||||||
.\"
|
|
||||||
.Dd March 30, 2010
|
.Dd March 30, 2010
|
||||||
.Dt MIFARE_CLASSIC 3
|
.Dt MIFARE_CLASSIC 3
|
||||||
.Os
|
.Os
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
.\" You should have received a copy of the GNU Lesser General Public License
|
.\" You should have received a copy of the GNU Lesser General Public License
|
||||||
.\" along with this program. If not, see <http://www.gnu.org/licenses/>
|
.\" along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
.\"
|
.\"
|
||||||
.\" $Id$
|
|
||||||
.\"
|
|
||||||
.Dd March 26, 2011
|
.Dd March 26, 2011
|
||||||
.Dt MIFARE_DESFIRE 3
|
.Dt MIFARE_DESFIRE 3
|
||||||
.Os
|
.Os
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
.\" You should have received a copy of the GNU Lesser General Public License
|
.\" You should have received a copy of the GNU Lesser General Public License
|
||||||
.\" along with this program. If not, see <http://www.gnu.org/licenses/>
|
.\" along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
.\"
|
.\"
|
||||||
.\" $Id: mifare_desfire.3 495 2010-07-26 21:48:18Z rtartiere@il4p.fr $
|
|
||||||
.\"
|
|
||||||
.Dd September 3, 2010
|
.Dd September 3, 2010
|
||||||
.Dt MIFARE_DESFIRE_AID 3
|
.Dt MIFARE_DESFIRE_AID 3
|
||||||
.Os
|
.Os
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
.\" You should have received a copy of the GNU Lesser General Public License
|
.\" You should have received a copy of the GNU Lesser General Public License
|
||||||
.\" along with this program. If not, see <http://www.gnu.org/licenses/>
|
.\" along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
.\"
|
.\"
|
||||||
.\" $Id$
|
|
||||||
.\"
|
|
||||||
.Dd July 20, 2010
|
.Dd July 20, 2010
|
||||||
.Dt MIFARE_DESFIRE_KEY 3
|
.Dt MIFARE_DESFIRE_KEY 3
|
||||||
.Os
|
.Os
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
.\" You should have received a copy of the GNU Lesser General Public License
|
.\" You should have received a copy of the GNU Lesser General Public License
|
||||||
.\" along with this program. If not, see <http://www.gnu.org/licenses/>
|
.\" along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
.\"
|
.\"
|
||||||
.\" $Id$
|
|
||||||
.\"
|
|
||||||
.Dd March 30, 2010
|
.Dd March 30, 2010
|
||||||
.Dt MIFARE_ULTRALIGHT 3
|
.Dt MIFARE_ULTRALIGHT 3
|
||||||
.Os
|
.Os
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
.\" You should have received a copy of the GNU Lesser General Public License
|
.\" You should have received a copy of the GNU Lesser General Public License
|
||||||
.\" along with this program. If not, see <http://www.gnu.org/licenses/>
|
.\" along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
.\"
|
.\"
|
||||||
.\" $Id$
|
|
||||||
.\"
|
|
||||||
.Dd March 30, 2010
|
.Dd March 30, 2010
|
||||||
.Dt TLV 3
|
.Dt TLV 3
|
||||||
.Os
|
.Os
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# $Id$
|
|
||||||
|
|
||||||
AM_CPPFLAGS = $(CUTTER_CFLAGS) -I$(top_srcdir)/libfreefare
|
AM_CPPFLAGS = $(CUTTER_CFLAGS) -I$(top_srcdir)/libfreefare
|
||||||
LIBS = $(CUTTER_LIBS)
|
LIBS = $(CUTTER_LIBS)
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# $Id$
|
|
||||||
|
|
||||||
AM_CPPFLAGS = $(CUTTER_CFLAGS) -I$(top_srcdir)/libfreefare
|
AM_CPPFLAGS = $(CUTTER_CFLAGS) -I$(top_srcdir)/libfreefare
|
||||||
AM_CFLAGS = @LIBNFC_CFLAGS@
|
AM_CFLAGS = @LIBNFC_CFLAGS@
|
||||||
|
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <cutter.h>
|
#include <cutter.h>
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _MIFARE_DESFIRE_AUTO_AUTHENTICATE_H
|
#ifndef _MIFARE_DESFIRE_AUTO_AUTHENTICATE_H
|
||||||
|
|
|
@ -14,8 +14,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <cutter.h>
|
#include <cutter.h>
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
extern FreefareTag tag;
|
extern FreefareTag tag;
|
||||||
|
|
|
@ -14,8 +14,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <cutter.h>
|
#include <cutter.h>
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
extern FreefareTag tag;
|
extern FreefareTag tag;
|
||||||
|
|
|
@ -14,8 +14,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <cutter.h>
|
#include <cutter.h>
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
extern FreefareTag tag;
|
extern FreefareTag tag;
|
||||||
|
|
|
@ -14,8 +14,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <cutter.h>
|
#include <cutter.h>
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
extern FreefareTag tag;
|
extern FreefareTag tag;
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <cutter.h>
|
#include <cutter.h>
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
#include <cutter.h>
|
#include <cutter.h>
|
||||||
|
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <cutter.h>
|
#include <cutter.h>
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <cutter.h>
|
#include <cutter.h>
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <cutter.h>
|
#include <cutter.h>
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <cutter.h>
|
#include <cutter.h>
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <cutter.h>
|
#include <cutter.h>
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <freefare.h>
|
#include <freefare.h>
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <cutter.h>
|
#include <cutter.h>
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <cutter.h>
|
#include <cutter.h>
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <cutter.h>
|
#include <cutter.h>
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <cutter.h>
|
#include <cutter.h>
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <cutter.h>
|
#include <cutter.h>
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <cutter.h>
|
#include <cutter.h>
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <cutter.h>
|
#include <cutter.h>
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <cutter.h>
|
#include <cutter.h>
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <cutter.h>
|
#include <cutter.h>
|
||||||
|
|
Loading…
Reference in a new issue