summaryrefslogtreecommitdiffstats
path: root/freeradius3-viewpasswdfile-html.lsp
Commit message (Collapse)AuthorAgeFilesLines
* Add redir to delete form in viewpasswdfile HTML view because we need the ↵Ted Trask2014-10-011-5/+2
| | | | filename to redirect properly
* Fix links from editmacauthfile and viewpasswdfile HTML views to editfile - ↵Ted Trask2014-10-011-3/+3
| | | | typos and add displaycommandresults
* Add links from editmacauthfile and viewpasswdfile HTML views to editfileTed Trask2014-09-301-1/+6
|
* Modify passwd actions to detect readonly files and prevent modificationTed Trask2014-09-161-1/+11
| | | | If you edit the file with editfile, the permissions will be changed to readwrite, making the file editable
* Implement deletepasswdentry actionTed Trask2014-09-151-1/+5
|
* Implement createpasswdentry and editpasswd actionsTed Trask2014-09-151-6/+19
| | | | There are known problems with handling blank passwords and redirecting to viewpasswdfile
* Add listpasswdfiles, viewpasswdfile, and editpasswdentry actions for ↵Ted Trask2014-09-141-0/+58
managing passwd files We obtain the config by running 'radiusd -XC' and parsing the result passwd files are parsed/displayed based upon the format defined in freeradius config Use posix.crypt to set encrypted password generating salt from /dev/urandom, defaulting to SHA-512