* Cleaned up the rcs/cvs Id tags and leading comments at the top of some files
authorArt Cancro <ajc@citadel.org>
Fri, 4 Feb 2005 17:22:18 +0000 (17:22 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 4 Feb 2005 17:22:18 +0000 (17:22 +0000)
31 files changed:
webcit/ChangeLog
webcit/auth.c
webcit/calendar_tools.c
webcit/calendar_view.c
webcit/context_loop.c
webcit/cookie_conversion.c
webcit/crypto.c
webcit/floors.c
webcit/graphics.c
webcit/iconbar.c
webcit/inetconf.c
webcit/listsub.c
webcit/locate_host.c
webcit/mainmenu.c
webcit/netconf.c
webcit/preferences.c
webcit/roomops.c
webcit/serv_func.c
webcit/siteconfig.c
webcit/snprintf.c
webcit/summary.c
webcit/sysmsgs.c
webcit/tcp_sockets.c
webcit/tools.c
webcit/useredit.c
webcit/userlist.c
webcit/vcard.c
webcit/vcard_edit.c
webcit/webcit.c
webcit/webserver.c
webcit/who.c

index 9cbaf5e3e806a81ea04e2da3362b767ea771db50..b9a6acec804bd476841dbeb3155426b8ffe9ddf3 100644 (file)
@@ -1,4 +1,7 @@
 $Log$
+Revision 528.40  2005/02/04 17:22:18  ajc
+* Cleaned up the rcs/cvs Id tags and leading comments at the top of some files
+
 Revision 528.39  2005/02/04 03:43:31  ajc
 * fixed the tasks view in the summary screen
 
@@ -2306,4 +2309,3 @@ Sun Dec  6 19:50:55 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
 
 1998-12-03 Nathan Bryant <bryant@cs.usm.maine.edu>
        * webserver.c: warning fix
-
index 3987ba394ce3c06e902c0fe39e08830efc9fd996..af2f22e0c10af636be5f0654f5fd89ea943217d5 100644 (file)
@@ -1,9 +1,8 @@
 /*
- * auth.c
+ * $Id$
  *
- * This file contains code which relates to authentication of users to Citadel.
+ * Handles authentication of users to a Citadel server.
  *
- * $Id$
  */
 
 
index 713a7feb046990b3ee705faeccca300c977cef83..b36497a98c3f86943398931a76dbfeb3d3b7a572 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * $Id$
  *
- *
+ * Miscellaneous functions which handle calendar components.
  */
 
 #include <ctype.h>
index abe4b34a8afbb307160d34bf02793044c59646e0..834a4d3b5cdf820266d93919384b8898df656e81 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * $Id$
  *
- *
+ * Handles the HTML display of calendar items.
  */
 
 #include <ctype.h>
index f4bd27372292839ce03a41b755a219d8d0f1ffb2..995393b074249556716ba992d2aa85b46830ac77 100644 (file)
@@ -1,12 +1,11 @@
 /*
- * context_loop.c
+ * $Id$
  *
  * This is the other half of the webserver.  It handles the task of hooking
  * up HTTP requests with the sessions they belong to, using HTTP cookies to
  * keep track of things.  If the HTTP request doesn't belong to any currently
  * active session, a new session is started.
  *
- * $Id$
  */
 
 #include <ctype.h>
index 6a4d9f2302f55d269f74ec6b2dd79f5b0627cf65..644dbfc32a3b84259d9c71f7818a689b072346ac 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * $Id$
+ *
+ * Utility functions which convert the HTTP cookie format we use to and
+ * from user/password/room strings.
+ *
+ */
 
 #include <ctype.h>
 #include <stdlib.h>
index 07c4d405e50f85262b765a1670519e8ebc5d7e3b..27e6893d07412c5aaed5115a9fc334284822c7eb 100644 (file)
@@ -1,8 +1,11 @@
-/* $Id$ */
+/*
+ * $Id$
+ *
+ * Provides HTTPS, when the OpenSSL library is available.
+ */
 
 #ifdef HAVE_OPENSSL
 
-
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>
index f2ec182fa5136f1857c65b2d31413d0a527b9271..075942447b5212057242b2d397b3f076eb1ee67a 100644 (file)
@@ -1,4 +1,6 @@
 /*
+ * $Id$
+ *
  * Administrative screens for floor maintenance
  *
  */
index 964a05926ede2087c2fa82e7c8da3a4c67c5de30..3f09ef837bc8566825f8f226cf323e04eebed005 100644 (file)
@@ -1,3 +1,8 @@
+/*
+ * $Id$
+ *
+ * Handles HTTP upload of graphics files into the system.
+ */
 
 #include <ctype.h>
 #include <stdlib.h>
index 5cad259deb797231d49c1370ae8b33c63c1340f3..36d3b57b01a52243d62c1db5cb6051c97dbb0f76 100644 (file)
@@ -1,4 +1,8 @@
-/* $Id$ */
+/*
+ * $Id$
+ *
+ * Displays and customizes the iconbar.
+ */
 
 #include <ctype.h>
 #include <stdlib.h>
index 2becce66a58f60c3246b0e4be5191bc50cbe0003..49ca952c0375e6f38728a5940c3087083b05b041 100644 (file)
@@ -1,9 +1,8 @@
 /* 
- * inetconf.c
+ * $Id$
  *
  * Functions which handle Internet domain configuration etc.
  *
- * $Id$
  */
 
 #include <ctype.h>
index 961e253a62e17419cfd5d86902b02897dbd834d7..919408fab476aedf5af54e74e3bfa12ad26106ce 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * $Id$
+ *
+ * Web forms for handling mailing list subscribe/unsubscribe requests.
+ *
+ */
+
 #include <ctype.h>
 #include <stdlib.h>
 #include <unistd.h>
index 4bec272f62eec345c05d7cd77a27a1b879fe7e2c..923a68165ad003c1e600ace51e6c9e2b29090220 100644 (file)
@@ -1,5 +1,7 @@
 /*
- * locate the originating host
+ * $Id$
+ *
+ * Examine a socket and determine the name/address of the originating host.
  */
 
 
@@ -24,9 +26,6 @@
 #include <signal.h>
 #include "webcit.h"
 
-
-
-
 void locate_host(char *tbuf, int client_socket)
 {
        struct sockaddr_in cs;
index 00407c911e33bd7f8954208a283c861d3e8826dd..e5cdbf0e5df986c1a813f190985a0a1786916a21 100644 (file)
@@ -1,7 +1,9 @@
-/* $Id$ */
-
-
-
+/*
+ * $Id$
+ *
+ * Displays the "advanced" (main) menu.
+ *
+ */
 
 #include <ctype.h>
 #include <stdlib.h>
index 6d037ce4f4ef744821c595e421dffb1d3c21e1b4..0c16ebc5954efbd207d75e86f9b41ac144409a8d 100644 (file)
@@ -1,9 +1,8 @@
 /* 
- * netconf.c
+ * $Id$
  *
  * Functions which handle network and sharing configuration.
  *
- * $Id$
  */
 
 #include <ctype.h>
index 9ae4de5f9e448b06518c69fba9267fd05d8d1368..86c8cde9e605b4934df4941c934357c7f08b3ed1 100644 (file)
@@ -1,9 +1,8 @@
 /*
- * preferences.c
+ * $Id$
  *
  * Manage user preferences with a little help from the Citadel server.
  *
- * $Id$
  */
 
 #include <ctype.h>
index 207bbca1ef2b79340348fd55a0ea166ef6736827..7054e8259059eea010350cda88c3bface0a324ae 100644 (file)
@@ -1,5 +1,8 @@
-/* $Id$ */
-
+/*
+ * $Id$
+ *
+ * Lots of different room-related operations.
+ */
 
 #include <ctype.h>
 #include <stdlib.h>
index 055deb540b0695437ae2aa608421affd719122a3..cf102418f759859e030a6bf5bb90aa68b53c1921 100644 (file)
@@ -1,9 +1,8 @@
 /*
- * serv_func.c
+ * $Id$
  *
  * Handles various types of data transfer operations with the Citadel service.
  *
- * $Id$
  */
 
 #include <ctype.h>
index 3c8b000bfc31dc361ea010bee6e34f4f07f2f3de..c477ceaf061285167b802da416addaf0df11cdf9 100644 (file)
@@ -1,4 +1,6 @@
 /*
+ * $Id$
+ *
  * Administrative screen for site-wide configuration
  *
  */
index 7db792c20827fea32b19e8a5dbd3fa51f3549dd2..950851f06c07a46b47b7fa5b30b81d5023332e24 100644 (file)
@@ -1,8 +1,9 @@
 /*
+ * $Id$
+ *
  * modified from Sten Gunterberg's BUGTRAQ post of 22 Jul 1997
  * --nathan bryant <bryant@cs.usm.maine.edu>
  *
- * $Id$
  */
 
 /*
index f98fda44e4a3577a28f8bbce4d2978511b21f12c..f6e884aefe08a88805dcc502d3c071065e12bf9c 100644 (file)
@@ -1,4 +1,8 @@
-/* $Id$ */
+/*
+ * $Id$
+ *
+ * Displays the "Summary Page"
+ */
 
 #include <ctype.h>
 #include <stdlib.h>
index 00b3ff1fabf1b9ad49d5718e745fe7e77181b197..b03249ee42838683202b52f7d1bb2fdf89f67b9e 100644 (file)
@@ -1,4 +1,8 @@
-
+/*
+ * $Id$
+ *
+ * Editing of various text files on the Citadel server.
+ */
 
 #include <ctype.h>
 #include <stdlib.h>
 #include "webcit.h"
 
 
-
-
-
-
-
-
 /*
  * display the form for editing something (room info, bio, etc)
  */
index 16d3dd6fe9bea663861212acc502b90f791e0afe..6752c5957a0df426f3844fa6a4b16aa70a015f74 100644 (file)
@@ -1,9 +1,8 @@
 /*
- * tcp_sockets.c
+ * $Id$
  * 
- * TCP socket module for WebCit
+ * TCP client socket module for WebCit
  *
- * $Id$
  */
 
 /*
index 7ec1b83196a21ed2b15ef2763eabebd027ae2f3f..83c4d45e0499c7961cbfadf7f419b2a274c8211c 100644 (file)
@@ -1,5 +1,7 @@
 /*
- * tools.c -- Miscellaneous routines 
+ * $Id$
+ *
+ * Miscellaneous routines 
  */
 
 #include <ctype.h>
index 040282c55cfdc348defb1a8e57d18e5d96f01578..78fa28ba68da3498603832480ba8a6903aaeeeee 100644 (file)
@@ -1,4 +1,6 @@
 /*
+ * $Id$
+ *
  * Administrative screen to add/change/delete user accounts
  *
  */
index f291247ebdcab26e9e4e29867b34d08339ae9a0b..217c58bb744dd97bc58dc19e372ef75bfc5ff095 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * $Id$
+ *
+ * Display a list of all accounts on a Citadel system.
+ *
+ */
+
 #include <ctype.h>
 #include <stdlib.h>
 #include <unistd.h>
@@ -19,9 +26,6 @@
 #include <signal.h>
 #include "webcit.h"
 
-
-
-
 struct namelist {
        struct namelist *next;
        char name[32];
@@ -66,7 +70,7 @@ void userlist(void)
        wprintf("<CENTER>");
        wprintf("<TABLE border=0 width=100%%>");
        wprintf("<TR><TH>User Name</TH><TH>Number</TH><TH>Access Level</TH>");
-       wprintf("<TH>Last Call</TH><TH>Total Calls</TH><TH>Total Posts</TH></TR>\n");
+       wprintf("<TH>Last Login</TH><TH>Total Logins</TH><TH>Total Posts</TH></TR>\n");
 
        while (serv_gets(buf), strcmp(buf, "000")) {
                extract(fl, buf, 0);
index f11d253b707c933b5f32ecfbb8e5ad3dd73405a2..59f99f7febb888dddc108bce5316457984aad1f2 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * $Id$
  *
- * vCard implementation for Citadel/UX
+ * vCard data type implementation for Citadel/UX
  *
- * Copyright (C) 1999 by Art Cancro
+ * Copyright (C) 1999-2004 by Art Cancro
  * This code is freely redistributable under the terms of the GNU General
  * Public License.  All other rights reserved.
  */
index ee51e4b75d14e7030fdcaeb9abadeb94f5e31b1a..9397082a832261e7cf2ef264f641bd9300a42137 100644 (file)
@@ -1,9 +1,8 @@
 /*
- * vcard_edit.c
+ * $Id$
  *
  * Handles editing of vCard objects.
  *
- * $Id$
  */
 
 #include <ctype.h>
index af6eedce4ab6dfc32b215927a370aee238f8131f..790c3e18105f0a9464ac9a6792a377392a4d188d 100644 (file)
@@ -1,11 +1,10 @@
 /*
- * webcit.c
+ * $Id$
  *
- * This is the actual program called by the webserver.  It maintains a
+ * This is the main transaction loop of the web service.  It maintains a
  * persistent session to the Citadel server, handling HTTP WebCit requests as
  * they arrive and presenting a user interface.
  *
- * $Id$
  */
 
 #include <ctype.h>
index 05f079288419dd92fe412c3bd705d586068ad79e..faa836d300e006b0f00a9e1c20c133cfdc6b7aa8 100644 (file)
@@ -1,11 +1,10 @@
 /*
- * webserver.c
+ * $Id$
  *
  * This contains a simple multithreaded TCP server manager.  It sits around
  * waiting on the specified port for incoming HTTP connections.  When a
  * connection is established, it calls context_loop() from context_loop.c.
  *
- * $Id$
  */
 
 #include <ctype.h>
index aa04c8f6055c124d828bd2fc619001894689c553..eed1403f21a5d2b4b3073ac9b308237f944363ac 100644 (file)
@@ -1,4 +1,8 @@
-/* $Id$ */
+/*
+ * $Id$
+ *
+ * Display a list of all users currently logged on to the Citadel server.
+ */
 
 #include <ctype.h>
 #include <stdlib.h>