summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2008-03-21libsmbconf: rename smbconf_open() to smbconf_init().Michael Adam6-9/+9
2008-03-21libsmbconf: add open and close operations to the smbconf_ops.Michael Adam2-1/+15
2008-03-21libsmbconf: introduce a smbconf_ops layer to allow interchangeable backends.Michael Adam2-14/+64
2008-03-21libsmbconf: move smbconf_reg_initialize() down to the smbconf operations.Michael Adam1-20/+20
2008-03-21libsmbconf: add existence check for service to smbconf_delete_share().Michael Adam1-0/+4
2008-03-21libsmbconf: add existence check for service to smbconf_get_share().Michael Adam1-0/+4
2008-03-21libsmbconf: add check for NULL servicename to smbconf_share_exists().Michael Adam1-0/+3
2008-03-21libsmbconf: fix a commentMichael Adam1-1/+1
2008-03-21libsmbconf: refactor out registry implementation of smbconf operations.Michael Adam1-229/+326
2008-03-21libsmbconf: refactor autocreation of [global] into a helper function.Michael Adam1-21/+18
2008-03-21libsmbconf: put the smbconf context struct into a private header.Michael Adam3-3/+29
2008-03-21libsmbconf: change the API to always take the smbconf_ctx parameter first.Michael Adam4-26/+30
2008-03-21libsmbconf: fix indentation.Michael Adam1-3/+3
2008-03-21libsmbconf: change smbconf_get_seqnum() to smbconf_changed().Michael Adam3-19/+42
2008-03-21libsmbconf: fix a commentMichael Adam1-2/+1
2008-03-20A level 25 setuserinfo does change the pwdlastsetVolker Lendecke1-6/+22
2008-03-20smbd: fix session setup with security = share.Michael Adam1-1/+1
2008-03-20Fix an uninitialized variable warningVolker Lendecke1-0/+1
2008-03-20Port 3c1f1f0797e from 3-0-ctdbroot1-3/+57
2008-03-20Fix some warnings in the tsmsm moduleVolker Lendecke1-4/+6
2008-03-20loadparm: reenable checking files for updates while in registry configuration.Michael Adam1-9/+0
2008-03-20loadparm: remove unneeded include.Michael Adam1-1/+0
2008-03-20registry: use available string constant in debug statement.Michael Adam1-1/+1
2008-03-20registry: in regdb_init, not only complain about INFO/version, store it...Michael Adam1-0/+8
2008-03-20registry: reformat regdb_init() slightly, breaking long lines.Michael Adam1-6/+9
2008-03-20registry: untangle assignment and if-statement in regdb_init().Michael Adam1-2/+2
2008-03-20registry: separate initialization of registry data from regdb_init().Michael Adam3-9/+14
2008-03-20registry: add a transaction wrapper to init_registry_key_internal().Michael Adam1-0/+31
2008-03-20registry: refactor creation of subkeys out of init_registry_data().Michael Adam1-79/+92
2008-03-20Remove unused marshalling for SVCCTL_ENUM_DEPENDENT_SERVICES.Günther Deschner2-72/+0
2008-03-20Use pidl for _svcctl_EnumDependentServicesW().Günther Deschner2-29/+8
2008-03-20Re-run make idl.Günther Deschner5-29/+31
2008-03-20Fix IDL for svcctl_EnumDependentServicesW().Günther Deschner1-4/+4
2008-03-20Move svc_status_string() out of rpc_client/cli_svcctl.cGünther Deschner2-36/+37
2008-03-20No need to compose CLI_SERVER_NAME_SLASH in "net rpc service" anymore.Günther Deschner1-34/+6
2008-03-20Add error mapping for WERR_SERVICE_NEVER_STARTED.Günther Deschner1-0/+1
2008-03-20Fix crash bug in check_sam_security() when make_server_info_sam() did aGünther Deschner1-1/+0
2008-03-19ntlm_auth: Improve compliance to the Squid helper protocolKai Blin1-31/+44
2008-03-19libreplace: replace.c does not need system/network.h anymore.Michael Adam1-1/+0
2008-03-19libreplace: move rep_socketpair() to its own module.Michael Adam6-24/+55
2008-03-19!NT_STATUS_IS_OK != NT_STATUS_IS_ERRVolker Lendecke1-1/+1
2008-03-19Fix a warningVolker Lendecke1-1/+1
2008-03-19Merge dd9e0bea31751 from 3-0-ctdb -- use NetSamLogonEx when possibleVolker Lendecke3-23/+90
2008-03-19Fix some "nexted extern" warninsVolker Lendecke1-8/+8
2008-03-19Fix bug 5338 -- thanks to Yuya Katayama <yuya999@gmail.com>Volker Lendecke1-1/+1
2008-03-19Fix the build (by calling NDR_SRVSVC_NETFILEENUM).Günther Deschner1-19/+1
2008-03-19Remove unused marshalling for SRV_NET_FILE_ENUM.Günther Deschner2-328/+0
2008-03-19Use pidl for _srvsvc_NetFileEnum.Günther Deschner1-98/+71
2008-03-18Bind Group Policy processing closer to the samba registry.Günther Deschner4-96/+310
2008-03-18[samba-3-0-ctdb.tridge @ tridge@samba.org-20070602053809-kpw5kjkcyjs8yjbl]Andrew Tridgell1-1/+1