summaryrefslogtreecommitdiff
path: root/debian/changelog
AgeCommit message (Collapse)Author
2021-05-02Update package to 1.5.0-cl3u7Christian Poessinger
2018-04-15Clarify changelog for nclu commands and sudoDave Olson
Make it clearer that at install, unprivileged radius accounts can run 'netshow' because of the group additions at install, and that unprivileged users can run sudo, and 'net add' and 'net commit' Updated date as well.
2018-04-06Fixed problem with 2nd config init, when no servers in config fileDave Olson
Ticket: CM-20454 Reviewed By: nobody My code to avoid redoing all the config didn't work right when re-entered with no server listed in the config file. The result was I'd return an error the first time, and success the 2nd-Nth times, and then later code would try to dereference the NULL pointer server list, and segv in login or sshd, etc. Redid the logic in initialize() to fix that.
2018-04-03Bumped version to 1.5.0 given significant new feature supportDave Olson
2018-02-27Use pam_syslog instead of formatting ourselvesDave Olson
Ticket: CM-19908 Reviewed By: Testing Done: installed, looked at logs See the bug for background, but basicly it's better to use the normal APIs. Unlike the tacacs client, this wasn't doing openlog/closelog, but it makes sense to have them all using the same logging.
2018-01-23Improved documentation in man pages.Dave Olson
Ticket: UD-1248 Reviewed By: nobody Testing Done: Tried to be clearer about default ports. Added a comment in the plugin manpage that debug can be set in the config file as well. There was a complaint that it wasn't clear on how to set the various options for the pam plugin module, so I tried to make that cleaer as well. Also fixed some spelling errors in the man page, and remove the non-debian config file default.
2017-07-18Updated changelog to RELEASED prior to release/cl-stableDave Olson
2017-06-20Add changes to allow VRF, and mapped users (no local accounts)Dave Olson
Add changes allow admins to set up RADIUS clients with no local knowledge of the RADIUS accounts (no adduser required, nor LDAP, etc.) This is done by using the nss-mapuser package. The only real change to this package is to set up the SUDO prompt, so it's the RADIUS login name, in the pam_sm_acct_mgmt entry point. Bumped the version to 1.4.1 Change the PACKAGE info in configure to reflect Cumulus, and also a few related fields. Changed maintiner to dev-support Also incorporated changes to make debuging builds easier under debian. Added comment and description of src_ip to the config file (author of the src_ip changes hadn't yet done that), and removed the location of config file from comments, since debian installs to a different location. Quieted config complaints; can't move to current because current is GPLv3, and this doesn't use autoconf. Tried to capture the 5 years of changes between 1.3.17 and 1.4.0 Added lintian overrides. Fixed up debian/copyright file to be standard format, and match (approximately) the source files. overrides don't quite work, because source vs binary confusion, but documents them Added debian install files Added man page for the plugin, and for the RADIUS client config file
2017-06-16Added debian directory from jessie 1.3.16, with changelog updatesDave Olson
Cleaned up to use simpler rules file as part of that import. Also newer compat level, etc.