summaryrefslogtreecommitdiffstats
path: root/openssh-model.lua
Commit message (Expand)AuthorAgeFilesLines
* Changes to connectedpeers since musl does not support utmp, making it impossi...Ted Trask2016-06-101-28/+27
* Change UseDNS default to false to match openssh 6.8 defaultTed Trask2016-04-271-2/+2
* Changes to use new htmlviewfunctions functions and change connectedpeers to r...Ted Trask2014-04-121-3/+3
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-201-16/+18
* Change use of require to work with Lua 5.2Ted Trask2013-10-091-2/+2
* Replace io.popen with modelfunctions.run_executableTed Trask2013-01-011-13/+7
* Removed unneeded views by updating CFE for autoviewTed Trask2012-10-281-8/+10
* Removed redirect_to_referrer callTed Trask2012-08-061-9/+18
* Updated for handle_form now passing self to get and set functionsTed Trask2012-04-281-6/+6
* Started work on updating for acf-core-0.15Ted Trask2012-04-181-5/+9
* Fixed typoTed Trask2012-02-231-1/+1
* Added some basic validation of authorized keysTed Trask2012-01-061-7/+12
* Allow to insert multiple certs and certs with \n. Sorted users and cert ids.Ted Trask2009-09-221-22/+40
* Updated package name for alpine 1.9.Ted Trask2009-05-261-1/+1
* Error check for empty input.v0.1.4Ted Trask2009-04-011-2/+2
* Fixed openssh authorized keys parsing to allow for access phrase and arbitrar...Ted Trask2009-04-011-14/+31
* Started process of removing as many io.popen calls as possible. Not complete.Ted Trask2009-01-241-20/+24
* Added escapespecialcharacters to format.lua to escape shell special character...Ted Trask2009-01-211-0/+1
* Modified fs.lua to survive nil parameters. Added create_directory and used w...Ted Trask2009-01-131-6/+2
* Modified openssh to remove unintended dependence on tinydns.Ted Trask2008-12-101-11/+16
* Modified openssh to allow deleting and adding certs from authorized_keys.Ted Trask2008-11-041-0/+110
* Modified modelfunctions library to include validation in get/setfiledetails. ...Ted Trask2008-10-071-2/+1
* Modified openssh details to not show outgoing connections.Ted Trask2008-09-241-4/+4
* Modified openssh. Changed expert, status, and startstop to links. Modified ...Ted Trask2008-09-241-119/+82
* Yet another bugfix on trying to resolv peer-ip from netstat informationMika Havela2008-08-231-1/+1
* Bugfix on resolving hostname for connected peersMika Havela2008-08-231-1/+2
* Bugfix on null match in listed peersMika Havela2008-08-231-2/+4
* Added status information about which peers are currently connected to sshdMika Havela2008-08-231-1/+46
* Bugfix: Changed packagename so it represents the serverMika Havela2008-08-221-1/+1
* Removed code from controller/model and used some already existing lib's.Mika Havela2008-08-221-23/+77
* added initial acf for opensshv0.1Natanael Copa2008-06-141-0/+107