Add in rad_virtual_server() which is now required for libeap
[freeradius.git] / src / lib /
2014-06-24 Arran Cudbard-BellAdd support for Vendor Specific Suboptions (RFC 4243)
2014-06-24 Arran Cudbard-BellMove exit functions to debug.c
2014-06-24 Arran Cudbard-Bellnewvector should be a bool
2014-06-24 Arran Cudbard-BellPrint out TAG_ANY attributes correctly
2014-06-23 Arran Cudbard-BellIncrease cbuff size
2014-06-23 Arran Cudbard-BellTypo
2014-06-23 Arran Cudbard-BellMultiple fixes for circular buffer based backtraces
2014-06-23 Arran Cudbard-BellFormatting
2014-06-20 Arran Cudbard-BellAlloc connections pools in the NULL ctx
2014-06-20 Arran Cudbard-BellDisable NULL context tracking
2014-06-20 Arran Cudbard-BellMerge pull request #696 from leprechau/v3.0.x
2014-06-20 Arran Cudbard-BellPEAP tunnel data should be parented by the tls_session...
2014-06-18 Arran Cudbard-BellTalloc don't export this macro
2014-06-18 Arran Cudbard-BellOnly set M_PERTURB if TALLOC_FREE_FILL is unset
2014-06-18 Arran Cudbard-BellError out on NULL pointers before doing talloc_get_type...
2014-06-18 Arran Cudbard-BellAlloc from the passed context
2014-06-18 Arran Cudbard-BellParent rbtrees correctly
2014-06-18 Arran Cudbard-BellOnly print Talloc chunk lineage if the ctx is not null
2014-06-18 Arran Cudbard-BellHave a suspicion that enabling null context tracking...
2014-06-18 Arran Cudbard-BellFix/Enhance fr_log_talloc_report
2014-06-18 Arran Cudbard-BellTypo
2014-06-17 Arran Cudbard-BellAdd pairdatacpy to fix value parenting issues
2014-06-17 Arran Cudbard-BellMore tweaks for CONSISTENCY CHECK readability
2014-06-17 Arran Cudbard-BellTypo
2014-06-17 Arran Cudbard-BellMake CONSISTENCY CHECK messages clearer, add checks...
2014-06-17 Arran Cudbard-BellAdd newlines to CONSISTENCY CHECK errors
2014-06-17 Arran Cudbard-BellPrint file and line number in VERIFY_* messages
2014-06-17 Arran Cudbard-BellDon't use fr_perror in the verify functions (outputs...
2014-06-17 Arran Cudbard-BellNot sure if talloc_get_name() is legal
2014-06-16 Arran Cudbard-BellUse sane macro names for codes. PW_CODE_AUTHENTICATION_...
2014-06-16 Arran Cudbard-BellGah, double negatives
2014-06-16 Arran Cudbard-BellFix for backtrace deadlock and GLIBC
2014-06-13 Arran Cudbard-BellDeclare more things as arrays
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-13 Arran Cudbard-BellRespect fr_hostname_lookups in libfreeradius
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-BellAdd tests for hexadecimal IP addresses
2014-06-06 Arran Cudbard-BellFix pairfilter documentation
2014-06-06 Arran Cudbard-BellFixup md4 function names
2014-06-06 Arran Cudbard-BellFixup md5 function names
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-06 Arran Cudbard-BellFixup SHA1 function names
2014-06-04 Arran Cudbard-BellFix invalid assert and paircmp check
2014-06-04 Arran Cudbard-BellWe need paircmp to support regexes
2014-06-04 Arran Cudbard-BellSupport new tag behaviour correctly in pairvalidate
2014-06-04 Arran Cudbard-BellSimplify pairvalidate loop
2014-06-04 Arran Cudbard-BellAdd assert to pairvalidate_debug to catch when pairvali...
2014-06-04 Arran Cudbard-BellFix cosmetic error in pairvalidate_debug
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 PW_TYPE_IP* so they're all consistent
2014-05-30 Arran Cudbard-BellAdd PW_TYPE_COMBO_IP_PREFIX (conffile parser only)
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-29 Arran Cudbard-BellAdd macro for FR_FAULT_LOG
2014-05-28 Alan T. DeKokDon't set nonblock on outgoing client connections.
2014-05-28 Arran Cudbard-Bellpairparsevalue should return 0 or -1 like pretty much...
2014-05-28 Arran Cudbard-BellAdd \0 safe parsing of LDAP binary attributes
2014-05-28 Arran Cudbard-BellMake pairparsevalue binary safe
2014-05-27 Arran Cudbard-BellExtra message
2014-05-27 Arran Cudbard-BellMake it clearer what's happening on exit Fixes #665
2014-05-27 Alan T. DeKokUse OpenSSL MD4 and MD5 by default.
2014-05-25 Arran Cudbard-BellAdd compile time checking for config pointers
2014-05-24 Arran Cudbard-BellAdd limits.h to libradius.h
2014-05-24 Arran Cudbard-BellVarious coverity fixes
2014-05-24 Arran Cudbard-BellTests for removal by tag and index
2014-05-23 Arran Cudbard-BellMinor fixes in pairmake
2014-05-23 Arran Cudbard-BellFix tag filter debug
2014-05-23 Arran Cudbard-BellFix corner case when using fr_cursor_remove and fr_curs...
2014-05-23 Arran Cudbard-BellAdd fr_cursor_last
2014-05-21 Arran Cudbard-BellAdd autoconf checks for builtins, __has_builtin doesn...
2014-05-21 Arran Cudbard-BellDeal with boolean in more switch statements
2014-05-20 Alan T. DeKokCreate new type PW_TYPE_TIMEVAL
2014-05-18 Arran Cudbard-BellRemove trailing periods in log messages
2014-05-16 Arran Cudbard-BellTurn on M_CHECK_ACTION too
2014-05-16 Arran Cudbard-BellAdd fr_panic_on_free which calls fr_fault when a chunk...
2014-05-16 Arran Cudbard-BellUse pairstrncpy and pairmemcpy in paircopy to ensure...
2014-05-16 Arran Cudbard-BellMake backtraces slightly cleaner
2014-05-15 Arran Cudbard-Bell...and pull in malloc.h
2014-05-15 Arran Cudbard-BellScribble over alloced and freed memory on platforms...
2014-05-15 Arran Cudbard-BellFix CUI processing
2014-05-15 Alan T. DeKokBuild without NDEBUG
2014-05-10 Arran Cudbard-BellDisable null tracking on exit else valgrind complains
2014-05-10 Arran Cudbard-BellIncrement first
2014-05-10 Arran Cudbard-BellMake super sure the API key has been set
2014-05-09 Arran Cudbard-BellDoxygen
2014-05-09 Arran Cudbard-BellAdd "split" functionality, so rlm_yubikey just works...
2014-05-08 Arran Cudbard-BellWhitespace
2014-05-07 Arran Cudbard-BellAnything which eventually has the value it got interpre...
next