summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* libsmbconf: reformaat - fix some whispacing/tabsMichael Adam2008-03-211-7/+7
* libsmbconf: add backend specific init function.Michael Adam2008-03-217-9/+18
* libsmbconf: add shutdown handler to smbconf_ops.Michael Adam2008-03-212-1/+8
* libsmbconf: fix commentsMichael Adam2008-03-211-2/+1
* libsmbconf: rename smbconf_close() to smbconf_shutdown().Michael Adam2008-03-215-7/+7
* libsmbconf: rename smbconf_open() to smbconf_init().Michael Adam2008-03-216-9/+9
* libsmbconf: add open and close operations to the smbconf_ops.Michael Adam2008-03-212-1/+15
* libsmbconf: introduce a smbconf_ops layer to allow interchangeable backends.Michael Adam2008-03-212-14/+64
* libsmbconf: move smbconf_reg_initialize() down to the smbconf operations.Michael Adam2008-03-211-20/+20
* libsmbconf: add existence check for service to smbconf_delete_share().Michael Adam2008-03-211-0/+4
* libsmbconf: add existence check for service to smbconf_get_share().Michael Adam2008-03-211-0/+4
* libsmbconf: add check for NULL servicename to smbconf_share_exists().Michael Adam2008-03-211-0/+3
* libsmbconf: fix a commentMichael Adam2008-03-211-1/+1
* libsmbconf: refactor out registry implementation of smbconf operations.Michael Adam2008-03-211-229/+326
* libsmbconf: refactor autocreation of [global] into a helper function.Michael Adam2008-03-211-21/+18
* libsmbconf: put the smbconf context struct into a private header.Michael Adam2008-03-213-3/+29
* libsmbconf: change the API to always take the smbconf_ctx parameter first.Michael Adam2008-03-214-26/+30
* libsmbconf: fix indentation.Michael Adam2008-03-211-3/+3
* libsmbconf: change smbconf_get_seqnum() to smbconf_changed().Michael Adam2008-03-213-19/+42
* libsmbconf: fix a commentMichael Adam2008-03-211-2/+1
* A level 25 setuserinfo does change the pwdlastsetVolker Lendecke2008-03-201-6/+22
* smbd: fix session setup with security = share.Michael Adam2008-03-201-1/+1
* Fix an uninitialized variable warningVolker Lendecke2008-03-201-0/+1
* Port 3c1f1f0797e from 3-0-ctdbroot2008-03-201-3/+57
* Fix some warnings in the tsmsm moduleVolker Lendecke2008-03-201-4/+6
* loadparm: reenable checking files for updates while in registry configuration.Michael Adam2008-03-201-9/+0
* loadparm: remove unneeded include.Michael Adam2008-03-201-1/+0
* registry: use available string constant in debug statement.Michael Adam2008-03-201-1/+1
* registry: in regdb_init, not only complain about INFO/version, store it...Michael Adam2008-03-201-0/+8
* registry: reformat regdb_init() slightly, breaking long lines.Michael Adam2008-03-201-6/+9
* registry: untangle assignment and if-statement in regdb_init().Michael Adam2008-03-201-2/+2
* registry: separate initialization of registry data from regdb_init().Michael Adam2008-03-203-9/+14
* registry: add a transaction wrapper to init_registry_key_internal().Michael Adam2008-03-201-0/+31
* registry: refactor creation of subkeys out of init_registry_data().Michael Adam2008-03-201-79/+92
* Remove unused marshalling for SVCCTL_ENUM_DEPENDENT_SERVICES.Günther Deschner2008-03-202-72/+0
* Use pidl for _svcctl_EnumDependentServicesW().Günther Deschner2008-03-202-29/+8
* Re-run make idl.Günther Deschner2008-03-205-29/+31
* Fix IDL for svcctl_EnumDependentServicesW().Günther Deschner2008-03-201-4/+4
* Move svc_status_string() out of rpc_client/cli_svcctl.cGünther Deschner2008-03-202-36/+37
* No need to compose CLI_SERVER_NAME_SLASH in "net rpc service" anymore.Günther Deschner2008-03-201-34/+6
* Add error mapping for WERR_SERVICE_NEVER_STARTED.Günther Deschner2008-03-201-0/+1
* Fix crash bug in check_sam_security() when make_server_info_sam() did aGünther Deschner2008-03-201-1/+0
* ntlm_auth: Improve compliance to the Squid helper protocolKai Blin2008-03-191-31/+44
* libreplace: replace.c does not need system/network.h anymore.Michael Adam2008-03-191-1/+0
* libreplace: move rep_socketpair() to its own module.Michael Adam2008-03-196-24/+55
* !NT_STATUS_IS_OK != NT_STATUS_IS_ERRVolker Lendecke2008-03-191-1/+1
* Fix a warningVolker Lendecke2008-03-191-1/+1
* Merge dd9e0bea31751 from 3-0-ctdb -- use NetSamLogonEx when possibleVolker Lendecke2008-03-193-23/+90
* Fix some "nexted extern" warninsVolker Lendecke2008-03-191-8/+8
* Fix bug 5338 -- thanks to Yuya Katayama <yuya999@gmail.com>Volker Lendecke2008-03-191-1/+1