summaryrefslogtreecommitdiffstats
path: root/openssl-controller.lua
Commit message (Collapse)AuthorAgeFilesLines
* Added managesubca action to automatically configure the environment to ↵Ted Trask2015-02-031-0/+4
| | | | manage a sub-CA
* Added getcachain action to show the parent CAs when we are in a child, ↵Ted Trask2015-02-021-1/+5
| | | | | | modified all views to display it This includes adding a generic HTML view to display cadir and then display the cfe
* Update model.submitrequest and .deleterequest to new prototypeTed Trask2015-01-311-3/+3
|
* Updated the three download/stream actions to properly handle clientdata in ↵Ted Trask2015-01-311-3/+3
| | | | | | the model Relies on acf-core-0.19 update to template-stream.html
* Modify several functions to move logic into the model and use cfes more ↵Ted Trask2015-01-311-15/+5
| | | | properly for non-forms
* Fix typo that broke renewcert resultTed Trask2013-10-201-1/+1
|
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-201-26/+28
| | | | | Use mymodule parameter for module definition. This was also helpful in revealing places where the code relied on the global environment.
* Cleaned up use of viewtypeTed Trask2012-11-251-3/+0
|
* Removed calls to redirect_to_referrerTed Trask2012-08-201-14/+11
|
* Updated for handle_form now passing self to get and set functionsTed Trask2012-04-281-1/+1
|
* Started work on updating for acf-core-0.15Ted Trask2012-04-181-7/+5
| | | | | Removed controllerfunctions library (still needs more work and corresponding work in model) Updated for viewfunctions to htmlviewfunctions and modified require statements for acf libraries
* Change certype to certtypeTed Trask2011-10-071-1/+1
|
* Updates to Feature #354 incl. security hole fixed and choice of PEM or DER ↵Luke Stuart2011-10-071-2/+2
| | | | cacert download.
* acf-openssl: as per feature request #354: download cert plus set encryption ↵Luke Stuart2011-07-061-0/+5
| | | | bits and period of validity
* fix permissions on ssl cert creationskel2011-06-091-0/+1
|
* Modified viewfunctions to split displayform, creating displayformstart and ↵Ted Trask2008-10-221-3/+3
| | | | | | displayformend, to provide flexibility while still using the library. Also added support for hidden fields - including a common redir field. Removed redirectOnSuccess from controllerfunctions handle_form, and replaced it with the redir field. Removed redirectOnSuccess from controllers that used it and added handlecommandresults and redir entries to links and forms throughout many views. This will cause a redirect to the originating view when a form is successfully completed. acf_www-controller now includes orig_action in page_info to report the original action launched by the user. git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1560 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified openssl to work with new cnf file. Distinguished names are no ↵Ted Trask2008-07-111-2/+2
| | | | | | longer hard coded, but entirely based upon cnf file. Modified views to display password and certtype at end. Update to getopts fixes bug where setting defaults truncated the cnf file. git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1295 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Update openssl to use controllerfunctions and modelfunctions.Ted Trask2008-07-071-112/+19
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1287 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changed openssl config file name and fixed environment check.Ted Trask2008-06-241-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1256 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Moved openssl clientdata processing from model to controller.Ted Trask2008-06-061-12/+18
| | | | | | | Fixed some bugs with checkenvironment. Fixed date parsing git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1209 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Check to see if necessary openssl directories exist, add support to create themTed Trask2008-05-281-1/+26
| | | | | | | And enddate and daysremaining to list of certificates Add ability to renew a certificate git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1188 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified acf to allow file upload (arbitrary 32k limit).Ted Trask2008-05-271-8/+35
| | | | | | Cleaned up openssl and added ability to upload/generate CA certificate. git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1184 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Mod openssl to restrict users to only see and delete their own requests.Ted Trask2008-05-231-0/+7
| | | | | | Moved apk to apk-tools. git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1179 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added revoking support to opensslTed Trask2008-05-221-2/+7
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1178 ab2d0c66-481e-0410-8bed-d214d4d58bed
* openssl is now pretty much done except for revoking certificates.Ted Trask2008-05-221-2/+40
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1176 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Further progress on openssl. Added template_stream to core for downloading ↵Ted Trask2008-05-211-8/+43
| | | | | | files. git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1171 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Continuing to work on openssl. Not done yet.Ted Trask2008-05-201-9/+21
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1127 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Saving incomplete openssl pagesTed Trask2008-05-161-0/+73
git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1124 ab2d0c66-481e-0410-8bed-d214d4d58bed