summaryrefslogtreecommitdiffstats
path: root/freeradius3-model.lua
Commit message (Collapse)AuthorAgeFilesLines
* Fix error handling in get_configTed Trask2017-02-221-4/+5
|
* Adjust passwd and macauth to check for files config at rootTed Trask2017-02-221-22/+36
|
* Remove trailing whitespaceTed Trask2016-08-101-4/+4
|
* Change file actions filesize to size, size and mtime not user-friendly, use ↵Ted Trask2015-12-301-3/+3
| | | | posix.stat over fs.stat, use new format functions
* Add exception handling to model.get_configTed Trask2015-12-301-19/+24
|
* Modify logfile to get logging info from the config and use common viewTed Trask2015-07-311-28/+106
|
* Change Freeradius to FreeRADIUSTed Trask2014-09-291-11/+11
|
* Fix file user/group in modelTed Trask2014-09-221-2/+2
|
* 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-161-2/+23
| | | | If you edit the file with editfile, the permissions will be changed to readwrite, making the file editable
* Implement editmacauthfile actionTed Trask2014-09-161-4/+34
|
* Fix password validation for DES passwordsTed Trask2014-09-151-1/+2
|
* Implemented listmacauthfiles actionTed Trask2014-09-151-0/+45
| | | | Points to to-be-implemented editmacauthfile action
* Implement deletepasswdentry actionTed Trask2014-09-151-5/+31
|
* Implement createpasswdentry and editpasswd actionsTed Trask2014-09-151-94/+220
| | | | There are known problems with handling blank passwords and redirecting to viewpasswdfile
* Add listpasswdfiles, viewpasswdfile, and editpasswdentry actions for ↵Ted Trask2014-09-141-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 ACFTed Trask2014-08-221-0/+118
Included support for status/startstop/logfile and list/edit/create/delete files