aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-05-26don't break within unitJohannes Berg1-2/+6
2008-05-26show mW slightly differentlyJohannes Berg1-3/+3
2008-05-26show mW in web viewerJohannes Berg1-5/+7
2008-05-26improve web viewer a bitJohannes Berg2-7/+30
2008-05-26update db.txt explanationsJohannes Berg1-6/+4
2008-05-26make 0 power values mean 'no limitation' (e.g. Germany has no limit on IR but...Johannes Berg5-9/+35
2008-05-26new regulatory database scheme, flags are per-rule nowJohannes Berg6-231/+224
2008-05-25.. and update web viewerJohannes Berg1-1/+1
2008-05-25rename 'restrictions' to the more appropriate 'permissions' in the codeJohannes Berg2-13/+13
2008-05-25web viewer: remove debug country namesJohannes Berg1-4/+0
2008-05-25nicer comment for DE entryJohannes Berg1-2/+2
2008-05-25web viewer: fix bugJohannes Berg1-2/+2
2008-05-25web viewer: remove 'no such country' handlingJohannes Berg1-10/+2
2008-05-25Revert "move country comments after table in web viewer"Johannes Berg1-7/+8
2008-05-25move country comments after table in web viewerJohannes Berg1-8/+7
2008-05-25improve unknown country handlingJohannes Berg1-7/+18
2008-05-25display per-country commentsJohannes Berg2-3/+24
2008-05-25web interfaces fixesJohannes Berg1-4/+3
2008-05-25adjust web viewerJohannes Berg1-16/+12
2008-05-25rewrite parser to be more object-orientedJohannes Berg2-43/+120
2008-05-25fix typoJohannes Berg2-2/+2
2008-05-25more sortingJohannes Berg1-1/+7
2008-05-25sort rules within collectionsJohannes Berg1-0/+2
2008-05-25reorder comments for DE entry a bitJohannes Berg1-4/+4
2008-05-24add current information for GermanyJohannes Berg1-1/+13
2008-05-24move magic pattern into READMEJohannes Berg2-7/+14
2008-05-24remove useless VERIFY_SIGNATURE #ifdefJohannes Berg2-6/+2
2008-05-24some README clarificationsJohannes Berg1-6/+7
2008-05-24allow using own private key w/o danger of committing, use test-key by defaultJohannes Berg3-2/+18
2008-05-24update READMEJohannes Berg1-41/+48
2008-05-24Makefile: read all *.pem files for public keysJohannes Berg1-5/+5
2008-05-24allow key2pub.py to read public pem files tooJohannes Berg1-1/+4
2008-05-24remove sql creator, not currently neededJohannes Berg1-125/+0
2008-05-24update .gitignoreJohannes Berg1-1/+2
2008-05-24create C keys on the fly (in python), rewrite Makefile, put everything into r...Johannes Berg9-238/+134
2008-05-23fix some references in regdb.hJohannes Berg1-2/+2
2008-05-23web: fix invalid country codes being passedJohannes Berg1-1/+4
2008-05-23clarify unitsJohannes Berg5-9/+25
2008-05-23another web bugfix, cleanupJohannes Berg1-4/+5
2008-05-23web bugfixJohannes Berg1-1/+2
2008-05-23add countries heading to webJohannes Berg1-2/+6
2008-05-23sort display by start frequencyJohannes Berg1-1/+3
2008-05-23web bugfixJohannes Berg1-1/+1
2008-05-23make web regdb configurableJohannes Berg1-1/+4
2008-05-23add moinmoin macroJohannes Berg1-0/+153
2008-05-23parser: fix flag dict nameJohannes Berg1-3/+3
2008-05-23add newline after country definition in dumped outputJohannes Berg1-0/+1
2008-05-23regdb.h: add note that countries are sortedJohannes Berg1-1/+6
2008-05-23sort countries by alpha2 in binary databaseJohannes Berg1-1/+4
2008-05-23make dump.c dump in the db.txt formatJohannes Berg1-15/+25
2008-05-23db2bin bugfixJohannes Berg1-1/+1
2008-05-23give better 'unused' warningsJohannes Berg1-4/+10
2008-05-23allow inlining power definitionJohannes Berg2-3/+17
2008-05-23allow inlining band definitionJohannes Berg2-20/+25
2008-05-23refactor band parser a tadJohannes Berg1-8/+12
2008-05-23fix very stupid parser bugJohannes Berg1-1/+1
2008-05-23db parser: output nicer warningsJohannes Berg1-6/+17
2008-05-23add db2sql: script to convert db.txt to sqlJohannes Berg1-0/+125
2008-05-23de-duplicate more aggressivelyJohannes Berg1-8/+18
2008-05-23update readmeJohannes Berg1-5/+4
2008-05-23use text file instead of sqlJohannes Berg13-604/+516
2008-05-23optimise sqlite database creation a bitJohannes Berg1-3/+3
2008-05-22move RSA import down in dbgen.pyJohannes Berg1-1/+5
2008-05-22we don't ever need the public key, removeJohannes Berg2-10/+0
2008-05-22use libgcrypt instead of libssl by defaultJohannes Berg3-5/+179
2008-05-22remove verify script, dump.c already does thatJohannes Berg2-27/+1
2008-05-22let verify script not fail when openssl not installedJohannes Berg1-0/+7
2008-05-22add tool to generate openssl public key bignumsJohannes Berg2-1/+26
2008-05-22move verify script to new 'scripts' dirJohannes Berg2-2/+2
2008-05-22use bignums directly instead of pem keyJohannes Berg1-48/+103
2008-05-22use openssl to verify signature databaseJohannes Berg2-2/+95
2008-05-22allow variable-sized rsa keysJohannes Berg6-28/+55
2008-05-22rename key files, adjust Makefile targetsJohannes Berg5-4/+4
2008-05-22sign regulatory database fileJohannes Berg6-2/+57
2008-05-22use MAP_PRIVATEJohannes Berg1-1/+1
2008-05-22add magic(5) pattern for regdb fileJohannes Berg2-1/+9
2008-05-22readme updatesJohannes Berg1-5/+8
2008-05-22sanity-check file offsetsJohannes Berg1-13/+33
2008-05-22add small C program to dump back binary databaseJohannes Berg3-0/+106
2008-05-22add script to generate binary databaseJohannes Berg4-0/+128
2008-05-22remove DMN_MKK1_FCCA for now (database invalid)Johannes Berg1-2/+0
2008-05-22move db sql files into db/ directoryJohannes Berg8-3/+3
2008-05-22add Makefile for sqliteJohannes Berg2-6/+8
2008-05-22roll permissions into database setup sqlJohannes Berg2-2/+4
2008-05-22add regdb header file for regulatory daemonJohannes Berg1-0/+57
2008-05-22add script to make sqlite dbJohannes Berg2-0/+8
2008-05-22move 'use regulatory' statement to the right fileJohannes Berg2-1/+1
2008-05-22make mostly sqlite compatibleJohannes Berg8-37/+31
2008-05-22Initial MySQL CRDA db import.Luis R. Rodriguez8-0/+504