platform/upstream/crda.git
16 years agoupdate readme
Johannes Berg [Fri, 23 May 2008 01:58:53 +0000 (03:58 +0200)]
update readme

16 years agouse text file instead of sql
Johannes Berg [Fri, 23 May 2008 01:55:37 +0000 (03:55 +0200)]
use text file instead of sql

16 years agooptimise sqlite database creation a bit
Johannes Berg [Thu, 22 May 2008 22:00:06 +0000 (00:00 +0200)]
optimise sqlite database creation a bit

16 years agomove RSA import down in dbgen.py
Johannes Berg [Thu, 22 May 2008 21:57:32 +0000 (23:57 +0200)]
move RSA import down in dbgen.py

16 years agowe don't ever need the public key, remove
Johannes Berg [Thu, 22 May 2008 21:42:14 +0000 (23:42 +0200)]
we don't ever need the public key, remove

16 years agouse libgcrypt instead of libssl by default
Johannes Berg [Thu, 22 May 2008 21:07:08 +0000 (23:07 +0200)]
use libgcrypt instead of libssl by default

16 years agoremove verify script, dump.c already does that
Johannes Berg [Thu, 22 May 2008 20:09:56 +0000 (22:09 +0200)]
remove verify script, dump.c already does that

16 years agolet verify script not fail when openssl not installed
Johannes Berg [Thu, 22 May 2008 17:37:51 +0000 (19:37 +0200)]
let verify script not fail when openssl not installed

16 years agoadd tool to generate openssl public key bignums
Johannes Berg [Thu, 22 May 2008 17:35:24 +0000 (19:35 +0200)]
add tool to generate openssl public key bignums

16 years agomove verify script to new 'scripts' dir
Johannes Berg [Thu, 22 May 2008 17:34:07 +0000 (19:34 +0200)]
move verify script to new 'scripts' dir

16 years agouse bignums directly instead of pem key
Johannes Berg [Thu, 22 May 2008 17:32:16 +0000 (19:32 +0200)]
use bignums directly instead of pem key

16 years agouse openssl to verify signature database
Johannes Berg [Thu, 22 May 2008 16:29:48 +0000 (18:29 +0200)]
use openssl to verify signature database

16 years agoallow variable-sized rsa keys
Johannes Berg [Thu, 22 May 2008 15:23:41 +0000 (17:23 +0200)]
allow variable-sized rsa keys

16 years agorename key files, adjust Makefile targets
Johannes Berg [Thu, 22 May 2008 15:10:09 +0000 (17:10 +0200)]
rename key files, adjust Makefile targets

16 years agosign regulatory database file
Johannes Berg [Thu, 22 May 2008 15:07:20 +0000 (17:07 +0200)]
sign regulatory database file

16 years agouse MAP_PRIVATE
Johannes Berg [Thu, 22 May 2008 13:16:24 +0000 (15:16 +0200)]
use MAP_PRIVATE

16 years agoadd magic(5) pattern for regdb file
Johannes Berg [Thu, 22 May 2008 13:13:35 +0000 (15:13 +0200)]
add magic(5) pattern for regdb file

16 years agoreadme updates
Johannes Berg [Thu, 22 May 2008 13:03:23 +0000 (15:03 +0200)]
readme updates

16 years agosanity-check file offsets
Johannes Berg [Thu, 22 May 2008 12:52:57 +0000 (14:52 +0200)]
sanity-check file offsets

16 years agoadd small C program to dump back binary database
Johannes Berg [Thu, 22 May 2008 12:42:54 +0000 (14:42 +0200)]
add small C program to dump back binary database

16 years agoadd script to generate binary database
Johannes Berg [Thu, 22 May 2008 12:12:40 +0000 (14:12 +0200)]
add script to generate binary database

16 years agoremove DMN_MKK1_FCCA for now (database invalid)
Johannes Berg [Thu, 22 May 2008 12:10:28 +0000 (14:10 +0200)]
remove DMN_MKK1_FCCA for now (database invalid)

16 years agomove db sql files into db/ directory
Johannes Berg [Thu, 22 May 2008 11:21:38 +0000 (13:21 +0200)]
move db sql files into db/ directory

16 years agoadd Makefile for sqlite
Johannes Berg [Thu, 22 May 2008 11:20:08 +0000 (13:20 +0200)]
add Makefile for sqlite

16 years agoroll permissions into database setup sql
Johannes Berg [Thu, 22 May 2008 11:19:09 +0000 (13:19 +0200)]
roll permissions into database setup sql

16 years agoadd regdb header file for regulatory daemon
Johannes Berg [Thu, 22 May 2008 11:14:43 +0000 (13:14 +0200)]
add regdb header file for regulatory daemon

16 years agoadd script to make sqlite db
Johannes Berg [Thu, 22 May 2008 11:13:38 +0000 (13:13 +0200)]
add script to make sqlite db

16 years agomove 'use regulatory' statement to the right file
Johannes Berg [Thu, 22 May 2008 11:09:09 +0000 (13:09 +0200)]
move 'use regulatory' statement to the right file

16 years agomake mostly sqlite compatible
Johannes Berg [Thu, 22 May 2008 11:08:15 +0000 (13:08 +0200)]
make mostly sqlite compatible

16 years agoInitial MySQL CRDA db import.
Luis R. Rodriguez [Thu, 22 May 2008 07:04:44 +0000 (00:04 -0700)]
Initial MySQL CRDA db import.

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>