summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Modified format library. parse_configfile2, update_configfile2, ↵Ted Trask2008-10-031-23/+23
| | | | | | get_section, and set_section became parse_ini_file, update_ini_file, get_ini_section, and set_ini_section. Updated all code that used these functions. git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1539 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Removed getopts library and added functionality to format library as ↵Ted Trask2008-09-291-27/+26
| | | | | | opts_to_table, table_to_opts, parse_configfile2, update_configfile2, get_section, and set_section. New functions work on strings, not files. Modified all code using getopts to use format instead. Fixed nil string bugs in TCPProxy. Fixed forward only bug in DNSCache. git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1535 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Versionbump on Makefilesv0.1.3Mika Havela2008-08-261-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1410 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fixed openssl bug with blank extensions. Modified commonName hash to use ↵Ted Trask2008-08-052-10/+25
| | | | | | hex values. Changed download filename to be commonName. git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1372 ab2d0c66-481e-0410-8bed-d214d4d58bed
* use cp -a so dist packages get created properlyv0.1.2Natanael Copa2008-07-281-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1346 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on makefilesMika Havela2008-07-281-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1324 ab2d0c66-481e-0410-8bed-d214d4d58bed
* use <% %> instead of <? ?>Natanael Copa2008-07-2810-141/+141
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed
* install default openssl configurationNatanael Copa2008-07-281-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1322 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Add cert extensions to the request just for clarity.Ted Trask2008-07-161-4/+6
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1312 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Openssl removed the subjectAltName and instead added in an extensions ↵Ted Trask2008-07-164-37/+81
| | | | | | section to manually add x509 extensions. git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1311 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Another attempt at openssl subjectAltNameTed Trask2008-07-161-1/+6
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1309 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added openssl support for subjectAltName as an environment variable loaded ↵Ted Trask2008-07-163-65/+72
| | | | | | in the config file. git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1308 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified openssl-ca-acf.cnf to fix x509 extensions.Ted Trask2008-07-151-8/+14
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1307 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fixed openssl character escapes.Ted Trask2008-07-151-4/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1306 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modify openssl to allow all characters except # in distinguished names.Ted Trask2008-07-152-6/+8
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1305 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fix the ca.cnf file to actually *work*Nathan Angelacos2008-07-152-9/+16
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1304 ab2d0c66-481e-0410-8bed-d214d4d58bed
* make install copies a commented openssl-ca-acf.cnf to DESTDIR/etc/sslNathan Angelacos2008-07-152-30/+37
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1303 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified openssl to work with new cnf file. Distinguished names are no ↵Ted Trask2008-07-118-94/+73
| | | | | | 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
* first whack at making a usable acf ca openssl.cnf fileNathan Angelacos2008-07-091-0/+190
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1292 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Update openssl to use controllerfunctions and modelfunctions.Ted Trask2008-07-079-196/+107
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1287 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bumpsv0.1.1Mika Havela2008-06-241-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1258 ab2d0c66-481e-0410-8bed-d214d4d58bed