* extract_token() now expects to be supplied with the size of the
authorArt Cancro <ajc@citadel.org>
Thu, 24 Mar 2005 22:13:58 +0000 (22:13 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 24 Mar 2005 22:13:58 +0000 (22:13 +0000)
commit119f5ee3d14919e18afc159074295c51e5f911ba
tree0616b9b0ed5f214344f90471047b4b066589eb75
parent63cb2f4bcd0510c1c5052d477095c25e034a960e
* extract_token() now expects to be supplied with the size of the
  destination string buffer.  This, along with the elimination of other
  unbounded functions like strcpy(), will allow the removal of the
  "all string buffers are of size SIZ" assumption (a process which I have
  already begun), which will hopefully reduce stack consumption.
43 files changed:
citadel/ChangeLog
citadel/citadel.c
citadel/citadel_ipc.c
citadel/citserver.c
citadel/client_chat.c
citadel/client_passwords.c
citadel/commands.c
citadel/control.c
citadel/domain.c
citadel/file_ops.c
citadel/imap_fetch.c
citadel/imap_misc.c
citadel/imap_store.c
citadel/imap_tools.c
citadel/internet_addressing.c
citadel/locate_host.c
citadel/messages.c
citadel/msgbase.c
citadel/msgbase.h
citadel/policy.c
citadel/room_ops.c
citadel/rooms.c
citadel/routines2.c
citadel/serv_bio.c
citadel/serv_calendar.c
citadel/serv_chat.c
citadel/serv_inetcfg.c
citadel/serv_ldap.c
citadel/serv_listsub.c
citadel/serv_mrtg.c
citadel/serv_network.c
citadel/serv_pas2.c
citadel/serv_rwho.c
citadel/serv_smtp.c
citadel/serv_spam.c
citadel/serv_vandelay.c
citadel/serv_vcard.c
citadel/setup.c
citadel/tools.c
citadel/tools.h
citadel/user_ops.c
citadel/userlist.c
citadel/whobbs.c