Bump the version for packaging
[freeradius.git] / src /
2017-01-31 Dan BreslauMerge remote-tracking branch 'remotes/origin/moonshot...
2017-01-27 Dan BreslauMerge commit 'e5cce0504bd0dbc227c839297e3d164ef800cbc8...
2017-01-27 Dan BreslauUpstream freeradius had a slightly different calling...
2017-01-27 Dan BreslauRemoved a call to talloc_steal that had been removed...
2017-01-27 Dan BreslauMerge tag 'release_3_0_12' into branch moonshot-fr...
2016-09-29 Alan T. DeKoksimplify debug messages
2016-09-28 Alan T. DeKokFix compile without ascend binary. fixes #1761
2016-09-27 Alan DeKokMerge pull request #1760 from jrouzierinverse/feature...
2016-09-27 James RouzierFix talloc parenting issue
2016-09-27 Alan T. DeKokbuild headers before scanning
2016-09-26 Alan T. DeKokone more check for virtual servers
2016-09-26 Alan T. DeKokskip virtual servers in a pool
2016-09-26 Alan T. DeKokremove from proxy hash on ping timeout
2016-09-26 Arran Cudbard-BellDon't ignore the fact we've hit vulnerable versions...
2016-09-26 Alan T. DeKokreorder list
2016-09-26 Alan T. DeKokone last check to narrow down the possibilities
2016-09-26 Arran Cudbard-BellMerge pull request #1758 from TheMysteriousX/v3.0.x
2016-09-26 Alan T. DeKokAdd checks for Linux && OSX
2016-09-26 Alan T. DeKokfix typos
2016-09-26 Adam BishopCheck the CVE ID, not the name
2016-09-26 Alan T. DeKokUse opendir(/proc/self/fd) when we don't have closefrom...
2016-09-26 Alan T. DeKokadded F_MAXFD
2016-09-26 Alan T. DeKokadded F_CLOSEM, which might work, too
2016-09-26 Alan T. DeKokupdate for new CVEs
2016-09-26 Alan T. DeKokallow acknowledged CVEs
2016-09-25 Alan T. DeKokDon't open new connections when exiting. Addresses...
2016-09-23 Alan T. DeKokparent attributes from the right place.
2016-09-23 Alan T. DeKokclean up OCSP / verify routines
2016-09-22 Alan DeKokMerge pull request #1755 from spaetow/patch-3
2016-09-22 Alan T. DeKokminor update to rejection message
2016-09-22 Alan T. DeKokinner tunnel of EAP-FAST cannot be proxied
2016-09-22 Alan T. DeKokFix tls_global_version_check() function and message
2016-09-22 Alan T. DeKoksimplify code
2016-09-22 Alan T. DeKoktypo in version string
2016-09-22 Alan T. DeKoktypo
2016-09-22 Alan T. DeKokAdd more vulnerabilities for OpenSSL
2016-09-21 Alan T. DeKokmake code match the comments and documentation
2016-09-21 Alan T. DeKokUse conf->ocsp_store, as it is always set.
2016-09-20 Alan T. DeKokMore cleanups
2016-09-20 Alan T. DeKokclarify message
2016-09-20 Alan T. DeKokremove unnecessary FIXMEs
2016-09-20 Alan T. DeKokuse defines for shift, instead of hard-coded number
2016-09-20 Alan DeKokMerge pull request #1751 from jrouzierinverse/feature...
2016-09-20 James RouzierUse the proper eap version
2016-09-20 James RouzierFree list after usage
2016-09-20 James RouzierRemove unused variables
2016-09-20 James RouzierShift to use the proper attribute id
2016-09-19 Alan T. DeKokwhitespace and formatting
2016-09-19 Arran Cudbard-BellMerge pull request #1750 from TheMysteriousX/v3.0.x
2016-09-19 Adam BishopNULL the configuration item if no trust router is confi...
2016-09-19 Alan T. DeKokuse the correct function API
2016-09-19 Alan T. DeKokseparate messages for separate error cases
2016-09-19 Michael StapelbergDon’t install src/tests/rbmonkey
2016-09-19 Alan T. DeKokAutomatically create install directories.
2016-09-19 Arran Cudbard-BellCall pthread_setspecific for every thread that calls...
2016-09-16 Alan T. DeKokformatting
2016-09-16 Alan DeKokMerge pull request #1730 from jrouzierinverse/feature...
2016-09-15 James RouzierUse the virtual_server defined in the eap fast config
2016-09-14 Alan DeKokMerge pull request #1727 from jrouzierinverse/feature...
2016-09-14 Alan DeKokMerge pull request #1728 from jrouzierinverse/feature...
2016-09-14 Alan T. DeKokUse normal escape routines, and not special ones.
2016-09-13 Alan T. DeKokpull NEAT fix from v4.0.x branch
2016-09-13 Alan T. DeKokmore checks
2016-09-13 James RouzierUse the new name FreeRADIUS-EAP-FAST-PAC-Opaque-TLV...
2016-09-13 James RouzierUse dict_parent for figure the parent attribute
2016-09-13 James RouzierExpose dict_parent
2016-09-13 James Rouziercopy_request_to_tunnel if turned on
2016-09-13 James RouzierUse the naming convention of 3.0.x
2016-09-13 James RouzierRemove debuging
2016-09-13 James RouzierAdd eapfast_copy_request_to_tunnel
2016-09-13 James Rouzieruse eap_fast_decode_vp convert tlv to a value pair
2016-09-13 James RouzierFix api change
2016-09-13 James Rouziernew function eap_fast_decode_vp
2016-09-13 James RouzierFix up tabs and have eap fast start append data
2016-09-13 James RouzierRemove default_provisioning_method
2016-09-13 James RouzierSet the stage to process
2016-09-13 James RouzierCompile all sources
2016-09-13 James Rouzierfr_pair_asprint to vp_aprints_value
2016-09-13 James RouzierUse rad_virtual_server
2016-09-13 James RouzierManually copy PW_STATE, PW_EAP_MESSAGE, and PW_REPLY_ME...
2016-09-13 James RouzierUse the use_tunneled_reply
2016-09-13 James RouzierBackport use_tunneled_reply
2016-09-13 James RouzierAdd state
2016-09-13 James RouzierAdd eap_fast_tls_gen_challenge
2016-09-13 James RouzierAdd new mschap codes
2016-09-13 James RouzierInit commit
2016-09-13 James RouzierT_PRF
2016-09-13 Alan T. DeKokadd verify request on debug >= 3
2016-09-13 Alan T. DeKokparent username from the correct place
2016-09-13 Alan T. DeKokcast to quiet compiler
2016-09-12 Alan T. DeKokRe-work dict_str2oid and dict_parent
2016-09-07 Alan T. DeKokshow when we start proxying
2016-09-01 Alan T. DeKokset non-FIPS flag for FIPS build
2016-09-01 Alan T. DeKokissuer_cert may be retrieved, but not exist
2016-08-31 Alan T. DeKokcheck for enough room
2016-08-31 Alan T. DeKokhoist check for backslash-EOL to after backslash
2016-08-31 Alan T. DeKokhoist check for backslash to near the top of the loop
2016-08-31 Alan T. DeKokhoist check for quote to near the top of the loop
2016-08-31 Alan T. DeKokhoist unquoted case to top of the loop
2016-08-31 Alan T. DeKokclean up and re-arrangement
next