summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bumped version to 0.6.1v0.6.1Ted Trask2012-10-281-1/+1
|
* Removed unneeded views by updating CFE for autoviewTed Trask2012-10-284-48/+14
|
* Added require statement for html libraryTed Trask2012-10-029-0/+9
|
* Bumped version to 0.6.0v0.6.0Ted Trask2012-08-201-1/+1
|
* Moved openssl-html.lsp to openssl-read-html.lsp so that autoview worksTed Trask2012-08-202-0/+1
|
* Removed calls to redirect_to_referrerTed Trask2012-08-203-74/+120
|
* Fixed Install button on status pageTed Trask2012-05-191-1/+1
|
* Updated for handle_form now passing self to get and set functionsTed Trask2012-04-282-6/+6
|
* Started work on updating for acf-core-0.15Ted Trask2012-04-1810-35/+33
| | | | | Removed controllerfunctions library (still needs more work and corresponding work in model) Updated for viewfunctions to htmlviewfunctions and modified require statements for acf libraries
* Bumped version to 0.5.0v0.5.0Ted Trask2011-10-071-1/+1
|
* Change certype to certtypeTed Trask2011-10-073-6/+6
|
* Fix direct import of crl, and allowed direct import of CA into FirefoxTed Trask2011-10-072-9/+19
|
* Make getca always return ca, regardless of inputTed Trask2011-10-071-10/+9
|
* Updates to Feature #354 incl. security hole fixed and choice of PEM or DER ↵Luke Stuart2011-10-074-13/+21
| | | | cacert download.
* Added package name so install worksTed Trask2011-09-201-1/+1
|
* Fix package version in status pageTed Trask2011-09-201-4/+10
|
* acf-openssl: as per feature request #354: download cert plus set encryption ↵Luke Stuart2011-07-066-10/+40
| | | | bits and period of validity
* Bumped version to 0.3.2v0.3.2Ted Trask2011-06-111-1/+1
|
* fix permissions on ssl cert creationskel2011-06-092-0/+6
|
* Bumped version to 0.3.1v0.3.1Ted Trask2010-02-161-1/+1
|
* Added wwwprefix to web path.Ted Trask2010-02-161-3/+3
|
* Bumped version to 0.3.0v0.3.0Ted Trask2010-01-011-1/+1
|
* Removed debug statements.Ted Trask2009-12-316-24/+0
|
* jquery changes for acf-core 0.9.0Ted Trask2009-12-301-2/+1
|
* basename/dirname functions are no longer in acf-core-0.9.0Ted Trask2009-12-281-8/+9
|
* Use viewlibrary.check_permission from acf-core-0.9.0Ted Trask2009-12-173-23/+19
|
* UI fix, bumped to 0.2.1v0.2.1Ted Trask2009-12-104-15/+18
|
* Bumped revision to 0.2.0v0.2.0root2009-06-041-1/+1
|
* Committer: nangel <nangel@tetrasec.net>nangel2009-05-211-8/+28
| | | | | listcerts function now forks openssl only once. This saves time when number of certs is > 100.
* Change os.rename to fs.move_file.Ted Trask2009-05-151-6/+6
|
* Fixed bug with request extensions. Don't override user input extensions with ↵Ted Trask2009-05-141-18/+9
| | | | default extensions.
* Tagged updated packages for release.v0.1.8ttrask2009-02-231-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1704 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fixed openssl bug when more than 0xFF certs.ttrask2009-02-061-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1702 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fixed openssl-ca-acf.cnf config for generating ca certs.Ted Trask2009-01-261-1/+0
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1697 ab2d0c66-481e-0410-8bed-d214d4d58bed
* More work to remove unnecessary popen calls.Ted Trask2009-01-261-63/+49
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1696 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified Makefiles and tagged for release with lots of security fixes.v0.1.7Ted Trask2009-01-221-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1689 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fixed openssl renew with config file change.Ted Trask2009-01-221-0/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1688 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added escapespecialcharacters to format.lua to escape shell special ↵Ted Trask2009-01-212-51/+67
| | | | | | 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/openssl/trunk@1687 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Proposed changes to menu.Ted Trask2009-01-191-6/+6
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1684 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified html.lua and viewlibrary.lua and all html files to html_escape ↵Ted Trask2009-01-159-24/+24
| | | | | | variables before displaying them. git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1678 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified fs.lua to survive nil parameters. Added create_directory and used ↵Ted Trask2009-01-131-9/+9
| | | | | | 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/openssl/trunk@1677 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on several Makefiles.v0.1.6Ted Trask2008-11-041-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1578 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified openssl to make renew (really rekey) work.Ted Trask2008-11-012-8/+11
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1572 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Minor change to roles code and major change to roles. Replaced ALL, CREATE, ↵Ted Trask2008-10-241-2/+6
| | | | | | READ, UPDATE, and DELETE with GUEST, USER, EDITOR, EXPERT, and ADMIN. Changed all roles files and modified some html files to hide options without permissions. Determine default roles from roles files, rather than hard-coded, and added ability to modify default roles by adding permissions. git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1563 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified viewfunctions displaycommandresults to not delete the error results ↵Ted Trask2008-10-222-0/+4
| | | | | | of a form so the form can still display it. Modified a bunch of views to display the results of component forms. Also added code to displayform and displayformstart to automatically generate the action if passed page_info. git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1561 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified viewfunctions to split displayform, creating displayformstart and ↵Ted Trask2008-10-222-7/+8
| | | | | | 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
* Version bump on several Makefiles.v0.1.5Ted Trask2008-10-211-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1558 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added rc controller to alpine-baselayout and rc functionality to processinfo ↵Ted Trask2008-10-111-0/+3
| | | | | | library. Changed status Enabled/Disabled to Running/Stopped. Added links to status pages to install package and schedule autostart. git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1552 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on various Makefilesv0.1.4Ted Trask2008-10-071-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1543 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified modelfunctions library to include validation in get/setfiledetails. ↵Ted Trask2008-10-071-14/+1
| | | | | | Modified all uses to validate the file name - this was a major security hole. git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1542 ab2d0c66-481e-0410-8bed-d214d4d58bed