Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-18 | s3-rpcclient: pass struct ndr_interface_table down | Andrew Bartlett | 1 | -3/+3 | |
This will allow the target service (as determined from the IDL) to be passed to GSSAPI (rather than the current, incorrect, "cifs"). Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-03-15 | s3: Fix Coverity ID 2289: Uninitialized read | Volker Lendecke | 1 | -1/+1 | |
We passed the structure including the uninitialized elements to dcerpc_winreg_OpenKey. | |||||
2011-01-21 | s3-rpcclient: rename duplicate enumkey command to winreg_enumkey. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2011-01-13 | s3-rpcclient: prefer dcerpc_winreg_X functions. | Günther Deschner | 1 | -8/+13 | |
Guenther Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2010-09-19 | s3-rpcclient: add some winreg commands. | Günther Deschner | 1 | -0/+321 | |
Guenther |