summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add dyn_NCALRPCDIRVolker Lendecke2008-10-064-0/+26
| |
| * Store a local schannel key in secrets.tdbVolker Lendecke2008-10-063-0/+29
| |
| * s4:blackbox/test_ldb: test search by <GUID=...> and <SID=...>Stefan Metzmacher2008-10-061-0/+25
| | | | | | | | metze
* | Fix syntax errors in minschema.Jelmer Vernooij2008-10-081-20/+16
| |
* | Import tests for subunit python module.Jelmer Vernooij2008-10-086-0/+854
| |
* | Move subunit helper utility to specific subunit directory.Jelmer Vernooij2008-10-082-1/+1
| |
* | Allow 'make testenv-dc', 'make testenv-member', etc.Jelmer Vernooij2008-10-081-0/+3
| |
* | Print proper error if include file can't be found.Jelmer Vernooij2008-10-081-0/+4
|/
* Fix some nonempty blank linesVolker Lendecke2008-10-051-25/+25
|
* smbd3 is unhappy if stderr is not openVolker Lendecke2008-10-051-1/+2
|
* Re-enable build of smb_samba3.c after the rename smbd->sambaVolker Lendecke2008-10-051-1/+1
|
* Remove an unused variableVolker Lendecke2008-10-051-1/+0
|
* Fix some missing error handlingsVolker Lendecke2008-10-053-2/+8
|
* OS/X does not have rl_done in readline.hVolker Lendecke2008-10-051-0/+8
|
* Fix an uninitialized variable warningVolker Lendecke2008-10-051-0/+2
| | | | Not sure if we can ever not get domain and dns_domain, but gcc complained
* remove dependencies on my home domainAndrew Tridgell2008-10-051-2/+3
| | | | (in other words, don't do commits in airports)
* removed some debug lines I left in the last commitAndrew Tridgell2008-10-051-4/+0
|
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell2008-10-0414-192/+200
|\
| * Fix an unlikely memleak found by the IBM checkerVolker Lendecke2008-10-041-0/+2
| |
| * Fix an uninitialized variable found by the IBM CheckerVolker Lendecke2008-10-041-0/+1
| |
| * Fix a potential NULL deref in line 258 found by the IBM checkerVolker Lendecke2008-10-041-0/+1
| |
| * "gwen/cc" does not like the double const :-)Volker Lendecke2008-10-041-1/+1
| |
| * Fix the build farm. In this branch cli_echo returns NTSTATUS.Jeremy Allison2008-10-031-1/+4
| | | | | | | | Jeremy
| * Correctly fix smbclient to terminate on eof from server.Jeremy Allison2008-10-033-3/+24
| | | | | | | | Jeremy.
| * Simply our main loop processing. A lot :-). Correctly use events for all the ↵Jeremy Allison2008-10-037-188/+148
| | | | | | | | | | | | | | | | previous "special" cases. A step on the way to adding signals to the events and being able to merge the S3 event system with the S4 one. Jeremy.
| * Document "cups connection timeout".Jeremy Allison2008-10-031-0/+20
| | | | | | | | Jeremy.
* | updated the LSA and NETLOGON servers with fixes resulting from the ADAndrew Tridgell2008-10-037-60/+211
| | | | | | | | plugfest in Redmond
* | expanded the netlogon test to better simulate the WSPP NRPC test thatAndrew Tridgell2008-10-031-1/+9
| | | | | | | | we had some trouble with
* | fixed the ldb blackbox test to work with non-bourne shells (as neededAndrew Tridgell2008-10-031-7/+7
|/ | | | | | by ubuntu) fixed spelling of 'wellknown'
* Merge commit 'master/master'Andrew Tridgell2008-10-0340-647/+1313
|\
| * net_dns: Make "lwinet ads dns register" honor the "interfaces" parameter.Gerald (Jerry) Carter2008-10-031-13/+12
| | | | | | | | | | This is helpful on multihomed hosts that only require a subset of IP addresses be registered with DNS.
| * libaddns: Use the same prerequisite for DDNS update as Windows XP.Gerald (Jerry) Carter2008-10-031-2/+2
| | | | | | | | | | | | | | Hostname, TYPE: CNAME, CLASS: NONE This has to have been broken for ages. I cannot see how it would have worked in any environment.
| * Fix regressions in patchfile after last patch, several other minor fixes.Matthias Dieter Wallnöfer2008-10-031-22/+20
| |
| * Fix crash bugs in error paths: ac is not yet initialized here, and we don'tSimo Sorce2008-10-021-27/+18
| | | | | | | | | | need to call ldb_module_done in the main module functions, we can directly return an error. ldb_module_done() is for callbacks
| * Don't reject a successful alloc :-(.Jeremy Allison2008-10-021-1/+1
| | | | | | | | Jeremy.
| * s4:blackblox/test_ldb: test searches via wellknownObjectsStefan Metzmacher2008-10-021-0/+62
| | | | | | | | metze
| * s4:setup: add wellknownObjects to the domain objectStefan Metzmacher2008-10-021-0/+8
| | | | | | | | metze
| * Fix bug 5805: don't close stdoutDerrell Lipman2008-10-021-1/+3
| | | | | | | | | | | | | | | | - When calling setup_logging multiple times, the code was closing the debug file descriptor before opening or assigning the new one. We don't, however, want to close the debug file descriptor if it is stdout. Derrell
| * s4:drsuapi.idl: fix some fields in drsuapi_DsRemoveDSServer()Stefan Metzmacher2008-10-022-8/+3
| | | | | | | | metze
| * s4:rootdse: for now don't pass down controls for the rootdse searchStefan Metzmacher2008-10-021-1/+1
| | | | | | | | metze
| * s4:partition: register DOMAIN_SCOPE and SEARCH_OPTIONS controlsStefan Metzmacher2008-10-021-0/+14
| | | | | | | | metze
| * s4:partition: pass down the SEARCH_OPTIONS control as uncriticalStefan Metzmacher2008-10-021-0/+8
| | | | | | | | metze
| * s4:linked_attributes: fix a crash bug when the definition of a target ↵Stefan Metzmacher2008-10-021-3/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | attribute is missing Windows 2003 has a broken schema where the definition of msDS-IsDomainFor is missing (which is supposed to be the backlink of the msDS-HasDomainNCs attribute. Our schema is extracted from windows 2003, so we have the problem. As the NET-API-BECOME-DC test triggers this bug, windows 2003 seems to just skip creating a backlink. metze
| * s4:kludge_acl: just fake support for the SD_FLAGS controlStefan Metzmacher2008-10-021-0/+20
| | | | | | | | metze
| * s4:extended_dn: add support for <GUID=...>, <SID=...> or <WKGUID=...,DC=...> ↵Stefan Metzmacher2008-10-021-44/+355
| | | | | | | | | | | | | | | | as basedn We resolve them into the real basedn before do the real search. metze
| * s4:lib/ldb: fix stupid <SID=...> dn parsing bugsStefan Metzmacher2008-10-021-2/+2
| | | | | | | | metze
| * The IRIX compiler does not like embedded unnamed unionsVolker Lendecke2008-10-0214-168/+183
| |
| * Attempt to fix the build on IRIXVolker Lendecke2008-10-024-6/+6
| | | | | | | | Under irix, "sa_family" is a #define to sa_union.sa_generic.sa_family2
| * Fix bug 5798: "CFLAGS info lost in configure"Volker Lendecke2008-10-021-1/+1
| | | | | | | | | | | | | | | | Michael, please check and merge to the other branches if it's right. Thanks, Volker
| * Fix bug #5080. Access to cups-printers via samba broken with cups 1.3.4, ↵Jeremy Allison2008-10-011-90/+251
| | | | | | | | | | | | | | | | | | Unsupported character set. Cups 1.3.4 expects utf8 to be used in all messages to/from the server. We may be using a different character set so we need to use talloc utf8 push/pull functions in all communication. Needs more testing. Don't release until I've done a thorough test. I also have a version for 3.2.x. Jeremy.