summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/srv_eventlog.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-24/+24
bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy. (This used to be commit f35a266b3cbb3e5fa6a86be60f34fe340a3ca71f)
2007-10-10r24597: - talloc request structure for the samba3 server bindingsStefan Metzmacher1-452/+620
and make that the primary context for the request which the implementations can also use. - go via functions pointers in the ndr_interface_table instead of calling functions directly. metze (This used to be commit 5c4d998300d0c9836eb3cc6c3cd8ee4f262396b8)
2007-10-10r24561: merge from SAMBA_4_0:Stefan Metzmacher1-24/+24
rename some DCERPC_ prefixes into NDR_ metze (This used to be commit 8f07b8ab658ae3d63487ca5fb20065318cdd9d0e)
2007-10-10r20875: Pass DCE/RPC server call arguments as a struct rather than as ↵Jelmer Vernooij1-24/+24
separate arguments. This makes it a bit more similar to the Samba4 code. (This used to be commit 0596badb410a58e7a715e2b17bc0bef0489a2448)
2007-10-10r20837: Use real type name, to fix compilation with -WC++-compatJelmer Vernooij1-5/+5
(This used to be commit 840485686d2b3765bd01fbe442f712803d1f4c0f)
2007-10-10r19221: Monster-Checkin after "make idl"Volker Lendecke1-48/+240
(This used to be commit 416466a16f58ac644baacaa2522c4e98176d0e70)
2007-10-10r18695: Zero initialize ref ptrs as well.Jelmer Vernooij1-5/+5
(This used to be commit 3295122173b0794880e68ea60f51d41b9b170ff4)
2007-10-10r18692: Dump debug data when DEBUGLEVEL >= 10Jelmer Vernooij1-0/+144
(This used to be commit 503d1a27d5838718355fdd37968c3670f53b1cd7)
2007-10-10r18690: Regenerate RPC files after pidl changes.Jelmer Vernooij1-0/+4
(This used to be commit 87d34305374e867eeac9d75d5d690c6b15570e6e)
2007-10-10r18623: starting on eventlog IDLGerald Carter1-0/+1279
(This used to be commit 6cb7b6226da0b3060f4850fc2cc2ca82fbdcaa8f)