summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-10-08Print proper error if include file can't be found.Jelmer Vernooij1-0/+4
2008-10-05Fix some nonempty blank linesVolker Lendecke1-25/+25
2008-10-05smbd3 is unhappy if stderr is not openVolker Lendecke1-1/+2
2008-10-05Re-enable build of smb_samba3.c after the rename smbd->sambaVolker Lendecke1-1/+1
2008-10-05Remove an unused variableVolker Lendecke1-1/+0
2008-10-05Fix some missing error handlingsVolker Lendecke3-2/+8
2008-10-05OS/X does not have rl_done in readline.hVolker Lendecke1-0/+8
2008-10-05Fix an uninitialized variable warningVolker Lendecke1-0/+2
2008-10-05remove dependencies on my home domainAndrew Tridgell1-2/+3
2008-10-05removed some debug lines I left in the last commitAndrew Tridgell1-4/+0
2008-10-04Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell14-192/+200
2008-10-04Fix an unlikely memleak found by the IBM checkerVolker Lendecke1-0/+2
2008-10-04Fix an uninitialized variable found by the IBM CheckerVolker Lendecke1-0/+1
2008-10-04Fix a potential NULL deref in line 258 found by the IBM checkerVolker Lendecke1-0/+1
2008-10-04"gwen/cc" does not like the double const :-)Volker Lendecke1-1/+1
2008-10-03Fix the build farm. In this branch cli_echo returns NTSTATUS.Jeremy Allison1-1/+4
2008-10-03updated the LSA and NETLOGON servers with fixes resulting from the ADAndrew Tridgell7-60/+211
2008-10-03expanded the netlogon test to better simulate the WSPP NRPC test thatAndrew Tridgell1-1/+9
2008-10-03fixed the ldb blackbox test to work with non-bourne shells (as neededAndrew Tridgell1-7/+7
2008-10-03Correctly fix smbclient to terminate on eof from server.Jeremy Allison3-3/+24
2008-10-03Simply our main loop processing. A lot :-). Correctly use events for all the ...Jeremy Allison7-188/+148
2008-10-03Document "cups connection timeout".Jeremy Allison1-0/+20
2008-10-03Merge commit 'master/master'Andrew Tridgell40-647/+1313
2008-10-03fixed the partition module and the GC handlingAndrew Tridgell1-4/+38
2008-10-03net_dns: Make "lwinet ads dns register" honor the "interfaces" parameter.Gerald (Jerry) Carter1-13/+12
2008-10-03libaddns: Use the same prerequisite for DDNS update as Windows XP.Gerald (Jerry) Carter1-2/+2
2008-10-03Fix regressions in patchfile after last patch, several other minor fixes.Matthias Dieter Wallnöfer1-22/+20
2008-10-02fixed the sense of ldb base dn comparisons in two places, and use aAndrew Tridgell3-5/+5
2008-10-02fixed a talloc error in the rpc handle desctructor - destructorsAndrew Tridgell1-1/+0
2008-10-02we need to listen on all interfaces in the CLDAP server as the windowsAndrew Tridgell1-8/+9
2008-10-02Fix crash bugs in error paths: ac is not yet initialized here, and we don'tSimo Sorce1-27/+18
2008-10-02Don't reject a successful alloc :-(.Jeremy Allison1-1/+1
2008-10-02s4:blackblox/test_ldb: test searches via wellknownObjectsStefan Metzmacher1-0/+62
2008-10-02s4:setup: add wellknownObjects to the domain objectStefan Metzmacher1-0/+8
2008-10-02Fix bug 5805: don't close stdoutDerrell Lipman1-1/+3
2008-10-02s4:drsuapi.idl: fix some fields in drsuapi_DsRemoveDSServer()Stefan Metzmacher2-8/+3
2008-10-02s4:rootdse: for now don't pass down controls for the rootdse searchStefan Metzmacher1-1/+1
2008-10-02s4:partition: register DOMAIN_SCOPE and SEARCH_OPTIONS controlsStefan Metzmacher1-0/+14
2008-10-02s4:partition: pass down the SEARCH_OPTIONS control as uncriticalStefan Metzmacher1-0/+8
2008-10-02s4:linked_attributes: fix a crash bug when the definition of a target attribu...Stefan Metzmacher1-3/+35
2008-10-02s4:kludge_acl: just fake support for the SD_FLAGS controlStefan Metzmacher1-0/+20
2008-10-02s4:extended_dn: add support for <GUID=...>, <SID=...> or <WKGUID=...,DC=...> ...Stefan Metzmacher1-44/+355
2008-10-02s4:lib/ldb: fix stupid <SID=...> dn parsing bugsStefan Metzmacher1-2/+2
2008-10-02The IRIX compiler does not like embedded unnamed unionsVolker Lendecke14-168/+183
2008-10-02Attempt to fix the build on IRIXVolker Lendecke4-6/+6
2008-10-02Fix bug 5798: "CFLAGS info lost in configure"Volker Lendecke1-1/+1
2008-10-01Fix bug #5080. Access to cups-printers via samba broken with cups 1.3.4, Unsu...Jeremy Allison1-90/+251
2008-10-01Whitespace cleanup.Jeremy Allison1-16/+16
2008-10-01Fix use of DLIST_REMOVE as spotted by Constantine Vetoshev <gepardcv@gmail.com>.Jeremy Allison3-5/+5
2008-10-01Turn the socket connections into a refcounted list - in the common case there...Jeremy Allison1-44/+95