r7004: added support for exceptions generated in the esp library. If the OS
authorAndrew Tridgell <tridge@samba.org>
Fri, 27 May 2005 04:37:07 +0000 (04:37 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:17:05 +0000 (13:17 -0500)
commit2cdce8d1aac1e2bf96016a7ccd51071c0e8f4767
tree58689e81c9fa8c092d720d11ab5e33dd3203d38c
parentda817b1550c64dbfa581514169637a68b0bc2499
r7004: added support for exceptions generated in the esp library. If the OS
supports setjmp/longjmp then the exception will generate a error in
the web page and the Samba log. If the OS doesn't support setjmp then
we will abort.
(This used to be commit 2614ace175a51cfb4b1e0e3ca3db405a19f7ab18)
source4/configure.in
source4/web_server/config.m4 [new file with mode: 0644]
source4/web_server/ejs/miniMpr.c
source4/web_server/http.c