* Removed references to strucmp() and struncmp(), replaced them with
authorArt Cancro <ajc@citadel.org>
Mon, 24 Apr 2000 03:36:44 +0000 (03:36 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 24 Apr 2000 03:36:44 +0000 (03:36 +0000)
commitd7241a11aa7ec9453cedd57d58d14c1061cf63d4
treec0b9f9fbcd41f2327426fe6dfc78c0f1295e5fad
parentb661ef3d37c4fa9cef54af82863cf4b509d15bc3
* Removed references to strucmp() and struncmp(), replaced them with
  strcasecmp() and strncasecmp() as we did in the server a while ago, and
  set up the config script to figure out whether they need to be compiled
  in.  Also moved them to tools.h
* Wrote a password manager for the client
22 files changed:
citadel/ChangeLog
citadel/Makefile.in
citadel/citadel.c
citadel/citadel.h
citadel/citadel.rc
citadel/client_chat.c
citadel/client_passwords.c [new file with mode: 0644]
citadel/client_passwords.h [new file with mode: 0644]
citadel/commands.c
citadel/commands.h
citadel/configure.in
citadel/ipc.h
citadel/ipc_c_tcp.c
citadel/messages.c
citadel/rooms.c
citadel/routines.c
citadel/sendcommand.c
citadel/stats.c
citadel/tools.c
citadel/tools.h
citadel/userlist.c
citadel/whobbs.c