Quiet clang scan
[freeradius.git] / src /
2016-02-02 Arran Cudbard-BellQuiet clang scan
2016-02-02 Alan T. DeKokport for 3.0
2016-02-02 Arran Cudbard-BellMerge pull request #1521 from qnet-herwin/remove_SQL_DOWN
2016-02-02 Herwin WeststrateRemoved outdated README file in rlm_sql
2016-02-02 Arran Cudbard-BellAdd better filter tests
2016-02-02 Alan T. DeKokCorrect filter operators, and add filtering for =~...
2016-01-30 Arran Cudbard-BellQuiet clang scan
2016-01-30 Arran Cudbard-Bellrand_file can only be set as a global option
2016-01-29 Alan T. DeKokfree memory on quick exit
2016-01-29 Alan T. DeKokSet FILE_EXISTS for random files
2016-01-29 Alan T. DeKokAdd FILE_EXISTS for things like /dev/urandom.
2016-01-28 Arran Cudbard-BellFix typedef order Closes #1515
2016-01-27 Arran Cudbard-BellMerge pull request #1514 from gbeaudoin78/v3.0.x
2016-01-27 Guillaume BeaudoinAdd column [priority] for table [radusergroup].
2016-01-21 Alan T. DeKokRequire passwords for "request" status in "auth+acct...
2016-01-19 Alan T. DeKokmove check to be closer to where it's needed
2016-01-19 Alan T. DeKoktypo
2016-01-19 Alan T. DeKokMove run-time error to run-time warning
2016-01-19 Alan T. DeKokmake error message clearer
2016-01-18 Alan T. DeKokAttribute contents on the LHS of regexes are not escaped
2016-01-18 Alan T. DeKokDon't regex-escape the LHS of a regex comparison.
2016-01-18 Alan T. DeKokServer may be NULL
2016-01-18 Alan T. DeKokCheck if Auth-Type EAP is defined
2016-01-18 Alan T. DeKokMake inner EAP name configurable
2016-01-18 Arran Cudbard-BellMerge pull request #1499 from mcnewton/es30
2016-01-18 Alan T. DeKokLook for mschap, not eap
2016-01-15 Alan T. DeKokallow Message-Authenticator, too.
2016-01-14 Alan T. DeKokfix last commit
2016-01-14 Alan T. DeKokSkip encoding zero-length attributes
2016-01-14 Alan T. DeKokfix typo
2016-01-14 Alan DeKokMerge pull request #1495 from mcnewton/elk30
2016-01-13 Alan T. DeKokAllow setting of Response-Packet-Type in Post-Proxy...
2016-01-13 Alan T. DeKokchecks for auth_item due to issues reported on the...
2016-01-13 Alan DeKokMerge pull request #1488 from herwinw/debian_samba_dev
2016-01-12 Alan DeKokMerge pull request #1492 from qnet-herwin/rlm_perl_dbg_...
2016-01-12 Alan T. DeKokDon't use pair_make_request for fake packets
2016-01-06 Alan DeKokMerge pull request #1484 from herwinw/rlm_python_fixes
2016-01-06 Alan T. DeKokAdd --silent for jlibtool
2016-01-06 Herwin WeststrateAllow strings as operator in rlm_python
2016-01-06 Herwin WeststrateShow operator that is actually used instead of the...
2016-01-06 Alan T. DeKokUse jlibtool when running local binaries.
2016-01-06 Herwin WeststrateUse other functions to update list after rlm_python...
2016-01-06 Herwin WeststrateShow list name in debug messages in rlm_python
2016-01-06 Alan T. DeKokPrint out Cleartext-Password if comparison fails
2016-01-05 Alan T. DeKokalloc reply, not request packet.
2016-01-04 Alan T. DeKokconvert assert to run-time check. Fixes #1483
2016-01-04 Alan T. DeKokProduce debug warnings on spoofing or non-anonymous...
2016-01-02 Arran Cudbard-BellIt's 2016
2015-12-31 Alan T. DeKokfix for accounting packets
2015-12-30 Arran Cudbard-Bellconsistent names for xlats
2015-12-30 Alan T. DeKokSimplify the code
2015-12-30 Alan T. DeKokEnsure that the authentication vectors are always updated
2015-12-30 Alan T. DeKokMake rad_print_hex take const
2015-12-30 Alan T. DeKokfixes found from additional tests in 3.1
2015-12-30 Alan T. DeKokdon't use fixed-size buffers
2015-12-30 Alan T. DeKokturn off debugging
2015-12-30 Alan T. DeKokEscape special characters in regex expansion. Fixes...
2015-12-30 Arran Cudbard-BellFix potential SEGV in SQL simultaneous use check
2015-12-29 Alan T. DeKokAllow fail-over logic for TCP home servers
2015-12-21 Alan T. DeKokDon't smash magic values
2015-12-20 Alan T. DeKoktypo
2015-12-20 Arran Cudbard-BellMerge pull request #1377 from skids/virtualize_state
2015-12-19 Alan T. DeKokparent instances off of instance tree
2015-12-18 Alan DeKokMerge pull request #1461 from qnet-herwin/fragment_size...
2015-12-18 Herwin WeststrateUpdated comment about default fragment_size
2015-12-17 Arran Cudbard-BellMerge pull request #1458 from jpereira/fix/open1
2015-12-17 Jorge Pereiraprint out error message if we're unable to open the...
2015-12-17 Alan T. DeKokWe can't xlat expand non-strings
2015-12-15 Alan T. DeKokbetter fix for #1456
2015-12-15 Alan T. DeKokAllow password change to work again
2015-12-15 Alan DeKokMerge pull request #1455 from qnet-herwin/virtual_serve...
2015-12-15 Alan T. DeKokremove duplicate triggers
2015-12-15 Herwin WeststrateFixed error message for virtual server in rlm_eap_peap
2015-12-15 Alan T. DeKokRequire "virtual_server" for TTLS and PEAP
2015-12-14 Alan T. DeKokcheck undefined attributes
2015-12-11 Arran Cudbard-BellPass correct struct to field counting functions
2015-12-11 Alan T. DeKokdisable tls 1.2 for OpenSSL 1.0.1f and 1.0.1g
2015-12-11 Arran Cudbard-BellMerge pull request #1447 from qnet-herwin/wbclient_drop...
2015-12-11 Herwin WeststrateRemoved option winbind_allow_mschapv2 in rlm_mschap
2015-12-10 Alan T. DeKokCopy TLS cert VPs to request, even on fail.
2015-12-10 Arran Cudbard-BellMissing semicolon
2015-12-10 Alan T. DeKokAdded TLS-OCSP-Cert-Valid to 3.0
2015-12-10 Alan DeKokMerge pull request #1443 from qnet-herwin/WBC_MSV1_0_AL...
2015-12-10 Herwin WeststrateAdd ALLOW_MSVCHAPV2 flag to mschap/libwbclient
2015-12-09 Alan T. DeKokMore warnings for broken software
2015-12-07 Alan T. DeKokport enum changes from head, which clarify the code
2015-12-07 Alan T. DeKokrun verify only on skipped
2015-12-07 Arran Cudbard-BellMerge pull request #1429 from pwdng/freebsd_fix
2015-12-07 Philippe WoodingSome error codes aren't defined on FreeBSD
2015-12-07 Alan T. DeKokclean up SSL errors on OCSP soft fail
2015-12-07 Alan T. DeKokverify_callback should return 0 or 1
2015-12-07 Alan T. DeKokAdded "skip verify if OCSP succeeds". Fixes #1426
2015-12-05 Alan T. DeKokWARN if we find duplicate configuration items.
2015-12-04 Alan T. DeKokformatting
2015-12-04 Alan T. DeKokCheck buffer as we copy data into it
2015-12-03 Arran Cudbard-BellFix includes in installed headers
2015-12-03 Arran Cudbard-BellInvalid assert
2015-12-02 Alan T. DeKokRevert "Commit mk files for sql modules"
2015-12-02 Arran Cudbard-BellSome compilation fixes for trusty tapier
2015-12-02 Alan T. DeKokDynamically check Auth-Type values
next