summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-17Do not include config fileUnicronNL
2018-05-17Do not install configUnicronNL
2018-04-15Clarify changelog for nclu commands and sudoDave Olson
2018-04-15Fixed incredibly stupid radius_shell bug where I forgot about args > 1Dave Olson
2018-04-13Add a new package radius-shell with a setcap radius_shell front endDave Olson
2018-04-06Fixed problem with 2nd config init, when no servers in config fileDave Olson
2018-04-03Bumped version to 1.5.0 given significant new feature supportDave Olson
2018-04-03Reverted indent -linux whitespace changes to radius.hDave Olson
2018-04-02Add limited support for privileges (VSA shell:priv-lvl=15)Dave Olson
2018-04-02Delete generated config files, fixed version on configure.acDave Olson
2018-04-02Cleaned up whitespace on my mods with indent -linux -l80Dave Olson
2018-02-27Use pam_syslog instead of formatting ourselvesDave Olson
2018-01-23Improved documentation in man pages.Dave Olson
2017-07-18Updated changelog to RELEASED prior to release/cl-stableDave Olson
2017-06-22Fixed cut and paste left over tacacs reference in pam_radius_auth.5Dave Olson
2017-06-21Fixed vrf support; broke in moving to upstream 1.4 version.Dave Olson
2017-06-21Supress another lintian warning about conf file permsDave Olson
2017-06-21removed useless and annoying debug printDave Olson
2017-06-21Fixed lines with trailing whitespaceDave Olson
2017-06-21Remove configure check, breaks with sbuild, and not neededDave Olson
2017-06-20Add changes to allow VRF, and mapped users (no local accounts)Dave Olson
2017-06-16Added debian directory from jessie 1.3.16, with changelog updatesDave Olson
2017-03-23Merge pull request #28 from miquels/masterAlan DeKok
2017-03-21add IPv6 supportMiquel van Smoorenburg
2017-02-08fix ingored return codeAlan T. DeKok
2017-02-08Check conf->sockfd against FD_SETSIZE. Fixes #24Alan T. DeKok
2017-02-08Ensure password is initialized. Fixes #27Alan T. DeKok
2017-02-08Check for poll.h and use that if it existsAlan T. DeKok
2017-02-08Allow using either poll / selectAlan T. DeKok
2017-02-08Merge pull request #25 from mweissen13/masterAlan DeKok
2017-02-08Merge pull request #19 from liske/calling-accAlan DeKok
2017-02-08Merge pull request #18 from samuelvarley/masterAlan DeKok
2016-12-01Merge pull request #26 from justinsg/masterAlan DeKok
2016-12-01Copy password to buffer before rounding lengthJustin Standring
2016-11-28Replaced select with poll to allow file descriptors >FD_SETSIZEmweissen13
2016-10-24notes on "configure"Alan T. DeKok
2016-05-17Check for too long linesAlan T. DeKok
2016-05-17use buffer size. Found by Dennis GoodletAlan T. DeKok
2016-01-17Add Calling-Station-Id to accounting requests.Thomas Liske
2015-12-10Thread safety: Control debug with local variable.Samuel Varley
2015-12-10Thread safety: Store the name of conf file in radius_conf_t.Samuel Varley
2015-12-10Thread safety: Use strerror_r() instead of strerror().Samuel Varley
2015-12-10Thread safety: Use getaddrinfo() instead of getservbyname().Samuel Varley
2015-12-01Thread safety: Use getaddrinfo() instead of gethostbyname().Samuel Varley
2015-11-24Thread safety: Store session start time as PAM data.Samuel Varley
2015-11-24Ensure config.h is included first.Samuel Varley
2015-10-31Clear out trailing part of the bufferAlan T. DeKok
2015-09-27Merge pull request #16 from bsiegert/masterAlan DeKok
2015-09-26Fix NetBSD build.Benny Siegert
2015-09-26Fix invocation of test.Benny Siegert