summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
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