eliminate bogus whitespace diff
[freeradius.git] / src / include /
2014-06-26 Kevin WassermanMerge remote-tracking branch 'freeradius/v3.0.x' into...
2014-06-26 Arran Cudbard-BellRemove redundant includes of netinet/in.h
2014-06-26 Arran Cudbard-BellDefine __APPLE_USER_RFC_2292 so the IPv6 socket options...
2014-06-25 Arran Cudbard-BellOnly register fr_fault signal handlers if we're not...
2014-06-25 Arran Cudbard-BellAdd fr_abin2hex
2014-06-25 Alan T. DeKokExposed realm_home_server_add()
2014-06-25 Arran Cudbard-BellAdd fr_cursor_next_peek
2014-06-24 Arran Cudbard-BellAdd support for Vendor Specific Suboptions (RFC 4243)
2014-06-24 Alan T. DeKokAttributes and definitions fo channel bindings
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-BellMinor connection API fixes
2014-06-23 Alan T. DeKokAllow for dynamically expanded PSK.
2014-06-23 Arran Cudbard-BellMultiple fixes for circular buffer based backtraces
2014-06-23 Arran Cudbard-BellRemove fr_connection_delete
2014-06-23 Arran Cudbard-BellPass a threadsafe ctx into fr_connection_pool create...
2014-06-20 Arran Cudbard-BellAlloc connections pools in the NULL ctx
2014-06-20 Arran Cudbard-BellMerge pull request #696 from leprechau/v3.0.x
2014-06-20 Arran Cudbard-BellName destructors correctly, remove unused/useless reque...
2014-06-20 Arran Cudbard-BellFormatting
2014-06-20 Arran Cudbard-BellMake client_cert bool everywhere
2014-06-19 Arran Cudbard-BellAllocate SSL session ctx memory under the handler to...
2014-06-19 Arran Cudbard-BellFix bug where when using a response filter, requests...
2014-06-18 Sam HartmanMerge tag 'release_3_0_4_rc1' into tr-upgrade
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-17 Arran Cudbard-BellUse the proper verify_request function instead of tallo...
2014-06-17 Arran Cudbard-BellSprinkle VERIFY_REQUEST throughout the state machine
2014-06-16 Arran Cudbard-BellFix indent
2014-06-16 Arran Cudbard-BellUse sane macro names for codes. PW_CODE_AUTHENTICATION_...
2014-06-16 Arran Cudbard-BellTry harder in radclient to figure out request/response...
2014-06-13 Nikolai KondrashovAdd max_response_timeouts option
2014-06-11 Arran Cudbard-BellAdd TALLOC_CTX to RADIUS protocol decoder. We're not...
2014-06-10 Arran Cudbard-BellConvert request_free to a destructor to make double...
2014-06-10 Arran Cudbard-BellAdd inlen to fr_hex2bin. rlm_pap used fr_hex2bin with...
2014-06-09 Arran Cudbard-BellFix case change of attribute names when creating attrib...
2014-06-09 Arran Cudbard-BellMore fixes for Solaris
2014-06-09 Arran Cudbard-BellFix sig_t check
2014-06-09 Arran Cudbard-BellUse simple patterns as the default grep in solaris...
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-05 Arran Cudbard-BellAdd notes on what's going on
2014-06-04 Arran Cudbard-BellCheck for htonll and htonlll (you never know)
2014-06-04 Arran Cudbard-BellSupport new tag behaviour correctly in pairvalidate
2014-06-03 Arran Cudbard-BellExcept in fips186prf.c
2014-06-03 Arran Cudbard-BellIt's there because it's used by eapsim_calculate_keys
2014-06-02 Arran Cudbard-BellRemove redundant field in radclient request struct
2014-06-02 Arran Cudbard-BellAdd optional Radclient-Test-Name attribute (name is...
2014-06-02 Arran Cudbard-BellFix debugging verbosity in radclient
2014-06-01 Alan T. DeKokDon't use Perl
2014-06-01 Alan T. DeKokIgnore attributes.h
2014-06-01 Alan T. DeKokFunction naming consistency
2014-06-01 Alan T. DeKokAuto-generate headers from dictionarty.freeradius.internal
2014-06-01 Alan T. DeKokUse the correct numbers in the dictionary files.
2014-06-01 Arran Cudbard-BellRenumber FreeRADIUS-Client-Src-IP-Address and FreeRADIU...
2014-06-01 Arran Cudbard-BellConvert rlm_cache to use map2request
2014-06-01 Arran Cudbard-BellRemove unused argument in radius_map2request
2014-05-31 Alan T. DeKokWhitespace
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-BellSwitch to using fr_ipaddr_t for client prefixes, and...
2014-05-30 Arran Cudbard-BellAdd fr_ipaddr_mask to fixup fr_ipaddr_t's by zeroing...
2014-05-30 Arran Cudbard-BellAdd nonnull hint
2014-05-30 Arran Cudbard-BellAdd fr_ptonx, fr_ntop and is_wildcard IP address functions
2014-05-30 Alan DeKokMerge pull request #672 from spbnick/init_delay_rename_...
2014-05-30 Nikolai KondrashovRename min_response_window to init_delay
2014-05-30 Nikolai KondrashovAdd FR_TIMEVAL_BOUND_CHECK
2014-05-30 Arran Cudbard-BellFix all remaining config items to use FR_CONF_OFFSET
2014-05-30 Arran Cudbard-BellBreak out IP parsing into fr_pton and fr_pton6. Any...
2014-05-29 Arran Cudbard-BellReformatting and another enum
2014-05-29 Alan T. DeKokAdded per-client response_window. Closes #645
2014-05-29 Alan T. DeKokTrack response_window to request->delay. Addresses...
2014-05-29 Alan T. DeKokMove last few conf items to FR_CONF_OFFSET
2014-05-29 Arran Cudbard-BellUse pairmake_packet for Module-Failure-Message
2014-05-29 Arran Cudbard-BellRemove code in radius_map2vp for !* ANY (it's not needed)
2014-05-29 Arran Cudbard-BellFormatting
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-27 Arran Cudbard-BellNew DHCP options encoder
2014-05-27 Arran Cudbard-BellBackport radius_vpt_get_vp changes from master
2014-05-27 Alan T. DeKokUse OpenSSL MD4 and MD5 by default.
2014-05-26 Arran Cudbard-BellImpose a hard limit on the number of reconnection attem...
2014-05-26 Arran Cudbard-BellTypo
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 check for limits.h
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-Bellnonnull declarations should go at the begining
2014-05-23 Arran Cudbard-BellChange array index range back to between 0-1000
2014-05-23 Arran Cudbard-BellRework map2request to process multiple attributes retur...
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
next