1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/source4/rpc_server
Andrew Tridgell 90067934cd r3428: switched to using minimal includes for the auto-generated RPC code.
The thing that finally convinced me that minimal includes was worth
pursuing for rpc was a compiler (tcc) that failed to build Samba due
to reaching internal limits of the size of include files. Also the
fact that includes.h.gch was 16MB, which really seems excessive. This
patch brings it back to 12M, which is still too large, but
better. Note that this patch speeds up compile times for both the pch
and non-pch case.

This change also includes the addition iof a "depends()" option in our
IDL files, allowing you to specify that one IDL file depends on
another. This capability was needed for the auto-includes generation.
(This used to be commit b8f5fa8ac8)
2007-10-10 13:05:09 -05:00
..
common r2953: add NTSTATUS_TALLOC_CHECK(x) 2007-10-10 12:59:51 -05:00
dcom r3428: switched to using minimal includes for the auto-generated RPC code. 2007-10-10 13:05:09 -05:00
drsuapi r3428: switched to using minimal includes for the auto-generated RPC code. 2007-10-10 13:05:09 -05:00
echo r3428: switched to using minimal includes for the auto-generated RPC code. 2007-10-10 13:05:09 -05:00
epmapper r3428: switched to using minimal includes for the auto-generated RPC code. 2007-10-10 13:05:09 -05:00
lsa r3428: switched to using minimal includes for the auto-generated RPC code. 2007-10-10 13:05:09 -05:00
netlogon r3428: switched to using minimal includes for the auto-generated RPC code. 2007-10-10 13:05:09 -05:00
remote r2627: use the new talloc capabilities in a bunch more places in the rpc 2007-10-10 12:59:13 -05:00
samr r3428: switched to using minimal includes for the auto-generated RPC code. 2007-10-10 13:05:09 -05:00
spoolss r3428: switched to using minimal includes for the auto-generated RPC code. 2007-10-10 13:05:09 -05:00
srvsvc r3428: switched to using minimal includes for the auto-generated RPC code. 2007-10-10 13:05:09 -05:00
winreg r3428: switched to using minimal includes for the auto-generated RPC code. 2007-10-10 13:05:09 -05:00
wkssvc r3428: switched to using minimal includes for the auto-generated RPC code. 2007-10-10 13:05:09 -05:00
config.m4 r2889: add DRSUAPI server 2007-10-10 12:59:42 -05:00
config.mk r3163: Add server side support for ncalrpc: and ncacn_unix_stream: 2007-10-10 13:02:28 -05:00
dcerpc_server.c r3428: switched to using minimal includes for the auto-generated RPC code. 2007-10-10 13:05:09 -05:00
dcerpc_server.h r3118: Eliminate struct dcesrv_ep_description and replace it with 2007-10-10 13:02:23 -05:00
dcerpc_sock.c r3320: fixed bugs in the rpc_server code in handling partial packet receives and sends 2007-10-10 13:04:54 -05:00
dcesrv_auth.c r2629: convert gensec to the new talloc model 2007-10-10 12:59:14 -05:00
handles.c r2627: use the new talloc capabilities in a bunch more places in the rpc 2007-10-10 12:59:13 -05:00