crda: add new reglib_get_country_alpha2()
[platform/upstream/crda.git] / reglib.c
2012-01-19 Luis R. Rodriguezcrda: add new reglib_get_country_alpha2()
2012-01-18 Luis R. Rodriguezcrda: add a reglib iterator reglib_for_each_country()
2012-01-18 Luis R. Rodriguezcrda: move country2rd() and its helper to reglib.c
2011-11-15 Luis R. Rodriguezcrda: use stdint.h instead of linux/types.h
2010-01-25 Luis R. RodriguezSpace fix v1.1.1
2010-01-25 Paul FertserImplement runtime loading of RSA public keys
2009-04-17 Johannes Bergmake openssl verification safe for multiple keys
2008-12-01 Diego 'Flameeyes... Split printing functions to their own translation unit.
2008-12-01 Diego 'Flameeyes... Move is_valid_reg_rule() in intersect.c.
2008-12-01 Diego 'Flameeyes... Avoid implicit declaration of memset() with OpenSSL.
2008-12-01 Diego 'Flameeyes... Mark functions static when not used outside their trans...
2008-10-29 Luis R. RodriguezDouble pointers obfuscate code, die
2008-10-29 Luis R. Rodriguezis_valid_reg_rule() is false when freq_diff is 0
2008-10-28 Luis R. RodriguezAdd conversion utitlies, standardize printing
2008-10-28 Luis R. RodriguezShare common routines into a reg lib, other objects...