Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-16 | s3-lsa: implement _lsa_CreateTrustedDomainEx(). | Günther Deschner | 1 | -7/+18 | |
Guenther Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-16 | s3-lsa: Let _lsa_CreateTrustedDomainEx2() use pdb_set_trusted_domain(). | Sumit Bose | 1 | -4/+17 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-16 | s3-lsa: implement _lsa_CreateTrustedDomainEx2(). | Günther Deschner | 1 | -7/+74 | |
Guenther Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-16 | s3-lsa: add LSA_HANDLE_TRUST_TYPE. | Günther Deschner | 1 | -1/+4 | |
Guenther Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-16 | s3-lsa: add create_lsa_policy_handle(). | Günther Deschner | 1 | -40/+74 | |
Guenther Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-15 | s3: Pass "code_page" through samr | Volker Lendecke | 2 | -2/+11 | |
2011-02-15 | s3: Pass "country_code" through samr | Volker Lendecke | 2 | -2/+11 | |
2011-02-11 | s3-rpc_server: fix some buildwarnings in non-developer mode. | Günther Deschner | 1 | -2/+4 | |
Guenther | |||||
2011-02-10 | s3-rpc_server: move services into individual directories. | Günther Deschner | 26 | -85/+79 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Feb 10 22:13:17 CET 2011 on sn-devel-104 | |||||
2011-02-10 | s3-rpc_server: Fixed possible segfaults in svcctl server. | Andreas Schneider | 1 | -0/+8 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-10 | s3-waf: fix the build after auth changes. | Günther Deschner | 1 | -2/+3 | |
Andrews, please check. Guenther | |||||
2011-02-10 | s3-auth Rename cryptic 'ptok' to security_token | Andrew Bartlett | 13 | -78/+78 | |
This will allow the auth_serversupplied_info struct to be migrated to auth_session_info easier. Adnrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-02-10 | libcli/named_pipe_auth Change from 'info3' to auth_session_info_transport | Andrew Bartlett | 2 | -24/+70 | |
This changes the structure being used to convey the current user state from the netlogon-derived 'netr_SamInfo3' structure to a purpose-built structure that matches the internals of the Samba auth subsystem and contains the final group list, as well as the final privilege set and session key. These previously had to be re-created on the server side of the pipe each time. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-02-09 | s3-rpc_server: We need a messaging context for rpc. | Andreas Schneider | 1 | -0/+3 | |
Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Wed Feb 9 17:26:00 CET 2011 on sn-devel-104 | |||||
2011-02-09 | s3-rpc_server: Fixed possible segfault with client_id. | Andreas Schneider | 1 | -0/+6 | |
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 | |