summaryrefslogtreecommitdiff
path: root/chat/silc-server/patches/patch-ad
blob: e3e898aa6e38b27bc4d6bc8c6b3c41c149518b67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
$NetBSD: patch-ad,v 1.1.1.1 2001/11/30 23:33:35 hubertf Exp $

--- doc/example_silcd.conf.in.orig	Sun Nov  4 10:53:35 2001
+++ doc/example_silcd.conf.in	Thu Nov 29 20:53:48 2001
@@ -12,16 +12,16 @@
 # If the cipher is builtin the <module path> maybe omitted.
 #
 [Cipher]
-aes-256-cbc:@MODULESDIR@/aes.sim.so:32:16
-aes-192-cbc:@MODULESDIR@/aes.sim.so:24:16
-aes-128-cbc:@MODULESDIR@/aes.sim.so:16:16
-twofish-256-cbc:@MODULESDIR@/twofish.sim.so:32:16
-twofish-192-cbc:@MODULESDIR@/twofish.sim.so:24:16
-twofish-128-cbc:@MODULESDIR@/twofish.sim.so:16:16
-mars-256-cbc:@MODULESDIR@/mars.sim.so:32:16
-mars-192-cbc:@MODULESDIR@/mars.sim.so:24:16
-mars-128-cbc:@MODULESDIR@/mars.sim.so:16:16
-none:@MODULESDIR@/none.sim.so:0:0
+aes-256-cbc::32:16
+aes-192-cbc::24:16
+aes-128-cbc::16:16
+twofish-256-cbc::32:16
+twofish-192-cbc::24:16
+twofish-128-cbc::16:16
+mars-256-cbc::32:16
+mars-192-cbc::24:16
+mars-128-cbc::16:16
+none::0:0
 
 #
 # Configured hash functions.
@@ -69,7 +69,8 @@
 # Format: <location>:<server type>:<admin's name>:<admin's email address>
 #
 [AdminInfo]
-Kuopio, Finland:Test Server:Pekka Riikonen:priikone@poseidon.pspt.fi
+#Kuopio, Finland:Test Server:Pekka Riikonen:priikone@poseidon.pspt.fi
+Default Location:NetBSD Test Server:Root of All Evil:root@localhost
 
 #
 # Server information.
@@ -77,7 +78,8 @@
 # Format: +<server FQDN>:<server IP>:<geographic location>:<port>
 #
 [ServerInfo]
-lassi.kuo.fi.ssh.com:10.2.1.6:Kuopio, Finland:706
+#lassi.kuo.fi.ssh.com:10.2.1.6:Kuopio, Finland:706
+localhost:127.0.0.1:Default Location:706
 
 #
 # Server keys
@@ -93,7 +95,8 @@
 # Format: <local IP>:<Listener IP>:<port>
 #
 [ListenPort]
-10.2.1.6:10.2.1.6:706
+#10.2.1.6:10.2.1.6:706
+127.0.0.1:127.0.0.1:706
 
 #
 # Log files.
@@ -110,9 +113,9 @@
 #
 [Logging]
 infologfile:@LOGSDIR@/silcd.log:10000
-#warninglogfile:@LOGSDIR@/silcd_warning.log:10000
-#errorlogfile:@LOGSDIR@/error.log:10000
-#fatallogfile:@LOGSDIR@/silcd_error.log:
+warninglogfile:@LOGSDIR@/silcd_warning.log:10000
+errorlogfile:@LOGSDIR@/error.log:10000
+fatallogfile:@LOGSDIR@/silcd_error.log:
 
 #
 # Connection classes.
@@ -146,7 +149,8 @@
 # file.
 #
 [AdminConnection]
-10.2.1.199:priikone:pekka:passwd:veryscret
+#10.2.1.199:priikone:pekka:passwd:veryscret
+127.0.0.1:root:root:passwd:verysecret
 
 #
 # Configured server connections.
@@ -165,8 +169,8 @@
 # set to value 1 then this server will be backup router.
 #
 [ServerConnection]
-10.2.1.7:passwd:veryscret:706:1:1:0
-10.2.1.17:passwd:veryscret13:706:1:1:1   # backup connection, that host
+#10.2.1.7:passwd:veryscret:706:1:1:0
+#10.2.1.17:passwd:veryscret13:706:1:1:1   # backup connection, that host
                                          # will use this server as backup
                                          # router.
 
@@ -208,3 +212,19 @@
 #
 [DenyConnection]
 #10.2.1.99:0:Your connection has been denied
+
+#
+#Message Of The Day
+#
+#specify the text file containing the motd:
+#
+#[motd]
+#@ETCDIR@/motd.txt
+
+#
+#pidfile
+#
+#specify the pidfile where it will be written:
+#
+[pid]
+/var/run/silcd.pid