summaryrefslogtreecommitdiff
path: root/nss_tacplus.c
AgeCommit message (Expand)Author
2017-05-23Removed trailing whitespaceDave Olson
2017-05-23Support using and returning per-tacacs user homedirDave Olson
2017-05-23Fix attribute memory leak, clarified authorization messageDave Olson
2017-05-23Track changes to config files, and reparse if any changeDave Olson
2017-05-23During login from ssh, send remote host IP address in AUTH requestDave Olson
2017-05-23Don't print debug servers list unless we do tacacs lookupDave Olson
2017-05-23Add support for mgmt vrfDave Olson
2016-11-27Fixed bug in exclude handling. Added sshd and "*" to exclusion listDave Olson
2016-11-26Allow timeout parameter to be setDave Olson
2016-11-23Missed handling a secret/server orderingDave Olson
2016-11-18Handle case of secret parameter listed after multiple serversDave Olson
2016-10-26Fixed trailing line whitespace issuesDave Olson
2016-10-26Fixed a LOG_DEBUG message to be protected by if (debug)Dave Olson
2016-10-21Updated COPYING, corrected copyrightsDave Olson
2016-10-06Add ability to skip lookups on list of account names, and minimum UIDDave Olson
2016-10-06Better debugs for server, and try all servers in listDave Olson
2016-10-06When recursing into an included config, don't reset secret key indexDave Olson
2016-10-06Fix 32-bit system build errorDave Olson
2016-06-28Provide getpwnam_r entry point to lookup mapped TACACS+ usersDave Olson