summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-03-20Start to prepare WHATSNEW for 3.2.0pre3.Karolin Seeger1-3/+7
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
2008-03-18libreplace: remove duplicate entry of inet_ntoa from README.Michael Adam1-1/+0
2008-03-18libreplace: remove trailing white spaces.Michael Adam2-2/+2
2008-03-18libreplace: replace inet_ntoa() when it is missingMichael Adam6-34/+61
2008-03-18libreplace: put inet_aton.c under LGPL instead of GPL.Michael Adam1-9/+13
2008-03-18libreplace: remove unused SOCKET_LIBS and NSL_LIBSStefan Metzmacher1-3/+0
2008-03-18libreplace: for samba4 create LIBREPLACE_NETWORK as EXT_LIBStefan Metzmacher1-0/+3
2008-03-18libreplace: use LIBREPLACE_NETWORK_LIBS within some configure checksStefan Metzmacher2-3/+3
2008-03-18libreplace: combine SOCKET_LIBS and NSL_LIBS to LIBREPLACE_NETWORK_LIBSStefan Metzmacher1-7/+9
2008-03-18testparm: only check for %u und passwd program when passwd program is given.Michael Adam1-5/+10
2008-03-18testparm: correctly check for empty lp_passwd_prog().Michael Adam1-1/+3
2008-03-18testparm: fix irritating indentation.Michael Adam1-2/+1
2008-03-18testparm: fix a segfault triggered by setting "unix password sync = yes".Michael Adam1-1/+0
2008-03-18Fix bug 5334Volker Lendecke3-0/+45
2008-03-17Some simplificationsVolker Lendecke3-10/+7
2008-03-17Coverity fixesMarc VanHeyningen27-82/+162
2008-03-17libsmbconf: rename all occurrences of libnet_conf_ to smbconf_ .Michael Adam6-273/+257
2008-03-17Move libnet_conf to a library lib/smbconf/ of its own, fixing the api.Michael Adam6-31/+83
2008-03-17socket_wrapper: make pcap code more portableStefan Metzmacher1-39/+40
2008-03-17Fix use of AuthDataWithContext capabilityDerrell Lipman2-5/+20
2008-03-17In smbstatus, mark locking.tdb and sessionid.tdb as CLEAR_IF_FIRSTVolker Lendecke1-2/+2
2008-03-17Merge leftovers of 0e1a86bc845 in 3-0-ctdbVolker Lendecke2-5/+4
2008-03-17Use right control to attach to persistent databasesVolker Lendecke1-2/+5
2008-03-17Add "net idmap aclmapset"Volker Lendecke1-0/+65
2008-03-17registry: untangle assignment and if-clause in init_registry_data().Michael Adam1-1/+2
2008-03-17Convert pdb_tdb to use dbwrapVolker Lendecke1-318/+316
2008-03-17registry: convert regdb REGISTRY_OPS to named struct initializers.Michael Adam1-9/+8
2008-03-17registry: use talloc instead of malloc and provide common exit pointMichael Adam1-13/+13
2008-03-17registry: remove an unused variable from regdb_set_secdesc().Michael Adam1-6/+0