freeradius.git
2017-07-17 Alan T. DeKoknote recent changes release_3_0_15
2017-07-17 Arran Cudbard... FR-AD-003 - Pass correct statement length into sqlite3_...
2017-07-17 Arran Cudbard... FR-AD-002 - Bind the lifetime of program name and pytho...
2017-07-17 Alan T. DeKoka normal ASN1 time is 13 octets
2017-07-17 Alan T. DeKokbe more flexible about truncated ASN1 times
2017-07-17 Alan T. DeKoknote recent changes
2017-07-17 Alan T. DeKokremove deprecated configuration item
2017-07-17 Alan T. DeKokprint error on deprecated config items
2017-07-17 Alan T. DeKokprint out why we couldn't parse the expiry time
2017-07-17 Alan T. DeKokswap checks for people who get excited over multiple...
2017-07-17 Alan T. DeKokFR-GV-305 read the correct offset instead of uninitiali...
2017-07-17 Alan T. DeKokFR-GV-304 - check for option overflowing the packet
2017-07-17 Alan T. DeKokFR-GV-303 - do memchr() of end-p, not q-p
2017-07-17 Alan T. DeKokFR-GV-302 - do checks based on pointers, not on decoded...
2017-07-17 Alan T. DeKokmake data2vp_extended() be more like data2vp_wimax()
2017-07-17 Alan T. DeKokFR-GV-301 - handle malformed WiMAX attributes
2017-07-17 Alan T. DeKokFR-GV-206 - decode option 60 (string) not 63 (octets...
2017-07-17 Alan T. DeKokFR-GV-201 - check input / output length in make_secret()
2017-07-17 Alan T. DeKokFR-AD-001 - (v3) use strncmp() instead of memcmp()...
2017-07-03 Alan DeKokMerge pull request #2014 from philmayers/patch-1
2017-07-03 Phil MayersAdd openssl to BuildRequires
2017-06-29 Philippe WoodingFix typo for huntgroups bug as described in freeradius...
2017-06-29 Alan T. DeKoknote recent changes
2017-06-29 Alan T. DeKokdon't process VMPS packets twice
2017-06-29 Alan T. DeKokThis doesn't need bash. SH is more portable
2017-06-29 Alan T. DeKokDLT_LINUX_SLL isn't defined everywhere
2017-06-29 Alan T. DeKokAdd OpenBSD
2017-06-29 Alan T. DeKokdefault to using 2048 bit keys
2017-06-29 Alan T. DeKokFixes for LibreSSL
2017-06-27 Alan T. DeKoklength in bytes, not chbind packets
2017-06-26 Alan T. DeKoktypo
2017-06-22 Alan T. DeKokFix OpenSSL API issue. Based on a patch from Guido...
2017-06-21 Arran Cudbard... Provide HOSTNAME in the default unit files
2017-06-20 Alan T. DeKokmove rad_authlog() for Access-Reject
2017-06-19 Arran Cudbard... Use the correct preun command
2017-06-16 Alan T. DeKokincorporate all redhat specific files into the tarball...
2017-06-15 Alan T. DeKokfix typo. Closes #2006
2017-06-07 Arran Cudbard... Merge pull request #2003 from mcnewton/v3.0.x
2017-06-07 Matthew Newtonupdate starent dictionary as posted to mailing list
2017-06-06 Alan T. DeKoknotes on db_dir vs logdir
2017-06-06 Alan T. DeKokas posted to the list
2017-06-05 Alan T. DeKokfix printing of long hex values
2017-06-05 Alan T. DeKokdo less alloc/free
2017-06-04 Alan T. DeKokdon't truncate at 1K
2017-06-02 Alan T. DeKokifdef out the whole function...
2017-06-02 Alan T. DeKokfixes for builds without TCP
2017-06-02 Alan T. DeKokexpose WITH_DHCP to Make, and then don't build proto_dhcp
2017-06-02 Alan T. DeKoknote recent changes
2017-06-02 Alan T. DeKokparse port. Closes #2000
2017-06-01 Alan T. DeKoknote recent changes
2017-06-01 Alan T. DeKokset 'sess = NULL' after freeing it. Closes #1999
2017-05-29 Alan T. DeKoknote that 3.0.14 wasn't released in March...
2017-05-29 Alan T. DeKokbump for 3.0.15
2017-05-29 Alan T. DeKokbump for 3.0.15
2017-05-26 Alan T. DeKoknote recent updates release_3_0_14
2017-05-26 Alan T. DeKokremove unnecessary assert
2017-05-26 Alan T. DeKokcheck before dereference.
2017-05-26 Alan T. DeKokcheck before dereference.
2017-05-26 Alan T. DeKokcheck for username, too
2017-05-26 Alan DeKokMerge pull request #1996 from alejandro-perez/v3.0.x
2017-05-26 Alejandro PerezFix deadlock.
2017-05-25 Alan T. DeKoknote recent changes
2017-05-25 Alan T. DeKokmake outgoing SSL_connect() non-blocking
2017-05-25 Alan DeKokMerge pull request #1995 from spaetow/patch-1
2017-05-25 Stefan PaetowAs part of PR 1991, I forgot to update the FR SPEC...
2017-05-25 Alan DeKokMerge pull request #1991 from spaetow/v3.0.x
2017-05-24 Alan T. DeKokremove references to sql_log
2017-05-24 Alan T. DeKoknote recent changes
2017-05-24 Alan T. DeKokas posted to the list
2017-05-20 Stefan PaetowMerge branch 'v3.0.x' into v3.0.x
2017-05-19 Alan T. DeKoknote recent changes
2017-05-19 Alan T. DeKokreduce scope of variable. Found by PVS-Studio
2017-05-19 Alan T. DeKokrequest by be NULL. Found by PVS-Studio
2017-05-19 Alan T. DeKokmove shutdown calls into check for ssn->ssl. Found...
2017-05-19 Alan T. DeKokcheck sizeof(*packet). Found by PVS-Studio
2017-05-19 Alan T. DeKokcheck ptr before dereferencing it. Found by PVS-Studio
2017-05-19 Alan T. DeKokremove redundant declaration. Found by PVS-Studio
2017-05-19 Alan T. DeKokmove assertion to correct place. Found by PVS-Studio
2017-05-19 Alan T. DeKokremove redundant assignment. Found by PVS-Studio
2017-05-19 Alan T. DeKokmove assertion to top of function. Found by PVS-Studio
2017-05-19 Alan T. DeKokfix wrong assertion. Found by PVS-Studio
2017-05-19 Alan T. DeKokcheck for OOM. Found by PVS-Studio
2017-05-19 Alan T. DeKokcheck before dereference. Found by PVS-Studio
2017-05-19 Alan T. DeKokdon't assign wrong enum to variable. Found by PVS...
2017-05-19 Alan T. DeKokremove redundant check. Found by PVS-Studio
2017-05-19 Alan T. DeKokdon't use i for inner and outer loop. Found by PVS...
2017-05-19 Alan T. DeKokremove duplicate checks. Found by PVS-Studio
2017-05-19 Alan DeKokMerge pull request #1989 from Sp1l/v3.0.x
2017-05-18 Stefan PaetowChanged wording. It's incorrect to claim it's a generat...
2017-05-18 Stefan PaetowAdjust the default table names to be SQL-standard compl...
2017-05-18 Stefan PaetowAdd SQL backing to Moonshot-*-TargetedId generation...
2017-05-16 Alan T. DeKokuse correct packet for channel binding. Closes #1990
2017-05-16 Alan T. DeKokcreate string only if it's needed
2017-05-16 Alan T. DeKokuse RDEBUG
2017-05-16 Alan T. DeKokremove always-false condition
2017-05-14 Bernard SpilFix build with LibreSSL
2017-05-12 Alan DeKokMerge pull request #1988 from alejandro-perez/v3.0.x
2017-05-11 Alejandro PerezFix typo in previous commit.
2017-05-11 Alan T. DeKokre-order old names. New names come second...
2017-05-11 Alan T. DeKokconvert assertion to run-time check.
next