]> code.citadel.org Git - citadel.git/blob - citadel/ChangeLog
* citserver.c: clear out cmdbuf before reading a command; some server
[citadel.git] / citadel / ChangeLog
1 Tue Oct 27 22:25:42 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
2         * Unified the "unpacked database" format for both upgrades and
3           sidegrades (also see export5.c elsewhere)
4         * citserver.c: clear out cmdbuf before reading a command; some server
5           commands were accidentally extracting parameters from previous cmds
6
7 1998-10-27 Nathan Bryant <bryant@cs.usm.maine.edu>
8         * sysdep.c (client_gets), ipc_c_tcp.c (serv_gets): improved handling
9           of long lines. 
10         * Makefile.in: partial support for VPATH builds, autodependency fix
11
12 Tue Oct 27 00:08:16 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
13         * minor documentation changes
14
15 Sun Oct 25 14:57:40 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
16         * messages.c: fixed an oversight that was allowing attachments even
17           when disabled in citadel.rc
18
19 1998-10-25 Nathan Bryant <bryant@cs.usm.maine.edu>
20         * routines2.c: warning fix
21
22 Sat Oct 24 22:07:56 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
23         * Client: added message expiration policy questions to room edit
24         * Client: added <.A>ide <S>ystem configuration command
25
26 1998-10-24 Nathan Bryant <bryant@cs.usm.maine.edu>
27         * Makefile.in: Auto dependency generation (may require GNU make, but
28           does at least function without this feature on OSF/1 make);
29           Makefile is regenerated when Makefile.in changes (ditto);
30           `realclean' is now known as `distclean';
31           portability fixes for older Unix make utilities
32         * citadel.c, citadel.h, commands.c: make client suspendable
33
34 Fri Oct 23 19:34:38 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
35         * setup.c: default node name is now obtained from uname()
36         * config.c: added put_config()
37         * policy.c: added, moved GetExpirePolicy() from room_ops.c
38         * policy.c: implemented cmd_gpex() and cmd_spex()
39
40 Wed Oct 21 22:24:48 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
41         * Mail rooms now hide their owner-prefix from the client.
42         * proxy.c: added configurability and primitive message expiry
43
44 1998-10-20 Nathan Bryant <bryant@cs.usm.maine.edu>
45         * Makefile.tmpl: fix to build client with old Configure script
46         * configure.in: autologin defaults to enabled if crypt() is available
47         * room_ops.c: fix improper null-termination bug I introduced
48
49 Mon Oct 19 20:52:55 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
50         * Client ability to force display of prompts in Mail rooms, even when
51           the user has prompting turned off (citadel.rc option)
52
53 1998-10-16 Nathan Bryant <bryant@cs.usm.maine.edu>
54         * sysdep.c (cprintf): generate a newline on truncated buffer
55         * room_ops.c: exploitable overrun fixes
56
57 Thu Oct 15 19:27:32 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
58         * msgbase.c: reimplemented cmd_move()
59           room_ops.c: wrote AddMessageToRoom() which is used for both entering
60           and moving messages.
61         * setup.c: system-default message expire policy of "number of
62           messages, 150" is now a default configuration instead of a temp hack
63         * proxy.c: cache dir create now dies on any error except EEXIST
64
65 Wed Oct 14 22:41:16 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
66         * Misc code cleanup
67
68 1998-10-13 Nathan Bryant <bryant@cs.usm.maine.edu>
69         * configure.in: don't check for -lcrypt unless autologin is enabled
70         * file_ops.c: fix another overrun
71
72 Mon Oct 12 15:27:21 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
73         * Killed the "rooms" subdirectory (it isn't used anymore)
74         * dynloader.c: Made dynamically added server commands case-insensitive
75         * import.c is now serv_upgrade.c, a module
76         * Removed most of the "level 9" trace messages no longer needed
77
78 1998-10-12 Nathan Bryant <bryant@cs.usm.maine.edu>
79         * Makefile.in: simplified to use pattern rules; files compiled with
80           -D_REENTRANT go to *.ro to allow the same files to be used with both
81           client and server
82         * tools.c, tools.h: new files; misc routines used by both client and
83           server go here. contains safestrncpy() at the moment.
84         * rooms.c: fix several exploitable buffer overruns
85         * sysdep.c: fix infinite loop when long lines are received from the
86           client; fix exploitable buffer overrun in cprintf()
87         * ipc_c_tcp.c: fix infinite loop on long line from server
88         * serv_upgrade.sh: remove uncnsrd-dependent absolute path
89         * .cvsignore: add *.ro
90
91 Sun Oct 11 23:17:48 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
92         * Built some more of the message expiry infrastructure
93
94 1998-10-11 Nathan Bryant <bryant@cs.usm.maine.edu>
95         * citserver.c: fix two more overruns, one of which was preventing
96           the "From Host" from showing up in the <W>ho listing.
97
98 Sun Oct 11 02:51:55 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
99         * Moved "struct visit" and its associated defs from citadel.h to
100           server.h where they belong
101         * Set up data structures for room policies (expiry, etc.)
102
103 1998-10-10 Nathan Bryant <bryant@cs.usm.maine.edu>
104         * citserver.c: fix overrun which caused segv's on servers with long
105           hostnames.
106
107 Fri Oct  9 18:34:06 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
108         * user_ops.c: added PurgeStaleRelationships() to do processing at
109           session logout time to remove visits for rooms which no longer exist
110         * user_ops.c: implemented NewMailCount()
111
112 1998-10-09 Nathan Bryant <bryant@cs.usm.maine.edu>
113         * serv_chat.c: fix buffer overrun that was resulting in segv's
114         * serv_chat.c: fix another overrun that could cause sessions to hang,
115           and cleaned up some other strncpy()-related stuff. DON'T FORGET TO
116           NULL-TERMINATE DESTINATION BUFFERS AFTER STRNCPY CALLS.
117
118 Fri Oct  9 13:22:37 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
119         * Implemented "lazy mode" traversal - pressing the space bar will do
120           <N>ext messsage, <G>oto next room, or read <N>ew as appropriate.
121         * room_ops.c: modify CtdlRoomAccess() to allow access to mailbox rooms
122           only to their owners.
123
124 Thu Oct  8 17:13:27 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
125         * messages.c, citadel.rc: added the ability to display message numbers
126           in the header when reading messages.  I think this is butt ugly, but
127           some of the DaveCode afficionados seem to like it...
128
129 Thu Oct  8 15:34:45 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
130         * room_ops.c: Added is_noneditable() function to replace all of the
131           duplicated code present in all functions which edit room parameters.
132
133 1998-10-08 Nathan Bryant <bryant@cs.usm.maine.edu>
134         * lots of warning fixes; builds with -std1 on dec unix
135         * aidepost.c, citadel.h, citmail.c, file_ops.c, msgbase.c, netmailer.c,
136           netproc.c, rcit.c, server.h, stats.c, userlist.c: use time_t where
137           needed
138         * control.c, room_ops.c, serv_chat.c, sysdep.c: use memset() instead of
139           bzero()
140         * dynloader.c, dynloader.h, messages.c, server.h, sysdep.c,
141           sysdep_decls.h: function pointer/prototyping fixes
142         * rooms.c: use mkfifo(3) instead of system("mkfifo")
143
144 1998-10-07 Nathan Bryant <bryant@cs.usm.maine.edu>
145         * snprintf.c, snprintf.h: new files
146         * Makefile.in, configure.in, dynloader.c, sysdep.c: support for the
147           above; citserver now builds and runs on Digital Unix 4.0d with the
148           GNU-style configure script. there is a bug with the hostname display
149           in the wholist.
150         * netproc.c: sillyness fix
151         * room_ops.h: prototype delete_room()
152         * client_chat.c, commands.c, serv_chat.c, sysdep.c:
153           use HAVE_SYS_SELECT_H macro
154
155 Mon Oct  5 17:01:32 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
156         * Began fixing the stuff I broke
157
158 Sun Oct  4 23:35:18 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
159         * Did the big migration to the new data structures.  Lots of stuff is
160           now broken.  Basic moving from room to room works, but Mail is
161           broken, and some of the administrative commands are unimplemented.
162
163 1998-10-02 Nathan Bryant <bryant@cs.usm.maine.edu>
164         * configure.in: autologin now defaults to disabled
165
166 Fri Oct  2 00:04:31 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
167         * Finally removed all three usersupp.foo[MAXROOMS] elements, and
168           migrated all the code that used them to use "struct visit" instead.
169
170 Thu Oct  1 23:02:20 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
171         * Rewrote [l][get|put]room() functions to use room names rather than
172           room index numbers.  Temporarily prepended a "n" to these four
173           function names until they are put to use.
174
175 Thu Oct  1 16:27:13 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
176         * Removed a few more references to usersupp.lastseen[]
177
178 1998-10-01 Nathan Bryant <bryant@cs.usm.maine.edu>
179         * .cvsignore: add so_locations (generated by osf1 ld with shared libs)
180         * Makefile.in: restructured variables for greater consistency, use
181           @echo to print out notices during the make process, add so_locations
182           to `cleaner'
183         * configure.in, Makefile.in: configure checks for -rdynamic
184         * ipc_c_tcp.c: fix DEC compiler warning wrt unsigned char
185         * stats.c: add semicolon to placate DREC compiler
186         * user_ops.c: define _POSIX_C_SOURCE, include <limits.h>
187         * configure.in: pass -pthread to DEC compiler, don't check for
188           libpthread[s] on DEC Unix
189
190 1998-09-30 Nathan Bryant <bryant@cs.usm.maine.edu>
191         * Makefile.in: new variable PTHREAD_DEFS for portability
192         * aidepost.c, citadel.c, citmail.c, mailinglist.c, msgform.c,
193           netmailer.c, netpoll.c, netproc.c, rcit.c, readlog.c, setup.c,
194           stats.c, userlist.c, whobbs.c: return type of main() is int
195         * citadel.c, commands.c, messages.c: use time_t properly
196         * citserver.c: include <limits.h>
197         * config.guess, config.sub, install-sh: new files
198         * configure.in: don't use gcc on Digital Unix
199
200 Tue Sep 29 23:17:34 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
201         * room_ops.c: modified usergoto() to look at the new data structures
202           for counting new messages and such.
203
204 1998-09-29 Nathan Bryant <bryant@cs.usm.maine.edu>
205         * user_ops.c: fix compiler warning and potential memory leak,
206           include sysdep.h
207         * configure.in, Makefile.in: only build the server if we find pthreads
208         * Makefile.in: realclean removes config.{cache,log,status}
209
210 Tue Sep 29 13:20:14 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
211         * Removed code from some of the utilities which was still attempting
212           to access the old non-gdbm data store.
213         * housekeeping.c: rewrote check_ref_counts() to do a ForEachRoom()
214           traversal instead of a MAXROOMS loop.
215         * sysdep.c: set up a dummy CitContext record to be used during server
216           startup, during which time there is no real context.
217
218 Mon Sep 28 23:51:51 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
219         * Implemented the function ForEachRoom() to handle all-rooms traversal
220           (this will work with both the old and new paradigms, because both
221           use a GDBM database with one room per record).  Migrated all room
222           list commands to use it.
223
224 Mon Sep 28 22:05:35 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
225         * Implemented the function CtdlRoomAccess() to handle *all* of the
226           user-access-to-rooms functionality.  Migrated all room list commands
227           to use it.  Still need to migrate gotos.
228
229 1998-09-28 Nathan Bryant <bryant@cs.usm.maine.edu>
230         * configure.in, acconfig.h: new files; partially functional GNU
231           autoconf configure script. Run autoheader; autoconf; ./configure
232           --prefix=`pwd` to test.
233         * Makefile.tmpl: new file; this is what Makefile.in used to be. Used by
234           Configure.
235         * Makefile.in: modified to work with autoconf-style configure script
236         * Configure: modified to use Makefile.tmpl and generate autoconf-style
237           macros. Removed procfs detection. Pass -O2 to gcc, -O to other
238           compilers. Removed mknod/mkfifo detection; code should use mkfifo(3).
239         * citmail.c, msgform.c, netproc.c, routines.c, support.c, userlist.c,
240           whobbs.c: use HAVE_STRERROR macro rather than NO_STRERROR
241         * commands.c: use HAVE_TERMIOS_H macro rather than POSIX_TERMIO
242         * netproc.c: remove procfs stuff. simply attempt to kill the target
243           process with signal zero instead; this checks whether the process
244           exists.
245         * setup.c, useradmin.c: use HAVE_CURSES_H macro
246
247 Sun Sep 27 23:41:29 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
248         * BOTH the old and new generation systems are being written to at
249           this point.  Code that reads stuff is still using the old system.
250
251 Sun Sep 27 16:10:49 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
252         * Changed all "generation" variables from char to long, in preparation
253           for removing MAXROOMS.  Generations for new rooms are now timestamps.
254         * Defined "struct visit" to hold user/room relationships.
255         * Removed some #define's from citadel.h that are no longer used.
256
257 Wed Sep 23 13:41:49 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
258         * More changes to support attachments.  They mostly work, but only
259           in fixed-format messages.
260
261 Mon Sep 21 21:19:17 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
262         * msgbase.c: began laying the groundwork to support attachments.
263           Purchased Rogaine(tm) in preparation for expected hair loss.
264
265 1998-09-21 Nathan Bryant <bryant@cs.usm.maine.edu>
266         * msgbase.c: include dynloader.h
267         * citadelapi.h: removed
268         * dynloader.h: prototype CtdlRegisterUserHook()
269
270 Sun Sep 20 18:56:37 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
271         * Added a UserFunctionHook category to implement hooks which perform
272           operations on various users or usernames
273
274 Fri Sep 18 21:14:41 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
275         * citserver.c: removed cmd_extn() and related code
276
277 1998-09-18 Nathan Bryant <bryant@cs.usm.maine.edu>
278         * user_ops.c: include dynloader.h
279         * roomstats.{c,mk}: removed
280         * Configure, Makefile.in: autodependency-related fixes
281
282 Thu Sep 17 22:55:29 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
283         * Various changes to allow "new messages" to work correctly with Mail
284
285 Thu Sep 17 22:21:45 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
286         * server.h, dynloader.c, citserver.c, user_ops.c: reduced the number
287           of hook types by inventing an EventType field to the Session hook.
288         * proxy.c: added pre-fetching
289
290 1998-09-17 Nathan Bryant <bryant@cs.usm.maine.edu>
291         * Makefile.in: add SERV_MODULES and PROXY_TARGETS to `cleaner'
292         * dynloader.[ch], serv_{chat,test}.[ch], sysdep.c: cleaned
293           up the dynamic loader interface as follows:
294           - all the symbol table stuff is gone.
295           - modules are loaded once at server startup and never unloaded.
296           - Added a new function CtdlRegisterProtoHook() to handle the stuff
297             that was being done with the symbol tables.
298           - Dynamic_Module_Init() now returns a pointer to a static struct
299             DLModule_Info; this structure itself has been modified to use char*
300             fields instead of fixed char arrays.
301         * roomstats.c: include <stdarg.h> not <stdargs.h> (is this file still
302           in use?)
303         * Configure, Makefile.in: added autodependency support
304
305 Wed Sep 16 22:25:13 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
306         * Implemented separate structs, lists, and functions for each type
307           of server-side hook available.
308
309 1998-09-16 Nathan Bryant <bryant@cs.usm.maine.edu>
310         * ipc_c_tcp.c: Fixed up some #include/prototyping stuff, call memcpy()
311           instead of bcopy()
312         * hooks.h: removed
313         * sysdep.c, user_ops.c: removed reference to hooks.h
314
315 Wed Sep 16 11:42:42 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
316         * ipc_c_tcp.c: Reversed any changes that have been made to this file,
317           because something was causing abominally slow response time.
318         * proxy.c: added.  This will eventually become a caching, pre-fetching
319           multiuser proxy server for the Citadel protocol.
320
321 1998-09-15 Nathan Bryant <bryant@cs.usm.maine.edu>
322         * Makefile.in: remove support.o from serv_chat.so, add -fPIC to compile
323           flags for serv_chat.o
324         * dynloader.c: include "sysdep_decls.h", use RTLD_NOW not RTLD_LAZY
325         * dynloader.h: prototype CtdlRegisterHook()
326         * .cvsignore: added data
327
328 Mon Sep 14 20:49:08 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
329         * Tried my hand at adding the ability for server extensions to
330           register various types of "hooks" in addition to just adding
331           server commands.  This is probably not final.
332
333 Tue Sep  8 12:11:56 EDT 1998 Brian Costello <btx@calyx.net>
334         * Added support for dynamic server modules.  Reworked serv_chat.c
335           to be such a module.
336
337 Tue Sep  1 23:09:50 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
338         * userpurge.c: rewrote using functions from the server core, rather
339           than the now-defunct external API.  This'll be ready once the module
340           loading code is done.  (I just had to commit _something_ tonight.)
341
342 Mon Aug 31 22:47:58 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
343         * Yanked the citadelapi.c module.  This wasn't working out well.
344         * techdocs/citadelapi.txt - began documenting the new API to be used
345           by modules which will be dynamic linked into the server - most of
346           this API is existing server functions.
347         * Added a ForEachUser() function with callback mechanism, and reworked
348           cmd_list() to use it.
349
350 Sun Aug 30 21:52:43 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
351         * Moved all of the gdbm databases to a separate "data" directory.
352
353 1998-08-26 Nathan Bryant <bryant@cs.usm.maine.edu>
354         * Makefile.in: realclean removes Makefile, fixed `touch citadel.h'
355           problem
356
357 1998-08-25 Nathan Bryant <bryant@cs.usm.maine.edu>
358         * room_ops.c: include time.h
359         * userlist.c, whobbs.c, serv_chat.c, user_ops.c, sysdep.c, stats.c,
360           citadel_decls.h, commands.c, messages.h, routines.h, routines2.h:
361           remove duplicated declarations
362
363 Mon Aug 24 23:45:01 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
364         * setup.c: Removed yesno_s()
365         * citadel.h, room_ops.c: added QRmtime field to struct quickroom,
366           modified whenever a room is modified or posted in.
367         * citadelapi.c: Added CtdlForEachRoom() function
368
369 Mon Aug 24 20:04:04 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
370         * Makefile.in: new target `cleaner' does the same as `realclean' 
371           without removing sysdep.h
372         * proto.h: is bad. eliminate. I've moved the prototypes into several
373           header files, one per .c file
374
375 Mon Aug 24 00:45:55 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
376         * Added a CtdlGotoRoom() function to the CitadelAPI.
377  
378 Sun Aug 23 21:47:00 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
379         * sysoputil is finally dead!  Removed it from the build.
380         * Added userpurge.c server extension (initial implementation)
381
382 Tue Aug 18 00:42:33 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
383         * Makefile.in: `clean' target no longer rm's sysdep.h; new target
384           `realclean' removes everything clean does, plus sysdep.h, plus
385           target binaries.
386         * Configure: add -Wstrict-prototypes to CFLAGS for gcc systems
387         * *.[ch]: protoized. Added several new header files containing
388           prototypes and other external declarations; many duplicated
389           declarations still should be moved to header files. proto.h must die
390           as well, IMHO.
391
392 Mon Aug 17 23:52:13 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
393         * Implemented a bunch of user account related functions in the
394           CitadelAPI library.
395
396 Mon Aug 17 20:01:18 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
397         * Fixed the crash problem.  It wasn't AGUP/ASUP, but rather a buffer
398           overrun in getuser() (thanks, Nathan).  Implemented overrun checks
399           in getuser(), getroom(), and getfloor() to prevent future problems.
400
401 Mon Aug 17 00:06:52 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
402         * Updated citmail.c with the latest stuff from the production system.
403         * Implemented AGUP and ASUP commands, but AGUP crashes the server
404           after its first successful use (user-not-found's don't affect it).
405
406 Thu Aug  6 19:25:01 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
407         * Got the CitadelAPI library to the point where the server can start
408           up an extension, and the extension will connect to the server, do
409           some initialization, call a user-supplied CtdlMain(), and exit.  Also
410           hacked together a _temporary_ form of the new EXTN server command.
411  
412 Wed Aug  5 23:02:22 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
413         * Second attempt at getting the server API started.  Now it runs
414           outside of the server and builds a connection.
415
416 Tue Aug  4 18:33:06 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
417         * Modified the appearance of Internet addresses when they arrive on
418           a Citadel system.
419         * Removed the <E> field from the message format writeup in hack.txt.
420         * Fixed-up citmail.c so that it doesn't try to do database lookups.
421
422 Mon Aug  3 23:01:37 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
423         * Started developing the server-side API.  This is in its very
424           initial stages.  See serverapi.c and techdoc/api.txt
425
426 1998-08-02  Nathan Bryant  <bryant@cs.usm.maine.edu>
427         * Makefile.in: added config_decls.h to dependencies
428
429 Sun Aug  2 21:09:09 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
430         * config_defs.h: renamed to config_decls.h
431         * config.c, sysoputil.c: updated to reflect the above
432
433 Sun Aug  2 18:52:05 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
434         * config_defs.h: new file, contains external declarations from config.c
435         * config.c: moved defs to config_defs.h, use PATH_MAX from <limits.h>
436           for bbs_home_directory
437         * mailinglist.c, support.c: include <string.h>
438         * sysoputil.c: include <string.h>, <limits.h>, "config_defs.h", remove
439           duplicated defs, replace gets() call with fgets()
440         * user_ops.c: define _XOPEN_SOURCE_EXTENDED
441
442 Sat Aug  1 18:32:52 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
443         * ipc_c_tcp.c: fixed order of memcpy parameters after gethostbyname
444
445 Sun Jul 19 17:26:12 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
446         * ChangeLog: reordered; the GNU standard is to add new entries to the
447           top.
448         * .cvsignore: added userlist
449
450 Sun Jul 12 20:58:59 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
451         * Finished migrating everything to the new data store.
452         * Replaced the binary "calllog" with the ASCII "citadel.log"
453         * Began converting broken utilities that depend on the old data store
454
455 Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
456         * Makefile.in: removed msgstats
457
458 Fri Jul 10 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
459         * Initial CVS import