summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix the build (by calling NDR_SRVSVC_NETFILEENUM).Günther Deschner2008-03-191-19/+1
* Remove unused marshalling for SRV_NET_FILE_ENUM.Günther Deschner2008-03-192-328/+0
* Use pidl for _srvsvc_NetFileEnum.Günther Deschner2008-03-191-98/+71
* Bind Group Policy processing closer to the samba registry.Günther Deschner2008-03-184-96/+310
* [samba-3-0-ctdb.tridge @ tridge@samba.org-20070602053809-kpw5kjkcyjs8yjbl]Andrew Tridgell2008-03-181-1/+1
* libreplace: remove duplicate entry of inet_ntoa from README.Michael Adam2008-03-181-1/+0
* libreplace: remove trailing white spaces.Michael Adam2008-03-182-2/+2
* libreplace: replace inet_ntoa() when it is missingMichael Adam2008-03-186-34/+61
* libreplace: put inet_aton.c under LGPL instead of GPL.Michael Adam2008-03-181-9/+13
* libreplace: remove unused SOCKET_LIBS and NSL_LIBSStefan Metzmacher2008-03-181-3/+0
* libreplace: for samba4 create LIBREPLACE_NETWORK as EXT_LIBStefan Metzmacher2008-03-181-0/+3
* libreplace: use LIBREPLACE_NETWORK_LIBS within some configure checksStefan Metzmacher2008-03-182-3/+3
* libreplace: combine SOCKET_LIBS and NSL_LIBS to LIBREPLACE_NETWORK_LIBSStefan Metzmacher2008-03-181-7/+9
* testparm: only check for %u und passwd program when passwd program is given.Michael Adam2008-03-181-5/+10
* testparm: correctly check for empty lp_passwd_prog().Michael Adam2008-03-181-1/+3
* testparm: fix irritating indentation.Michael Adam2008-03-181-2/+1
* testparm: fix a segfault triggered by setting "unix password sync = yes".Michael Adam2008-03-181-1/+0
* Fix bug 5334Volker Lendecke2008-03-183-0/+45
* Some simplificationsVolker Lendecke2008-03-173-10/+7
* Coverity fixesMarc VanHeyningen2008-03-1727-82/+162
* libsmbconf: rename all occurrences of libnet_conf_ to smbconf_ .Michael Adam2008-03-176-273/+257
* Move libnet_conf to a library lib/smbconf/ of its own, fixing the api.Michael Adam2008-03-176-31/+83
* socket_wrapper: make pcap code more portableStefan Metzmacher2008-03-171-39/+40