summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 0.0.2v0.0.20.0-stableTed Trask2014-09-301-1/+1
|
* Add links from editmacauthfile and viewpasswdfile HTML views to editfileTed Trask2014-09-302-2/+30
| | | | | | | | | | (cherry picked from commit d5363dd01400989078c25d355390ce1d34f5a8b1) Conflicts: freeradius3-editmacauthfile-html.lsp freeradius3-viewpasswdfile-html.lsp Also added displaycommandresults to avoid errors on second attempt
* Display errtxt in listmacauthfiles and listpasswdfiles HTML viewsTed Trask2014-09-292-0/+2
| | | | | | | | (cherry picked from commit f652cfd01fd25af2bb9e3d404379b63961bd5af2) Conflicts: freeradius3-listmacauthfiles-html.lsp freeradius3-listpasswdfiles-html.lsp
* Display message in HTML views if no files foundTed Trask2014-09-293-6/+24
| | | | | | | | | (cherry picked from commit 2b91ec333e5d2f421e6d9a372c3bb18c7fee658b) Conflicts: freeradius3-listfiles-html.lsp freeradius3-listmacauthfiles-html.lsp freeradius3-listpasswdfiles-html.lsp
* Move + for new line creation to the beginning of editmacauthfile HTML viewTed Trask2014-09-291-3/+3
| | | | (cherry picked from commit 7129ea88b61aee345121503fe02196e6572d15ef)
* Fix label for viewpasswdfileTed Trask2014-09-291-1/+1
|
* Change Freeradius to FreeRADIUSTed Trask2014-09-293-18/+18
| | | | (cherry picked from commit a03de8da1d5af33c465c035b90c0d82afe0f9a90)
* Fix file user/group in modelTed Trask2014-09-221-2/+2
| | | | (cherry picked from commit 905567866869e402ccaa09b3d43f668d12563f03)
* Modify HTML views to use html.url_encodev0.0.1Ted Trask2014-09-224-7/+7
|
* Convert listmacauthfiles and editmacauthfile HTML views back to older style ↵Ted Trask2014-09-222-28/+15
| | | | to match acf-core-0.17
* Convert listpasswdfiles and viewpasswdfile HTML views back to older style to ↵Ted Trask2014-09-222-38/+16
| | | | match acf-core-0.17
* Convert listfiles HTML view back to older style to match acf-core-0.17Ted Trask2014-09-181-27/+10
|
* Remove Blowfish password algorithm support because not include in alpine ↵Ted Trask2014-09-181-2/+2
| | | | linux 2.7 based on uclibc
* Changes to prevent blank passwordsTed Trask2014-09-171-15/+12
|
* Fixes for Blowfish algorithmTed Trask2014-09-171-13/+8
|
* Modify passwd actions to detect readonly files and prevent modificationTed Trask2014-09-162-3/+34
| | | | If you edit the file with editfile, the permissions will be changed to readwrite, making the file editable
* Minor bug fix for editmacauthfile to ignore whitespaceTed Trask2014-09-161-1/+1
|
* Implement editmacauthfile actionTed Trask2014-09-165-6/+138
|
* Fix password validation for DES passwordsTed Trask2014-09-151-1/+2
|
* Implemented listmacauthfiles actionTed Trask2014-09-155-2/+115
| | | | Points to to-be-implemented editmacauthfile action
* Implement deletepasswdentry actionTed Trask2014-09-154-8/+42
|
* Implement createpasswdentry and editpasswd actionsTed Trask2014-09-154-102/+249
| | | | There are known problems with handling blank passwords and redirecting to viewpasswdfile
* Add listpasswdfiles, viewpasswdfile, and editpasswdentry actions for ↵Ted Trask2014-09-146-2/+426
| | | | | | | | 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
* Modify menu to move freeradius higherTed Trask2014-09-031-3/+3
|
* Initial commit for freeradius3 ACFTed Trask2014-08-2211-0/+298
Included support for status/startstop/logfile and list/edit/create/delete files