Age | Commit message (Expand) | Author | Files | Lines |
2008-11-17 | Move regulatory.rules to its own dir | Luis R. Rodriguez | 1 | -2/+2 |
2008-11-17 | Separate db.txt authorship from this package, also rely on | Luis R. Rodriguez | 1 | -21/+42 |
2008-10-29 | Remove some comments that no longer apply on intersectv0.9 | Luis R. Rodriguez | 1 | -1/+1 |
2008-10-29 | Add intersection code, not working yet :( | Luis R. Rodriguez | 1 | -1/+5 |
2008-10-28 | Share common routines into a reg lib, other objects will later reuse. | Luis R. Rodriguez | 1 | -4/+4 |
2008-10-23 | Makefile improvements. | Davide Pesavento | 1 | -31/+51 |
2008-10-23 | Consolidate db signature validation in one function. | Davide Pesavento | 1 | -7/+7 |
2008-10-20 | crda: Fix the keys-gcrypt.c target and remove key.priv.pem on clean | Evgeni Golov | 1 | -1/+4 |
2008-09-29 | Makefile: add support for DESTDIR. | Davide Pesavento | 1 | -8/+11 |
2008-08-12 | Install regulatory.rules into udev directory. | Luis R. Rodriguez | 1 | -0/+1 |
2008-08-12 | Use your KLIB_BUILD path for nl80211 headers. | Luis R. Rodriguez | 1 | -1/+6 |
2008-07-09 | Add some error return values, remove some unused variables. | Luis R. Rodriguez | 1 | -1/+1 |
2008-07-09 | Add CRDA, this needs some love, my netlink-fu sucks. | Luis R. Rodriguez | 1 | -1/+14 |
2008-05-27 | make db2bin take explicit arguments | Johannes Berg | 1 | -1/+1 |
2008-05-24 | remove useless VERIFY_SIGNATURE #ifdef | Johannes Berg | 1 | -2/+2 |
2008-05-24 | allow using own private key w/o danger of committing, use test-key by default | Johannes Berg | 1 | -2/+14 |
2008-05-24 | Makefile: read all *.pem files for public keys | Johannes Berg | 1 | -5/+5 |
2008-05-24 | create C keys on the fly (in python), rewrite Makefile, put everything into r... | Johannes Berg | 1 | -2/+20 |
2008-05-23 | use text file instead of sql | Johannes Berg | 1 | -11/+3 |
2008-05-23 | optimise sqlite database creation a bit | Johannes Berg | 1 | -3/+3 |
2008-05-22 | we don't ever need the public key, remove | Johannes Berg | 1 | -1/+0 |
2008-05-22 | remove verify script, dump.c already does that | Johannes Berg | 1 | -4/+1 |
2008-05-22 | move verify script to new 'scripts' dir | Johannes Berg | 1 | -2/+2 |
2008-05-22 | allow variable-sized rsa keys | Johannes Berg | 1 | -0/+4 |
2008-05-22 | rename key files, adjust Makefile targets | Johannes Berg | 1 | -2/+2 |
2008-05-22 | sign regulatory database file | Johannes Berg | 1 | -1/+4 |
2008-05-22 | add script to generate binary database | Johannes Berg | 1 | -0/+7 |
2008-05-22 | move db sql files into db/ directory | Johannes Berg | 1 | -3/+3 |
2008-05-22 | add Makefile for sqlite | Johannes Berg | 1 | -0/+8 |