]> code.citadel.org Git - citadel.git/blob - webcit/ChangeLog
Added support for new user login (still need to handle registration).
[citadel.git] / webcit / ChangeLog
1 1998-12-09 Nathan Bryant <bryant@cs.usm.maine.edu>
2         * context_loop.c, webserver.c, webserver.h: SO_LINGER and locking fix
3
4 Wed Dec  9 11:13:48 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
5         * Smoothed out some of the login/logout code.  Failed authentication
6           now works the way it should.
7         * Added support for new user login (still need to handle registration).
8
9 Tue Dec  8 15:45:42 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
10         * Discovered that the HTTP socket problem is related to a socket that
11           isn't properly lingering on close.  Temporarily hacked a sleep(10)
12           into context_loop.c until it is figured out.
13
14 Mon Dec  7 17:03:18 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
15         * Did a little debugging, still trying to figure out why logging in
16           displays "Connection reset by peer" error.  It used to work...
17
18 1998-12-07 Nathan Bryant <bryant@cs.usm.maine.edu>
19         * Makefile.in: updated dependencies
20
21 Sun Dec  6 19:50:55 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
22         * Fixed broken interpretation of variables specified in the URL
23         * added new "action" variable to make main loop simpler
24
25 1998-12-06 Nathan Bryant <bryant@cs.usm.maine.edu>
26         * webserver.c: prototype vsnprintf
27         * context_loop.c: warning fix
28
29 1998-12-05 Nathan Bryant <bryant@cs.usm.maine.edu>
30         * tcp_sockets.c: removed some dead code
31         * context_loop.c: oops, I made a memory leak. fix fix fix. also close
32           unused ends of pipes, fix a file descriptor leak and a race condition
33         * portability enhancements
34
35 1998-12-04 Nathan Bryant <bryant@cs.usm.maine.edu>
36         * webserver.c, context_loop.c, webcit.c: add commandline args for host
37           and port
38         * converted to autoconf and began port to Digital UNIX
39         * warning fixes
40         * context_loop.c: moved the monster 64k buffer array off the stack
41         * tcp_sockets.c: getservbyname() doesn't set errno.
42
43 1998-12-03 Nathan Bryant <bryant@cs.usm.maine.edu>
44         * webserver.c: warning fix