Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adjust passwd and macauth to check for files config at root | Ted Trask | 2017-02-22 | 1 | -22/+36 |
| | | | | (cherry picked from commit a9e25de22f10a5521bd141bdebe76175ebec7a53) | ||||
* | Fix infinite loop when encounter bad config line | Ted Trask | 2016-03-31 | 1 | -0/+1 |
| | |||||
* | Change Freeradius to FreeRADIUS | Ted Trask | 2014-09-29 | 1 | -11/+11 |
| | |||||
* | Fix file user/group in model | Ted Trask | 2014-09-22 | 1 | -2/+2 |
| | |||||
* | 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 | 1 | -2/+23 |
| | | | | If you edit the file with editfile, the permissions will be changed to readwrite, making the file editable | ||||
* | Implement editmacauthfile action | Ted Trask | 2014-09-16 | 1 | -4/+34 |
| | |||||
* | Fix password validation for DES passwords | Ted Trask | 2014-09-15 | 1 | -1/+2 |
| | |||||
* | Implemented listmacauthfiles action | Ted Trask | 2014-09-15 | 1 | -0/+45 |
| | | | | Points to to-be-implemented editmacauthfile action | ||||
* | Implement deletepasswdentry action | Ted Trask | 2014-09-15 | 1 | -5/+31 |
| | |||||
* | Implement createpasswdentry and editpasswd actions | Ted Trask | 2014-09-15 | 1 | -94/+220 |
| | | | | 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/+290 |
| | | | | | | | | 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/+118 |
Included support for status/startstop/logfile and list/edit/create/delete files |