summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 0.3.1HEADv0.3.1masterTed Trask2017-02-221-1/+1
|
* 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-107-11/+11
|
* Bump version to 0.3.0v0.3.0Ted Trask2016-01-181-1/+1
|
* Change file actions filesize to size, size and mtime not user-friendly, use ↵Ted Trask2015-12-305-20/+20
| | | | posix.stat over fs.stat, use new format functions
* Add exception handling to model.get_configTed Trask2015-12-301-19/+24
|
* Bump version to 0.2.0v0.2.0Ted Trask2015-11-021-1/+1
|
* Modify logfile to get logging info from the config and use common viewTed Trask2015-07-313-34/+111
|
* Bump version to 0.1.1v0.1.1Ted Trask2014-10-011-1/+1
|
* Add second layer of redir to editfile form in editmacauthfile HTML viewTed Trask2014-10-011-0/+3
|
* Add redir to delete form in viewpasswdfile HTML view because we need the ↵Ted Trask2014-10-011-5/+2
| | | | filename to redirect properly
* Fix links from editmacauthfile and viewpasswdfile HTML views to editfile - ↵Ted Trask2014-10-012-6/+8
| | | | typos and add displaycommandresults
* Add links from editmacauthfile and viewpasswdfile HTML views to editfileTed Trask2014-09-302-1/+14
|
* Display errtxt in listmacauthfiles and listpasswdfiles HTML viewsTed Trask2014-09-292-0/+2
|
* Display message in HTML views if no files foundTed Trask2014-09-293-0/+12
|
* Move + for new line creation to the beginning of editmacauthfile HTML viewTed Trask2014-09-291-3/+3
|
* Change Freeradius to FreeRADIUSTed Trask2014-09-293-18/+18
|
* Fix file user/group in modelTed Trask2014-09-221-2/+2
|
* Replace convertsize function with orig_size in HTML viewsTed Trask2014-09-222-30/+2
|
* Simplify listfiles HTML view to use orig_size for sortingTed Trask2014-09-181-15/+1
|
* Bump version to 0.1.0v0.1.0Ted Trask2014-09-181-1/+1
|
* 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