Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Display errtxt in listmacauthfiles and listpasswdfiles HTML views | Ted Trask | 2014-09-29 | 1 | -0/+1 |
| | |||||
* | Display message in HTML views if no files found | Ted Trask | 2014-09-29 | 1 | -0/+4 |
| | |||||
* | Replace convertsize function with orig_size in HTML views | Ted Trask | 2014-09-22 | 1 | -15/+1 |
| | |||||
* | Add listpasswdfiles, viewpasswdfile, and editpasswdentry actions for ↵ | Ted Trask | 2014-09-14 | 1 | -0/+63 |
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 |