Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump version to 0.0.2v0.0.20.0-stable | Ted Trask | 2014-09-30 | 1 | -1/+1 |
| | |||||
* | Add links from editmacauthfile and viewpasswdfile HTML views to editfile | Ted Trask | 2014-09-30 | 2 | -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 views | Ted Trask | 2014-09-29 | 2 | -0/+2 |
| | | | | | | | | (cherry picked from commit f652cfd01fd25af2bb9e3d404379b63961bd5af2) Conflicts: freeradius3-listmacauthfiles-html.lsp freeradius3-listpasswdfiles-html.lsp | ||||
* | Display message in HTML views if no files found | Ted Trask | 2014-09-29 | 3 | -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 view | Ted Trask | 2014-09-29 | 1 | -3/+3 |
| | | | | (cherry picked from commit 7129ea88b61aee345121503fe02196e6572d15ef) | ||||
* | Fix label for viewpasswdfile | Ted Trask | 2014-09-29 | 1 | -1/+1 |
| | |||||
* | Change Freeradius to FreeRADIUS | Ted Trask | 2014-09-29 | 3 | -18/+18 |
| | | | | (cherry picked from commit a03de8da1d5af33c465c035b90c0d82afe0f9a90) | ||||
* | Fix file user/group in model | Ted Trask | 2014-09-22 | 1 | -2/+2 |
| | | | | (cherry picked from commit 905567866869e402ccaa09b3d43f668d12563f03) | ||||
* | Modify HTML views to use html.url_encodev0.0.1 | Ted Trask | 2014-09-22 | 4 | -7/+7 |
| | |||||
* | Convert listmacauthfiles and editmacauthfile HTML views back to older style ↵ | Ted Trask | 2014-09-22 | 2 | -28/+15 |
| | | | | to match acf-core-0.17 | ||||
* | Convert listpasswdfiles and viewpasswdfile HTML views back to older style to ↵ | Ted Trask | 2014-09-22 | 2 | -38/+16 |
| | | | | match acf-core-0.17 | ||||
* | Convert listfiles HTML view back to older style to match acf-core-0.17 | Ted Trask | 2014-09-18 | 1 | -27/+10 |
| | |||||
* | Remove Blowfish password algorithm support because not include in alpine ↵ | Ted Trask | 2014-09-18 | 1 | -2/+2 |
| | | | | linux 2.7 based on uclibc | ||||
* | Changes to prevent blank passwords | Ted Trask | 2014-09-17 | 1 | -15/+12 |
| | |||||
* | Fixes for Blowfish algorithm | Ted Trask | 2014-09-17 | 1 | -13/+8 |
| | |||||
* | Modify passwd actions to detect readonly files and prevent modification | Ted Trask | 2014-09-16 | 2 | -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 whitespace | Ted Trask | 2014-09-16 | 1 | -1/+1 |
| | |||||
* | Implement editmacauthfile action | Ted Trask | 2014-09-16 | 5 | -6/+138 |
| | |||||
* | Fix password validation for DES passwords | Ted Trask | 2014-09-15 | 1 | -1/+2 |
| | |||||
* | Implemented listmacauthfiles action | Ted Trask | 2014-09-15 | 5 | -2/+115 |
| | | | | Points to to-be-implemented editmacauthfile action | ||||
* | Implement deletepasswdentry action | Ted Trask | 2014-09-15 | 4 | -8/+42 |
| | |||||
* | Implement createpasswdentry and editpasswd actions | Ted Trask | 2014-09-15 | 4 | -102/+249 |
| | | | | There are known problems with handling blank passwords and redirecting to viewpasswdfile | ||||
* | Add listpasswdfiles, viewpasswdfile, and editpasswdentry actions for ↵ | Ted Trask | 2014-09-14 | 6 | -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 higher | Ted Trask | 2014-09-03 | 1 | -3/+3 |
| | |||||
* | Initial commit for freeradius3 ACF | Ted Trask | 2014-08-22 | 11 | -0/+298 |
Included support for status/startstop/logfile and list/edit/create/delete files |