summaryrefslogtreecommitdiff
path: root/source3/rpc_server/svcctl
AgeCommit message (Expand)AuthorFilesLines
2024-07-08s3:rpc_server: Initialize arrayAndreas Schneider1-1/+1
2023-11-09librpc: add various new commands and types to SVCCTL IDL.Günther Deschner1-0/+207
2023-11-09svcctl: rename SERVICE_FAILURE_ACTIONS to SERVICE_FAILURE_ACTIONSWGünther Deschner1-2/+2
2023-11-09svcctl: unify operation names and always prefix with svcctl_Günther Deschner1-4/+4
2023-09-14s3:rpc_server: Fix inverted error messagesJoseph Sutton1-2/+2
2022-01-05rpc_server3: Remove pipes_struct->session_infoVolker Lendecke1-7/+28
2021-12-10s3:rpc_server: Activate samba-dcerpcdVolker Lendecke1-6/+0
2021-12-10s3:rpc_server: Remove direct registry access from svcctl_init_winregVolker Lendecke1-27/+0
2021-01-08lib: give global_contexts.c its own header fileVolker Lendecke1-0/+1
2020-05-24s3: rpc_server: Avoid casts calling to find_policy_by_hnd()Samuel Cabrero1-6/+7
2020-05-24s3: rpc_server: pass DCE/RPC handle type to find_policy_handleSamuel Cabrero1-1/+6
2020-04-28s3: pass DCE RPC handle type to create_policy_hndAlexander Bokovoy1-1/+1
2020-03-20s3:rpc_server: Do not include s3 autogenerated headersSamuel Cabrero1-1/+1
2020-03-20s3:rpc_server: Init registered endpoint servers for embedded servicesSamuel Cabrero1-0/+48
2020-03-20s3:rpc_server: Include generated boilerplate codeSamuel Cabrero1-0/+3
2019-04-02make some auth functions return an NTSTATUS like other similar functions for ...Kristján Valur1-1/+5
2018-01-16srcctl3: Improve debug messagesVolker Lendecke1-14/+28
2017-02-22Correct "incluing" typos.Chris Lamb1-1/+1
2016-12-11rpc_server: svcctl xfile->stdioVolker Lendecke1-5/+4
2016-11-20lib: Remove global xfile.h includesVolker Lendecke1-0/+1
2016-09-28werror: replace WERR_UNKNOWN_LEVEL with WERR_INVALID_LEVEL in source3/rpc_ser...Günther Deschner1-2/+2
2016-09-28werror: replace WERR_NO_SUCH_SERVICE with WERR_SERVICE_DOES_NOT_EXIST in sour...Günther Deschner1-2/+2
2016-09-28werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in source3/rpc...Günther Deschner1-9/+9
2016-09-28werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source3/rpc_server/Günther Deschner2-8/+8
2016-09-28werror: replace WERR_BADFID with WERR_INVALID_HANDLE in source3/rpc_server/sp...Günther Deschner1-16/+16
2015-05-15Covert all uint32/16/8 to _t in source3/rpc_server.Richard Sharpe1-7/+7
2012-12-21s3-rpc_server: Fix useless check if we still have a valid string.Andreas Schneider1-3/+3
2012-09-18Fix service control for non-internal services.Vladimir Marek1-4/+0
2012-07-18source3/rpc_server/svcctl/srv_svcctl_reg.c: fix stackframe leakRusty Russell1-0/+1
2012-07-06s3-rpc_server: Make it possible to use more rpc exceptions.Andreas Schneider1-28/+28
2012-03-24lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij1-1/+1
2011-10-27s3: Include uid_wrapper where it is missing.Andreas Schneider1-0/+1
2011-08-29s3:rpc_server: fix two debug messages in svcctl_add_service()Michael Adam1-2/+2
2011-07-20s3-auth Use the common auth_session_infoAndrew Bartlett1-2/+2
2011-07-20s3-auth Use struct auth3_session_info outside the auth subsystemAndrew Bartlett1-2/+2
2011-07-02param: Finish conversion from lp_wins_support() -> lp_we_are_a_wins_server()Andrew Bartlett1-1/+1
2011-06-16s3:rpc_server/svcctl: fix valgrind bug in _svcctl_QueryServiceObjectSecurity()Stefan Metzmacher1-1/+1
2011-06-16s3:rpc_server/svcctl: fix valgrind bugs in _svcctl_QueryServiceConfig2W()Stefan Metzmacher1-9/+5
2011-06-16s3:rpc_server/svcctl: don't allocate return values on a temporary stackframeStefan Metzmacher1-5/+3
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-1/+1
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett1-2/+2
2011-05-02s3: include ntdomain.h before including generated srv_ headers.Günther Deschner1-1/+1
2011-05-02s3-proto: move remaining srvsvc protos to own header file.Günther Deschner2-0/+34
2011-04-11s3: Wrap creating the svcctl keys in a transactionVolker Lendecke1-0/+28
2011-03-30s3-includes: only include ntdomain.h where needed.Günther Deschner1-0/+1
2011-03-30s3-auth: rpc_server needs auth.hGünther Deschner2-0/+2
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2011-02-22s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett2-17/+17
2011-02-10s3-rpc_server: move services into individual directories.Günther Deschner3-0/+1908