summaryrefslogtreecommitdiff
path: root/source3/services
AgeCommit message (Expand)AuthorFilesLines
2012-04-16param: Change from _lp to lp__ as the prefix for internal parameter wrappersAndrew Bartlett1-1/+1
2011-07-20s3-auth Use the common auth_session_infoAndrew Bartlett2-11/+11
2011-07-20s3-auth Use struct auth3_session_info outside the auth subsystemAndrew Bartlett2-11/+11
2011-07-02param: Finish conversion from lp_wins_support() -> lp_we_are_a_wins_server()Andrew Bartlett1-1/+1
2011-03-30s3-auth: rpc_server needs auth.hGünther Deschner1-0/+2
2011-03-26s3: Fix an uninitialized variable readVolker Lendecke1-1/+2
2011-03-15s3: Fix Coverity ID 2287: Uninitialized readVolker Lendecke1-1/+1
2011-02-22s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett2-15/+15
2011-02-07s3-services: Remove obsolete services_db.c.Andreas Schneider1-726/+0
2011-02-07s3-rpc_server: Added a svcctl shutdown function.Andreas Schneider1-8/+8
2011-02-07s3-services: Migrated svcctl registry functions to winreg.Andreas Schneider2-0/+421
2011-01-08s3: Avoid a ton of registry writes at startupVolker Lendecke1-0/+18
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-0/+1
2010-09-21s3:registry: move the reg_api prototypes to their own header.Michael Adam1-0/+1
2010-09-21s3:services_db: convert get_common_service_dispname() to tallocMichael Adam1-8/+8
2010-09-21s3:services_db: does not need legacy registry code any more.Michael Adam1-3/+0
2010-09-21s3:services_db: rewrite svcctl_init_keys() to use reg_api calls instead of le...Michael Adam1-135/+131
2010-09-21s3:services_db: extract core of svcctl_set_secdesc to _internal versionMichael Adam1-20/+36
2010-09-21s3:services_db: create the "Security" subkey if it does not exist in svcctl_s...Michael Adam1-4/+12
2010-09-21s3:services_db: remove bogus commentsMichael Adam1-4/+0
2010-09-21s3:services_db: remove unused legacy function svcctl_fetch_regvalues().Michael Adam1-37/+0
2010-09-21s3:services_db: publish svcctl_get_string_value()Michael Adam1-3/+3
2010-09-21s3:services_db: factor out common code of lookup_dispname and lookup_descriptionMichael Adam1-52/+31
2010-09-21s3:services_db: change svcctl_lookup_description() to use reg_api functionsMichael Adam1-18/+16
2010-09-21s3:services_db: rewrite svcctl_lookup_description() to use a tmp talloc ctxMichael Adam1-16/+15
2010-09-21s3:services_db: change svcctl_lookup_dispname() to use reg_api functionsMichael Adam1-16/+13
2010-09-21s3:services_db: make svcctl_lookup_dispname() use a temp talloc ctxMichael Adam1-13/+11
2010-09-21s3:services_db: change svcctl_get_secdesc() to use reg_api functionsMichael Adam1-22/+11
2010-09-21s3:services_db: use temp talloc ctx in svcctl_get_secdesc()Michael Adam1-6/+8
2010-09-21s3:services_db: remove the TALLOC_CTX argument from svcctl_set_secdescMichael Adam1-1/+2
2010-09-21s3:services_db: fix a debug messageMichael Adam1-2/+2
2010-09-21s3:services_db: rewrite svcctl_set_secdesc to use tmp talloc ctxMichael Adam1-15/+15
2010-09-21s3:services_db: rewrite svcctl_set_secdesc() using reg_api calls instead of l...Michael Adam1-15/+16
2010-09-21s3:services_db: untanlge assignments from check in read_init_file().Michael Adam1-4/+9
2010-09-21s3:services_db: untangle assignments from check in construct_service_sd().Michael Adam1-4/+8
2010-09-11s3:auth Remove NT_USER_TOKENAndrew Bartlett1-5/+5
2010-08-06s3-services: include svcctl.h where needed.Günther Deschner1-0/+2
2010-05-25s3:registry: move reg_objects.h to registry/ and use it only where neededMichael Adam1-0/+1
2010-05-25s3:services_db: use regval_ctr_init() instead of direct allocationMichael Adam1-7/+14
2010-05-25s3:registry: extraxt the reg_dispatcher prototypes into their own header.Michael Adam1-0/+1
2010-05-25s3:registry: adapt callers of regval_ctr_addvalue to uint8 * instead of char *Michael Adam1-5/+5
2010-05-25s3:registry: extract the reg_util_legacy prototypes into their own header.Michael Adam1-0/+1
2010-05-20s3-services: move services.h closer to services implementation.Günther Deschner7-6/+58
2010-05-18s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".Günther Deschner1-6/+6
2010-05-18s3-secdesc: remove "typedef struct security_acl SEC_ACL".Günther Deschner1-1/+1
2010-05-18s3-secdesc: remove "typedef struct security_ace SEC_ACE".Günther Deschner1-1/+1
2010-05-18s3: Remove use of iconv_convenience.Jelmer Vernooij1-2/+2
2010-05-18s3-registry: only include registry headers when really needed.Günther Deschner1-0/+1
2010-05-18s3-services: move services.h to where it is actually used.Günther Deschner6-0/+6
2010-04-09s3: add iconv_convenience handle to pull/push sz helpers.Günther Deschner1-2/+2