freeradius.git
2017-02-08 Alan DeKokMerge pull request #1902 from herwinw/v30x-debian-stretch
2017-02-08 Alan T. DeKokadd example for filtering Access-Challenge messages
2017-02-08 Herwin WeststrateAdded default-libmysqlclient-dev as build-depend in...
2017-02-07 Alan T. DeKoktypo
2017-02-07 Alan T. DeKokreject packets which contain multiple kinds of authenti...
2017-02-07 Alan T. DeKokcheck handler before freeing it
2017-02-05 Alan T. DeKokupdate hash based on client port, too
2017-02-04 Alan T. DeKoknote recent changes
2017-02-03 Alan T. DeKoktrack TLS cache filename
2017-02-03 Alan T. DeKokread the TLS data first, before the VPs
2017-02-02 Matthew NewtonMerge pull request #1896 from mcnewton/v3.0.x
2017-02-02 Matthew Newtonsystemd syslog.target is obsolete
2017-02-02 Arran Cudbard... Update copyright year
2017-02-02 Arran Cudbard... Revert "Create the database by default..."
2017-02-02 Arran Cudbard... Merge pull request #1894 from herwinw/v30x_rlm_sql_mysq...
2017-02-02 Herwin WeststrateRemoved combination of space+tab in rlm_sql_mysql.c
2017-02-01 Arran Cudbard... Use the actual field lengths when creating the result...
2017-02-01 Arran Cudbard... Trim whitespace before searching for operation type
2017-02-01 Arran Cudbard... Create the database by default...
2017-02-01 Alan DeKokMerge pull request #1893 from spaetow/patch-2
2017-02-01 Matthew NewtonMerge pull request #1892 from mcnewton/v3.0.x
2017-02-01 Stefan PaetowUpdate abfab-tr
2017-02-01 Matthew Newtonupdate kibana dashboard so it doesn't have to be import...
2017-02-01 Alan T. DeKokfix typo. Fixes #1891
2017-02-01 Alan T. DeKokmore warnings
2017-01-31 Stefan PaetowUpdate abfab-tr
2017-01-26 Alan T. DeKokmore debugging about the data we're reading
2017-01-26 Alan T. DeKokdon't write empty packets to the detail file
2017-01-25 Alan T. DeKokdebug for non-threaded too
2017-01-25 Alan T. DeKoknote recent changes
2017-01-25 Alan T. DeKokprint out packet type, contents, and reply for detail...
2017-01-25 Alan T. DeKokdon't print out IP addresses for detail packets
2017-01-23 Alan T. DeKoknote recent changes
2017-01-20 Matthew Newtonremove Kibana 3 dashboard, as it is now obsolete :(
2017-01-20 Matthew Newtonupdate elasticsearch/logstash examples so that they...
2017-01-18 Alan T. DeKoknote recent changes
2017-01-18 Alan T. DeKoktypo. Fixes #1882
2017-01-16 Alan T. DeKokAdd rule to catch BSDMake
2017-01-16 Alan T. DeKokdelete incorrect documentation
2017-01-13 Arran Cudbard... Don't emit errors if no result is available
2017-01-13 Alan T. DeKokRevert ""no more rows" isn't an ERROR"
2017-01-13 Alan T. DeKok"no more rows" isn't an ERROR
2017-01-12 Arran Cudbard... Typo
2017-01-12 Arran Cudbard... Use a proper rcode for no more rows
2017-01-12 Arran Cudbard... Merge pull request #1881 from mcnewton/v3.0.x
2017-01-12 Matthew Newtonrlm_eap: RERROR type debugs so Module-Failure-Message...
2017-01-12 Arran Cudbard... Fix backport issue
2017-01-12 Alan T. DeKoknote recent changes
2017-01-12 Arran Cudbard... Call finish_select_query if we experience an error...
2017-01-12 Matthew Newtonrlm_eap_pwd: initialise HMAC context
2017-01-10 Alan DeKokMerge pull request #1875 from spaetow/patch-2
2017-01-10 Stefan PaetowUpdate realm
2017-01-09 Alan T. DeKoktypo
2017-01-04 Alan T. DeKokhoist check to outside of switch statement
2017-01-02 Alan T. DeKoknote recent changes
2017-01-02 Alan T. DeKokfix filtering operators
2017-01-02 Alan T. DeKokupdate date
2017-01-02 Alan T. DeKokdocument filtering operators < and >
2017-01-02 Alan T. DeKokmore descriptive
2017-01-02 Alan T. DeKokdocument != as a filtering operator
2017-01-02 Alan T. DeKokfix documentation
2016-12-20 Alan T. DeKoknote recent changes
2016-12-20 Alan T. DeKokadd recv_coa
2016-12-20 Matthew NewtonMerge pull request #1835 from qnet-herwin/retry_winbind...
2016-12-20 Herwin WeststrateAllow authentication retry in winbind
2016-12-07 Alan DeKokMerge pull request #1850 from spbnick/v3.0.x_openssl_1...
2016-12-07 Alan T. DeKoknote recent changes
2016-12-07 Alan T. DeKokcontinue to "next" in xlat alternate. Fixes #1866
2016-12-07 Nikolai KondrashovDo not assign OpenSSL callbacks if not needed
2016-12-07 Nikolai KondrashovHandle deprecated OpenSSL thread cleanup functions
2016-12-07 Nikolai KondrashovAccomodate consts added in OpenSSL 1.1
2016-12-07 Nikolai KondrashovDo not use OPENSSL_config
2016-12-07 Nikolai KondrashovDo not use ASN1_STRING_data
2016-12-07 Nikolai KondrashovDo not use HMAC_Init
2016-12-07 Nikolai KondrashovDo not use HMAC_CTX_init
2016-12-07 Nikolai KondrashovInitialize HMAC context in rlm_otp
2016-12-07 Nikolai KondrashovDo not try to access private OpenSSL structs
2016-12-07 Nikolai KondrashovMove func substitutes from rlm_eap to missing.c
2016-12-07 Nikolai KondrashovAdd a few OpenSSL fallback funcs
2016-12-07 Nikolai KondrashovCheck for openssl/conf.h
2016-12-07 Nikolai KondrashovCheck for openssl/asn1.h
2016-12-07 Nikolai KondrashovCheck for openssl/hmac.h
2016-12-07 Nikolai KondrashovCheck for EVP_CIPHER_CTX_new to detect libcrypto
2016-12-07 Nikolai KondrashovFix SSL_get_client/server_random checks
2016-12-07 Alan T. DeKokindentation helps
2016-11-30 Alan T. DeKokswitch with no match and no default
2016-11-28 Alan T. DeKoklimit FD to FD_SETSIZE
2016-11-23 Alan DeKokMerge pull request #1857 from jrouzierinverse/json...
2016-11-23 James RouzierCast byte as an unsigned char instead
2016-11-23 Alan T. DeKokuse unsigned, not signed
2016-11-23 Alan T. DeKok\n is \n, not \b
2016-11-22 Alan T. DeKokmake data unsigned
2016-11-21 Alan DeKokMerge pull request #1853 from alanbuxey/patch-4
2016-11-21 Alan Buxeyremove unnecessary "Need 0 more connections to reach...
2016-11-21 Alan T. DeKokCheck both attributes for message type and option 82
2016-11-21 Alan T. DeKokadded MS-MPPE-Encryption-Policy !* ANY
2016-11-19 Alan T. DeKokfix inner-tunnel policy
2016-11-18 Alan T. DeKokset reject on reject
2016-11-18 Alan T. DeKokremove unnecessary const
2016-11-15 Alan T. DeKokpass the correct length to hex2bin
next