aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2019-11-12crda: Makefile: fix .so compilation line with some compilersHEADv4.15masterBrian Norris1-2/+2
2018-11-21crda: be explicit about file permission on installLuis Chamberlain1-2/+2
2014-12-10crda: Trust regulatory.bin from Seth Forsheev3.18Seth Forshee1-1/+1
2014-02-19crda: Add DESTDIR support in install-libreg* rules in MakefileJohn W. Linville1-4/+4
2014-02-19crda: Fix the linking order to avoid compilation errorKrishna Chaitanya1-2/+3
2013-10-30crda: make reglib a shared libraryLuis R. Rodriguez1-12/+36
2013-10-30crda: add regulatory domain optimizerLuis R. Rodriguez1-2/+6
2013-10-30crda: add regulatory domain stream parserLuis R. Rodriguez1-2/+8
2013-05-30crda: move reg print helpers to reglibLuis R. Rodriguez1-2/+2
2012-01-18crda: add a reglib iterator reglib_for_each_country()Luis R. Rodriguez1-1/+1
2012-01-18crda: add nested support for libnl-3.2Stefan Lippers-Hollmann1-9/+16
2011-08-09crda: add nested support for libnl-3.0v1.1.2Tim Gardner1-7/+14
2010-01-25Implement runtime loading of RSA public keysPaul Fertser1-1/+2
2009-08-06CRDA and cross-compilationPavel Roskin1-2/+5
2009-04-17Allow distributions to specify a custom pubkeys dirv1.0.2Luis R. Rodriguez1-2/+6
2009-02-24Fix Makefile to not overwrite udev/regulatory.rules for SBINDIR changesLuis R. Rodriguez1-3/+3
2009-02-11also replace the SBINDIR used in the rules fileDaniel Mierswa1-0/+1
2009-02-06use SBINDIR in install target of CRDADaniel Mierswa1-1/+1
2009-02-02crda: report if no supported version of libnl is foundPavel Roskin1-0/+4
2009-01-24crda: Fix --as-needed usagev1.0.1Diego E. 'Flameeyes' Pettenò1-3/+3
2009-01-23Small makefile fixLuis R. Rodriguez1-2/+4
2009-01-23Add regdbdump.8 man page and update MakefileLuis R. Rodriguez1-8/+22
2009-01-23Adds a crda man page, update Makefile for distributionsLuis R. Rodriguez1-1/+14
2009-01-15crda: prevent key2pub.py from generating bogus output on failurePavel Roskin1-1/+1
2008-12-22Add a checker for REG_BIN and easy instructions on how to add itLuis R. Rodriguez1-1/+14
2008-12-22Allow CRDA to use new libnl2Pat Erley1-1/+17
2008-12-10crda: fix two bugsJohannes Berg1-2/+2
2008-12-01Use Makefile dependency information for linking.v0.9.5Diego 'Flameeyes' Pettenò1-3/+3
2008-12-01Split printing functions to their own translation unit.Diego 'Flameeyes' Pettenò1-4/+4
2008-12-01Don't use recursive make for verify targetDiego 'Flameeyes' Pettenò1-2/+1
2008-12-01Make it possible to switch gcrypt/openssl via knobDiego 'Flameeyes' Pettenò1-7/+14
2008-12-01Fix dependencies for parallel make and othersDiego 'Flameeyes' Pettenò1-3/+5
2008-12-01Fix building with --as-needed LD flagDiego 'Flameeyes' Pettenò1-5/+5
2008-11-24Install regdbdumpv0.9.4Luis R. Rodriguez1-0/+3
2008-11-24Rename dump to regdbdump, update READMEv0.9.3Luis R. Rodriguez1-5/+5
2008-11-17We ship our own nl80211.h so remove KLIB stuffv0.9.2Luis R. Rodriguez1-11/+3
2008-11-17Add linville's public key and use it, also do relyLuis R. Rodriguez1-51/+9
2008-11-17Move regulatory.rules to its own dirLuis R. Rodriguez1-2/+2
2008-11-17Separate db.txt authorship from this package, also rely onLuis R. Rodriguez1-21/+42
2008-10-29Remove some comments that no longer apply on intersectv0.9Luis R. Rodriguez1-1/+1
2008-10-29Add intersection code, not working yet :(Luis R. Rodriguez1-1/+5
2008-10-28Share common routines into a reg lib, other objects will later reuse.Luis R. Rodriguez1-4/+4
2008-10-23Makefile improvements.Davide Pesavento1-31/+51
2008-10-23Consolidate db signature validation in one function.Davide Pesavento1-7/+7
2008-10-20crda: Fix the keys-gcrypt.c target and remove key.priv.pem on cleanEvgeni Golov1-1/+4
2008-09-29Makefile: add support for DESTDIR.Davide Pesavento1-8/+11
2008-08-12Install regulatory.rules into udev directory.Luis R. Rodriguez1-0/+1
2008-08-12Use your KLIB_BUILD path for nl80211 headers.Luis R. Rodriguez1-1/+6
2008-07-09Add some error return values, remove some unused variables.Luis R. Rodriguez1-1/+1
2008-07-09Add CRDA, this needs some love, my netlink-fu sucks.Luis R. Rodriguez1-1/+14
2008-05-27make db2bin take explicit argumentsJohannes Berg1-1/+1
2008-05-24remove useless VERIFY_SIGNATURE #ifdefJohannes Berg1-2/+2
2008-05-24allow using own private key w/o danger of committing, use test-key by defaultJohannes Berg1-2/+14
2008-05-24Makefile: read all *.pem files for public keysJohannes Berg1-5/+5
2008-05-24create C keys on the fly (in python), rewrite Makefile, put everything into r...Johannes Berg1-2/+20
2008-05-23use text file instead of sqlJohannes Berg1-11/+3
2008-05-23optimise sqlite database creation a bitJohannes Berg1-3/+3
2008-05-22we don't ever need the public key, removeJohannes Berg1-1/+0
2008-05-22remove verify script, dump.c already does thatJohannes Berg1-4/+1
2008-05-22move verify script to new 'scripts' dirJohannes Berg1-2/+2
2008-05-22allow variable-sized rsa keysJohannes Berg1-0/+4
2008-05-22rename key files, adjust Makefile targetsJohannes Berg1-2/+2
2008-05-22sign regulatory database fileJohannes Berg1-1/+4
2008-05-22add script to generate binary databaseJohannes Berg1-0/+7
2008-05-22move db sql files into db/ directoryJohannes Berg1-3/+3
2008-05-22add Makefile for sqliteJohannes Berg1-0/+8