1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source4/rpc_server
Andrew Tridgell 4db9496bb4 r4490: when implementing one rpc server call in terms of another call, you
must zero r.out before making the 2nd call if the 2nd call has any
non-ref out parameters. This is needed for the case where the 2nd call
fails, and the 1st call would then fill in its out fields based on
uninitialised memory.
(This used to be commit 202470326d)
2007-10-10 13:08:12 -05:00
..
common r4475: fixed smbd to work with the small changes in the ldb API (the most important 2007-10-10 13:07:55 -05:00
dcom r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 in my compile 2007-10-10 13:06:16 -05:00
drsuapi r4203: the bind_info blob isn't a const. 2007-10-10 13:07:26 -05:00
dssetup r4485: remove unused TODO comment we already handle the DS_ROLE_STANDALONE_SERVER case 2007-10-10 13:08:11 -05:00
echo r4058: added a type safe version of smb_xmalloc() 2007-10-10 13:06:20 -05:00
epmapper r4394: Use 'raw' protocol towers in the lists in the endpoint rather then 2007-10-10 13:07:42 -05:00
lsa r4447: implement server side of lsa_LookupSids3() and lsa_LookupNames3() 2007-10-10 13:07:51 -05:00
netlogon r4475: fixed smbd to work with the small changes in the ldb API (the most important 2007-10-10 13:07:55 -05:00
remote r4288: don't use struct dcerpc_interface_table anymore in the 2007-10-10 13:07:32 -05:00
samr r4490: when implementing one rpc server call in terms of another call, you 2007-10-10 13:08:12 -05:00
spoolss r4055: fixed more places to use type safe allocation macros 2007-10-10 13:06:20 -05:00
srvsvc r4440: - add a start of srvsvc_NetShareCheck() server code 2007-10-10 13:07:50 -05:00
winreg r4213: Store REG_SZ in UTF16, not the unix charset.. 2007-10-10 13:07:27 -05:00
wkssvc r4426: fix same names 2007-10-10 13:07:48 -05:00
config.mk r4452: the beginnings of a dssetup rpc server. 2007-10-10 13:07:52 -05:00
dcerpc_server.c r4359: using talloc_free() of a child struct in a talloc_destructor is useless 2007-10-10 13:07:38 -05:00
dcerpc_server.h r4288: don't use struct dcerpc_interface_table anymore in the 2007-10-10 13:07:32 -05:00
dcerpc_sock.c r4458: Create ncalrpc directory with 0755 rather then 0700 so non-root users 2007-10-10 13:07:52 -05:00
dcesrv_auth.c r4082: support alter_context requests 2007-10-10 13:06:25 -05:00
handles.c r3972: use GUID_* naming context and move GUID_* functions to one place 2007-10-10 13:06:09 -05:00