summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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