Browse code

Spaces between string concat (.) operator, new PER codingstyle

Hanno Böck authored on 31/10/2023 17:49:30
Showing 1 changed files
... ...
@@ -15,5 +15,5 @@ title('Login über SSL-Client-Zertifikat');
15 15
 output('<p>Sie können Sich an diesem Interface auch per SSL-Client-Zertifikat anmelden. Dazu müssen Sie dieses Zertifikat vorab hinterlegt haben.</p>
16 16
 
17 17
 <p>Um den Login über ein Client-Zertifikat zu nutzen, nutzen Sie bitte diesen Link:</p>
18
-<p><strong>'.internal_link('../../certlogin/', 'Login über SSL-Client-Zertifikat').'</strong></p>
18
+<p><strong>' . internal_link('../../certlogin/', 'Login über SSL-Client-Zertifikat') . '</strong></p>
19 19
 ');
Browse code

Change license from CC0 to 0BSD, all contributors agreed

Hanno Böck authored on 20/08/2022 09:22:23
Showing 1 changed files
... ...
@@ -2,14 +2,11 @@
2 2
 /*
3 3
 This file belongs to the Webinterface of schokokeks.org Hosting
4 4
 
5
-Written 2008-2018 by schokokeks.org Hosting, namely
5
+Written by schokokeks.org Hosting, namely
6 6
   Bernd Wurst <bernd@schokokeks.org>
7 7
   Hanno Böck <hanno@schokokeks.org>
8 8
 
9
-To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty.
10
-
11
-You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see
12
-http://creativecommons.org/publicdomain/zero/1.0/
9
+This code is published under a 0BSD license.
13 10
 
14 11
 Nevertheless, in case you use a significant part of this code, we ask (but not require, see the license) that you keep the authors' names in place and return your changes to the public. We would be especially happy if you tell us what you're going to do with this code.
15 12
 */
Browse code

Fix coding style with php-cs-checker, see https://cs.sensiolabs.org/

Hanno authored on 26/06/2018 13:58:19
Showing 1 changed files
... ...
@@ -8,7 +8,7 @@ Written 2008-2018 by schokokeks.org Hosting, namely
8 8
 
9 9
 To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty.
10 10
 
11
-You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see 
11
+You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see
12 12
 http://creativecommons.org/publicdomain/zero/1.0/
13 13
 
14 14
 Nevertheless, in case you use a significant part of this code, we ask (but not require, see the license) that you keep the authors' names in place and return your changes to the public. We would be especially happy if you tell us what you're going to do with this code.
... ...
@@ -20,6 +20,3 @@ output('<p>Sie können Sich an diesem Interface auch per SSL-Client-Zertifikat a
20 20
 <p>Um den Login über ein Client-Zertifikat zu nutzen, nutzen Sie bitte diesen Link:</p>
21 21
 <p><strong>'.internal_link('../../certlogin/', 'Login über SSL-Client-Zertifikat').'</strong></p>
22 22
 ');
23
-
24
-
25
-
Browse code

Copyright year update

Bernd Wurst authored on 13/01/2018 06:07:05
Showing 1 changed files
... ...
@@ -2,7 +2,7 @@
2 2
 /*
3 3
 This file belongs to the Webinterface of schokokeks.org Hosting
4 4
 
5
-Written 2008-2014 by schokokeks.org Hosting, namely
5
+Written 2008-2018 by schokokeks.org Hosting, namely
6 6
   Bernd Wurst <bernd@schokokeks.org>
7 7
   Hanno Böck <hanno@schokokeks.org>
8 8
 
Browse code

Lizenzinfos in eigenes Modul ausgelagert und Copyright auf 2014 angepasst

Bernd Wurst authored on 08/02/2014 05:45:07
Showing 1 changed files
... ...
@@ -2,7 +2,7 @@
2 2
 /*
3 3
 This file belongs to the Webinterface of schokokeks.org Hosting
4 4
 
5
-Written 2008-2013 by schokokeks.org Hosting, namely
5
+Written 2008-2014 by schokokeks.org Hosting, namely
6 6
   Bernd Wurst <bernd@schokokeks.org>
7 7
   Hanno Böck <hanno@schokokeks.org>
8 8
 
Browse code

Updated copyright notice (2012 => 2013)

Bernd Wurst authored on 19/01/2013 10:49:50
Showing 1 changed files
... ...
@@ -2,7 +2,7 @@
2 2
 /*
3 3
 This file belongs to the Webinterface of schokokeks.org Hosting
4 4
 
5
-Written 2008-2012 by schokokeks.org Hosting, namely
5
+Written 2008-2013 by schokokeks.org Hosting, namely
6 6
   Bernd Wurst <bernd@schokokeks.org>
7 7
   Hanno Böck <hanno@schokokeks.org>
8 8
 
Browse code

warnung wegen TLS-renegotiation weg, das ist uralt und verwirrt nur

schokokeks.org web services authored on 12/12/2012 11:19:27
Showing 1 changed files
... ...
@@ -17,14 +17,6 @@ Nevertheless, in case you use a significant part of this code, we ask (but not r
17 17
 title('Login über SSL-Client-Zertifikat');
18 18
 output('<p>Sie können Sich an diesem Interface auch per SSL-Client-Zertifikat anmelden. Dazu müssen Sie dieses Zertifikat vorab hinterlegt haben.</p>
19 19
 
20
-<div class="error"><strong>Hinweis:</strong><br />
21
-Sie benötigen für den Login per Zertifikat einen Browser, der die so genannte
22
-TLS-Renegotiation nach dem Standard RFC 5746 unterstützt. Firefox kann dies
23
-ab Version 3.6.2.
24
-<a href="http://www.phonefactor.com/sslgap/ssl-tls-authentication-patches">Hier</a>
25
-finden Sie weitere Informationen zur Unterstützung in anderen Browsern.
26
-</div>
27
-
28 20
 <p>Um den Login über ein Client-Zertifikat zu nutzen, nutzen Sie bitte diesen Link:</p>
29 21
 <p><strong>'.internal_link('../../certlogin/', 'Login über SSL-Client-Zertifikat').'</strong></p>
30 22
 ');
Browse code

Added license tags for CC0, README and COPYING

Bernd Wurst authored on 11/03/2012 15:40:04
Showing 1 changed files
... ...
@@ -1,4 +1,18 @@
1 1
 <?php
2
+/*
3
+This file belongs to the Webinterface of schokokeks.org Hosting
4
+
5
+Written 2008-2012 by schokokeks.org Hosting, namely
6
+  Bernd Wurst <bernd@schokokeks.org>
7
+  Hanno Böck <hanno@schokokeks.org>
8
+
9
+To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty.
10
+
11
+You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see 
12
+http://creativecommons.org/publicdomain/zero/1.0/
13
+
14
+Nevertheless, in case you use a significant part of this code, we ask (but not require, see the license) that you keep the authors' names in place and return your changes to the public. We would be especially happy if you tell us what you're going to do with this code.
15
+*/
2 16
 
3 17
 title('Login über SSL-Client-Zertifikat');
4 18
 output('<p>Sie können Sich an diesem Interface auch per SSL-Client-Zertifikat anmelden. Dazu müssen Sie dieses Zertifikat vorab hinterlegt haben.</p>
Browse code

Benutze überall title() statt output("<h3>...</h3>")

git-svn-id: https://svn.schokokeks.org/repos/tools/webinterface/trunk@1812 87cf0b9e-d624-0410-a070-f6ee81989793

bernd authored on 18/09/2010 13:35:15
Showing 1 changed files
... ...
@@ -1,7 +1,6 @@
1 1
 <?php
2 2
 
3
-$title = 'Login über SSL-Client-Zertifikat';
4
-output('<h3>Login über SSL-Client-Zertfikat</h3>');
3
+title('Login über SSL-Client-Zertifikat');
5 4
 output('<p>Sie können Sich an diesem Interface auch per SSL-Client-Zertifikat anmelden. Dazu müssen Sie dieses Zertifikat vorab hinterlegt haben.</p>
6 5
 
7 6
 <div class="error"><strong>Hinweis:</strong><br />
Browse code

neue warnmeldung, tls renegotiation

git-svn-id: https://svn.schokokeks.org/repos/tools/webinterface/trunk@1707 87cf0b9e-d624-0410-a070-f6ee81989793

hanno authored on 28/03/2010 19:33:19
Showing 1 changed files
... ...
@@ -5,10 +5,11 @@ output('<h3>Login über SSL-Client-Zertfikat</h3>');
5 5
 output('<p>Sie können Sich an diesem Interface auch per SSL-Client-Zertifikat anmelden. Dazu müssen Sie dieses Zertifikat vorab hinterlegt haben.</p>
6 6
 
7 7
 <div class="error"><strong>Hinweis:</strong><br />
8
-Aufgrund einer aktuellen Sicherheits-Lücke wurde in vielen Browsern die so genannte TLS-Renegotiation abgeschaltet. Ohne diese Funktion ist ein Login über Client-Zertifikate technisch nicht möglich.
9
-Mit einigen aktuellen Browser-Versionen ist der Login mittels Client-Zertifikat momentan nicht möglich.
10
-
11
-<a href="http://groups.google.com/group/mozilla.dev.tech.crypto/browse_thread/thread/42c17928ea4fc374">Informationen und Lösungsmöglichkeit zum Mozilla-Firefox</a>
8
+Sie benötigen für den Login per Zertifikat einen Browser, der die so genannte
9
+TLS-Renegotiation nach dem Standard RFC 5746 unterstützt. Firefox kann dies
10
+ab Version 3.6.2.
11
+<a href="http://www.phonefactor.com/sslgap/ssl-tls-authentication-patches">Hier</a>
12
+finden Sie weitere Informationen zur Unterstützung in anderen Browsern.
12 13
 </div>
13 14
 
14 15
 <p>Um den Login über ein Client-Zertifikat zu nutzen, nutzen Sie bitte diesen Link:</p>
Browse code

Lösungsmöglichkeit für Firefox verlinkt

git-svn-id: https://svn.schokokeks.org/repos/tools/webinterface/trunk@1548 87cf0b9e-d624-0410-a070-f6ee81989793

bernd authored on 21/12/2009 17:30:43
Showing 1 changed files
... ...
@@ -6,7 +6,10 @@ output('<p>Sie können Sich an diesem Interface auch per SSL-Client-Zertifikat a
6 6
 
7 7
 <div class="error"><strong>Hinweis:</strong><br />
8 8
 Aufgrund einer aktuellen Sicherheits-Lücke wurde in vielen Browsern die so genannte TLS-Renegotiation abgeschaltet. Ohne diese Funktion ist ein Login über Client-Zertifikate technisch nicht möglich.
9
-Es gibt daher momentan viele aktuelle Browser, mit denen der Login via Client-Zertifikat nicht benutzt werden kann.</div>
9
+Mit einigen aktuellen Browser-Versionen ist der Login mittels Client-Zertifikat momentan nicht möglich.
10
+
11
+<a href="http://groups.google.com/group/mozilla.dev.tech.crypto/browse_thread/thread/42c17928ea4fc374">Informationen und Lösungsmöglichkeit zum Mozilla-Firefox</a>
12
+</div>
10 13
 
11 14
 <p>Um den Login über ein Client-Zertifikat zu nutzen, nutzen Sie bitte diesen Link:</p>
12 15
 <p><strong>'.internal_link('../../certlogin/', 'Login über SSL-Client-Zertifikat').'</strong></p>
Browse code

Hinweis aus TLS-reneg-Probleme

git-svn-id: https://svn.schokokeks.org/repos/tools/webinterface/trunk@1545 87cf0b9e-d624-0410-a070-f6ee81989793

bernd authored on 19/12/2009 16:47:41
Showing 1 changed files
... ...
@@ -3,6 +3,11 @@
3 3
 $title = 'Login über SSL-Client-Zertifikat';
4 4
 output('<h3>Login über SSL-Client-Zertfikat</h3>');
5 5
 output('<p>Sie können Sich an diesem Interface auch per SSL-Client-Zertifikat anmelden. Dazu müssen Sie dieses Zertifikat vorab hinterlegt haben.</p>
6
+
7
+<div class="error"><strong>Hinweis:</strong><br />
8
+Aufgrund einer aktuellen Sicherheits-Lücke wurde in vielen Browsern die so genannte TLS-Renegotiation abgeschaltet. Ohne diese Funktion ist ein Login über Client-Zertifikate technisch nicht möglich.
9
+Es gibt daher momentan viele aktuelle Browser, mit denen der Login via Client-Zertifikat nicht benutzt werden kann.</div>
10
+
6 11
 <p>Um den Login über ein Client-Zertifikat zu nutzen, nutzen Sie bitte diesen Link:</p>
7 12
 <p><strong>'.internal_link('../../certlogin/', 'Login über SSL-Client-Zertifikat').'</strong></p>
8 13
 ');
Browse code

Login vial Client-Cert über Unterverzeichnis

git-svn-id: https://svn.schokokeks.org/repos/tools/webinterface/trunk@1290 87cf0b9e-d624-0410-a070-f6ee81989793

bernd authored on 05/03/2009 09:14:11
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,11 @@
1
+<?php
2
+
3
+$title = 'Login über SSL-Client-Zertifikat';
4
+output('<h3>Login über SSL-Client-Zertfikat</h3>');
5
+output('<p>Sie können Sich an diesem Interface auch per SSL-Client-Zertifikat anmelden. Dazu müssen Sie dieses Zertifikat vorab hinterlegt haben.</p>
6
+<p>Um den Login über ein Client-Zertifikat zu nutzen, nutzen Sie bitte diesen Link:</p>
7
+<p><strong>'.internal_link('../../certlogin/', 'Login über SSL-Client-Zertifikat').'</strong></p>
8
+');
9
+
10
+
11
+