summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-01-23Add regdbdump.8 man page and update MakefileLuis R. Rodriguez3-12/+68
2009-01-23Fix typo on man page regarding udev rule pathLuis R. Rodriguez1-1/+1
2009-01-23Adds a crda man page, update Makefile for distributionsLuis R. Rodriguez2-1/+94
2009-01-18crda: Throw verbose error message if M2Crypto is missingMichael Buesch1-1/+7
2009-01-15crda: prevent key2pub.py from generating bogus output on failurePavel Roskin2-28/+31
2008-12-22Add a checker for REG_BIN and easy instructions on how to add itLuis R. Rodriguez2-2/+15
2008-12-22Allow CRDA to use new libnl2Pat Erley2-6/+45
2008-12-10crda: fix two bugsJohannes Berg2-3/+4
2008-12-03Sync nl80211.h - a few updates and now under the ISC licenseLuis R. Rodriguez1-3/+91
2008-12-01Use Makefile dependency information for linking.v0.9.5l-Diego 'Flameeyes' Pettenò1-3/+3
2008-12-01Split printing functions to their own translation unit.Diego 'Flameeyes' Pettenò3-123/+126
2008-12-01Move is_valid_reg_rule() in intersect.c.Diego 'Flameeyes' Pettenò3-21/+20
2008-12-01Avoid implicit declaration of memset() with OpenSSL.Diego 'Flameeyes' Pettenò1-0/+1
2008-12-01Mark constant the generated key tables for libgcrypt.Diego 'Flameeyes' Pettenò1-3/+3
2008-12-01Mark functions static when not used outside their translation unit.Diego 'Flameeyes' Pettenò3-6/+3
2008-12-01Ignore built files.Diego E. 'Flameeyes' Pettenò1-0/+2
2008-12-01Don't use recursive make for verify targetDiego 'Flameeyes' Pettenò1-2/+1
2008-12-01Make it possible to switch gcrypt/openssl via knobDiego 'Flameeyes' Pettenò1-7/+14
2008-12-01Fix dependencies for parallel make and othersDiego 'Flameeyes' Pettenò1-3/+5
2008-12-01Fix building with --as-needed LD flagDiego 'Flameeyes' Pettenò1-5/+5
2008-11-24Install regdbdumpv0.9.4Luis R. Rodriguez1-0/+3
2008-11-24Rename dump to regdbdump, update READMEv0.9.3Luis R. Rodriguez3-10/+17
2008-11-17We ship our own nl80211.h so remove KLIB stuffv0.9.2Luis R. Rodriguez1-11/+3
2008-11-17Update README and remove utils/web that the wireless-regdb.git sucked in.Luis R. Rodriguez4-706/+21
2008-11-17Add linville's public key and use it, also do relyLuis R. Rodriguez3-85/+35
2008-11-17Whoops, forgot to git-mv regulatory.rules :)Luis R. Rodriguez1-0/+5
2008-11-17Move regulatory.rules to its own dirLuis R. Rodriguez2-7/+2
2008-11-17Separate db.txt authorship from this package, also rely onLuis R. Rodriguez7-642/+42
2008-10-30Ship nl80211.h and use itv0.9.1Luis R. Rodriguez2-1/+696
2008-10-29Remove some comments that no longer apply on intersectv0.9Luis R. Rodriguez2-16/+2
2008-10-29This fixes SIGSEGV and incorrect free() callsLuis R. Rodriguez1-1/+1
2008-10-29Make intersection logic a bit more readableLuis R. Rodriguez1-24/+24
2008-10-29Add intersection code, not working yet :(Luis R. Rodriguez2-1/+340
2008-10-29Double pointers obfuscate code, dieLuis R. Rodriguez3-14/+11
2008-10-29is_valid_reg_rule() is false when freq_diff is 0Luis R. Rodriguez1-1/+1
2008-10-28Add conversion utitlies, standardize printingLuis R. Rodriguez4-72/+221
2008-10-28Share common routines into a reg lib, other objects will later reuse.Luis R. Rodriguez5-6/+6
2008-10-27Move last helpers to crda.h, forgot to add crda.h to git tooLuis R. Rodriguez2-22/+49
2008-10-27Avoid stdlib, this saves 145 bytesLuis R. Rodriguez1-2/+11
2008-10-27Move common helpers and functions into crda.hLuis R. Rodriguez3-26/+3
2008-10-23Makefile improvements.Davide Pesavento1-31/+51
2008-10-23Fix some trivial warnings.Davide Pesavento2-16/+18
2008-10-23Use the correct index when iterating over the array of public keys.Davide Pesavento1-2/+2
2008-10-23Unify and share get_file_ptr() too.Davide Pesavento4-47/+36
2008-10-23Ignore more binary files.Davide Pesavento1-0/+2
2008-10-23Consolidate db signature validation in one function.Davide Pesavento5-231/+134
2008-10-20crda: Fix the keys-gcrypt.c target and remove key.priv.pem on cleanEvgeni Golov1-1/+4
2008-10-20Fixed an inconsistency in OFDM and CCK flags definitionBenoit PAPILLAULT1-3/+5
2008-10-20Use const and add is_valid_regdom() checkBenoit PAPILLAULT1-6/+22
2008-10-20Added documentation on the file formatBenoit PAPILLAULT1-18/+29