Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-27 | s3-rpc_client: Fix memory context in winreg_enum_printer_dataex(). | Andreas Schneider | 1 | -3/+2 | |
2011-07-27 | s3-rpc_client: Close policy handles before creating defaults. | Andreas Schneider | 1 | -0/+15 | |
We reopen the hive and key so close them before reopen. | |||||
2011-07-27 | s3-rpc_client: Close the hive handle before we open it again. | Andreas Schneider | 1 | -9/+13 | |
2011-07-27 | s3-rpc_client: Close hive if opening of the key fails. | Andreas Schneider | 1 | -1/+11 | |
2011-07-13 | s3-rpc_server: Removed no longer used functions. | Vicentiu Ciorbaru | 1 | -281/+0 | |
Removed winreg_printer_delete_subkeys(). Removed winreg_printer_enumvalues(). Signed-off-by: Andreas Schneider <asn@samba.org> Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Wed Jul 13 12:42:02 CEST 2011 on sn-devel-104 | |||||
2011-07-13 | s3-rpc_client: Migrate to dcerpc_winreg_delete_subkeys_recursive(). | Vicentiu Ciorbaru | 1 | -10/+31 | |
Functions now use dcerpc_winreg_delete_subkeys_recursive() instead of the more specific printer function winreg_printer_delete_subkeys(). Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2011-07-13 | s3-rpc_client: Migrate to dcerpc_winreg_enumvals() function. | Vicentiu Ciorbaru | 1 | -22/+142 | |
The functions that called winreg_printer_enumvalues() function now use dcerpc_winreg_enumvals(). Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2011-07-07 | s3-printing: add rpc_client/cli_winreg_spoolss.c | Günther Deschner | 1 | -0/+4093 | |
Guenther Pair-Programmed-With: David Disseldorp <ddiss@suse.de> |