Use non-zero timeout in pcap_open_live
[freeradius.git] / src / lib /
2012-01-25 Alan T. DeKokRemove "hash" from RADIUS_PACKET
2012-01-23 Alan T. DeKokSupport new build system
2011-12-26 Alan T. DeKokRemove compiler warning
2011-12-26 Alan T. DeKokFix compile warnings
2011-12-26 Alan T. DeKokCasts to remove compiler warnings
2011-12-23 Alan T. DeKokAdded new method to get name of enum from values
2011-11-29 Alan T. DeKokClean up regex code
2011-11-29 Alan T. DeKokMove do_xlat=1 code to pairmake_xlat()
2011-11-29 Alan T. DeKokPartial revert of b14fc9d3d97811
2011-11-26 Alan T. DeKokRearrange packet list code
2011-11-22 Alan T. DeKokDon't use lvalue, use the correct struct name
2011-11-22 Alan T. DeKokShrink the size of the VALUE_PAIR structure
2011-11-22 Alan T. DeKokRemoved "addport" functionality.
2011-11-22 Alan T. DeKokNo need to cast to IPv6
2011-11-21 Alan T. DeKokCorrect typo in error message
2011-11-17 Alan T. DeKokAdded fr_dhcp_add_arp_entry
2011-11-07 Arran Cudbard-BellMake fr_tokens available from token.h or libradius.h
2011-10-31 Arran Cudbard-BellAdd function to compare substrings to FR_NAME_NUMBER...
2011-10-28 Arran Cudbard-BellMake dict_attr_types available from libradius.h so...
2011-10-26 Arran Cudbard-BellProperly account for trailing double quote when calcula...
2011-10-26 Arran Cudbard-BellCheck for possible value truncation when calling vp_pri...
2011-10-26 Alan T. DeKokOnly 'integer' and 'string' attributes can have tags
2011-10-25 Arran Cudbard-BellAdd function to print VP values as JSON strings
2011-10-24 Alan T. DeKokRestrict dictionary names to ones that make sense
2011-10-19 Alan T. DeKokOnly "string" can have "encrypt=2"
2011-10-19 Alan T. DeKokCheck passed parameter
2011-10-18 Arran Cudbard-BellMerge pull request #11 from amne/master
2011-10-17 Alan T. DeKokMake vp_print_name return size_t
2011-10-09 Alan T. DeKokClean up build to be less verbose
2011-09-30 Alan T. DeKokECONNRESET and EWOULDBLOCK aren't portable
2011-09-14 Alan T. DeKokMake warning message more coherent
2011-09-01 Alan T. DeKokFix strict aliasing complaint
2011-08-24 Alan T. DeKokSpelling corrections
2011-08-24 Alan T. DeKokUse 3.0 API
2011-08-16 Alan T. DeKokFix compiler warnings
2011-08-09 Alan T. DeKokAllow comparisons for integer64 data type
2011-08-09 Alan T. DeKokInitial support for integer64 data type
2011-07-29 Phil Mayerssupport for PCRE
2011-07-29 Alan T. DeKokWhen in debugging mode, print out VPs from header
2011-07-09 Alan T. DeKokMake UDPfromto code build
2011-07-09 Stephen R. van den... DHCP compile fixes
2011-06-28 Alan T. DeKokAllow DHCP-Opcode and DHCP-Hop-Count to be set from...
2011-06-27 Alan T. DeKokFix calculation of response authenticator
2011-06-26 Phil Mayersexamples of Doxygen on the source base
2011-06-21 Alan T. DeKokFix > vs >= bug
2011-06-19 Alan T. DeKokStart of work to remove need for libtool && libltdl
2011-05-31 Alan T. DeKokMove \t into vp_print, just like the last commit
2011-05-31 Alan T. DeKokvp_print should add a "\n" to the end
2011-05-23 Alan T. DeKokPrint, parse, and encode, decode "long" attributes
2011-05-23 Alan T. DeKokSet limits on string/octet attributes
2011-05-21 Alan T. DeKokCatch more corner cases
2011-05-16 Alan T. DeKokRemoved unused variable
2011-05-16 Alan T. DeKokFix issues bound by clang
2011-05-16 Alan T. DeKokRemoved duplicate code
2011-05-16 Alan T. DeKokEnsure we initialize all entries
2011-05-12 Alan T. DeKokCUI is allowed to have zero-length
2011-05-11 Alan T. DeKokReturn errors if something went wrong
2011-05-11 Alan T. DeKokHandle node deletions when walking over the tree.
2011-05-10 Alan T. DeKokAdded socket thaw API
2011-05-06 Alan T. DeKokAllow DHCP to work again.
2011-05-06 alandekokMerge pull request #9 from rssh/master
2011-05-05 Ruslan Shevchenko fixed compilation fo dict.c with dhcp enabled
2011-05-03 Alan T. DeKokDon't decode attributes if there's no secret
2011-04-29 Alan T. DeKokMove packet IP/ID handling to rbtrees
2011-04-29 Alan T. DeKokFix edge condition
2011-04-13 Alan T. DeKokUse paged arrays rather than linked lists
2011-04-02 Alan T. DeKokRevert "Make event timer callback take el pointer"
2011-04-01 Alan T. DeKokSkip zero-length attributes
2011-03-25 Alan T. DeKokMake event timer callback take el pointer
2011-03-25 Alan T. DeKokRemoved many VP_TRACE macros
2011-03-25 Alan T. DeKokFixed "encode TLV" API.
2011-03-24 Alan T. DeKokFix bugs in last commit
2011-03-24 Alan T. DeKokPrint out hex version of encoded attributes
2011-03-24 Alan T. DeKokPrint VSAs in a slightly better format
2011-03-24 Alan T. DeKokPrint hex versions of the packet for debug*4 (-x -x...
2011-03-23 Alan T. DeKokExpose API to get token names
2011-03-16 Alan T. DeKokAllow VSAs of "evs" data type
2011-03-16 Alan T. DeKokSet "flags.is_tlv" correctly
2011-03-16 Alan T. DeKokMore descriptive errors in the dictionary parser
2011-03-16 Alan T. DeKokFix TLV encoding.
2011-03-16 Alan T. DeKokHandle invalid formats for extended attributes
2011-03-16 Alan T. DeKokVSA incomplete decode means decode the attribute as...
2011-03-16 Alan T. DeKokExpose rad_print_hex, and use it in radsniff
2011-03-16 Alan T. DeKokAllow VSAs to be specified as 26.9.1
2011-03-15 Alan T. DeKokVP encoding routines now take "const" VP.
2011-03-15 Alan T. DeKokAdded more "const" to functions.
2011-03-15 Alan T. DeKokQuiet compiler warning
2011-03-15 Alan T. DeKokUpdate encoder/decode to use new wimax flags
2011-03-15 Alan T. DeKokAdd a "wimax" format flag to the attributes.
2011-03-15 Alan T. DeKokIf select() returns an error, show it to the user.
2011-03-14 Alan T. DeKokIf the source address is INADDR_ANY, don't use udpfromto
2011-03-14 Alan T. DeKokMore sanity checks on decoding extended attrs
2011-03-14 Alan T. DeKokEnforce numerical limits on "extended" attributes.
2011-03-13 Alan T. DeKokAdded duplicate names for simplicity
2011-03-05 Alan T. DeKokHack to let developers catch bad dictionaries
2011-03-05 Alan T. DeKokMark pointer NULL when it's free
2011-03-03 Alan T. DeKokudpfromto doesn't seem to work for DHCP.
2011-02-28 Alan T. DeKokVendors using "format=1,1" can have attributes of type...
2011-02-28 Alan T. DeKokVendors can only use the TLV format if they follow...
2011-02-23 Alan T. DeKokExpose digest_cmp function
next