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/samr
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
..
dcesrv_samr.c r4490: when implementing one rpc server call in terms of another call, you 2007-10-10 13:08:12 -05:00
dcesrv_samr.h r2051: switched the samdb over to using the new destructor and reference 2007-10-10 12:58:21 -05:00
samr_password.c r4487: fixed the use of ldb_msg_add_*() in the samr password backend 2007-10-10 13:08:11 -05:00