]> arthur.barton.de Git - ngircd-alex.git/commitdiff
New "chroot" feature (from Benjamin Pineau), introducing new configuration
authorAlexander Barton <alex@barton.de>
Fri, 7 May 2004 11:24:17 +0000 (11:24 +0000)
committerAlexander Barton <alex@barton.de>
Fri, 7 May 2004 11:24:17 +0000 (11:24 +0000)
variables "ChrootDir" and "MotdPhrase". [from HEAD]

13 files changed:
AUTHORS
ChangeLog
INSTALL
NEWS
README
doc/sample-ngircd.conf
man/ngircd.conf.5
src/ngircd/conf.c
src/ngircd/conf.h
src/ngircd/defines.h
src/ngircd/irc-info.c
src/ngircd/log.c
src/ngircd/ngircd.c

diff --git a/AUTHORS b/AUTHORS
index 6cca6cb4689e0e00071ce4859a0d522a2446d682..58d756e71d276780f01ee35989e21a147e9dc93e 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -31,4 +31,4 @@ Andrew Tridgell & Martin Pool: strl{cpy|cat}()-functions
 
 
 -- 
-$Id: AUTHORS,v 1.9 2004/05/07 11:19:20 alex Exp $
+$Id: AUTHORS,v 1.8.2.1 2004/05/07 11:24:17 alex Exp $
index 3226ece1115d805fb67be038f8eec91a1abb2666..74414a0dea7e5f028b8b94b96c9edbefc92ccfd7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -521,4 +521,4 @@ ngIRCd 0.0.1, 31.12.2001
 
 
 -- 
-$Id: ChangeLog,v 1.234 2004/05/07 11:19:20 alex Exp $
+$Id: ChangeLog,v 1.233.2.1 2004/05/07 11:24:17 alex Exp $
diff --git a/INSTALL b/INSTALL
index 6df155fdd784e6bc6754d6bbeaf37848a81bcdbf..dc6d102b317a61157ea7fe0bf73ec4fa7abaaa51 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -163,4 +163,4 @@ number. In both cases the server exits after the output.
 
 
 -- 
-$Id: INSTALL,v 1.19 2004/05/07 11:19:20 alex Exp $
+$Id: INSTALL,v 1.18.2.1 2004/05/07 11:24:17 alex Exp $
diff --git a/NEWS b/NEWS
index fdf928d4ec4f237d92febf84fee0c771f82c2540..9ea8d09ca5319fabc731bd454993a01033c39ce2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -189,4 +189,4 @@ ngIRCd 0.0.1, 31.12.2001
 
 
 -- 
-$Id: NEWS,v 1.65 2004/05/07 11:19:20 alex Exp $
+$Id: NEWS,v 1.64.2.1 2004/05/07 11:24:17 alex Exp $
diff --git a/README b/README
index ee4ce5cf38838481f13bcd95b1044d5eb22239e7..3a005f792bded65cb26960c45c2d5a6a66e891a0 100644 (file)
--- a/README
+++ b/README
@@ -84,4 +84,4 @@ mail to: <alex@barton.de> or <alex@arthur.ath.cx>
 
 
 -- 
-$Id: README,v 1.19 2004/05/07 11:19:20 alex Exp $
+$Id: README,v 1.18.2.1 2004/05/07 11:24:17 alex Exp $
index e8178a5a7483f6c010604d66b1c40b119f4c1992..7990cfe3417c73571e4a408960880261a6668781 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: sample-ngircd.conf,v 1.26 2004/05/07 11:19:20 alex Exp $
+# $Id: sample-ngircd.conf,v 1.25.2.1 2004/05/07 11:24:17 alex Exp $
 
 #
 # This is a sample configuration file for the ngIRCd, which must be adepted
index 97d77c6d1b35e8142a08bbcfce34d10a291c95ca..c75655594f9f631e8d45d88174b9f19930ea86c3 100644 (file)
@@ -1,5 +1,5 @@
 .\"
-.\" $Id: ngircd.conf.5,v 1.13 2004/05/07 11:19:20 alex Exp $
+.\" $Id: ngircd.conf.5,v 1.12.2.1 2004/05/07 11:24:18 alex Exp $
 .\"
 .TH ngircd.conf 5 "Mai 2003" ngircd "ngIRCd Manual"
 .SH NAME
index 1ea1fe741ef3397c35a6d151c1bac575c4c1eec7..0585de643473ec76f3b6f39f702c79f9878fd79c 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "portab.h"
 
-static char UNUSED id[] = "$Id: conf.c,v 1.64 2004/05/07 11:19:21 alex Exp $";
+static char UNUSED id[] = "$Id: conf.c,v 1.63.2.1 2004/05/07 11:24:18 alex Exp $";
 
 #include "imp.h"
 #include <assert.h>
index 4fbf2d68597c4d8a69f990d5244570ff69d11104..84dac98689f116a0bcf50fc03586313b02babf3d 100644 (file)
@@ -8,7 +8,7 @@
  * (at your option) any later version.
  * Please read the file COPYING, README and AUTHORS for more information.
  *
- * $Id: conf.h,v 1.29 2004/05/07 11:19:21 alex Exp $
+ * $Id: conf.h,v 1.28.2.1 2004/05/07 11:24:18 alex Exp $
  *
  * Configuration management (header)
  */
index 34951aeef8757d41a6837b996cd4ec45ef314714..967150a8a0e055a373bd2163c9304ded488dd260 100644 (file)
@@ -8,7 +8,7 @@
  * (at your option) any later version.
  * Please read the file COPYING, README and AUTHORS for more information.
  *
- * $Id: defines.h,v 1.46 2004/05/07 11:19:21 alex Exp $
+ * $Id: defines.h,v 1.45.2.1 2004/05/07 11:24:18 alex Exp $
  *
  * Global defines of ngIRCd.
  */
index 26306949ed865ecc014d0299770c73e5ee4ab790..7270c01420832ff7d5c01577f57261adf478d407 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "portab.h"
 
-static char UNUSED id[] = "$Id: irc-info.c,v 1.22 2004/05/07 11:19:21 alex Exp $";
+static char UNUSED id[] = "$Id: irc-info.c,v 1.21.2.1 2004/05/07 11:24:18 alex Exp $";
 
 #include "imp.h"
 #include <assert.h>
index cb149939b789db792419481e2c74545ba3897f51..171f1fba3b15176f399d29c6df339a2abc5b5713 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "portab.h"
 
-static char UNUSED id[] = "$Id: log.c,v 1.45 2004/05/07 11:19:21 alex Exp $";
+static char UNUSED id[] = "$Id: log.c,v 1.44.2.1 2004/05/07 11:24:18 alex Exp $";
 
 #include "imp.h"
 #include <assert.h>
index 8ced6e3f8903c8698e2aa505c8c558a15798b539..85111b7f0ce6a2bb4ae7716ed2320b1a7cf6d519 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "portab.h"
 
-static char UNUSED id[] = "$Id: ngircd.c,v 1.84 2004/05/07 11:19:21 alex Exp $";
+static char UNUSED id[] = "$Id: ngircd.c,v 1.83.2.1 2004/05/07 11:24:18 alex Exp $";
 
 #include "imp.h"
 #include <assert.h>