Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modify logfile to get logging info from the config and use common view | Ted Trask | 2015-07-31 | 1 | -0/+4 |
| | |||||
* | Change Freeradius to FreeRADIUS | Ted Trask | 2014-09-29 | 1 | -2/+2 |
| | |||||
* | Implement editmacauthfile action | Ted Trask | 2014-09-16 | 1 | -0/+4 |
| | |||||
* | Implemented listmacauthfiles action | Ted Trask | 2014-09-15 | 1 | -0/+4 |
| | | | | Points to to-be-implemented editmacauthfile action | ||||
* | Implement deletepasswdentry action | Ted Trask | 2014-09-15 | 1 | -0/+4 |
| | |||||
* | Implement createpasswdentry and editpasswd actions | Ted Trask | 2014-09-15 | 1 | -0/+8 |
| | | | | There are known problems with handling blank passwords and redirecting to viewpasswdfile | ||||
* | Add listpasswdfiles, viewpasswdfile, and editpasswdentry actions for ↵ | Ted Trask | 2014-09-14 | 1 | -0/+12 |
| | | | | | | | | 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 | ||||
* | Initial commit for freeradius3 ACF | Ted Trask | 2014-08-22 | 1 | -0/+29 |
Included support for status/startstop/logfile and list/edit/create/delete files |