Nearly all <FORM> blocks now contain a hidden input
authorArt Cancro <ajc@citadel.org>
Thu, 5 Jul 2007 19:36:32 +0000 (19:36 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 5 Jul 2007 19:36:32 +0000 (19:36 +0000)
commitbedf5c0b955473d8ad02eaf628e8d209f534f2b6
tree8f782f47d7c0d29c4972e9fc17c2ab3e00994f86
parentc89892e549d1281348adda7a9f0f6536d0a36e5c
Nearly all <FORM> blocks now contain a hidden input
tag containing a session nonce.  If the nonce does not match, the request
is cancelled.
25 files changed:
webcit/auth.c
webcit/calendar.c
webcit/context_loop.c
webcit/downloads.c
webcit/event.c
webcit/floors.c
webcit/graphics.c
webcit/iconbar.c
webcit/inetconf.c
webcit/listsub.c
webcit/mainmenu.c
webcit/messages.c
webcit/netconf.c
webcit/paging.c
webcit/preferences.c
webcit/roomops.c
webcit/setup_wizard.c
webcit/sieve.c
webcit/siteconfig.c
webcit/sysmsgs.c
webcit/useredit.c
webcit/vcard_edit.c
webcit/webcit.c
webcit/webcit.h
webcit/who.c