CVS log for loncom/CrGenerate.pl

[BACK] Up to [LON-CAPA] / loncom

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Feb 2 13:27:45 2009 UTC (15 years, 1 month ago) by schafran
Branches: MAIN
CVS tags: version_2_9_X, version_2_9_99_0, version_2_9_1, version_2_9_0, version_2_8_99_1, version_2_8_99_0, version_2_12_X, version_2_11_X, version_2_11_4_uiuc, version_2_11_4_msu, version_2_11_4, version_2_11_3_uiuc, version_2_11_3_msu, version_2_11_3, version_2_11_2_uiuc, version_2_11_2_msu, version_2_11_2_educog, version_2_11_2, version_2_11_1, version_2_11_0_RC3, version_2_11_0_RC2, version_2_11_0_RC1, version_2_11_0, version_2_10_X, version_2_10_1, version_2_10_0_RC2, version_2_10_0_RC1, version_2_10_0, loncapaMITrelate_1, language_hyphenation_merge, language_hyphenation, bz6209-base, bz6209, bz5969, bz2851, PRINT_INCOMPLETE_base, PRINT_INCOMPLETE, HEAD, GCI_3, GCI_2, BZ5971-printing-apage, BZ5434-fox, BZ4492-merge, BZ4492-feature_horizontal_radioresponse, BZ4492-feature_Support_horizontal_radioresponse, BZ4492-Support_horizontal_radioresponse
Diff to previous 1.8: preferred, unified
Changes since revision 1.8: +6 -6 lines
short button names, consistent e-mail spelling,

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Jul 5 11:36:52 2004 UTC (19 years, 8 months ago) by foxr
Branches: MAIN
CVS tags: version_2_8_X, version_2_8_2, version_2_8_1, version_2_8_0, version_2_7_X, version_2_7_99_1, version_2_7_99_0, version_2_7_1, version_2_7_0, version_2_6_X, version_2_6_99_1, version_2_6_99_0, version_2_6_3, version_2_6_2, version_2_6_1, version_2_6_0, version_2_5_X, version_2_5_99_1, version_2_5_99_0, version_2_5_2, version_2_5_1, version_2_5_0, version_2_4_X, version_2_4_99_0, version_2_4_2, version_2_4_1, version_2_4_0, version_2_3_X, version_2_3_99_0, version_2_3_2, version_2_3_1, version_2_3_0, version_2_2_X, version_2_2_99_1, version_2_2_99_0, version_2_2_2, version_2_2_1, version_2_2_0, version_2_1_X, version_2_1_99_3, version_2_1_99_2, version_2_1_99_1, version_2_1_99_0, version_2_1_3, version_2_1_2, version_2_1_1, version_2_1_0, version_2_0_X, version_2_0_99_1, version_2_0_2, version_2_0_1, version_2_0_0, version_1_99_3, version_1_99_2, version_1_99_1_tmcc, version_1_99_1, version_1_99_0_tmcc, version_1_99_0, version_1_3_X, version_1_3_3, version_1_3_2, version_1_3_1, version_1_3_0, version_1_2_X, version_1_2_99_1, version_1_2_99_0, version_1_2_1, version_1_2_0, version_1_1_99_5, version_1_1_99_4, version_1_1_99_3, version_1_1_99_2, GCI_1
Diff to previous 1.7: preferred, unified
Changes since revision 1.7: +3 -3 lines
Fix up some stuff to bring it closer to the lonCAPA code standard.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Jul 2 10:19:59 2004 UTC (19 years, 9 months ago) by foxr
Branches: MAIN
CVS tags: version_1_1_99_1
Diff to previous 1.6: preferred, unified
Changes since revision 1.6: +123 -2 lines
Write pod documentation on this script.  Presumably this would be manified.
The installation script writers will need to decide if this script should
be automatically invoked at install time or added to the installation
documentaiton.  Note that it is not necessary to run this script at update
time unless the user is upgrading from insecure to secure.  So we probably
want to just ship the script and document it for updaters.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Jul 2 09:43:40 2004 UTC (19 years, 9 months ago) by foxr
Branches: MAIN
Diff to previous 1.5: preferred, unified
Changes since revision 1.5: +19 -2 lines
Code the cleanup function.
Add use lib '/home/httpd/lib/perl'
I have a chicken and egg problem that I can't figure out where this is with
without already knowing where this is... If there's a better way to ensure
that I get these libs.  Plese let me know.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Jul 1 10:58:29 2004 UTC (19 years, 9 months ago) by foxr
Branches: MAIN
Diff to previous 1.4: preferred, unified
Changes since revision 1.4: +155 -4 lines
Added code to package up the certificate and mail it to a certificate manager.
Remaining work:
- Add Cleanup
- Add Pod documentation.
- Change debug value to 0 to make this less verbose.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Jun 30 11:14:35 2004 UTC (19 years, 9 months ago) by foxr
Branches: MAIN
Diff to previous 1.3: preferred, unified
Changes since revision 1.3: +124 -4 lines
Implement:
GenerateRequest - Generate the hostkey and the certificate request for
                  the host.
InstallKey      - Install the host key, if necessary creating the
                  target directory.

Note that keys are locked down tight, even the encoded key.  This is because:
- The encoded key's passphrase is 'well known'.
- The decoded key can be used to forge signatures certificates etc. and that would be
  bad.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Jun 29 11:32:06 2004 UTC (19 years, 9 months ago) by foxr
Branches: MAIN
Diff to previous 1.2: preferred, unified
Changes since revision 1.2: +57 -1 lines
Implement the ReadConfig sub.  This sub parses the apache config files
for the PerlSetVars and extracts:

SSLProgram               - Path to the SSL utility command (openssl e.g.).
lonCertificateDirectory  - Where certificates will be installed.
lonnetPrivateKey         - Name of the private key file to produce.
SSLEmail                 - Email address of the certificate administrator.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Jun 29 11:13:08 2004 UTC (19 years, 9 months ago) by foxr
Branches: MAIN
Diff to previous 1.1: preferred, unified
Changes since revision 1.1: +7 -8 lines
Get some packaging stuff actually right.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Jun 29 10:47:46 2004 UTC (19 years, 9 months ago) by foxr
Branches: MAIN
Major flow of control of the script to:
- Generate certificate requests.
- Install the host key
- Email the certificate request to the loncapa certificate administrator.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>