Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-09 | s3:rpc_server: create binding_handle in rpc_pipe_open_external() | Stefan Metzmacher | 1 | -1/+9 | |
metze Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Feb 9 12:30:50 CET 2011 on sn-devel-104 | |||||
2011-02-09 | s3: Fix some nonempty blank lines and some typos | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Feb 9 00:01:45 CET 2011 on sn-devel-104 | |||||
2011-02-08 | s3-spoolss: Dont wipe out all drivers when only one should be deleted. | Günther Deschner | 1 | -2/+3 | |
Great catch from Bjoern Baumbach <bb@sernet.de> ! Andreas, Simo, please check. We now have a torture test (rpc.spoolss.driver.driver.multiple_drivers) for this. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Feb 8 18:11:48 CET 2011 on sn-devel-104 | |||||
2011-02-07 | s3-waf: fix the build after winreg and rpc services changes. | Günther Deschner | 1 | -5/+5 | |
Andreas, please check. Guenther Signed-off-by: Günther Deschner <gd@samba.org> Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Feb 7 13:18:41 CET 2011 on sn-devel-104 | |||||
2011-02-07 | s3-rpc_server: Migrated spoolss to dcerpc_winreg_set_multi_sz. | Andreas Schneider | 1 | -46/+35 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-rpc_server: Migrated spoolss to dcerpc_winreg_query_dword. | Andreas Schneider | 1 | -80/+10 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-rpc_server: Migrated spoolss to dcerpc_winreg_set_X. | Andreas Schneider | 1 | -98/+20 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-rpc_server: Migrated spoolss to dcerpc_winreg_set_X. | Andreas Schneider | 1 | -61/+27 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-rpc_server: Migrated spoolss to dcerpc_winreg_set_dword. | Andreas Schneider | 1 | -110/+145 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-rpc_server: Migrated spoolss to dcerpc_winreg_set_sz.. | Andreas Schneider | 1 | -149/+245 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-rpc_server: Migrated spoolss to dcerpc_winreg_enum_keys. | Andreas Schneider | 1 | -163/+21 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-smbd: Init the svcctl registry keys on service startup. | Andreas Schneider | 1 | -1/+16 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-rpc_server: Added a winreg based svcctl registry init. | Andreas Schneider | 2 | -0/+699 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-rpc_server: Added a svcctl shutdown function. | Andreas Schneider | 1 | -0/+7 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-services: Migrated svcctl registry functions to winreg. | Andreas Schneider | 2 | -27/+72 | |
This is a bigger commit. It moves the relevant function to svc_winreg_glue. We need to use them in the same commit else we have problems with prototypes in proto.h. Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-smbd: Init the eventlog registry on service startup. | Andreas Schneider | 1 | -3/+13 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-rpc_server: Added a winreg based eventlog registry init. | Andreas Schneider | 2 | -0/+295 | |
This enumerates the keys first and only creates them if they don't exist yet. Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-rpc_server: Migrated eventlog to winreg. | Andreas Schneider | 1 | -22/+72 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3:rpc_server: fix make_external_rpc_pipe_p() and create read and write queues | Stefan Metzmacher | 1 | -0/+12 | |
They are needed for the callers in rpc_server/srv_pipe_hnd.c. It seems I only looked at the caller in rpc_server/rpc_ncacn_np.c when I've done the change of commit e55426fe7926ae6f8afe5fa6cfc009e0c3b54e38. Thanks Volker for finding this :-) metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Feb 7 11:40:20 CET 2011 on sn-devel-104 | |||||
2011-02-07 | s3-netlogon: fix typo. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2011-02-06 | s3: Make "endpoint_table" static | Volker Lendecke | 1 | -1/+1 | |
Andreas, this is only used in srv_epmapper right now. Make public again when this will be used somewhere else. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Feb 6 21:33:04 CET 2011 on sn-devel-104 | |||||
2011-02-04 | s3:rpc_server/netlogon: reject validation level 6 without ads support | Stefan Metzmacher | 1 | -0/+16 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Feb 4 10:06:26 CET 2011 on sn-devel-104 | |||||
2011-02-02 | s3-waf: fix the build after epmapper changes. | Günther Deschner | 1 | -1/+10 | |
Andreas, please check. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Feb 2 17:14:40 CET 2011 on sn-devel-104 | |||||
2011-02-02 | s3: Remove superfluous ; | Günther Deschner | 4 | -4/+4 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Feb 2 15:44:21 CET 2011 on sn-devel-104 | |||||
2011-02-02 | s3-smbd: Disable the endpoint mapper by default. | Andreas Schneider | 1 | -2/+28 | |
2011-02-02 | s3-smbd: Added a function to setup rpc services. | Andreas Schneider | 2 | -0/+406 | |
Move the complete setup of the rpc service to its own file and use callbacks to register at the endpoint mapper. | |||||
2011-02-02 | s3-rpc_server: Only allow registering endpoints on priviledged pipes. | Andreas Schneider | 1 | -4/+21 | |
2011-02-02 | s3-epmapper: Commented unimplemented functions. | Andreas Schneider | 1 | -4/+10 | |
2011-02-02 | s3-epmapper: Improved the epm_Map function. | Andreas Schneider | 1 | -44/+210 | |
2011-02-02 | s3-epmapper: Implemented epm_Lookup. | Andreas Schneider | 1 | -8/+327 | |
2011-02-02 | s3-epmapper: Implemented epm_LookupHandleFree. | Andreas Schneider | 1 | -5/+14 | |
2011-02-02 | s3-epmapper: Added arg to match uuid in build_ep_list(). | Andreas Schneider | 1 | -1/+16 | |
2011-02-02 | s3-epmapper: Added epm_Map function from Samba4. | Andreas Schneider | 1 | -4/+77 | |
2011-02-02 | s3-epmapper: Added epm_Delete function. | Andreas Schneider | 1 | -7/+87 | |
2011-02-02 | s3-epmapper: Added epm_Insert function. | Andreas Schneider | 1 | -8/+234 | |
2011-02-02 | s3-epmapper: Added a endpoint mapper skeleton. | Andreas Schneider | 1 | -0/+127 | |
2011-02-02 | s3:rpc_server/netlogon: add _netr_LogonSamLogon_check() | Stefan Metzmacher | 1 | -14/+87 | |
We need to check for invalid parameters before we check for access denied. metze | |||||
2011-01-21 | s3:srv_spoolss: use dcerpc_spoolss_X() functions | Stefan Metzmacher | 1 | -10/+27 | |
metze Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2011-01-21 | s3-spoolss: make it more obvious what winreg_create_printer() does. | Günther Deschner | 1 | -5/+1 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Jan 21 11:43:29 CET 2011 on sn-devel-104 | |||||
2011-01-21 | s3-spoolss: as smbtorture testing proves: devmode size is the size of the ↵ | Günther Deschner | 1 | -1/+1 | |
devicemode minus the driverdata extra size. Jeremy, please check. Guenther | |||||
2011-01-21 | s3-spoolss: disallow storing an invalid devmode size. | Günther Deschner | 1 | -0/+6 | |
Guenther | |||||
2011-01-18 | s3-netlogon: no need to include ../librpc/gen_ndr/ndr_lsa_c.h anymore. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2011-01-18 | s3-netlogon: no need to include ../librpc/gen_ndr/cli_samr.h anymore. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2011-01-18 | Fix error where Windows client spoolss returns WERR_INVALID_DATA ↵ | Jeremy Allison | 1 | -0/+4 | |
W_ERROR(0x0000000D) on opening a printer. We can't return zero for devmode->size. Guenther please check ! Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Tue Jan 18 23:45:33 CET 2011 on sn-devel-104 | |||||
2011-01-14 | s3-waf: fix the build after rpc_winreg removal. | Günther Deschner | 1 | -1/+1 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Jan 14 11:38:40 CET 2011 on sn-devel-104 | |||||
2011-01-13 | s3-spoolss: no need to include cli_winreg header anymore. | Günther Deschner | 1 | -1/+1 | |
Guenther Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2011-01-10 | s3-netlogon: Move to new dcerpc client funtions. | Andreas Schneider | 1 | -56/+140 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-01-04 | s3-rpcecho: Only register rpcecho in the developer build. | Andreas Schneider | 1 | -4/+0 | |
Autobuild-User: Andreas Schneider <asn@samba.org> Autobuild-Date: Tue Jan 4 18:56:38 CET 2011 on sn-devel-104 | |||||
2011-01-04 | s3-waf: Fixed the static rpc service build. | Andreas Schneider | 1 | -116/+69 | |
Autobuild-User: Andreas Schneider <asn@samba.org> Autobuild-Date: Tue Jan 4 12:09:48 CET 2011 on sn-devel-104 | |||||
2010-12-22 | s3-spoolss: handle NTTIME(0) as "01/01/1601" REG_SZ in driver dates. | Günther Deschner | 1 | -4/+13 | |
Guenther |