summaryrefslogtreecommitdiff
path: root/source4/lib/appweb/ejs/ejsProcs.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r19021: match the prototype for a trigger functionDerrell Lipman1-2/+2
(This used to be commit f2f191891582af7dcb6d38c14e4ef7afc361299a)
2007-10-10r8483: switched our generated ejs rpc code over to the new OO interface. ThisAndrew Tridgell1-0/+1
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 (This used to be commit 57d7a585e8162d21c7152952aa0cc7471968784f)
2007-10-10r8399: move the ejs and esp code closer to the directory layout used by theAndrew Tridgell1-0/+703
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 (This used to be commit 52db7a052baeb0f11361ed69b71cb790039e3cc9)