* Began an effort to eliminate SIZ wherever possible, and use string
authorArt Cancro <ajc@citadel.org>
Wed, 23 Mar 2005 20:43:51 +0000 (20:43 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 23 Mar 2005 20:43:51 +0000 (20:43 +0000)
commit63cb2f4bcd0510c1c5052d477095c25e034a960e
tree98705634f2e830f90aea011868c2ea40886f2f0c
parent80983c2bd132487775b3050e91decb1a10efcdf6
* Began an effort to eliminate SIZ wherever possible, and use string
  variables of smaller, appropriate lengths.  This of course requires the
  use of bounds-checked string functions, which I am also making an effort
  to switch to wherever possible.
citadel/citserver.c
citadel/msgbase.c
citadel/server.h
citadel/sysdep.c