index
:
libnss-tacplus.git
master
NSS plugin to lookup tacacs client username, and match mapped user after login (mirror of https://github.com/vyos/libnss-tacplus.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nss_tacplus.c
Age
Commit message (
Expand
)
Author
2024-04-29
Import version 1.0.4-cl5.1.0u11 from Cumulus Linux
HEAD
master
Christian Breunig
2017-05-30
Another reset config bug if exclude_users not in config file.
Dave Olson
2017-05-25
When re-using a secret key for multiple servers, strdup, don't copy
Dave Olson
2017-05-23
Removed trailing whitespace
Dave Olson
2017-05-23
Support using and returning per-tacacs user homedir
Dave Olson
2017-05-23
Fix attribute memory leak, clarified authorization message
Dave Olson
2017-05-23
Track changes to config files, and reparse if any change
Dave Olson
2017-05-23
During login from ssh, send remote host IP address in AUTH request
Dave Olson
2017-05-23
Don't print debug servers list unless we do tacacs lookup
Dave Olson
2017-05-23
Add support for mgmt vrf
Dave Olson
2016-11-27
Fixed bug in exclude handling. Added sshd and "*" to exclusion list
Dave Olson
2016-11-26
Allow timeout parameter to be set
Dave Olson
2016-11-23
Missed handling a secret/server ordering
Dave Olson
2016-11-18
Handle case of secret parameter listed after multiple servers
Dave Olson
2016-10-26
Fixed trailing line whitespace issues
Dave Olson
2016-10-26
Fixed a LOG_DEBUG message to be protected by if (debug)
Dave Olson
2016-10-21
Updated COPYING, corrected copyrights
Dave Olson
2016-10-06
Add ability to skip lookups on list of account names, and minimum UID
Dave Olson
2016-10-06
Better debugs for server, and try all servers in list
Dave Olson
2016-10-06
When recursing into an included config, don't reset secret key index
Dave Olson
2016-10-06
Fix 32-bit system build error
Dave Olson
2016-06-28
Provide getpwnam_r entry point to lookup mapped TACACS+ users
Dave Olson