1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-07 12:23:51 +03:00
Commit Graph

24 Commits

Author SHA1 Message Date
Jelmer Vernooij
df9cebcb97 r25035: Fix some more warnings, use service pointer rather than service number in more places. 2007-10-10 15:05:43 -05:00
Derrell Lipman
0201baef46 r20444: WEB Application framework / SWAT.
We're now at the stage where the web application framework should build and
install automatically.

Derrell
2007-10-10 14:30:39 -05:00
Derrell Lipman
f2f1918915 r19021: match the prototype for a trigger function 2007-10-10 14:20:29 -05:00
Stefan Metzmacher
1250355909 r16002: fix the build on solaris
Patch from Bjoern Jacke, thanks!

metze
2007-10-10 14:08:48 -05:00
Jelmer Vernooij
12ba42de58 r15358: Fix some compiler warnings / type safety. Found by tcc 2007-10-10 14:05:25 -05:00
Andrew Tridgell
b8694c58f5 r11456: fixed a ejs parser bug for delete() statements 2007-10-10 13:45:39 -05:00
Stefan Metzmacher
70cde83c13 r11084: - allow hex numbers with 'a'...'f' digits to be parsed
- parse hex numbers correct

tridge: how could we submit this to the upstream appweb library?

metze
2007-10-10 13:44:45 -05:00
Jelmer Vernooij
4f0d7f75b9 r10348: Add scons scripts for remaining subsystems. Most subsystems build now,
but final linking still fails (as does generating files asn1, et, idl and proto
files)
2007-10-10 13:38:30 -05:00
Andrew Tridgell
b23bffcba6 r9600: fixed the intermittent failures we were getting with ejs in the build
farm.
2007-10-10 13:34:33 -05:00
Andrew Tridgell
84c756b25c r9504: use some low level ejs hackery to give much better exception error messages in both
the web server and smbscript. We can now give backtraces for all internal asserts, not
just high level errors
2007-10-10 13:34:23 -05:00
Steve French
ae7b073af3 r9311: Missing null pointer check in ejsLib
Found by coverity
2007-10-10 13:33:23 -05:00
Andrew Tridgell
17679676d4 r9299: fixed the evaluation of pointer expressions that evaluate to boolean 2007-10-10 13:33:22 -05:00
Andrew Tridgell
a5b9e74a5c r9183: more workarounds for the global variables in ejs. I will discuss getting rid of these
with the mbedthis people.
2007-10-10 13:31:29 -05:00
Andrew Tridgell
9f75bc3ca0 r9173: catch ep->local being NULL 2007-10-10 13:31:28 -05:00
Andrew Tridgell
80177b29f4 r8696: fixed ejs to more strictly follow the va_list rules. Might fix that
pesky panic on x86_64
2007-10-10 13:29:55 -05:00
Andrew Tridgell
bd4c388cd2 r8651: fixed a boolean expression bug (submitted upstream) 2007-10-10 13:29:50 -05:00
Andrew Tridgell
ed09e19794 r8631: give an error on incorrect argument count 2007-10-10 13:29:46 -05:00
Andrew Tridgell
a2266f6927 r8630: give a much nicer backtrace on assert() failures in ejs
I will submit this upstream
2007-10-10 13:29:46 -05:00
Andrew Tridgell
cabf638a31 r8599: null terminate the argv list in string C functions 2007-10-10 13:29:43 -05:00
Andrew Tridgell
6c9bf162af r8562: small merge with upstream 2007-10-10 13:29:38 -05:00
Andrew Tridgell
57d7a585e8 r8483: switched our generated ejs rpc code over to the new OO interface. This
means we don't pollute the name space, and also makes for faster
startup times as we only create variables for the pipes that we use,
not all pipes
2007-10-10 13:23:08 -05:00
Andrew Tridgell
2a64ee4227 r8466: it is not portable to assert() a va_list (it breaks on alpha for example) 2007-10-10 13:23:06 -05:00
Andrew Tridgell
0e30b6e4cc r8400: separate out the mpr code, as it is in the upstream appweb sources 2007-10-10 13:22:57 -05:00
Andrew Tridgell
52db7a052b r8399: move the ejs and esp code closer to the directory layout used by the
upstream sources. This makes it much easier to keep it up to date.

I will separate out the mpr code into lib/appweb/mpr next
2007-10-10 13:22:39 -05:00