Age | Commit message (Expand) | Author | Files | Lines |
2009-01-23 | Add regdbdump.8 man page and update Makefile | Luis R. Rodriguez | 3 | -12/+68 |
2009-01-23 | Fix typo on man page regarding udev rule path | Luis R. Rodriguez | 1 | -1/+1 |
2009-01-23 | Adds a crda man page, update Makefile for distributions | Luis R. Rodriguez | 2 | -1/+94 |
2009-01-18 | crda: Throw verbose error message if M2Crypto is missing | Michael Buesch | 1 | -1/+7 |
2009-01-15 | crda: prevent key2pub.py from generating bogus output on failure | Pavel Roskin | 2 | -28/+31 |
2008-12-22 | Add a checker for REG_BIN and easy instructions on how to add it | Luis R. Rodriguez | 2 | -2/+15 |
2008-12-22 | Allow CRDA to use new libnl2 | Pat Erley | 2 | -6/+45 |
2008-12-10 | crda: fix two bugs | Johannes Berg | 2 | -3/+4 |
2008-12-03 | Sync nl80211.h - a few updates and now under the ISC license | Luis R. Rodriguez | 1 | -3/+91 |
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ò | 3 | -123/+126 |
2008-12-01 | Move is_valid_reg_rule() in intersect.c. | Diego 'Flameeyes' Pettenò | 3 | -21/+20 |
2008-12-01 | Avoid implicit declaration of memset() with OpenSSL. | Diego 'Flameeyes' Pettenò | 1 | -0/+1 |
2008-12-01 | Mark constant the generated key tables for libgcrypt. | Diego 'Flameeyes' Pettenò | 1 | -3/+3 |
2008-12-01 | Mark functions static when not used outside their translation unit. | Diego 'Flameeyes' Pettenò | 3 | -6/+3 |
2008-12-01 | Ignore built files. | Diego E. 'Flameeyes' Pettenò | 1 | -0/+2 |
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 | 3 | -10/+17 |
2008-11-17 | We ship our own nl80211.h so remove KLIB stuffv0.9.2 | Luis R. Rodriguez | 1 | -11/+3 |
2008-11-17 | Update README and remove utils/web that the wireless-regdb.git sucked in. | Luis R. Rodriguez | 4 | -706/+21 |
2008-11-17 | Add linville's public key and use it, also do rely | Luis R. Rodriguez | 3 | -85/+35 |
2008-11-17 | Whoops, forgot to git-mv regulatory.rules :) | Luis R. Rodriguez | 1 | -0/+5 |
2008-11-17 | Move regulatory.rules to its own dir | Luis R. Rodriguez | 2 | -7/+2 |
2008-11-17 | Separate db.txt authorship from this package, also rely on | Luis R. Rodriguez | 7 | -642/+42 |
2008-10-30 | Ship nl80211.h and use itv0.9.1 | Luis R. Rodriguez | 2 | -1/+696 |
2008-10-29 | Remove some comments that no longer apply on intersectv0.9 | Luis R. Rodriguez | 2 | -16/+2 |
2008-10-29 | This fixes SIGSEGV and incorrect free() calls | Luis R. Rodriguez | 1 | -1/+1 |
2008-10-29 | Make intersection logic a bit more readable | Luis R. Rodriguez | 1 | -24/+24 |
2008-10-29 | Add intersection code, not working yet :( | Luis R. Rodriguez | 2 | -1/+340 |
2008-10-29 | Double pointers obfuscate code, die | Luis R. Rodriguez | 3 | -14/+11 |
2008-10-29 | is_valid_reg_rule() is false when freq_diff is 0 | Luis R. Rodriguez | 1 | -1/+1 |
2008-10-28 | Add conversion utitlies, standardize printing | Luis R. Rodriguez | 4 | -72/+221 |
2008-10-28 | Share common routines into a reg lib, other objects will later reuse. | Luis R. Rodriguez | 5 | -6/+6 |
2008-10-27 | Move last helpers to crda.h, forgot to add crda.h to git too | Luis R. Rodriguez | 2 | -22/+49 |
2008-10-27 | Avoid stdlib, this saves 145 bytes | Luis R. Rodriguez | 1 | -2/+11 |
2008-10-27 | Move common helpers and functions into crda.h | Luis R. Rodriguez | 3 | -26/+3 |
2008-10-23 | Makefile improvements. | Davide Pesavento | 1 | -31/+51 |
2008-10-23 | Fix some trivial warnings. | Davide Pesavento | 2 | -16/+18 |
2008-10-23 | Use the correct index when iterating over the array of public keys. | Davide Pesavento | 1 | -2/+2 |
2008-10-23 | Unify and share get_file_ptr() too. | Davide Pesavento | 4 | -47/+36 |
2008-10-23 | Ignore more binary files. | Davide Pesavento | 1 | -0/+2 |
2008-10-23 | Consolidate db signature validation in one function. | Davide Pesavento | 5 | -231/+134 |
2008-10-20 | crda: Fix the keys-gcrypt.c target and remove key.priv.pem on clean | Evgeni Golov | 1 | -1/+4 |
2008-10-20 | Fixed an inconsistency in OFDM and CCK flags definition | Benoit PAPILLAULT | 1 | -3/+5 |
2008-10-20 | Use const and add is_valid_regdom() check | Benoit PAPILLAULT | 1 | -6/+22 |
2008-10-20 | Added documentation on the file format | Benoit PAPILLAULT | 1 | -18/+29 |