You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(164) |
Nov
(133) |
Dec
(307) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(202) |
Feb
(385) |
Mar
(235) |
Apr
(295) |
May
(258) |
Jun
(293) |
Jul
(199) |
Aug
(404) |
Sep
(439) |
Oct
(417) |
Nov
(360) |
Dec
(146) |
2003 |
Jan
(51) |
Feb
(47) |
Mar
(299) |
Apr
(257) |
May
(282) |
Jun
(294) |
Jul
(298) |
Aug
(284) |
Sep
(80) |
Oct
(34) |
Nov
(70) |
Dec
(73) |
2004 |
Jan
(227) |
Feb
(239) |
Mar
(206) |
Apr
(108) |
May
(162) |
Jun
(195) |
Jul
(187) |
Aug
(212) |
Sep
(241) |
Oct
(320) |
Nov
(161) |
Dec
(46) |
2005 |
Jan
(55) |
Feb
(129) |
Mar
(104) |
Apr
(111) |
May
(14) |
Jun
(211) |
Jul
(330) |
Aug
(314) |
Sep
(20) |
Oct
(90) |
Nov
(12) |
Dec
(39) |
2006 |
Jan
(18) |
Feb
(4) |
Mar
|
Apr
(5) |
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
(16) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <ope...@li...> - 2005-08-17 08:13:48
|
Update of /cvsroot/openca/openca-0.9/src/common/lib/locale/ru_RU In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19313/openca-0.9/src/common/lib/locale/ru_RU Modified Files: openca.po Log Message: fixed autoescaping of CGI (Julia Dubenskaya) Author of changes: michaelbell Index: openca.po =================================================================== RCS file: /cvsroot/openca/openca-0.9/src/common/lib/locale/ru_RU/openca.po,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** openca.po 15 Aug 2005 14:36:46 -0000 1.13 --- openca.po 17 Aug 2005 08:13:37 -0000 1.14 *************** *** 3041,3044 **** --- 3041,3048 ---- msgstr "" + #, fuzzy + msgid "I18N_OPENCA_UI_HTML_LOGIN_TYPE" + msgstr "ÐÑибка пÑи ÑазÑÑве ÑÐ¾ÐµÐ´Ð¸Ð½ÐµÐ½Ð¸Ñ Ñ ÑеÑвеÑом баз даннÑÑ DISCONNECT_FAILED." + msgid "I18N_OPENCA_UI_HTML_LOGIN_TYPE_NONE" msgstr "" *************** *** 3324,3331 **** #, fuzzy - msgid "I18N_OPENCA_X509_STRFTIME_FORMAT_STRING" - msgstr "ÐÑибка пÑи ÑазÑÑве ÑÐ¾ÐµÐ´Ð¸Ð½ÐµÐ½Ð¸Ñ Ñ ÑеÑвеÑом баз даннÑÑ DISCONNECT_FAILED." - - #, fuzzy msgid "I18N_OPENCA_XML_CACHE_GET_XPATH_COUNT_MISSING_ELEMENT" msgstr "ÐаÑвки, ожидаÑÑие обÑабоÑки " --- 3328,3331 ---- *************** *** 3352,3355 **** --- 3352,3360 ---- #, fuzzy + #~ msgid "I18N_OPENCA_X509_STRFTIME_FORMAT_STRING" + #~ msgstr "" + #~ "ÐÑибка пÑи ÑазÑÑве ÑÐ¾ÐµÐ´Ð¸Ð½ÐµÐ½Ð¸Ñ Ñ ÑеÑвеÑом баз даннÑÑ DISCONNECT_FAILED." + + #, fuzzy #~ msgid "I18N_OPENCA_SERVER_CRYPTO_GET_SIG_CERT_FROM_DB_DATABASE_FAILED" #~ msgstr "ÐаÑвки, ожидаÑÑие обÑабоÑки " |
From: <ope...@li...> - 2005-08-17 08:13:48
|
Update of /cvsroot/openca/openca-0.9/src/modules/openca-ui-html/HTML/Command In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19313/openca-0.9/src/modules/openca-ui-html/HTML/Command Modified Files: new_csr.pm Log Message: fixed autoescaping of CGI (Julia Dubenskaya) Author of changes: michaelbell Index: new_csr.pm =================================================================== RCS file: /cvsroot/openca/openca-0.9/src/modules/openca-ui-html/HTML/Command/new_csr.pm,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** new_csr.pm 15 Aug 2005 14:45:09 -0000 1.10 --- new_csr.pm 17 Aug 2005 08:13:38 -0000 1.11 *************** *** 76,81 **** my $info_list = undef; ! $info_list->{BODY}->[0]->[0] = ''; ! $info_list->{BODY}->[0]->[1] = {TYPE => "PRE", VALUE => $self->{object}}; my $autoprint = $self->{api}->get_xpath (XPATH => "policy/csr_auto_print"); --- 76,80 ---- my $info_list = undef; ! $info_list->{BODY}->[0]->[0] = {TYPE => "PRE", VALUE => $self->{object}}; my $autoprint = $self->{api}->get_xpath (XPATH => "policy/csr_auto_print"); *************** *** 627,632 **** $info_list->{BODY}->[$pos]->[1] = {TYPE => "SELECT", NAME => "public", ! VALUES => [["YES" => "I18N_OPENCA_UI_HTML_CSR_PUBLIC_YES", ! "NO" => "I18N_OPENCA_UI_HTML_CSR_PUBLIC_NO"]], SELECTED => $self->{public}->{value}}; $pos++; --- 626,631 ---- $info_list->{BODY}->[$pos]->[1] = {TYPE => "SELECT", NAME => "public", ! VALUES => [["YES" => "I18N_OPENCA_UI_HTML_CSR_PUBLIC_YES"], ! ["NO" => "I18N_OPENCA_UI_HTML_CSR_PUBLIC_NO"]], SELECTED => $self->{public}->{value}}; $pos++; *************** *** 741,746 **** ## public $info_list->{BODY}->[$pos]->[0] = i18nGettext("I18N_OPENCA_UI_HTML_CMD_NEW_CSR_PUBLIC"); ! $info_list->{BODY}->[$pos]->[1] = $self->{public}->{value}; ! $hidden_list->{"public"} = $self->{public}->{value}; $pos++; --- 740,751 ---- ## public $info_list->{BODY}->[$pos]->[0] = i18nGettext("I18N_OPENCA_UI_HTML_CMD_NEW_CSR_PUBLIC"); ! if ($self->{public}->{value} eq "YES") ! { ! $info_list->{BODY}->[$pos]->[1] = i18nGettext ("I18N_OPENCA_UI_HTML_CSR_PUBLIC_YES"); ! $hidden_list->{"public"} = "YES"; ! } else { ! $info_list->{BODY}->[$pos]->[1] = i18nGettext ("I18N_OPENCA_UI_HTML_CSR_PUBLIC_NO"); ! $hidden_list->{"public"} = "NO"; ! } $pos++; |
From: <ope...@li...> - 2005-08-17 08:13:48
|
Update of /cvsroot/openca/openca-0.9/src/web-interfaces/pub In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19313/openca-0.9/src/web-interfaces/pub Modified Files: pki.in Log Message: fixed autoescaping of CGI (Julia Dubenskaya) Author of changes: michaelbell Index: pki.in =================================================================== RCS file: /cvsroot/openca/openca-0.9/src/web-interfaces/pub/pki.in,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** pki.in 12 Aug 2005 13:47:44 -0000 1.25 --- pki.in 17 Aug 2005 08:13:38 -0000 1.26 *************** *** 31,34 **** --- 31,35 ---- binmode STDERR, ":utf8"; my $cgi = new CGI; + $cgi->autoEscape(0); ## remove dangerous variables from the query |
From: <ope...@li...> - 2005-08-17 08:13:48
|
Update of /cvsroot/openca/openca-0.9/src/modules/openca-server/Server In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19313/openca-0.9/src/modules/openca-server/Server Modified Files: Crypto.pm Log Message: fixed autoescaping of CGI (Julia Dubenskaya) Author of changes: michaelbell Index: Crypto.pm =================================================================== RCS file: /cvsroot/openca/openca-0.9/src/modules/openca-server/Server/Crypto.pm,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** Crypto.pm 15 Aug 2005 14:36:47 -0000 1.21 --- Crypto.pm 17 Aug 2005 08:13:38 -0000 1.22 *************** *** 471,477 **** ## perhaps we support DNS and IP in the future too if ( (lc($default_subject_alt_name) eq "email") and ! $csr->getParsed()->{DN_HASH}->{EMAILADDRESS}) { ! $subject_alt_name = "email:".$csr->getParsed()->{DN_HASH}->{EMAILADDRESS}[0]; } else { return ""; --- 471,477 ---- ## perhaps we support DNS and IP in the future too if ( (lc($default_subject_alt_name) eq "email") and ! $csr->getParsed()->{EMAILADDRESS}) { ! $subject_alt_name = "email:".$csr->getParsed()->{EMAILADDRESSES}[0]; } else { return ""; |
From: <ope...@li...> - 2005-08-17 08:13:47
|
Update of /cvsroot/openca/openca-0.9/src/common/lib/locale/pl_PL In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19313/openca-0.9/src/common/lib/locale/pl_PL Modified Files: openca.po Log Message: fixed autoescaping of CGI (Julia Dubenskaya) Author of changes: michaelbell Index: openca.po =================================================================== RCS file: /cvsroot/openca/openca-0.9/src/common/lib/locale/pl_PL/openca.po,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** openca.po 15 Aug 2005 14:36:46 -0000 1.37 --- openca.po 17 Aug 2005 08:13:37 -0000 1.38 *************** *** 2696,2699 **** --- 2696,2702 ---- msgstr "" + msgid "I18N_OPENCA_UI_HTML_LOGIN_TYPE" + msgstr "" + msgid "I18N_OPENCA_UI_HTML_LOGIN_TYPE_NONE" msgstr "" *************** *** 2954,2960 **** msgstr "" - msgid "I18N_OPENCA_X509_STRFTIME_FORMAT_STRING" - msgstr "" - msgid "I18N_OPENCA_XML_CACHE_GET_XPATH_COUNT_MISSING_ELEMENT" msgstr "" --- 2957,2960 ---- |
From: <ope...@li...> - 2005-08-17 08:13:47
|
Update of /cvsroot/openca/openca-0.9/src/common/lib/locale/sl_SI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19313/openca-0.9/src/common/lib/locale/sl_SI Modified Files: openca.po Log Message: fixed autoescaping of CGI (Julia Dubenskaya) Author of changes: michaelbell Index: openca.po =================================================================== RCS file: /cvsroot/openca/openca-0.9/src/common/lib/locale/sl_SI/openca.po,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** openca.po 15 Aug 2005 14:36:47 -0000 1.19 --- openca.po 17 Aug 2005 08:13:38 -0000 1.20 *************** *** 3211,3214 **** --- 3211,3218 ---- msgstr "" + #, fuzzy + msgid "I18N_OPENCA_UI_HTML_LOGIN_TYPE" + msgstr "(COMMIT) SPODLETELO" + msgid "I18N_OPENCA_UI_HTML_LOGIN_TYPE_NONE" msgstr "" *************** *** 3516,3523 **** #, fuzzy - msgid "I18N_OPENCA_X509_STRFTIME_FORMAT_STRING" - msgstr "(SELECT) SPODLETELO" - - #, fuzzy msgid "I18N_OPENCA_XML_CACHE_GET_XPATH_COUNT_MISSING_ELEMENT" msgstr "(INSERT) SPODLETELO" --- 3520,3523 ---- *************** *** 3544,3547 **** --- 3544,3551 ---- #, fuzzy + #~ msgid "I18N_OPENCA_X509_STRFTIME_FORMAT_STRING" + #~ msgstr "(SELECT) SPODLETELO" + + #, fuzzy #~ msgid "I18N_OPENCA_API_CMD_ISSUE_CERT_DATABASE_FAILED" #~ msgstr "(DELETE) SPODLETELO" |
From: <ope...@li...> - 2005-08-17 08:13:47
|
Update of /cvsroot/openca/openca-0.9/src/modules/openca-ui-html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19313/openca-0.9/src/modules/openca-ui-html Modified Files: HTML.pm Log Message: fixed autoescaping of CGI (Julia Dubenskaya) Author of changes: michaelbell Index: HTML.pm =================================================================== RCS file: /cvsroot/openca/openca-0.9/src/modules/openca-ui-html/HTML.pm,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** HTML.pm 10 Aug 2005 16:03:50 -0000 1.39 --- HTML.pm 17 Aug 2005 08:13:38 -0000 1.40 *************** *** 92,95 **** --- 92,96 ---- my $hashref = thaw($load); $self->{CGI} = OpenCA::TRIStateCGI->new (); + $self->{CGI}->autoEscape(0); foreach my $key (keys %{$hashref}) { |
From: <ope...@li...> - 2005-08-17 08:13:47
|
Update of /cvsroot/openca/openca-0.9/src/modules/openca-ac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19313/openca-0.9/src/modules/openca-ac Modified Files: AC.pm Log Message: fixed autoescaping of CGI (Julia Dubenskaya) Author of changes: michaelbell Index: AC.pm =================================================================== RCS file: /cvsroot/openca/openca-0.9/src/modules/openca-ac/AC.pm,v retrieving revision 1.80 retrieving revision 1.81 diff -C2 -d -r1.80 -r1.81 *** AC.pm 10 Aug 2005 16:03:47 -0000 1.80 --- AC.pm 17 Aug 2005 08:13:38 -0000 1.81 *************** *** 26,30 **** use OpenCA::API qw (i18nGettext debug set_error errno errval); - use OpenCA::TRIStateCGI; use OpenCA::Tools; use OpenCA::OpenSSL; --- 26,29 ---- |
From: <ope...@li...> - 2005-08-17 08:13:46
|
Update of /cvsroot/openca/openca-0.9/src/common/lib/locale/fr_FR In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19313/openca-0.9/src/common/lib/locale/fr_FR Modified Files: openca.po Log Message: fixed autoescaping of CGI (Julia Dubenskaya) Author of changes: michaelbell Index: openca.po =================================================================== RCS file: /cvsroot/openca/openca-0.9/src/common/lib/locale/fr_FR/openca.po,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** openca.po 15 Aug 2005 14:36:45 -0000 1.33 --- openca.po 17 Aug 2005 08:13:36 -0000 1.34 *************** *** 3205,3208 **** --- 3205,3212 ---- msgstr "" + #, fuzzy + msgid "I18N_OPENCA_UI_HTML_LOGIN_TYPE" + msgstr "ECHEC" + msgid "I18N_OPENCA_UI_HTML_LOGIN_TYPE_NONE" msgstr "" *************** *** 3510,3517 **** #, fuzzy - msgid "I18N_OPENCA_X509_STRFTIME_FORMAT_STRING" - msgstr "ECHEC" - - #, fuzzy msgid "I18N_OPENCA_XML_CACHE_GET_XPATH_COUNT_MISSING_ELEMENT" msgstr "ECHEC" --- 3514,3517 ---- *************** *** 3538,3541 **** --- 3538,3545 ---- #, fuzzy + #~ msgid "I18N_OPENCA_X509_STRFTIME_FORMAT_STRING" + #~ msgstr "ECHEC" + + #, fuzzy #~ msgid "I18N_OPENCA_API_CMD_ISSUE_CERT_DATABASE_FAILED" #~ msgstr "SUPPRIMEZ" |
From: <ope...@li...> - 2005-08-17 08:13:46
|
Update of /cvsroot/openca/openca-0.9/src/common/lib/locale/it_IT In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19313/openca-0.9/src/common/lib/locale/it_IT Modified Files: openca.po Log Message: fixed autoescaping of CGI (Julia Dubenskaya) Author of changes: michaelbell Index: openca.po =================================================================== RCS file: /cvsroot/openca/openca-0.9/src/common/lib/locale/it_IT/openca.po,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** openca.po 15 Aug 2005 14:36:45 -0000 1.34 --- openca.po 17 Aug 2005 08:13:36 -0000 1.35 *************** *** 3205,3208 **** --- 3205,3212 ---- msgstr "" + #, fuzzy + msgid "I18N_OPENCA_UI_HTML_LOGIN_TYPE" + msgstr "FALLITO" + msgid "I18N_OPENCA_UI_HTML_LOGIN_TYPE_NONE" msgstr "" *************** *** 3510,3517 **** #, fuzzy - msgid "I18N_OPENCA_X509_STRFTIME_FORMAT_STRING" - msgstr "FALLITO" - - #, fuzzy msgid "I18N_OPENCA_XML_CACHE_GET_XPATH_COUNT_MISSING_ELEMENT" msgstr "FALLITO" --- 3514,3517 ---- *************** *** 3538,3541 **** --- 3538,3545 ---- #, fuzzy + #~ msgid "I18N_OPENCA_X509_STRFTIME_FORMAT_STRING" + #~ msgstr "FALLITO" + + #, fuzzy #~ msgid "I18N_OPENCA_API_CMD_ISSUE_CERT_DATABASE_FAILED" #~ msgstr "FALLITO" |
From: <ope...@li...> - 2005-08-17 08:13:46
|
Update of /cvsroot/openca/openca-0.9/src/common/lib/locale/ja_JP In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19313/openca-0.9/src/common/lib/locale/ja_JP Modified Files: openca.po Log Message: fixed autoescaping of CGI (Julia Dubenskaya) Author of changes: michaelbell Index: openca.po =================================================================== RCS file: /cvsroot/openca/openca-0.9/src/common/lib/locale/ja_JP/openca.po,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** openca.po 15 Aug 2005 14:36:45 -0000 1.22 --- openca.po 17 Aug 2005 08:13:37 -0000 1.23 *************** *** 3204,3207 **** --- 3204,3211 ---- msgstr "" + #, fuzzy + msgid "I18N_OPENCA_UI_HTML_LOGIN_TYPE" + msgstr "失æ" + msgid "I18N_OPENCA_UI_HTML_LOGIN_TYPE_NONE" msgstr "" *************** *** 3509,3516 **** #, fuzzy - msgid "I18N_OPENCA_X509_STRFTIME_FORMAT_STRING" - msgstr "失æ" - - #, fuzzy msgid "I18N_OPENCA_XML_CACHE_GET_XPATH_COUNT_MISSING_ELEMENT" msgstr "失æ" --- 3513,3516 ---- *************** *** 3537,3540 **** --- 3537,3544 ---- #, fuzzy + #~ msgid "I18N_OPENCA_X509_STRFTIME_FORMAT_STRING" + #~ msgstr "失æ" + + #, fuzzy #~ msgid "I18N_OPENCA_API_CMD_ISSUE_CERT_DATABASE_FAILED" #~ msgstr "å餿¸ã¿" |
From: <ope...@li...> - 2005-08-17 08:11:41
|
Update of /cvsroot/openca/openca-0.9/src/common/lib/functions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18797/openca-0.9/src/common/lib/functions Modified Files: Tag: openca_0_9_2 initServer Log Message: fixed auto escaping of CGI (Julia Dubenskaya) Author of changes: michaelbell Index: initServer =================================================================== RCS file: /cvsroot/openca/openca-0.9/src/common/lib/functions/initServer,v retrieving revision 1.47.2.4 retrieving revision 1.47.2.5 diff -C2 -d -r1.47.2.4 -r1.47.2.5 *** initServer 21 Jun 2005 13:04:24 -0000 1.47.2.4 --- initServer 17 Aug 2005 08:11:31 -0000 1.47.2.5 *************** *** 639,642 **** --- 639,649 ---- } + if ((uc($CHARSET) eq 'UTF-8') || (uc($CHARSET) eq 'UTF8') || (uc($CHARSET) eq 'UTF_8')){ + $query->autoEscape(0); + } + else { + $query->autoEscape(1); + } + setPerformancePoint ("session loaded and language ready"); return 1; |
From: <ope...@li...> - 2005-08-17 08:11:40
|
Update of /cvsroot/openca/openca-0.9 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18797/openca-0.9 Modified Files: Tag: openca_0_9_2 CHANGES Log Message: fixed auto escaping of CGI (Julia Dubenskaya) Author of changes: michaelbell Index: CHANGES =================================================================== RCS file: /cvsroot/openca/openca-0.9/CHANGES,v retrieving revision 1.295.2.59 retrieving revision 1.295.2.60 diff -C2 -d -r1.295.2.59 -r1.295.2.60 *** CHANGES 12 Aug 2005 09:23:55 -0000 1.295.2.59 --- CHANGES 17 Aug 2005 08:11:31 -0000 1.295.2.60 *************** *** 3,6 **** --- 3,9 ---- "cvs commit". + 2005-Aug-xx: + * Fixed bug #1257733 (switch off CGI auto escaping to avoid wrong + escaping of utf8 characters) (patch supplied by Julia Dubenskaya) 2005-Aug-12: * 0.9.2.4 |
From: <ope...@li...> - 2005-08-16 06:41:14
|
Update of /cvsroot/openca/www.openca.org/htdocs/news In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28115 Modified Files: ws2005.html Log Message: Update Workshop for Registration Details Author of changes: oliwel Index: ws2005.html =================================================================== RCS file: /cvsroot/openca/www.openca.org/htdocs/news/ws2005.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ws2005.html 2 Aug 2005 14:33:54 -0000 1.1 --- ws2005.html 16 Aug 2005 06:41:03 -0000 1.2 *************** *** 49,56 **** <ul> <li>The capacity of the workshop is limited to 40 people</li> ! <li>Joining the workshop requires a registration, registration will be open as long as there are places available. To register send a mail to <a href="mailto:ws...@op...">ws...@op...</a> including your Name and Company.</li> <li>There is a registration fee of 25 Euro (payable cash on site) that includes coffee and snacks during the day, accomodation, lunch/dinner is at your reponsibility. <i>Note: The fee is taken directly by the university, no money is taken by the OpenCA team!</i></li> <li>There is a pre-booking at the hotel "Königswache" which is located directly at the conference site.<br/> ! room-rates are 80/100 Euro for a single/double room. Please refer to the keyword "Lehrstuhl fuer Datenverarbeitung" when booking to get the discount! The pre-booking is only guranteed until August 31 for a limited number of rooms. Please refer to the hotels webpage for contact information http://www.koenigswache.de</li> </ul> --- 49,56 ---- <ul> <li>The capacity of the workshop is limited to 40 people</li> ! <li>Joining the workshop requires a registration, registration will be open as long as there are places available. To register send a mail to <a href="mailto:ws...@op...?Subject=Registration&Body=Please%20register%20me%20for%20the%20OpenCA%20Workshop%0D%0DName:%0DCompany:%0D%0DI%20will%20join:%0D[%20]%20Dev-Meeting%0D[%20]%20Evening%20Event%0D[%20]%20User%20Workshop%0D">ws...@op...</a> including your Name, Company and state if you join both days or only one.</li> <li>There is a registration fee of 25 Euro (payable cash on site) that includes coffee and snacks during the day, accomodation, lunch/dinner is at your reponsibility. <i>Note: The fee is taken directly by the university, no money is taken by the OpenCA team!</i></li> <li>There is a pre-booking at the hotel "Königswache" which is located directly at the conference site.<br/> ! room-rates are 80/100 Euro for a single/double room. Please refer to the keyword "Lehrstuhl fuer Datenverarbeitung" when booking to get the discount! The pre-booking is only guranteed until August 31 for a limited number of rooms. Please refer to the hotels webpage for contact information <a href="http://www.koenigswache.de" target="blank">www.koenigswache.de</a></li> </ul> |
From: <ope...@li...> - 2005-08-15 14:45:18
|
Update of /cvsroot/openca/openca-0.9/src/modules/openca-ui-html/HTML/Command In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10310 Modified Files: new_csr.pm Log Message: commited old hash version Author of changes: michaelbell Index: new_csr.pm =================================================================== RCS file: /cvsroot/openca/openca-0.9/src/modules/openca-ui-html/HTML/Command/new_csr.pm,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** new_csr.pm 15 Aug 2005 14:36:47 -0000 1.9 --- new_csr.pm 15 Aug 2005 14:45:09 -0000 1.10 *************** *** 627,632 **** $info_list->{BODY}->[$pos]->[1] = {TYPE => "SELECT", NAME => "public", ! VALUES => {"YES" => "I18N_OPENCA_UI_HTML_CSR_PUBLIC_YES", ! "NO" => "I18N_OPENCA_UI_HTML_CSR_PUBLIC_NO"}, SELECTED => $self->{public}->{value}}; $pos++; --- 627,632 ---- $info_list->{BODY}->[$pos]->[1] = {TYPE => "SELECT", NAME => "public", ! VALUES => [["YES" => "I18N_OPENCA_UI_HTML_CSR_PUBLIC_YES", ! "NO" => "I18N_OPENCA_UI_HTML_CSR_PUBLIC_NO"]], SELECTED => $self->{public}->{value}}; $pos++; |
From: <ope...@li...> - 2005-08-15 14:37:34
|
Update of /cvsroot/openca/openca-0.9/src/common/lib/locale/fr_FR In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8436/openca-0.9/src/common/lib/locale/fr_FR Modified Files: openca.po Log Message: added non-public certs, automatic CSR printing and i18n dates Author of changes: michaelbell Index: openca.po =================================================================== RCS file: /cvsroot/openca/openca-0.9/src/common/lib/locale/fr_FR/openca.po,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** openca.po 12 Aug 2005 13:47:43 -0000 1.32 --- openca.po 15 Aug 2005 14:36:45 -0000 1.33 *************** *** 162,169 **** --- 162,177 ---- #, fuzzy + msgid "I18N_OPENCA_ADD_ATTRIBUTE_NO_PUBLIC_OBJECT" + msgstr "ECHEC" + + #, fuzzy msgid "I18N_OPENCA_ADD_OBJECT_EXCLUDED_ROLE" msgstr "ECHEC" #, fuzzy + msgid "I18N_OPENCA_ADD_OBJECT_NO_PUBLIC_OBJECT" + msgstr "ECHEC" + + #, fuzzy msgid "I18N_OPENCA_API_ACCESS_DENIED" msgstr "ECHEC" *************** *** 2032,2035 **** --- 2040,2047 ---- msgstr "" + #, fuzzy + msgid "I18N_OPENCA_SERVER_CRYPTO_ADD_PUBLIC_TO_HEADER_FAILED" + msgstr "ECHEC" + msgid "I18N_OPENCA_SERVER_CRYPTO_ADD_ROLE_TO_HEADER_FAILED" msgstr "" *************** *** 2582,2585 **** --- 2594,2605 ---- #, fuzzy + msgid "I18N_OPENCA_UI_HTML_CERT_PUBLIC_NO" + msgstr "ECHEC" + + #, fuzzy + msgid "I18N_OPENCA_UI_HTML_CERT_PUBLIC_YES" + msgstr "ECHEC" + + #, fuzzy msgid "I18N_OPENCA_UI_HTML_CERT_ROLE" msgstr "ECHEC" *************** *** 2781,2784 **** --- 2801,2808 ---- #, fuzzy + msgid "I18N_OPENCA_UI_HTML_CMD_NEW_CSR_PUBLIC" + msgstr "ECHEC" + + #, fuzzy msgid "I18N_OPENCA_UI_HTML_CMD_NEW_CSR_RA" msgstr "ECHEC" *************** *** 2861,2864 **** --- 2885,2892 ---- #, fuzzy + msgid "I18N_OPENCA_UI_HTML_CMD_NEW_CSR_WRONG_PUBLIC" + msgstr "ECHEC" + + #, fuzzy msgid "I18N_OPENCA_UI_HTML_CMD_NEW_CSR_WRONG_ROLE" msgstr "ECHEC" *************** *** 3018,3021 **** --- 3046,3061 ---- #, fuzzy + msgid "I18N_OPENCA_UI_HTML_CSR_PUBLIC" + msgstr "ECHEC" + + #, fuzzy + msgid "I18N_OPENCA_UI_HTML_CSR_PUBLIC_NO" + msgstr "ECHEC" + + #, fuzzy + msgid "I18N_OPENCA_UI_HTML_CSR_PUBLIC_YES" + msgstr "ECHEC" + + #, fuzzy msgid "I18N_OPENCA_UI_HTML_CSR_RENEWED_FROM" msgstr "ECHEC" *************** *** 3470,3473 **** --- 3510,3517 ---- #, fuzzy + msgid "I18N_OPENCA_X509_STRFTIME_FORMAT_STRING" + msgstr "ECHEC" + + #, fuzzy msgid "I18N_OPENCA_XML_CACHE_GET_XPATH_COUNT_MISSING_ELEMENT" msgstr "ECHEC" |
From: <ope...@li...> - 2005-08-15 14:37:24
|
Update of /cvsroot/openca/openca-0.9/src/common/lib/locale/en_GB In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8436/openca-0.9/src/common/lib/locale/en_GB Modified Files: openca.po Log Message: added non-public certs, automatic CSR printing and i18n dates Author of changes: michaelbell Index: openca.po =================================================================== RCS file: /cvsroot/openca/openca-0.9/src/common/lib/locale/en_GB/openca.po,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** openca.po 12 Aug 2005 13:47:43 -0000 1.16 --- openca.po 15 Aug 2005 14:36:44 -0000 1.17 *************** *** 167,173 **** --- 167,181 ---- #, fuzzy + msgid "I18N_OPENCA_ADD_ATTRIBUTE_NO_PUBLIC_OBJECT" + msgstr "The certificate's serial is missing." + + #, fuzzy msgid "I18N_OPENCA_ADD_OBJECT_EXCLUDED_ROLE" msgstr "A wrong table was detected by the database interface (__TABLE__)." + #, fuzzy + msgid "I18N_OPENCA_ADD_OBJECT_NO_PUBLIC_OBJECT" + msgstr "The certificate's serial is missing." + msgid "I18N_OPENCA_API_ACCESS_DENIED" msgstr "Cannot grant access to this functionality. __ERRVAL__" *************** *** 1909,1912 **** --- 1917,1924 ---- msgstr "" + #, fuzzy + msgid "I18N_OPENCA_SERVER_CRYPTO_ADD_PUBLIC_TO_HEADER_FAILED" + msgstr "The database failed during storing the new CA certificate. __ERRVAL__" + msgid "I18N_OPENCA_SERVER_CRYPTO_ADD_ROLE_TO_HEADER_FAILED" msgstr "" *************** *** 2465,2468 **** --- 2477,2488 ---- msgstr "Not valid before" + #, fuzzy + msgid "I18N_OPENCA_UI_HTML_CERT_PUBLIC_NO" + msgstr "Common name" + + #, fuzzy + msgid "I18N_OPENCA_UI_HTML_CERT_PUBLIC_YES" + msgstr "Role" + msgid "I18N_OPENCA_UI_HTML_CERT_ROLE" msgstr "Role" *************** *** 2626,2629 **** --- 2646,2655 ---- msgstr "The entered PINs are not equal." + #, fuzzy + msgid "I18N_OPENCA_UI_HTML_CMD_NEW_CSR_PUBLIC" + msgstr "" + "Level Of Assurance Please chose the LOA you would like to be authenticated " + "against." + msgid "I18N_OPENCA_UI_HTML_CMD_NEW_CSR_RA" msgstr "Registration Authority" *************** *** 2690,2693 **** --- 2716,2723 ---- msgstr "You specified a nonexisting LOA level." + #, fuzzy + msgid "I18N_OPENCA_UI_HTML_CMD_NEW_CSR_WRONG_PUBLIC" + msgstr "You specified a nonexisting LOA level." + msgid "I18N_OPENCA_UI_HTML_CMD_NEW_CSR_WRONG_ROLE" msgstr "You specified a wrong role." *************** *** 2828,2831 **** --- 2858,2873 ---- msgstr "Public key algorithm" + #, fuzzy + msgid "I18N_OPENCA_UI_HTML_CSR_PUBLIC" + msgstr "Identification passphrase hash" + + #, fuzzy + msgid "I18N_OPENCA_UI_HTML_CSR_PUBLIC_NO" + msgstr "Identification passphrase hash" + + #, fuzzy + msgid "I18N_OPENCA_UI_HTML_CSR_PUBLIC_YES" + msgstr "Public key" + msgid "I18N_OPENCA_UI_HTML_CSR_RENEWED_FROM" msgstr "Renewed from" *************** *** 3246,3249 **** --- 3288,3295 ---- msgstr "" + #, fuzzy + msgid "I18N_OPENCA_X509_STRFTIME_FORMAT_STRING" + msgstr "Lifetime is ok." + msgid "I18N_OPENCA_XML_CACHE_GET_XPATH_COUNT_MISSING_ELEMENT" msgstr "The XML cache cannot find the element __TAG__ at position __POS__." *************** *** 3263,3268 **** msgid "I18N_OPENCA_XML_CACHE_INIT_XML_ERROR" msgstr "" ! "The XML file __FILE__ could not be validated. " ! "The following error was detected - __ERRVAL__." #~ msgid "I18N_OPENCA_MENU_CA_CERT_OBJECTS" --- 3309,3314 ---- msgid "I18N_OPENCA_XML_CACHE_INIT_XML_ERROR" msgstr "" ! "The XML file __FILE__ could not be validated. The following error was " ! "detected - __ERRVAL__." #~ msgid "I18N_OPENCA_MENU_CA_CERT_OBJECTS" |
From: <ope...@li...> - 2005-08-15 14:37:24
|
Update of /cvsroot/openca/openca-0.9/src/common/lib/locale/es_ES In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8436/openca-0.9/src/common/lib/locale/es_ES Modified Files: openca.po Log Message: added non-public certs, automatic CSR printing and i18n dates Author of changes: michaelbell Index: openca.po =================================================================== RCS file: /cvsroot/openca/openca-0.9/src/common/lib/locale/es_ES/openca.po,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** openca.po 12 Aug 2005 13:47:43 -0000 1.37 --- openca.po 15 Aug 2005 14:36:45 -0000 1.38 *************** *** 161,168 **** --- 161,176 ---- #, fuzzy + msgid "I18N_OPENCA_ADD_ATTRIBUTE_NO_PUBLIC_OBJECT" + msgstr "INSERT" + + #, fuzzy msgid "I18N_OPENCA_ADD_OBJECT_EXCLUDED_ROLE" msgstr "FALLÓ" #, fuzzy + msgid "I18N_OPENCA_ADD_OBJECT_NO_PUBLIC_OBJECT" + msgstr "INSERT" + + #, fuzzy msgid "I18N_OPENCA_API_ACCESS_DENIED" msgstr "FALLÓ" *************** *** 2031,2034 **** --- 2039,2046 ---- msgstr "" + #, fuzzy + msgid "I18N_OPENCA_SERVER_CRYPTO_ADD_PUBLIC_TO_HEADER_FAILED" + msgstr "FALLÓ" + msgid "I18N_OPENCA_SERVER_CRYPTO_ADD_ROLE_TO_HEADER_FAILED" msgstr "" *************** *** 2581,2584 **** --- 2593,2604 ---- #, fuzzy + msgid "I18N_OPENCA_UI_HTML_CERT_PUBLIC_NO" + msgstr "FALLÓ" + + #, fuzzy + msgid "I18N_OPENCA_UI_HTML_CERT_PUBLIC_YES" + msgstr "FALLÓ" + + #, fuzzy msgid "I18N_OPENCA_UI_HTML_CERT_ROLE" msgstr "FALLÓ" *************** *** 2780,2783 **** --- 2800,2807 ---- #, fuzzy + msgid "I18N_OPENCA_UI_HTML_CMD_NEW_CSR_PUBLIC" + msgstr "FALLÓ" + + #, fuzzy msgid "I18N_OPENCA_UI_HTML_CMD_NEW_CSR_RA" msgstr "FALLÓ" *************** *** 2860,2863 **** --- 2884,2891 ---- #, fuzzy + msgid "I18N_OPENCA_UI_HTML_CMD_NEW_CSR_WRONG_PUBLIC" + msgstr "FALLÓ" + + #, fuzzy msgid "I18N_OPENCA_UI_HTML_CMD_NEW_CSR_WRONG_ROLE" msgstr "FALLÓ" *************** *** 3017,3020 **** --- 3045,3060 ---- #, fuzzy + msgid "I18N_OPENCA_UI_HTML_CSR_PUBLIC" + msgstr "FALLÓ" + + #, fuzzy + msgid "I18N_OPENCA_UI_HTML_CSR_PUBLIC_NO" + msgstr "FALLÓ" + + #, fuzzy + msgid "I18N_OPENCA_UI_HTML_CSR_PUBLIC_YES" + msgstr "FALLÓ" + + #, fuzzy msgid "I18N_OPENCA_UI_HTML_CSR_RENEWED_FROM" msgstr "FALLÓ" *************** *** 3469,3472 **** --- 3509,3516 ---- #, fuzzy + msgid "I18N_OPENCA_X509_STRFTIME_FORMAT_STRING" + msgstr "FALLÓ" + + #, fuzzy msgid "I18N_OPENCA_XML_CACHE_GET_XPATH_COUNT_MISSING_ELEMENT" msgstr "INSERT" |
From: <ope...@li...> - 2005-08-15 14:37:24
|
Update of /cvsroot/openca/openca-0.9/src/common/lib/locale/de_DE In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8436/openca-0.9/src/common/lib/locale/de_DE Modified Files: openca.po Log Message: added non-public certs, automatic CSR printing and i18n dates Author of changes: michaelbell Index: openca.po =================================================================== RCS file: /cvsroot/openca/openca-0.9/src/common/lib/locale/de_DE/openca.po,v retrieving revision 1.71 retrieving revision 1.72 diff -C2 -d -r1.71 -r1.72 *** openca.po 12 Aug 2005 13:47:42 -0000 1.71 --- openca.po 15 Aug 2005 14:36:43 -0000 1.72 *************** *** 168,175 **** --- 168,183 ---- #, fuzzy + msgid "I18N_OPENCA_ADD_ATTRIBUTE_NO_PUBLIC_OBJECT" + msgstr "Name (commonName)" + + #, fuzzy msgid "I18N_OPENCA_ADD_OBJECT_EXCLUDED_ROLE" msgstr "Der Abbau einer Verbindung zum Datenbankserver ist fehlgeschlagen." #, fuzzy + msgid "I18N_OPENCA_ADD_OBJECT_NO_PUBLIC_OBJECT" + msgstr "Name (commonName)" + + #, fuzzy msgid "I18N_OPENCA_API_ACCESS_DENIED" msgstr "Ein SQL-Select-Statement ist fehlgeschlagen." *************** *** 2176,2179 **** --- 2184,2191 ---- msgstr "" + #, fuzzy + msgid "I18N_OPENCA_SERVER_CRYPTO_ADD_PUBLIC_TO_HEADER_FAILED" + msgstr "Ein SQL-Update-Statement ist fehlgeschlagen." + msgid "I18N_OPENCA_SERVER_CRYPTO_ADD_ROLE_TO_HEADER_FAILED" msgstr "" *************** *** 2200,2206 **** msgid "I18N_OPENCA_SERVER_CRYPTO_CHECK_LIFETIME_NO_X509_CA_OBJECT" msgstr "" ! "Die Laufzeit konnte nicht überprüft werden. " ! "Bei der Initialisierung des CA-Zertifikatsobjektes ist ein Fehler (__ERRNO__) aufgetreten. " ! "__ERRVAL__" msgid "I18N_OPENCA_SERVER_CRYPTO_CHECK_LIFETIME_WRONG_ORDER" --- 2212,2217 ---- msgid "I18N_OPENCA_SERVER_CRYPTO_CHECK_LIFETIME_NO_X509_CA_OBJECT" msgstr "" ! "Die Laufzeit konnte nicht überprüft werden. Bei der Initialisierung des CA-" ! "Zertifikatsobjektes ist ein Fehler (__ERRNO__) aufgetreten. __ERRVAL__" msgid "I18N_OPENCA_SERVER_CRYPTO_CHECK_LIFETIME_WRONG_ORDER" *************** *** 2710,2713 **** --- 2721,2732 ---- msgstr "Gültig ab" + #, fuzzy + msgid "I18N_OPENCA_UI_HTML_CERT_PUBLIC_NO" + msgstr "Name" + + #, fuzzy + msgid "I18N_OPENCA_UI_HTML_CERT_PUBLIC_YES" + msgstr "Rolle" + msgid "I18N_OPENCA_UI_HTML_CERT_ROLE" msgstr "Rolle" *************** *** 2768,2773 **** msgid "I18N_OPENCA_UI_HTML_CMD_GENCACERT_EXPLANATION" msgstr "" ! "Es wurde ein neues CA-Zertifikat erstellt. " ! "Sie können es unten betrachten." msgid "I18N_OPENCA_UI_HTML_CMD_GENCACERT_MESSAGE" --- 2787,2791 ---- msgid "I18N_OPENCA_UI_HTML_CMD_GENCACERT_EXPLANATION" msgstr "" ! "Es wurde ein neues CA-Zertifikat erstellt. Sie können es unten betrachten." msgid "I18N_OPENCA_UI_HTML_CMD_GENCACERT_MESSAGE" *************** *** 2779,2784 **** msgid "I18N_OPENCA_UI_HTML_CMD_GENCAREQ_EXPLANATION" msgstr "" ! "Der CA-Zertifizierungsantrag wurde erfolgreich erstellt. " ! "Er kann unten betrachtet werden." msgid "I18N_OPENCA_UI_HTML_CMD_GENCAREQ_MESSAGE" --- 2797,2802 ---- msgid "I18N_OPENCA_UI_HTML_CMD_GENCAREQ_EXPLANATION" msgstr "" ! "Der CA-Zertifizierungsantrag wurde erfolgreich erstellt. Er kann unten " ! "betrachtet werden." msgid "I18N_OPENCA_UI_HTML_CMD_GENCAREQ_MESSAGE" *************** *** 2794,2799 **** msgid "I18N_OPENCA_UI_HTML_CMD_GENSKEY_EXPLANATION" msgstr "" ! "Der neue Schlüssel wurde erfolgreich erstellt. " ! "Sollten Sie einen Softwaretoken benutzen, dann könne Sie unten den verschlüsselten Schlüssel betrachten." msgid "I18N_OPENCA_UI_HTML_CMD_GENSKEY_TITLE" --- 2812,2818 ---- msgid "I18N_OPENCA_UI_HTML_CMD_GENSKEY_EXPLANATION" msgstr "" ! "Der neue Schlüssel wurde erfolgreich erstellt. Sollten Sie einen " ! "Softwaretoken benutzen, dann könne Sie unten den verschlüsselten Schlüssel " ! "betrachten." msgid "I18N_OPENCA_UI_HTML_CMD_GENSKEY_TITLE" *************** *** 2891,2894 **** --- 2910,2917 ---- msgstr "Die Passworte stimmen nicht überein." + #, fuzzy + msgid "I18N_OPENCA_UI_HTML_CMD_NEW_CSR_PUBLIC" + msgstr "Niveau der Nutzeridentifizierung" + msgid "I18N_OPENCA_UI_HTML_CMD_NEW_CSR_RA" msgstr "Registrierungsstelle" *************** *** 2951,2954 **** --- 2974,2981 ---- msgstr "Es wurde ein ungültiges Identifizierungsniveau ausgewählt." + #, fuzzy + msgid "I18N_OPENCA_UI_HTML_CMD_NEW_CSR_WRONG_PUBLIC" + msgstr "Es wurde ein ungültiges Identifizierungsniveau ausgewählt." + msgid "I18N_OPENCA_UI_HTML_CMD_NEW_CSR_WRONG_ROLE" msgstr "Es wurde eine nicht zulässige Rolle ausgewählt." *************** *** 3082,3085 **** --- 3109,3124 ---- msgstr "Algorithmus des öffentlichen Schlüssels" + #, fuzzy + msgid "I18N_OPENCA_UI_HTML_CSR_PUBLIC" + msgstr "Identifizierungs-PIN" + + #, fuzzy + msgid "I18N_OPENCA_UI_HTML_CSR_PUBLIC_NO" + msgstr "Identifizierungs-PIN" + + #, fuzzy + msgid "I18N_OPENCA_UI_HTML_CSR_PUBLIC_YES" + msgstr "Ãffentlicher Schlüssel" + msgid "I18N_OPENCA_UI_HTML_CSR_RENEWED_FROM" msgstr "Erneuert von" *************** *** 3534,3539 **** msgid "I18N_OPENCA_X509_NEW_CANNOT_OPEN_INFILE" msgstr "" ! "Das Zertifikat konnte nicht geladen werden, " ! "weil die Datei __FILENAME__ nicht geöffnet werden konnte." #, fuzzy --- 3573,3578 ---- msgid "I18N_OPENCA_X509_NEW_CANNOT_OPEN_INFILE" msgstr "" ! "Das Zertifikat konnte nicht geladen werden, weil die Datei __FILENAME__ " ! "nicht geöffnet werden konnte." #, fuzzy *************** *** 3569,3574 **** msgid "I18N_OPENCA_XML_CACHE_INIT_XML_ERROR" msgstr "" ! "Die XML-Datei __FILE__ konnte nicht ausgewertet werden. " ! "Es ist folgender Fehler aufgetreten - __ERRVAL__." #~ msgid "I18N_OPENCA_API_CMD_GENDB_MODE" --- 3608,3613 ---- msgid "I18N_OPENCA_XML_CACHE_INIT_XML_ERROR" msgstr "" ! "Die XML-Datei __FILE__ konnte nicht ausgewertet werden. Es ist folgender " ! "Fehler aufgetreten - __ERRVAL__." #~ msgid "I18N_OPENCA_API_CMD_GENDB_MODE" |
From: <ope...@li...> - 2005-08-15 14:37:24
|
Update of /cvsroot/openca/openca-0.9/src/common/lib/locale/el_GR In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8436/openca-0.9/src/common/lib/locale/el_GR Modified Files: openca.po Log Message: added non-public certs, automatic CSR printing and i18n dates Author of changes: michaelbell Index: openca.po =================================================================== RCS file: /cvsroot/openca/openca-0.9/src/common/lib/locale/el_GR/openca.po,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** openca.po 12 Aug 2005 13:47:43 -0000 1.15 --- openca.po 15 Aug 2005 14:36:44 -0000 1.16 *************** *** 163,170 **** --- 163,178 ---- #, fuzzy + msgid "I18N_OPENCA_ADD_ATTRIBUTE_NO_PUBLIC_OBJECT" + msgstr "ÎÏοÏÏ Ïία" + + #, fuzzy msgid "I18N_OPENCA_ADD_OBJECT_EXCLUDED_ROLE" msgstr "ÎÏοÏÏ Ïία" #, fuzzy + msgid "I18N_OPENCA_ADD_OBJECT_NO_PUBLIC_OBJECT" + msgstr "ÎÏοÏÏ Ïία" + + #, fuzzy msgid "I18N_OPENCA_API_ACCESS_DENIED" msgstr "ÎÏοÏÏ Ïία" *************** *** 2033,2036 **** --- 2041,2048 ---- msgstr "" + #, fuzzy + msgid "I18N_OPENCA_SERVER_CRYPTO_ADD_PUBLIC_TO_HEADER_FAILED" + msgstr "ÎÏοÏÏ Ïία" + msgid "I18N_OPENCA_SERVER_CRYPTO_ADD_ROLE_TO_HEADER_FAILED" msgstr "" *************** *** 2583,2586 **** --- 2595,2606 ---- #, fuzzy + msgid "I18N_OPENCA_UI_HTML_CERT_PUBLIC_NO" + msgstr "ÎÏοÏÏ Ïία" + + #, fuzzy + msgid "I18N_OPENCA_UI_HTML_CERT_PUBLIC_YES" + msgstr "ÎÏοÏÏ Ïία" + + #, fuzzy msgid "I18N_OPENCA_UI_HTML_CERT_ROLE" msgstr "ÎÏοÏÏ Ïία" *************** *** 2782,2785 **** --- 2802,2809 ---- #, fuzzy + msgid "I18N_OPENCA_UI_HTML_CMD_NEW_CSR_PUBLIC" + msgstr "ÎÏοÏÏ Ïία" + + #, fuzzy msgid "I18N_OPENCA_UI_HTML_CMD_NEW_CSR_RA" msgstr "ÎÏοÏÏ Ïία" *************** *** 2862,2865 **** --- 2886,2893 ---- #, fuzzy + msgid "I18N_OPENCA_UI_HTML_CMD_NEW_CSR_WRONG_PUBLIC" + msgstr "ÎÏοÏÏ Ïία" + + #, fuzzy msgid "I18N_OPENCA_UI_HTML_CMD_NEW_CSR_WRONG_ROLE" msgstr "ÎÏοÏÏ Ïία" *************** *** 3019,3022 **** --- 3047,3062 ---- #, fuzzy + msgid "I18N_OPENCA_UI_HTML_CSR_PUBLIC" + msgstr "ÎÏοÏÏ Ïία" + + #, fuzzy + msgid "I18N_OPENCA_UI_HTML_CSR_PUBLIC_NO" + msgstr "ÎÏοÏÏ Ïία" + + #, fuzzy + msgid "I18N_OPENCA_UI_HTML_CSR_PUBLIC_YES" + msgstr "ÎÏοÏÏ Ïία" + + #, fuzzy msgid "I18N_OPENCA_UI_HTML_CSR_RENEWED_FROM" msgstr "ÎÏοÏÏ Ïία" *************** *** 3471,3474 **** --- 3511,3518 ---- #, fuzzy + msgid "I18N_OPENCA_X509_STRFTIME_FORMAT_STRING" + msgstr "ÎÏοÏÏ Ïία" + + #, fuzzy msgid "I18N_OPENCA_XML_CACHE_GET_XPATH_COUNT_MISSING_ELEMENT" msgstr "ÎÏοÏÏ Ïία" |
From: <ope...@li...> - 2005-08-15 14:37:23
|
Update of /cvsroot/openca/openca-0.9 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8436/openca-0.9 Modified Files: CHANGES Log Message: added non-public certs, automatic CSR printing and i18n dates Author of changes: michaelbell Index: CHANGES =================================================================== RCS file: /cvsroot/openca/openca-0.9/CHANGES,v retrieving revision 1.398 retrieving revision 1.399 diff -C2 -d -r1.398 -r1.399 *** CHANGES 12 Aug 2005 13:39:36 -0000 1.398 --- CHANGES 15 Aug 2005 14:36:42 -0000 1.399 *************** *** 4,11 **** 2005-Aug-xx * CSS enhancements ! * Removed nested tables by nowrap option * Make HTML output human readable ! * cleanup * Removed loa.xml * Added policy.xml (central point for policy relevant stuff) --- 4,13 ---- 2005-Aug-xx + * Added flag PUBLIC to CSRs and certs (support non-public certs) + * Added automatic CSR printing (from DFN-PCA) * CSS enhancements ! * Removed nested tables by nowrap option in stylesheet * Make HTML output human readable ! * Cleanup * Removed loa.xml * Added policy.xml (central point for policy relevant stuff) |
From: <ope...@li...> - 2005-08-15 14:37:23
|
Update of /cvsroot/openca/openca-0.9/src/common/etc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8436/openca-0.9/src/common/etc Modified Files: policy.xml.template.in Log Message: added non-public certs, automatic CSR printing and i18n dates Author of changes: michaelbell Index: policy.xml.template.in =================================================================== RCS file: /cvsroot/openca/openca-0.9/src/common/etc/policy.xml.template.in,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** policy.xml.template.in 12 Aug 2005 13:47:42 -0000 1.1 --- policy.xml.template.in 15 Aug 2005 14:36:43 -0000 1.2 *************** *** 62,65 **** --- 62,70 ---- <scep> </scep> + + <!-- these are milliseconds --> + <auto_print_timeout>5000</auto_print_timeout> + <csr_auto_print>NO</csr_auto_print> + <allow_external_signatures>NO</allow_external_signatures> <warnuser>yes</warnuser> |
From: <ope...@li...> - 2005-08-15 14:37:23
|
Update of /cvsroot/openca/openca-0.9/src/common/lib/locale In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8436/openca-0.9/src/common/lib/locale Modified Files: openca.pot Log Message: added non-public certs, automatic CSR printing and i18n dates Author of changes: michaelbell Index: openca.pot =================================================================== RCS file: /cvsroot/openca/openca-0.9/src/common/lib/locale/openca.pot,v retrieving revision 1.52 retrieving revision 1.53 diff -C2 -d -r1.52 -r1.53 *** openca.pot 12 Aug 2005 13:47:42 -0000 1.52 --- openca.pot 15 Aug 2005 14:36:43 -0000 1.53 *************** *** 160,166 **** --- 160,172 ---- msgstr "" + msgid "I18N_OPENCA_ADD_ATTRIBUTE_NO_PUBLIC_OBJECT" + msgstr "" + msgid "I18N_OPENCA_ADD_OBJECT_EXCLUDED_ROLE" msgstr "" + msgid "I18N_OPENCA_ADD_OBJECT_NO_PUBLIC_OBJECT" + msgstr "" + msgid "I18N_OPENCA_API_ACCESS_DENIED" msgstr "" *************** *** 1750,1753 **** --- 1756,1762 ---- msgstr "" + msgid "I18N_OPENCA_SERVER_CRYPTO_ADD_PUBLIC_TO_HEADER_FAILED" + msgstr "" + msgid "I18N_OPENCA_SERVER_CRYPTO_ADD_ROLE_TO_HEADER_FAILED" msgstr "" *************** *** 2203,2206 **** --- 2212,2221 ---- msgstr "" + msgid "I18N_OPENCA_UI_HTML_CERT_PUBLIC_NO" + msgstr "" + + msgid "I18N_OPENCA_UI_HTML_CERT_PUBLIC_YES" + msgstr "" + msgid "I18N_OPENCA_UI_HTML_CERT_ROLE" msgstr "" *************** *** 2359,2362 **** --- 2374,2380 ---- msgstr "" + msgid "I18N_OPENCA_UI_HTML_CMD_NEW_CSR_PUBLIC" + msgstr "" + msgid "I18N_OPENCA_UI_HTML_CMD_NEW_CSR_RA" msgstr "" *************** *** 2419,2422 **** --- 2437,2443 ---- msgstr "" + msgid "I18N_OPENCA_UI_HTML_CMD_NEW_CSR_WRONG_PUBLIC" + msgstr "" + msgid "I18N_OPENCA_UI_HTML_CMD_NEW_CSR_WRONG_ROLE" msgstr "" *************** *** 2545,2548 **** --- 2566,2578 ---- msgstr "" + msgid "I18N_OPENCA_UI_HTML_CSR_PUBLIC" + msgstr "" + + msgid "I18N_OPENCA_UI_HTML_CSR_PUBLIC_NO" + msgstr "" + + msgid "I18N_OPENCA_UI_HTML_CSR_PUBLIC_YES" + msgstr "" + msgid "I18N_OPENCA_UI_HTML_CSR_RENEWED_FROM" msgstr "" *************** *** 2923,2926 **** --- 2953,2959 ---- msgstr "" + msgid "I18N_OPENCA_X509_STRFTIME_FORMAT_STRING" + msgstr "" + msgid "I18N_OPENCA_XML_CACHE_GET_XPATH_COUNT_MISSING_ELEMENT" msgstr "" |
From: <ope...@li...> - 2005-08-15 14:37:02
|
Update of /cvsroot/openca/openca-0.9/src/common/lib/locale/sl_SI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8436/openca-0.9/src/common/lib/locale/sl_SI Modified Files: openca.po Log Message: added non-public certs, automatic CSR printing and i18n dates Author of changes: michaelbell Index: openca.po =================================================================== RCS file: /cvsroot/openca/openca-0.9/src/common/lib/locale/sl_SI/openca.po,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** openca.po 12 Aug 2005 13:47:43 -0000 1.18 --- openca.po 15 Aug 2005 14:36:47 -0000 1.19 *************** *** 162,169 **** --- 162,177 ---- #, fuzzy + msgid "I18N_OPENCA_ADD_ATTRIBUTE_NO_PUBLIC_OBJECT" + msgstr "(INSERT) SPODLETELO" + + #, fuzzy msgid "I18N_OPENCA_ADD_OBJECT_EXCLUDED_ROLE" msgstr "(DISCONNECT) SPODLETELO" #, fuzzy + msgid "I18N_OPENCA_ADD_OBJECT_NO_PUBLIC_OBJECT" + msgstr "(INSERT) SPODLETELO" + + #, fuzzy msgid "I18N_OPENCA_API_ACCESS_DENIED" msgstr "(SELECT) SPODLETELO" *************** *** 2038,2041 **** --- 2046,2053 ---- msgstr "" + #, fuzzy + msgid "I18N_OPENCA_SERVER_CRYPTO_ADD_PUBLIC_TO_HEADER_FAILED" + msgstr "(UPDATE) SPODLETELO" + msgid "I18N_OPENCA_SERVER_CRYPTO_ADD_ROLE_TO_HEADER_FAILED" msgstr "" *************** *** 2588,2591 **** --- 2600,2611 ---- #, fuzzy + msgid "I18N_OPENCA_UI_HTML_CERT_PUBLIC_NO" + msgstr "(SELECT) SPODLETELO" + + #, fuzzy + msgid "I18N_OPENCA_UI_HTML_CERT_PUBLIC_YES" + msgstr "(SELECT) SPODLETELO" + + #, fuzzy msgid "I18N_OPENCA_UI_HTML_CERT_ROLE" msgstr "(SELECT) SPODLETELO" *************** *** 2787,2790 **** --- 2807,2814 ---- #, fuzzy + msgid "I18N_OPENCA_UI_HTML_CMD_NEW_CSR_PUBLIC" + msgstr "(SELECT) SPODLETELO" + + #, fuzzy msgid "I18N_OPENCA_UI_HTML_CMD_NEW_CSR_RA" msgstr "(SELECT) SPODLETELO" *************** *** 2867,2870 **** --- 2891,2898 ---- #, fuzzy + msgid "I18N_OPENCA_UI_HTML_CMD_NEW_CSR_WRONG_PUBLIC" + msgstr "(SELECT) SPODLETELO" + + #, fuzzy msgid "I18N_OPENCA_UI_HTML_CMD_NEW_CSR_WRONG_ROLE" msgstr "(SELECT) SPODLETELO" *************** *** 3024,3027 **** --- 3052,3067 ---- #, fuzzy + msgid "I18N_OPENCA_UI_HTML_CSR_PUBLIC" + msgstr "(SELECT) SPODLETELO" + + #, fuzzy + msgid "I18N_OPENCA_UI_HTML_CSR_PUBLIC_NO" + msgstr "(SELECT) SPODLETELO" + + #, fuzzy + msgid "I18N_OPENCA_UI_HTML_CSR_PUBLIC_YES" + msgstr "(SELECT) SPODLETELO" + + #, fuzzy msgid "I18N_OPENCA_UI_HTML_CSR_RENEWED_FROM" msgstr "(SELECT) SPODLETELO" *************** *** 3476,3479 **** --- 3516,3523 ---- #, fuzzy + msgid "I18N_OPENCA_X509_STRFTIME_FORMAT_STRING" + msgstr "(SELECT) SPODLETELO" + + #, fuzzy msgid "I18N_OPENCA_XML_CACHE_GET_XPATH_COUNT_MISSING_ELEMENT" msgstr "(INSERT) SPODLETELO" |
From: <ope...@li...> - 2005-08-15 14:37:02
|
Update of /cvsroot/openca/openca-0.9/src/modules/openca-ldap In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8436/openca-0.9/src/modules/openca-ldap Modified Files: LDAP.pm Log Message: added non-public certs, automatic CSR printing and i18n dates Author of changes: michaelbell Index: LDAP.pm =================================================================== RCS file: /cvsroot/openca/openca-0.9/src/modules/openca-ldap/LDAP.pm,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** LDAP.pm 10 Aug 2005 16:03:48 -0000 1.15 --- LDAP.pm 15 Aug 2005 14:36:47 -0000 1.16 *************** *** 190,193 **** --- 190,200 ---- } $self->debug ("role ok ..."); + ## reject certificates which should not be published + if (not $obj->getParsed()->{IS_CA} and + $obj->getParsed()->{HEADER}->{PUBLIC} ne "YES") + { + $self->set_error (-12, "I18N_OPENCA_ADD_OBJECT_NO_PUBLIC_OBJECT"); + return undef; + } ## get the needed data *************** *** 484,487 **** --- 491,502 ---- } } + ## reject certificates which should not be published + if (not $obj->getParsed()->{IS_CA} and + $obj->getParsed()->{HEADER}->{PUBLIC} ne "YES") + { + $self->set_error (-12, "I18N_OPENCA_ADD_ATTRIBUTE_NO_PUBLIC_OBJECT"); + return undef; + } + ## set output mode |