1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/libcli
Günther Deschner 898c612335 s3-dcerpc: avoid talloc_move on schannel creds in cli_rpc_pipe_open_schannel_with_key().
Initially, the schannel creds were talloc memduped, then, during the netlogon
creds client merge (baf7274fed) they were first
talloc_referenced and then later (53765c81f7)
talloc_moved.

The issue with using talloc_move here is that users of that function in winbind
will only be able to have two schanneled connections, as the cached schannel
credentials pointer from the netlogon pipe will be set to NULL. Do a deep copy
of the struct instead.

Guenther
2010-08-24 02:04:27 +02:00
..
auth s3-dcerpc: avoid talloc_move on schannel creds in cli_rpc_pipe_open_schannel_with_key(). 2010-08-24 02:04:27 +02:00
cldap Finish removal of iconv_convenience in public API's. 2010-05-18 11:45:30 +02:00
drsuapi s4-waf: removed the AUTOGENERATED markers 2010-04-06 20:27:16 +10:00
ldap Finish removal of iconv_convenience in public API's. 2010-05-18 11:45:30 +02:00
named_pipe_auth libcli/named_pipe_auth: fix error handling in _tstream_npa_connect_recv() 2010-06-21 16:20:25 +02:00
nbt s4-loadparm: 2nd half of lp_ to lpcfg_ conversion 2010-07-16 18:24:27 +10:00
registry Finish removal of iconv_convenience in public API's. 2010-05-18 11:45:30 +02:00
samsync Finish removal of iconv_convenience in public API's. 2010-05-18 11:45:30 +02:00
security s3/s4 - remove "talloc_tos()" from common code since s4 doesn't support it 2010-06-21 12:35:51 +02:00
smb Make DFS work over SMB2. 2010-05-21 16:56:10 -07:00
util werror.h - fix order and duplicate DS error codes 2010-08-14 19:41:46 +02:00
ndr_netlogon_proto.h libcli: add autogenerated libcli netlogon helper protos. 2008-09-24 01:20:56 +02:00
ndr_netlogon.c Finish removal of iconv_convenience in public API's. 2010-05-18 11:45:30 +02:00
netlogon_proto.h Finish removal of iconv_convenience in public API's. 2010-05-18 11:45:30 +02:00
netlogon.c libcli/netlogon: re-enable debugging. 2010-07-16 02:37:51 +02:00
netlogon.h The IRIX compiler does not like embedded unnamed unions 2008-10-02 08:09:25 +02:00