Age | Commit message (Expand) | Author | Files | Lines |
2013-02-11 | Fix pathsubmit/tizen/20130517.020736submit/tizen/20130509.173546submit/tizen/20130503.190621submit/tizen/20130503.184526accepted/tizen/20130520.095203accepted/tizen/20130503.223732 | Anas Nashif | 1 | -2/+2 |
2012-01-18 | crda: add a reglib iterator reglib_for_each_country() | Luis R. Rodriguez | 1 | -1/+1 |
2012-01-18 | crda: add nested support for libnl-3.2 | Stefan Lippers-Hollmann | 1 | -9/+16 |
2011-08-09 | crda: add nested support for libnl-3.0v1.1.2 | Tim Gardner | 1 | -7/+14 |
2010-01-25 | Implement runtime loading of RSA public keys | Paul Fertser | 1 | -1/+2 |
2009-08-06 | CRDA and cross-compilation | Pavel Roskin | 1 | -2/+5 |
2009-04-17 | Allow distributions to specify a custom pubkeys dirv1.0.2 | Luis R. Rodriguez | 1 | -2/+6 |
2009-02-24 | Fix Makefile to not overwrite udev/regulatory.rules for SBINDIR changes | Luis R. Rodriguez | 1 | -3/+3 |
2009-02-11 | also replace the SBINDIR used in the rules file | Daniel Mierswa | 1 | -0/+1 |
2009-02-06 | use SBINDIR in install target of CRDA | Daniel Mierswa | 1 | -1/+1 |
2009-02-02 | crda: report if no supported version of libnl is found | Pavel Roskin | 1 | -0/+4 |
2009-01-24 | crda: Fix --as-needed usagev1.0.1 | Diego E. 'Flameeyes' Pettenò | 1 | -3/+3 |
2009-01-23 | Small makefile fix | Luis R. Rodriguez | 1 | -2/+4 |
2009-01-23 | Add regdbdump.8 man page and update Makefile | Luis R. Rodriguez | 1 | -8/+22 |
2009-01-23 | Adds a crda man page, update Makefile for distributions | Luis R. Rodriguez | 1 | -1/+14 |
2009-01-15 | crda: prevent key2pub.py from generating bogus output on failure | Pavel Roskin | 1 | -1/+1 |
2008-12-22 | Add a checker for REG_BIN and easy instructions on how to add it | Luis R. Rodriguez | 1 | -1/+14 |
2008-12-22 | Allow CRDA to use new libnl2 | Pat Erley | 1 | -1/+17 |
2008-12-10 | crda: fix two bugs | Johannes Berg | 1 | -2/+2 |
2008-12-01 | Use Makefile dependency information for linking.v0.9.5l- | Diego 'Flameeyes' Pettenò | 1 | -3/+3 |
2008-12-01 | Split printing functions to their own translation unit. | Diego 'Flameeyes' Pettenò | 1 | -4/+4 |
2008-12-01 | Don't use recursive make for verify target | Diego 'Flameeyes' Pettenò | 1 | -2/+1 |
2008-12-01 | Make it possible to switch gcrypt/openssl via knob | Diego 'Flameeyes' Pettenò | 1 | -7/+14 |
2008-12-01 | Fix dependencies for parallel make and others | Diego 'Flameeyes' Pettenò | 1 | -3/+5 |
2008-12-01 | Fix building with --as-needed LD flag | Diego 'Flameeyes' Pettenò | 1 | -5/+5 |
2008-11-24 | Install regdbdumpv0.9.4 | Luis R. Rodriguez | 1 | -0/+3 |
2008-11-24 | Rename dump to regdbdump, update READMEv0.9.3 | Luis R. Rodriguez | 1 | -5/+5 |
2008-11-17 | We ship our own nl80211.h so remove KLIB stuffv0.9.2 | Luis R. Rodriguez | 1 | -11/+3 |
2008-11-17 | Add linville's public key and use it, also do rely | Luis R. Rodriguez | 1 | -51/+9 |
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 |