Add fr_abin2hex
[freeradius.git] / src / lib / misc.c
2014-06-25 Arran Cudbard-BellAdd fr_abin2hex
2014-06-20 Arran Cudbard-BellAlloc connections pools in the NULL ctx
2014-06-13 Arran Cudbard-BellDeclare hextab as an array
2014-06-13 Arran Cudbard-BellMerge pull request #688 from philmayers/fix-nthash
2014-06-13 Arran Cudbard-BellThe fewer magic numbers the better...
2014-06-10 Arran Cudbard-BellAdd inlen to fr_hex2bin. rlm_pap used fr_hex2bin with...
2014-06-06 Arran Cudbard-BellAdd tests for hexadecimal IP addresses
2014-05-31 Arran Cudbard-BellBetter way of doing wildcards
2014-05-31 Arran Cudbard-BellBetter way of doing IPv4/IPv6 format checking
2014-05-31 Arran Cudbard-BellRe-enable wildcard clients. The clients.conf had a...
2014-05-31 Arran Cudbard-BellSet prefixes in fr_sockaddr2ipaddr
2014-05-31 Alan T. DeKoktypos
2014-05-30 Arran Cudbard-BellDon't try to resolve IPv6 addresses in fr_pton
2014-05-30 Arran Cudbard-BellRename fr_pton functions to fr_pton4, fr_pton6 and...
2014-05-30 Arran Cudbard-BellAdd fr_ipaddr_mask to fixup fr_ipaddr_t's by zeroing...
2014-05-30 Arran Cudbard-BellAdd fr_ptonx, fr_ntop and is_wildcard IP address functions
2014-05-30 Arran Cudbard-BellSimplify masking
2014-05-30 Arran Cudbard-BellBreak out IP parsing into fr_pton and fr_pton6. Any...
2014-05-25 Arran Cudbard-BellAdd compile time checking for config pointers
2014-05-10 Arran Cudbard-BellIncrement first
2014-05-10 Arran Cudbard-BellMake super sure the API key has been set
2014-05-03 Arran Cudbard-BellMake comparison functions use a generic comparator...
2014-05-02 Arran Cudbard-BellPointers should be initialised to NULL not '\0'
2014-03-06 Nikolai KondrashovInitialize IPv6 scope in ip_ptonx
2014-02-27 Arran Cudbard-BellFix ntohll so that it works on big endian systems
2014-02-27 Arran Cudbard-BellFix masking and printing of IPv4 and IPv6 prefixes
2014-01-26 Arran Cudbard-BellCleanup signal handling code
2014-01-26 Arran Cudbard-BellBackport fr_syserror() from master
2014-01-22 Arran Cudbard-BellOnly isdigit is c90
2014-01-22 Arran Cudbard-BellAdd a test for casting integers to IPv4 addresses,...
2013-12-04 Alan T. DeKokAdded flag to disallow hostname -> IP lookups.
2013-12-02 Arran Cudbard-BellAdd power operator to expr
2013-11-28 Arran Cudbard-BellMove some useful functions into misc.c
2013-11-14 Arran Cudbard-BellUpdate the conffile parser to treat the fields mapped...
2013-11-05 Arran Cudbard-BellRename gettime to fr_get_time and move into misc.c
2013-11-04 Arran Cudbard-BellMerge pull request #459 from jlohiser/v3.0.x_rpm_spec_fixes
2013-10-31 Arran Cudbard-BellSupport retrieving client information for clients other...
2013-10-28 Alan T. DeKokAdded VERIFY_ALL_TALLOC
2013-09-26 Arran Cudbard-BellFixup code formatting in EAP-LEAP, and use R*log functions
2013-09-26 Arran Cudbard-BellAssume password src encoding is UTF8 and convert it...
2013-09-20 Arran Cudbard-BellWrap _exit and exit. Prints error message, and when...
2013-07-30 Arran Cudbard-BellUse the same const order everywhere
2013-07-22 Arran Cudbard-BellReverse arguments for bin2hex and hex2bin so output...
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-04-19 Arran Cudbard-BellReverse the order of const and type specifier e.g....
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-03-16 Arran Cudbard-BellReplace spaces with tabs
2013-02-13 Arran Cudbard-BellUse xlat for generating the OTP challenge reply-message
2012-12-02 Arran Cudbard-BellAlways use fcntl for file locking
2012-08-23 Alan DeKokMerge pull request #15 from pobept/dictionary-redback
2011-10-18 Arran Cudbard-BellMerge pull request #11 from amne/master
2011-08-24 Alan T. DeKokSpelling corrections
2011-03-15 Alan T. DeKokAdded more "const" to functions.
2010-06-28 Alan T. DeKokBuild on systems without fcntl
2010-03-06 Alan T. DeKokAdd IPv6 "scope" for link-local addresses.
2009-01-30 Alan T. DeKokCorrected typo
2008-12-01 Alan T. DeKokMore memory initialization
2008-08-26 Alan T. DeKokRename librad_* to fr_*
2008-06-10 aland There are more and more conversions from sockaddr to
2008-01-10 aland One more for -Wunused
2008-01-10 aland Fix compile warnings on some platforms
2007-11-26 aland More fixes for -Werror
2007-11-25 aland Many "unsigned char" to "uint8_t" and "int" to "size_t...
2007-11-23 aland More changes to make a common naming scheme. This...
2007-08-13 aland Pulled fix from branch_1_1
2007-06-25 aland More IPv6 macros
2007-05-30 aland Added checks for sockaddr_in6
2007-05-25 fcusackimport from HEAD:
2007-05-24 fcusackimport from HEAD:
2007-05-23 fcusackimport from branch_1_1:
2007-05-23 fcusackimport from HEAD:
2007-05-23 fcusackimport from HEAD:
2007-05-14 nbk Delete trailing whitespace.
2007-04-11 aland move lrad_ipaddr_cmp() from packet.c to misc.c, make...
2007-04-08 aland Pull fix for bug #436 from branch_1_1
2007-04-05 aland Massively cleaned up #include's, so they're in a consi...
2007-03-26 aland port fix from branch_1_1
2007-03-21 fcusackimport from branch_1_1:
2007-03-21 fcusackimport from branch_1_1:
2007-02-26 aland Pulled from branch_1_1, with formatting
2007-02-23 aland Pull fix from branch_1_1
2007-02-16 aland Port "use_tunneled_reply" fix for MS-CHAP from branch_1_1
2007-02-15 aland Port fix for bug #419 from branch_1_1
2007-02-13 aland strNcpy is no longer used. Delete it
2006-11-26 aland pull fixes from branch_1_1
2006-11-26 aland From branch_1_1
2006-11-22 aland Pull fix from branch_1_1, so proxied EAP replies work
2006-11-14 fcusack use new RCSID macro to prevent Id keyword from being...
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-08-18 aland Pulled from branch_1_1
2006-08-17 aland Pulled from branch_1_1. Untested!
2006-07-01 fcusackimport from branch_1_1:
2006-06-01 fcusackimport from HEAD:
2006-05-10 fcusack fix compiler warnings (and one typo)
2006-05-09 fcusackimport from HEAD:
2006-03-29 fcusackimport from HEAD:
next