* added RCS Id keyword strings to sources
authorNathan Bryant <loanshark@uncensored.citadel.org>
Wed, 4 Nov 1998 19:51:21 +0000 (19:51 +0000)
committerNathan Bryant <loanshark@uncensored.citadel.org>
Wed, 4 Nov 1998 19:51:21 +0000 (19:51 +0000)
48 files changed:
citadel/ChangeLog
citadel/aidepost.c
citadel/citadel.c
citadel/citserver.c
citadel/client_chat.c
citadel/commands.c
citadel/config.c
citadel/control.c
citadel/cux2ascii.c
citadel/database.c
citadel/dynloader.c
citadel/file_ops.c
citadel/housekeeping.c
citadel/import.c
citadel/internetmail.c
citadel/ipc_c_tcp.c
citadel/locate_host.c
citadel/logging.c
citadel/mailinglist.c
citadel/messages.c
citadel/msgbase.c
citadel/msgform.c
citadel/netmailer.c
citadel/netpoll.c
citadel/netproc.c
citadel/netsetup.c
citadel/policy.c
citadel/proxy.c
citadel/rcit.c
citadel/readlog.c
citadel/room_ops.c
citadel/rooms.c
citadel/routines.c
citadel/routines2.c
citadel/serv_chat.c
citadel/serv_info.c
citadel/serv_test.c
citadel/serv_upgrade.c
citadel/setup.c
citadel/snprintf.c
citadel/stats.c
citadel/support.c
citadel/sysdep.c
citadel/tools.c
citadel/user_ops.c
citadel/userlist.c
citadel/userpurge.c
citadel/whobbs.c

index a709cd3753d8ba09718c28ccb90f09f7ead00c0e..7a8984434f822a6ef45f1458f777f40334fc46f3 100644 (file)
@@ -1,3 +1,6 @@
+1998-11-04 Nathan Bryant <bryant@cs.usm.maine.edu>
+       * added RCS Id keyword strings to sources
+
 Wed Nov  4 10:53:13 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
        * messages.c: temporarily set screenwidth to a fixed value of 80
          during <P>rint operations.
index e2c48f83297ae6c1a870e9b155f9ba05c4b124cb..acb4ba38e676228c143afe159fd32e09d6665b9f 100644 (file)
@@ -1,6 +1,7 @@
 /* aidepost.c
  * This is just a little hack to copy standard input to a message in Aide>
  * v1.6
+ * $Id$
  */
 
 #include <stdlib.h>
index 2eee6515cf3f0a1c402603025e656613039adb16..393c178f587fb4295d8d6e717f72d305f04c407b 100644 (file)
@@ -2,7 +2,7 @@
  * Citadel/UX  
  *
  * citadel.c - Main source file.
- *
+ * $Id$
  */
 
 #include "sysdep.h"
index a3b9e2c63af4b5e5fb75f77bf9ee8da14783a262..fc58d166b9640b6b8a819a54801a53857b308d08 100644 (file)
@@ -1,3 +1,4 @@
+/* $Id$ */
 #include <stdlib.h>
 #include <unistd.h>
 #include <stdio.h>
index 36b20ed11590a3671526e9bfea2e4f3b22d33526..bfe288df83544beb8afe7807851d663159f34484 100644 (file)
@@ -4,6 +4,8 @@
  * client_chat.c  --  front end for chat mode
  *                    (the "single process" version - no more fork() anymore)
  *
+ * $Id$
+ *
  */
 
 #include "sysdep.h"
index 7b385ac14f4498d19b27f5ccd359f54c85a2e071..50bf0e7c6b8da9841c95afd3333b22786e653b24 100644 (file)
@@ -5,6 +5,8 @@
  *
  * This version is the traditional command parser for room prompts.
  *
+ * $Id$
+ *
  */
 
 #include "sysdep.h"
index 6e1c6a9e8605abdb774f61ed8b5283b230151000..940e8beb3272237759a68a3e6172ba4c253ef156 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * This function reads the citadel.config file.  It should be called at
  * the beginning of EVERY Citadel program.
+ *
+ * $Id$
  */
 
 #include "sysdep.h"
index a093728d5ad72d6a87ce2b67cb59926fe2504ee7..540863412d6d9d36b08372d5054f6cdb964c9dc5 100644 (file)
@@ -3,6 +3,8 @@
  *
  * This module handles states which are global to the entire server.
  *
+ * $Id$
+ *
  */
 
 #include <stdlib.h>
index 010a8f33b7c0e783759faebbad9d167923e1fb31..8c78e8ec964ecc8225a9dcb76aa9e2eb161fa462 100644 (file)
@@ -4,6 +4,9 @@
  *
  * This program is a filter which converts Citadel/UX binary message format
  * to standard UseNet news format.  Useful for Citadel<->News gateways.
+ *
+ * $Id$
+ *
  */
 
 #include <fcntl.h>
index 8b0943c3dc7b674c592c402e0010537420988a42..7fa9a903931c490cfb502e35e7516b568df40632 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * This file contains a set of abstractions that allow Citadel to plug into any
  * record manager or database system for its data store.
+ *
+ * $Id$
  */
 
 
index 92dc1c2aad183bb502948bea538af2c45a8a420e..ceb015e7ac62bba43801d71129b9f7900b4d6626 100644 (file)
@@ -4,6 +4,8 @@
  * Written by Brian Costello
  * btx@calyx.net
  *
+ * $Id$
+ *
  ******************************************************/
 
 
index bfda895eb9191d405b7768d329683880ace390a5..866ed0978ea6187a3c1209bf32c56da27fa6d7ee 100644 (file)
@@ -1,3 +1,4 @@
+/* $Id$ */
 #include <stdlib.h>
 #include <unistd.h>
 #include <stdio.h>
index f54e3122f2375ab1907cd7274f863ddcafe7ddc5..42bab2eee3243e26675bdc9d960257c682efdaf7 100644 (file)
@@ -2,6 +2,7 @@
  * This file contains housekeeping tasks which periodically
  * need to be executed.
  *
+ * $Id$
  */
 
 #include <stdlib.h>
index 8cbd5a656c800c06728bebe919ed697cc182d357..812d8ecccd3204e3cff4aa69b5c5ad304c86c644 100644 (file)
@@ -1,3 +1,4 @@
+/* $Id$ */
 /* cc import.c database.o control.o -lgdbm -o import */
 
 #include <stdlib.h>
index 17b18fca2d2f185e6c4719a3562e821da37982a7..2757ab5f4761e1b1e6c3ed225f0e6dc37ea59359 100644 (file)
@@ -2,6 +2,7 @@
  * Internet mail configurator for Citadel/UX
  * see copyright.doc for copyright information
  *
+ * $Id$
  */
 
 #include <stdlib.h>
index 53609d48e723bf89312faf3d978fad7e1db481f3..3c56c26ba03e9a587db4c967cfc30f969dc26f1f 100644 (file)
@@ -3,7 +3,7 @@
  * 
  * Citadel/UX client/server IPC - client module using TCP/IP
  *
- * version 1.3
+ * version 1.3 $Id$
  *
  */
 
index e4708cdf95a443b24bbc18ad38742ea7e0497f17..9ca4e0e8ca2a0a1ab94bfddbbb2501127ab56645 100644 (file)
@@ -1,5 +1,6 @@
 /*
  * locate the originating host
+ * $Id$
  */
 
 #include <stdlib.h>
index e76827036967e4eed194b71f10d1eef6d5069bec..f485d82fadcfbdad4fcdd496876ffb226af2e26b 100644 (file)
@@ -1,5 +1,6 @@
 /*
  * Everything which needs some logging...
+ * $Id$
  */
 
 #include <stdlib.h>
index 807468d51c56db7ef26ccb7c2e7d967e325288a9..9c839b77105accea17bbe79c880a2d5fd96fe727 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * mailinglist.c
+ * $Id$
  *
  * This program is designed to be a filter which allows two-way interaction
  * between a traditional e-mail mailing list and a Citadel room.
index bdc4b6912dc7c747fa6855b2046df33c55e03f9f..0039e2188051b31edc54ba7a742fffdbe5b46605 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Citadel/UX message support routines
  * see copyright.txt for copyright information
+ * $Id$
  */
 
 #include <stdlib.h>
index c683a6bdf3637a9eb9c36c6e67e504646374a8d4..fd5abcb416e7d602965dfd3a61392d5b1f5a80e0 100644 (file)
@@ -1,3 +1,4 @@
+/* $Id$ */
 #include <stdlib.h>
 #include <unistd.h>
 #include <stdio.h>
index 26f6d614bd17ab728b3865174d76109bdbf747e8..94ddb0971b5c85032934d09dd94627ea91df1780 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * msgform.c v2.1
+ * msgform.c v2.1 $Id$
  * see copyright.doc for copyright information
  * 
  * This is simply a filter that converts Citadel binary message format
index 3124fea6f72aafd9b9935114cf50159466036193..91b0573db00faf090039b98ba8b0755c97e4dcab 100644 (file)
@@ -3,7 +3,7 @@
  * see copyright.doc for copyright information
  *
  * netproc calls this to export Citadel mail to RFC822-compliant mailers.
- *
+ * $Id$
  */
 
 #include <stdlib.h>
index 352471dbcaff3f93de9aabb81d04e21802aeb128..2a25d12c512bd1f19d67beb14142275fab5a351e 100644 (file)
@@ -1,3 +1,4 @@
+/* $Id$ */
 #include <stdlib.h>
 #include <unistd.h>
 #include <stdio.h>
index 38ec8711acf5decb7c2d23b2c0b5f72db9d282ff..a91b0473b5dd398dae776e5bddaae43f68814fc5 100644 (file)
@@ -2,6 +2,7 @@
  * Citadel/UX Intelligent Network Processor for IGnet/Open networks v3.6
  * Designed and written by Art Cancro @ Uncensored Communications Group
  * See copyright.txt for copyright information
+ * $Id$
  */
 
 /*
index 023576abc19b01da1c81bf28506e51712bbb51db..2542c31347f55612685f60ce1a9ec3d332cb03a6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * netsetup.c
+ * $Id$
  *
  * Copyright (c) 1998  Art Cancro
  *
index a52beb78e7717f4eba4c680cfab0ec8fd53c7682..961a41012b1d51cd4814f14dbf9c5846a11d2cdb 100644 (file)
@@ -1,3 +1,4 @@
+/* $Id$ */
 #include <stdlib.h>
 #include <unistd.h>
 #include <stdio.h>
index fd2750033cabf8106aec4753e76810c3e6b9e2d2..13c20d2abf6ab75b56298f43c46ab0331f011755 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Session layer proxy for Citadel
  * (c) 1998 by Art Cancro, All Rights Reserved, released under GNU GPL v2
+ * $Id$
  */
 
 /*
index 71767ea3e70cce7d4b75c011c2ee121a22ad1e7f..60c073dc89a123f083e13555a91a1cd323e36c2c 100644 (file)
@@ -1,6 +1,6 @@
 #define UNCOMPRESS "/usr/bin/gunzip"
 
-/* Citadel/UX rcit
+/* Citadel/UX rcit $Id$
  * version 2.9
  *
  * This program functions the same as the standard rnews program for
index e7b286ed6016be8baddf51f660b757e2f0773cb5..6fc67aa3f8fae78a9b905c335b35dddcef575be9 100644 (file)
@@ -1,5 +1,6 @@
 /* 
  * readlog.c  (a simple program to parse citadel.log)
+ * $Id$
  */
 
 #include <stdlib.h>
index b15d04c9057a597bd8712aa0f73ffa5e4c2f5326..77ed9b28e97b50d117e6b4ba52fcb85785359104 100644 (file)
@@ -1,3 +1,4 @@
+/* $Id$ */
 #include <stdlib.h>
 #include <unistd.h>
 #include <stdio.h>
index 324a9b8e08f05ec3201acce216b7361847c2718d..821a3a6cbaedb7c20e9adf63651f134359842562 100644 (file)
@@ -1,4 +1,5 @@
 /* Citadel/UX room-oriented routines */
+/* $Id$ */
 
 #include <stdlib.h>
 #include <unistd.h>
index 8573ff28691328369a1b3f495a2c1ec71ef15a63..9cb387ef1d2c348c9bfd0f0bd1809e3caac5e85a 100644 (file)
@@ -1,4 +1,5 @@
 /* Citadel/UX support routines */
+/* $Id$ */
 
 #include "sysdep.h"
 #include <stdlib.h>
index db4bed55908612fee7cc7f6b533a9baabeaa09c9..e6c3fe3c6e652520d4020fd955b9b9b8088772b0 100644 (file)
@@ -1,5 +1,6 @@
 /* More Citadel/UX routines...
  * unlike routines.c, some of these DO use global variables.
+ * $Id$
  */
 
 #include <stdlib.h>
index d248a07e57a2bd014548902d5142d23250eb3399..022ce07aaaa92d76734b13a130e326cc049fbce1 100644 (file)
@@ -1,3 +1,4 @@
+/* $Id$ */
 #include <stdlib.h>
 #include <unistd.h>
 #include <stdio.h>
index 399f5ab6efd31844ac0c3749facaa61ecd35c1cf..19074bb96a0021aa4a7811757eaef8fbf73e46d1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * serv_info.c
+ * $Id$
  *
  * The CtdlGetServerInfo() function is useful for 
  */
index bec09516fb2d647a9abc148e60edd145d787c639..f0496963ce9c43eb8a384d47605bb35c8f3b49cd 100644 (file)
@@ -1,3 +1,4 @@
+/* $Id$ */
 #include <stdlib.h>
 #include <unistd.h>
 #include <stdio.h>
index 563d4e6086c927256e1cd1a58dbbce550a0a8c70..8f39b2b8ff821186b842abb7568fa86ae064115a 100644 (file)
@@ -3,6 +3,8 @@
  * an older version of Citadel, or a different hardware architecture, or
  * whatever.  You should only run an import when your installed system is
  * brand new and _empty_ !!
+ *
+ * $Id$
  */
 
 #include <stdlib.h>
index df197f57cd3ef43592062f62d39261a160ae3dee..172da2657b8263ee4887b9503e42afa6d716567f 100644 (file)
@@ -1,5 +1,6 @@
 /*
  * Citadel/UX setup program
+ * $Id$
  *
  * *** YOU MUST EDIT sysconfig.h >BEFORE< COMPILING SETUP ***
  */
index 693a2592e80fb9c591b8982be6032b60dc5c93a9..d4c39ba2fc93eb7e09c7f001cd563e2a02050a1a 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * modified from Sten Gunterberg's BUGTRAQ post of 22 Jul 1997
  * --nathan bryant <bryant@cs.usm.maine.edu>
+ *
+ * $Id$
  */
 
 /*
index 7bb392eed9cb745acd3ce5e1af9027a00f5728be..c88a166a29aa0224198063a917424e69c7a7a108 100644 (file)
@@ -1,4 +1,5 @@
 /* Citadel/UX call log stats program
+ * $Id$
  */
 #include <stdlib.h>
 #include <unistd.h>
index ea4c39edbaa8d71889697ebb26c2ff9f06cd0941..6bcf9c4852cc3cb9c6f96a7493806425aeea16f2 100644 (file)
@@ -1,3 +1,4 @@
+/* $Id$ */
 #include <stdlib.h>
 #include <unistd.h>
 #include <ctype.h>
index bf47cd5802491031573ec2d9a8b8a9e133418814..633720f85609c603327c9eccd1a430a0a8271622 100644 (file)
@@ -2,6 +2,8 @@
  * Citadel/UX "system dependent" stuff.
  * See copyright.txt for copyright information.
  *
+ * $Id$
+ *
  * Here's where we (hopefully) have all the parts of the Citadel server that
  * would need to be altered to run the server in a non-POSIX environment.
  * Wherever possible, we use function wrappers and type definitions to create
index a92286680d9a21ace803540ed9b84b7cc5c0cb2c..c2d216ada2ed1879ed0b83fbedb091ac2f41fddc 100644 (file)
@@ -1,5 +1,6 @@
 /*
  * tools.c -- Miscellaneous routines used by both the client and server.
+ * $Id$
  */
 
 #include <stdio.h>
index 41ce4a8c9fea3591ab1ae78a93607de04ba9b402..bae201296e8332b0fbb2306a48cf848dc235e1bb 100644 (file)
@@ -1,3 +1,5 @@
+/* $Id$ */
+
 /* needed to properly enable crypt() stuff on some systems */
 #define _XOPEN_SOURCE
 /* needed for str[n]casecmp() on some systems if the above is defined */
index 1551daa9bd3c65841964db506ad3f075680b543c..effccf59ff1682feab7e61bf87b8ed66e6872032 100644 (file)
@@ -1,3 +1,4 @@
+/* $Id$ */
 #include <stdlib.h>
 #include <unistd.h>
 #include <stdio.h>
index 402b8483e517af1d9dfbeb5fe03787011f0a666b..c7603722e3d221d0daccf09f7c1fe6d139b9ce7a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * userpurge.c
+ * $Id$
  *
  * This program is a server extension which purges the user file of any user
  * who has not logged in for a period of time, or who has elected to delete
index 8da855803cce4aa0254b8dfa1b33eafcfef7d81b..0dfaef948ff6ff6265cef61eeb2fa7c0984c343b 100644 (file)
@@ -1,3 +1,4 @@
+/* $Id$ */
 #include <stdlib.h>
 #include <unistd.h>
 #include <stdio.h>