summaryrefslogtreecommitdiffstats
path: root/openssh-model.lua
Commit message (Collapse)AuthorAgeFilesLines
* Changes to connectedpeers since musl does not support utmp, making it ↵Ted Trask2016-06-091-28/+27
| | | | impossible to get session data
* Update PermitRootLogin to accept without-password and prohibit-password ↵Ted Trask2016-04-271-2/+2
| | | | (default) to match openssh 7
* 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 ↵Ted Trask2014-04-121-3/+3
| | | | return cfe
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-201-16/+18
| | | | | Use mymodule parameter for module definition. This was also helpful in revealing places where the code relied on the global environment.
* 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
| | | | | | Removed controllerfunctions library (still needs more work and corresponding work in model) Updated startstop functionality and deleted view Updated for viewfunctions to htmlviewfunctions and modified require statements for acf libraries
* 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 ↵Ted Trask2009-04-011-14/+31
| | | | arbitrary characters.
* Started process of removing as many io.popen calls as possible. Not complete.Ted Trask2009-01-241-20/+24
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openssh/trunk@1695 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added escapespecialcharacters to format.lua to escape shell special ↵Ted Trask2009-01-211-0/+1
| | | | | | characters. Reviewed all calls to io.popen and os.execute to escape special characters. Fixed file uploads in openssl and ipsectools with viewfunctions.lua. Tried to fix openssl renew when subject contains special characters, but not done yet. git-svn-id: svn://svn.alpinelinux.org/acf/openssh/trunk@1687 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified fs.lua to survive nil parameters. Added create_directory and used ↵Ted Trask2009-01-131-6/+2
| | | | | | within create_file and write_file. Reviewed each read_file call to make sure handles nil return value. git-svn-id: svn://svn.alpinelinux.org/acf/openssh/trunk@1677 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified openssh to remove unintended dependence on tinydns.Ted Trask2008-12-101-11/+16
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openssh/trunk@1635 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified openssh to allow deleting and adding certs from authorized_keys.Ted Trask2008-11-041-0/+110
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openssh/trunk@1577 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified modelfunctions library to include validation in get/setfiledetails. ↵Ted Trask2008-10-071-2/+1
| | | | | | Modified all uses to validate the file name - this was a major security hole. git-svn-id: svn://svn.alpinelinux.org/acf/openssh/trunk@1542 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified openssh details to not show outgoing connections.Ted Trask2008-09-241-4/+4
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openssh/trunk@1490 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified openssh. Changed expert, status, and startstop to links. Modified ↵Ted Trask2008-09-241-119/+82
| | | | | | config to use standard cfes. Modified peers to account for dns names. git-svn-id: svn://svn.alpinelinux.org/acf/openssh/trunk@1489 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Yet another bugfix on trying to resolv peer-ip from netstat informationMika Havela2008-08-231-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openssh/trunk@1407 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Bugfix on resolving hostname for connected peersMika Havela2008-08-231-1/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openssh/trunk@1406 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Bugfix on null match in listed peersMika Havela2008-08-231-2/+4
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openssh/trunk@1405 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added status information about which peers are currently connected to sshdMika Havela2008-08-231-1/+46
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openssh/trunk@1403 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Bugfix: Changed packagename so it represents the serverMika Havela2008-08-221-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openssh/trunk@1401 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Removed code from controller/model and used some already existing lib's.Mika Havela2008-08-221-23/+77
| | | | | | | | Programmed/activated the statuspage. Programmed/activated the expertpage (linking to already existing code). Configuration page works with some validation (might need some more validation). git-svn-id: svn://svn.alpinelinux.org/acf/openssh/trunk@1400 ab2d0c66-481e-0410-8bed-d214d4d58bed
* added initial acf for opensshv0.1Natanael Copa2008-06-141-0/+107
git-svn-id: svn://svn.alpinelinux.org/acf/openssh/trunk@1218 ab2d0c66-481e-0410-8bed-d214d4d58bed