* Replaced serv_gets() with serv_getln() - which now requires the caller
authorArt Cancro <ajc@citadel.org>
Mon, 11 Apr 2005 14:45:13 +0000 (14:45 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 11 Apr 2005 14:45:13 +0000 (14:45 +0000)
commit3dda3cda8acb9c1c4eb227f4780630913ffc633a
tree845a3a7449c70df6590c51c150528960f0129cbd
parentabeb8adc38f9d55fcb6cb3d076f57239b0a9a4d5
* Replaced serv_gets() with serv_getln() - which now requires the caller
  to supply the size of the target buffer.
33 files changed:
webcit/ChangeLog
webcit/auth.c
webcit/availability.c
webcit/calendar.c
webcit/event.c
webcit/floors.c
webcit/graphics.c
webcit/groupdav_delete.c
webcit/groupdav_get.c
webcit/groupdav_propfind.c
webcit/groupdav_put.c
webcit/html2html.c
webcit/inetconf.c
webcit/listsub.c
webcit/mainmenu.c
webcit/messages.c
webcit/netconf.c
webcit/notes.c
webcit/paging.c
webcit/preferences.c
webcit/roomops.c
webcit/serv_func.c
webcit/siteconfig.c
webcit/subst.c
webcit/summary.c
webcit/sysmsgs.c
webcit/tcp_sockets.c
webcit/useredit.c
webcit/userlist.c
webcit/vcard_edit.c
webcit/webcit.c
webcit/webcit.h
webcit/who.c