Turn on super pedantic warnings in CLANG
[freeradius.git] / src / include / libradius.h
2014-12-22 Arran Cudbard-BellTurn on super pedantic warnings in CLANG
2014-12-15 Arran Cudbard-BellAdd &attr[n] which gets the last instance of an attribu...
2014-12-15 Arran Cudbard-BellAdd packet debugging back into radclient
2014-12-15 Arran Cudbard-BellMerge pull request #849 from spbnick/util_help
2014-12-12 Arran Cudbard-BellAdd always flag to fr_debug_break
2014-12-12 Arran Cudbard-BellCreate abstraction layer around regular expression...
2014-12-11 Arran Cudbard-BellFormatting
2014-12-11 Arran Cudbard-BellRemove last call to pairdatacpy and remove pairdatacpy
2014-12-11 Alan T. DeKoksrc is const
2014-12-11 Alan T. DeKokCreate value_data_copy function
2014-12-09 Arran Cudbard-BellFix argument order in fr_prints so out is first
2014-12-08 Arran Cudbard-BellRename fr_print_string to fr_prints
2014-12-08 Arran Cudbard-BellMake fr_print_string take -1 to signify that it should...
2014-12-08 Alan DeKokMerge pull request #850 from mcnewton/patch-dpkg
2014-12-06 Alan T. DeKokMore escaping / unescaping fixes.
2014-12-03 Arran Cudbard-BellMerge pull request #847 from spbnick/man_clients_update
2014-12-03 Arran Cudbard-BellChange references to vp->length to vp->vp_length
2014-12-03 Arran Cudbard-BellAdd vp_length macro (makes it easier to backport change...
2014-11-13 Arran Cudbard-BellShould be vp_aprints not vp_aprint
2014-11-10 Arran Cudbard-Bellpairfind_da -> pairfind_by_da
2014-11-06 Arran Cudbard-BellUse paircmp_op for comparing cached group memberships
2014-11-04 Arran Cudbard-BellMerge pull request #827 from leprechau/tokener-cleanup
2014-11-04 Arran Cudbard-BellLink to libcap to determine process capabilities
2014-11-04 Alan T. DeKokFix fr_utf8_strchar() and tests
2014-11-03 Alan T. DeKokFix fr_utf8_strchar() and tests
2014-11-02 Arran Cudbard-BellFix %{escape:} and %{unecape:} to work correctly with...
2014-10-31 Arran Cudbard-BellMake arguments consistent between value_data functions
2014-10-30 Arran Cudbard-BellAdd value_data_cast and use it to perform casts for...
2014-10-30 Arran Cudbard-Bellrename vp_aprint_value to vp_aprints_value
2014-10-30 Arran Cudbard-Bellconvert vp_aprint_value to vp_data_aprints_value
2014-10-30 Arran Cudbard-BellAlloc value_data_t as part of tmpls
2014-10-30 Arran Cudbard-BellFixup support for polymorphic attributes (maybe)
2014-10-30 Arran Cudbard-BellMake arguments between vp_data_prints_value and value_d...
2014-10-30 Arran Cudbard-BellConvert pairparsevalue to value_data_from_str which...
2014-10-30 Arran Cudbard-BellSplit out value data functions into value.c and rename...
2014-10-28 Alan DeKokMerge pull request #818 from spbnick/pool_trigger_fallt...
2014-10-27 Arran Cudbard-BellMake 'op' argument placement consistent
2014-10-27 Arran Cudbard-Bellchange paircmp_value et al to pairdata_cmp
2014-10-23 Arran Cudbard-BellTYPO
2014-10-23 Arran Cudbard-BellMore minor doxygen fixes
2014-10-06 Alan T. DeKokmove fr_pow to rlm_expr. No one else uses it.
2014-10-03 Arran Cudbard-BellFix argument order so ctx is always first
2014-10-01 Alan T. DeKokFramework for virtual attributes.
2014-10-01 Alan T. DeKokEscape quotation character, not "
2014-10-01 Alan T. DeKokFramework for using the correct quotes in strings.
2014-10-01 Alan DeKokMerge pull request #802 from spbnick/dont_detach_withou...
2014-09-30 Arran Cudbard-BellQuiet doxygen
2014-09-30 Arran Cudbard-BellExpose FR_FAULT_LOG
2014-09-29 Arran Cudbard-BellAlter tmpl_prints and vp_data_prints_value to take...
2014-09-28 Arran Cudbard-BellChange pairdatacpy to take a PW_TYPE instead of a DICT_ATTR
2014-09-27 Arran Cudbard-BellUse memory within value_pair_tmpl_t structs to hold...
2014-09-27 Arran Cudbard-BellModify dict_attrbytagged_name to update src string...
2014-09-18 Alan T. DeKokFunction to add unknown attributes to the dictionary
2014-09-18 Alan T. DeKokRemove vp_free entry from ATTR_FLAGS. it's no longer...
2014-09-17 Alan T. DeKokFree unknown DICT_ATTRs. Closes #795
2014-09-17 Alan T. DeKokMake pairsteal() steal only one attribute
2014-09-17 Alan T. DeKokRemove duplicate is_wildcard() function
2014-08-29 Arran Cudbard-BellUsing attribute references in conditions should allow...
2014-08-28 Alan T. DeKokJust use "int" for return codes instead of int8_t
2014-08-22 Alan DeKokMerge pull request #758 from spbnick/trigger_max_thread...
2014-08-22 Alan T. DeKokDefine sig_t for systems without it. Closes #765
2014-08-06 Arran Cudbard-BellDistinguish between single VP inserts, and list merges
2014-08-05 Arran Cudbard-BellRename 'paircopy2' to 'paircopy_by_num'
2014-07-27 Arran Cudbard-BellMove net functions which don't depend on PCAP libraries...
2014-07-16 Arran Cudbard-BellMerge pull request #732 from nchaigne/v3.0.x
2014-07-12 Alan DeKokMerge pull request #730 from nchaigne/v3.0.x
2014-07-09 Arran Cudbard-BellRemove useless extern declarations
2014-07-01 Arran Cudbard-BellInline breaks linking?
2014-07-01 Arran Cudbard-BellOther things still reference dict_attr_allowed_chars
2014-06-25 Arran Cudbard-BellAdd fr_abin2hex
2014-06-25 Arran Cudbard-BellAdd fr_cursor_next_peek
2014-06-24 Arran Cudbard-BellMove exit functions to debug.c
2014-06-24 Arran Cudbard-Bellnewvector should be a bool
2014-06-23 Arran Cudbard-BellMultiple fixes for circular buffer based backtraces
2014-06-20 Arran Cudbard-BellAlloc connections pools in the NULL ctx
2014-06-18 Arran Cudbard-BellParent rbtrees correctly
2014-06-17 Arran Cudbard-BellAdd pairdatacpy to fix value parenting issues
2014-06-17 Arran Cudbard-BellPrint file and line number in VERIFY_* messages
2014-06-11 Arran Cudbard-BellAdd TALLOC_CTX to RADIUS protocol decoder. We're not...
2014-06-10 Arran Cudbard-BellAdd inlen to fr_hex2bin. rlm_pap used fr_hex2bin with...
2014-06-06 Arran Cudbard-BellMove hmac prototypes into the md5.h/sha1.h headers
2014-06-06 Arran Cudbard-BellSwap order of arguments in hmac functions so output...
2014-06-04 Arran Cudbard-BellSupport new tag behaviour correctly in pairvalidate
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-BellBreak out IP parsing into fr_pton and fr_pton6. Any...
2014-05-28 Arran Cudbard-Bellpairparsevalue should return 0 or -1 like pretty much...
2014-05-28 Arran Cudbard-BellAdd some more asserts for catching invalid VPs when...
2014-05-28 Arran Cudbard-BellMake pairparsevalue binary safe
2014-05-25 Arran Cudbard-BellAdd compile time checking for config pointers
2014-05-24 Arran Cudbard-BellFix comments which caused doxygen parse issues
2014-05-24 Arran Cudbard-BellAdd limits.h to libradius.h
2014-05-24 Arran Cudbard-BellChange num to int
2014-05-24 Arran Cudbard-BellTests for removal by tag and index
2014-05-23 Arran Cudbard-BellChange array index range back to between 0-1000
2014-05-23 Arran Cudbard-BellUse the same num/tag field widths and values in xlat...
2014-05-23 Arran Cudbard-BellAdd fr_cursor_last
2014-05-21 Arran Cudbard-BellAdd autoconf checks for builtins, __has_builtin doesn...
2014-05-16 Arran Cudbard-BellAdd fr_panic_on_free which calls fr_fault when a chunk...
next