summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix use of AuthDataWithContext capabilityDerrell Lipman2008-03-172-5/+20
* In smbstatus, mark locking.tdb and sessionid.tdb as CLEAR_IF_FIRSTVolker Lendecke2008-03-171-2/+2
* Merge leftovers of 0e1a86bc845 in 3-0-ctdbVolker Lendecke2008-03-172-5/+4
* Use right control to attach to persistent databasesVolker Lendecke2008-03-171-2/+5
* Add "net idmap aclmapset"Volker Lendecke2008-03-171-0/+65
* registry: untangle assignment and if-clause in init_registry_data().Michael Adam2008-03-171-1/+2
* Convert pdb_tdb to use dbwrapVolker Lendecke2008-03-171-318/+316
* registry: convert regdb REGISTRY_OPS to named struct initializers.Michael Adam2008-03-171-9/+8
* registry: use talloc instead of malloc and provide common exit pointMichael Adam2008-03-171-13/+13
* registry: remove an unused variable from regdb_set_secdesc().Michael Adam2008-03-171-6/+0
* registry: untangle assignments and if statements in regdb_set_secdesc().Michael Adam2008-03-171-6/+7
* registry: use talloc_stackframe instead of hand crafted temporary context.Michael Adam2008-03-171-5/+1
* registry: use talloc instead of malloc for tdb data in regdb_store_values().Michael Adam2008-03-171-2/+1
* registry: don't use talloc_stackframe() instead of talloc_tos() als temp ctxMichael Adam2008-03-171-14/+14