freeradius.git
2016-01-25 Alan T. DeKokupdate release time release_3_0_11
2016-01-25 Arran Cudbard... Move captive portal URL
2016-01-25 Alexis La GoutteAdd new HP Attribute
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 Arran Cudbard... Merge pull request #1501 from mcnewton/nes30
2016-01-18 Matthew NewtonUpdate elasticsearch fields to use "_" rather than "."
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... Merge pull request #1499 from mcnewton/es30
2016-01-18 Alan T. DeKokLook for mschap, not eap
2016-01-18 Matthew Newtonadd note about elasticsearch versions
2016-01-15 Alan T. DeKoknote recent changes
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 T. DeKoknote recent changes
2016-01-14 Alan DeKokMerge pull request #1495 from mcnewton/elk30
2016-01-14 Matthew NewtonUpdate elasticsearch example files
2016-01-14 Alan DeKokMerge pull request #1494 from matsimon/debian-packaging
2016-01-14 Alan T. DeKokRemove old documentation
2016-01-14 Mathieu SimonFix build on wheezy
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 Herwin WeststrateFixed debugging constants in rlm_perl
2016-01-12 Alan T. DeKoknote recent changes
2016-01-12 Alan T. DeKokDon't use pair_make_request for fake packets
2016-01-07 Herwin WeststrateAdd samba-dev as build-dependency
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-05 Alan T. DeKokFix typo
2016-01-04 Alan T. DeKoktypo
2016-01-04 Alan T. DeKokconvert assert to run-time check. Fixes #1483
2016-01-04 Alan T. DeKoknote recent changes
2016-01-04 Alan T. DeKokProduce debug warnings on spoofing or non-anonymous...
2016-01-02 Arran Cudbard... It's 2016
2015-12-31 Alan T. DeKokReorganize checks for inner / outer filter.
2015-12-31 Alan T. DeKokfix for accounting packets
2015-12-31 Alan T. DeKoknotes on case sensitivity
2015-12-31 Alan T. DeKokmore careful checks for realm comparisons
2015-12-31 Alan T. DeKokClarify error messages
2015-12-31 Alan T. DeKokset Module-Failure-Message, not Reply-Message
2015-12-31 Alan T. DeKokfilter_username applies only if there is a User-Name
2015-12-31 Alan T. DeKokSimplify regex.
2015-12-30 Arran Cudbard... Document section name override
2015-12-30 Arran Cudbard... consistent names for xlats
2015-12-30 Alan T. DeKoknote recent changes
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. DeKoknote recent changes
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... Fix potential SEGV in SQL simultaneous use check
2015-12-30 Arran Cudbard... Fix spec building under clang
2015-12-29 Alan T. DeKokAllow fail-over logic for TCP home servers
2015-12-27 Alan T. DeKokRemove 3.1 features
2015-12-27 Alan T. DeKokdisable filter_inner_identity by default
2015-12-27 Alan T. DeKokuse filter_username inside of the tunnel, too
2015-12-27 Alan T. DeKokAdd policy to check outer / inner tunnel user names
2015-12-21 Alan T. DeKokDon't smash magic values
2015-12-20 Alan T. DeKoktypo
2015-12-20 Arran Cudbard... Merge pull request #1377 from skids/virtualize_state
2015-12-19 Alan T. DeKokparent instances off of instance tree
2015-12-18 Arran Cudbard... Merge pull request #1462 from mcnewton/debsystemd30
2015-12-18 Matthew NewtonAdd systemd support for Debian Jessie
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... Merge 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-16 Alan T. DeKoktypos
2015-12-15 Alan T. DeKokbetter fix for #1456
2015-12-15 Alan T. DeKoknote recent changes
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-15 Alexis La Gouttedictionnary: fix typo on URL
2015-12-15 Arran Cudbard... Fix SNMP notifications import
2015-12-14 Alan T. DeKokcheck undefined attributes
next