Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |