Contents of /trunk/proftpd/patches/proftpd-1.3.3-config-tls-cosmetic.patch
Parent Directory | Revision Log
Revision 991 -
(show annotations)
(download)
Wed Mar 3 19:08:46 2010 UTC (14 years, 8 months ago) by niro
File size: 2511 byte(s)
Wed Mar 3 19:08:46 2010 UTC (14 years, 8 months ago) by niro
File size: 2511 byte(s)
files and updates for proftpd-1.3.3 with optional mysql, ldap, tls and anonymous support
1 | diff -Naur proftpd-1.3.3/sample-configurations/anonymous.conf proftpd-1.3.3-magellan/sample-configurations/anonymous.conf |
2 | --- proftpd-1.3.3/sample-configurations/anonymous.conf 2010-03-03 19:51:12.000000000 +0100 |
3 | +++ proftpd-1.3.3-magellan/sample-configurations/anonymous.conf 2010-03-03 19:53:09.000000000 +0100 |
4 | @@ -53,6 +53,8 @@ |
5 | SystemLog /var/log/proftpd/proftpd.log |
6 | |
7 | # TLS support (http://www.castaglia.org/proftpd/modules/mod_tls.html) |
8 | +# Enable this with PROFTPD_OPTIONS=-DTLS in /etc/conf.d/proftpd |
9 | +# |
10 | # Generate the certificate as follows: |
11 | # openssl req -new -x509 -days 365 -nodes \ |
12 | # -out /etc/ssl/certs/proftpd.cert.pem \ |
13 | diff -Naur proftpd-1.3.3/sample-configurations/basic.conf proftpd-1.3.3-magellan/sample-configurations/basic.conf |
14 | --- proftpd-1.3.3/sample-configurations/basic.conf 2010-03-03 19:51:12.000000000 +0100 |
15 | +++ proftpd-1.3.3-magellan/sample-configurations/basic.conf 2010-03-03 19:53:17.000000000 +0100 |
16 | @@ -59,6 +59,8 @@ |
17 | SystemLog /var/log/proftpd/proftpd.log |
18 | |
19 | # TLS support (http://www.castaglia.org/proftpd/modules/mod_tls.html) |
20 | +# Enable this with PROFTPD_OPTIONS=-DTLS in /etc/conf.d/proftpd |
21 | +# |
22 | # Generate the certificate as follows: |
23 | # openssl req -new -x509 -days 365 -nodes \ |
24 | # -out /etc/ssl/certs/proftpd.cert.pem \ |
25 | diff -Naur proftpd-1.3.3/sample-configurations/mod_sql.conf proftpd-1.3.3-magellan/sample-configurations/mod_sql.conf |
26 | --- proftpd-1.3.3/sample-configurations/mod_sql.conf 2010-03-03 19:41:40.000000000 +0100 |
27 | +++ proftpd-1.3.3-magellan/sample-configurations/mod_sql.conf 2010-03-03 19:53:25.000000000 +0100 |
28 | @@ -84,6 +84,8 @@ |
29 | Umask 022 022 |
30 | |
31 | # TLS support (http://www.castaglia.org/proftpd/modules/mod_tls.html) |
32 | +# Enable this with PROFTPD_OPTIONS=-DTLS in /etc/conf.d/proftpd |
33 | +# |
34 | # Generate the certificate as follows: |
35 | # openssl req -new -x509 -days 365 -nodes \ |
36 | # -out /etc/ssl/certs/proftpd.cert.pem \ |
37 | diff -Naur proftpd-1.3.3/sample-configurations/virtual.conf proftpd-1.3.3-magellan/sample-configurations/virtual.conf |
38 | --- proftpd-1.3.3/sample-configurations/virtual.conf 2010-03-03 19:45:08.000000000 +0100 |
39 | +++ proftpd-1.3.3-magellan/sample-configurations/virtual.conf 2010-03-03 19:53:34.000000000 +0100 |
40 | @@ -54,6 +54,8 @@ |
41 | SystemLog /var/log/proftpd/proftpd.log |
42 | |
43 | # TLS support (http://www.castaglia.org/proftpd/modules/mod_tls.html) |
44 | +# Enable this with PROFTPD_OPTIONS=-DTLS in /etc/conf.d/proftpd |
45 | +# |
46 | # Generate the certificate as follows: |
47 | # openssl req -new -x509 -days 365 -nodes \ |
48 | # -out /etc/ssl/certs/proftpd.cert.pem \ |