summaryrefslogtreecommitdiff
path: root/source3/services
Commit message (Expand)AuthorAgeFilesLines
* srcctl3: Improve debug messagesVolker Lendecke2018-01-162-14/+20
* Update smbrun to allow for settings environment variables.Trever L. Adams2016-10-131-3/+3
* werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source3/services/Günther Deschner2016-09-282-4/+4
* werror: replace WERR_BADFILE with WERR_FILE_NOT_FOUND in source3/services/svc...Günther Deschner2016-09-281-1/+1
* Convert all uint32/16/8 to _t in a couple of include files.Richard Sharpe2015-05-121-2/+2
* param: Change from _lp to lp__ as the prefix for internal parameter wrappersAndrew Bartlett2012-04-161-1/+1
* s3-auth Use the common auth_session_infoAndrew Bartlett2011-07-202-11/+11
* s3-auth Use struct auth3_session_info outside the auth subsystemAndrew Bartlett2011-07-202-11/+11
* param: Finish conversion from lp_wins_support() -> lp_we_are_a_wins_server()Andrew Bartlett2011-07-021-1/+1
* s3-auth: rpc_server needs auth.hGünther Deschner2011-03-301-0/+2
* s3: Fix an uninitialized variable readVolker Lendecke2011-03-261-1/+2
* s3: Fix Coverity ID 2287: Uninitialized readVolker Lendecke2011-03-151-1/+1
* s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett2011-02-222-15/+15
* s3-services: Remove obsolete services_db.c.Andreas Schneider2011-02-071-726/+0
* s3-rpc_server: Added a svcctl shutdown function.Andreas Schneider2011-02-071-8/+8
* s3-services: Migrated svcctl registry functions to winreg.Andreas Schneider2011-02-072-0/+421
* s3: Avoid a ton of registry writes at startupVolker Lendecke2011-01-081-0/+18
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-0/+1
* s3:registry: move the reg_api prototypes to their own header.Michael Adam2010-09-211-0/+1
* s3:services_db: convert get_common_service_dispname() to tallocMichael Adam2010-09-211-8/+8
* s3:services_db: does not need legacy registry code any more.Michael Adam2010-09-211-3/+0
* s3:services_db: rewrite svcctl_init_keys() to use reg_api calls instead of le...Michael Adam2010-09-211-135/+131
* s3:services_db: extract core of svcctl_set_secdesc to _internal versionMichael Adam2010-09-211-20/+36
* s3:services_db: create the "Security" subkey if it does not exist in svcctl_s...Michael Adam2010-09-211-4/+12
* s3:services_db: remove bogus commentsMichael Adam2010-09-211-4/+0
* s3:services_db: remove unused legacy function svcctl_fetch_regvalues().Michael Adam2010-09-211-37/+0
* s3:services_db: publish svcctl_get_string_value()Michael Adam2010-09-211-3/+3
* s3:services_db: factor out common code of lookup_dispname and lookup_descriptionMichael Adam2010-09-211-52/+31
* s3:services_db: change svcctl_lookup_description() to use reg_api functionsMichael Adam2010-09-211-18/+16
* s3:services_db: rewrite svcctl_lookup_description() to use a tmp talloc ctxMichael Adam2010-09-211-16/+15
* s3:services_db: change svcctl_lookup_dispname() to use reg_api functionsMichael Adam2010-09-211-16/+13
* s3:services_db: make svcctl_lookup_dispname() use a temp talloc ctxMichael Adam2010-09-211-13/+11
* s3:services_db: change svcctl_get_secdesc() to use reg_api functionsMichael Adam2010-09-211-22/+11
* s3:services_db: use temp talloc ctx in svcctl_get_secdesc()Michael Adam2010-09-211-6/+8
* s3:services_db: remove the TALLOC_CTX argument from svcctl_set_secdescMichael Adam2010-09-211-1/+2
* s3:services_db: fix a debug messageMichael Adam2010-09-211-2/+2
* s3:services_db: rewrite svcctl_set_secdesc to use tmp talloc ctxMichael Adam2010-09-211-15/+15
* s3:services_db: rewrite svcctl_set_secdesc() using reg_api calls instead of l...Michael Adam2010-09-211-15/+16
* s3:services_db: untanlge assignments from check in read_init_file().Michael Adam2010-09-211-4/+9
* s3:services_db: untangle assignments from check in construct_service_sd().Michael Adam2010-09-211-4/+8
* s3:auth Remove NT_USER_TOKENAndrew Bartlett2010-09-111-5/+5
* s3-services: include svcctl.h where needed.Günther Deschner2010-08-061-0/+2
* s3:registry: move reg_objects.h to registry/ and use it only where neededMichael Adam2010-05-251-0/+1
* s3:services_db: use regval_ctr_init() instead of direct allocationMichael Adam2010-05-251-7/+14
* s3:registry: extraxt the reg_dispatcher prototypes into their own header.Michael Adam2010-05-251-0/+1
* s3:registry: adapt callers of regval_ctr_addvalue to uint8 * instead of char *Michael Adam2010-05-251-5/+5
* s3:registry: extract the reg_util_legacy prototypes into their own header.Michael Adam2010-05-251-0/+1
* s3-services: move services.h closer to services implementation.Günther Deschner2010-05-207-6/+58
* s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".Günther Deschner2010-05-181-6/+6
* s3-secdesc: remove "typedef struct security_acl SEC_ACL".Günther Deschner2010-05-181-1/+1