comparison ChangeLog @ 187:166008a80f03 noffle

[svn] src/client.c,src/protocol.h: perform authentication at connect time, accept new and deprecated authentication status codes.
author enz
date Sat, 01 Sep 2001 16:57:45 +0100
parents 7d1f26e7c728
children f1bacee93ca6
comparison
equal deleted inserted replaced
186:7d1f26e7c728 187:166008a80f03
1 Sat Sep 01 2001 Markus Enzenberger <me@markus-enzenberger.de>
2
3 * src/client.c,src/protocol.h: perform authentication at connect time,
4 accept new and deprecated authentication status codes.
5
1 Sun Aug 5 2001 Jim Hague <jim.hague@acm.org> 6 Sun Aug 5 2001 Jim Hague <jim.hague@acm.org>
2 7
3 * src/client.c: Change variable only used on constant to 'const'. 8 * src/client.c: Change variable only used on constant to 'const'.
4 * src/filter.c: Add a couple of 'return's after ASSERT() to remove 9 * src/filter.c: Add a couple of 'return's after ASSERT() to remove
5 compiler warnings about functions needing returns. 10 compiler warnings about functions needing returns.