summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
* Import tests for subunit python module.Jelmer Vernooij2008-10-086-0/+854
|
* Move subunit helper utility to specific subunit directory.Jelmer Vernooij2008-10-082-37/+1
|
* Allow 'make testenv-dc', 'make testenv-member', etc.Jelmer Vernooij2008-10-081-0/+3
|
* 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 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
|
* 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
* Merge commit 'master/master'Andrew Tridgell2008-10-0318-198/+577
|\
| * 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
| * s4:setup: add wellknownObjects to the domain objectStefan Metzmacher2008-10-021-0/+8
| | | | | | | | metze
| * 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-029-118/+120
| |
* | fixed the partition module and the GC handlingAndrew Tridgell2008-10-031-4/+38
| | | | | | | | | | | | | | | | | | | | - when multiple partitions are searched, consider the search a success if any of the partitions return success - only search the right subset of partitions, looking at the scope and basedn of the search This fixes several errors with GC searches
* | fixed the sense of ldb base dn comparisons in two places, and use aAndrew Tridgell2008-10-023-5/+5
| | | | | | | | | | | | direct comparison instead of a sub-tree comparison in another this fixes basedn searches on the global catalog port
* | fixed a talloc error in the rpc handle desctructor - destructorsAndrew Tridgell2008-10-021-1/+0
| | | | | | | | should not try to free the ptr they are given
* | we need to listen on all interfaces in the CLDAP server as the windowsAndrew Tridgell2008-10-021-8/+9
| | | | | | | | CDLAP client ignores replies from the wrong IP
* | add a test for a LSA lookupnames with a NULL stringAndrew Tridgell2008-09-301-4/+5
| |
* | handle NULL strings in strchr_m() and strrchr_m()Andrew Tridgell2008-09-301-0/+7
| | | | | | | | | | This is needed for the LSA server code which needs to cope with a NULL names passed to lsa_LookupNames3()
* | fixed a number of places in our LSA server where we should return theAndrew Tridgell2008-09-302-12/+14
|/ | | | | sid/name array even when all are unmapped. If we don't fill in the array then the windows client runtime crashes
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell2008-09-3091-392/+1567
|\
| * Use a getatr instead to make things cleaner.root2008-09-301-2/+4
| | | | | | | | Jeremy.
| * Add in test name visible on the wire or in debug logs so you can see when ↵Jeremy Allison2008-09-301-16/+17
| | | | | | | | | | | | particular tests start. Jeremy.
| * Use UTF8 rather than the possibly different UNIX charset.Matthias Dieter Wallnöfer2008-09-301-3/+3
| |
| * Move Samba4-specific files into source4/Jelmer Vernooij2008-09-303-0/+810
| |
| * Fix FHS flag, rename to --enable-fhs since it's a feature flagJelmer Vernooij2008-09-301-7/+12
| | | | | | | | and doesn't take any arguments.
| * Compare sids in samba3sam tests.Jelmer Vernooij2008-09-301-11/+21
| |
| * Make Sid member variables accessible from Python.Jelmer Vernooij2008-09-303-0/+128
| |
| * Enable winreg Python tests - authentication works now.Jelmer Vernooij2008-09-302-2/+2
| |
| * Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2008-09-3022-117/+261
| |\
| | * s4:drsblob: fix the buildStefan Metzmacher2008-09-302-29/+1
| | | | | | | | | | | | metze
| | * s4:smb_server/smb: FLAGS2_SMB_SECURITY_SIGNATURES should only be echoed, not ↵Stefan Metzmacher2008-09-301-5/+6
| | | | | | | | | | | | | | | | | | set always metze
| | * Rework to match new trustDomainPasswords IDLAndrew Bartlett2008-09-291-5/+5
| | |
| | * Fix parsing of the trust passwords in LSA CreateTrustedDomainEx*Andrew Bartlett2008-09-296-25/+60
| | |
| | * Use the new 'samba4' name for our internal hdb plugin.Andrew Bartlett2008-09-291-1/+1
| | |
| | * Rename hdb_ldb to hdb_samba4 and load as a plugin into the kdc.Andrew Bartlett2008-09-295-43/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This avoids one more custom patch to the Heimdal code, and provides a more standard way to produce hdb plugins in future. I've renamed from hdb_ldb to hdb_samba4 as it really is not generic ldb. Andrew Bartlett
| | * NetApp found that we never set the smb signing flags2.Andrew Bartlett2008-09-291-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | This was found during testing at the CIFS plugfest. No other client seems to honour or use this bit, but it is quite ligitimately required by the spec. Andrew Bartlett
| | * s4:selftest: make sure we test RPC-OBJECTUUID with sealStefan Metzmacher2008-09-301-1/+1
| | | | | | | | | | | | metze
| | * s4:torture/rpc: add RPC-OBJECTUUIDStefan Metzmacher2008-09-303-1/+89
| | | | | | | | | | | | | | | | | | | | | This test shows that object uuids should be ignored if they're present in a dcerpc request. metze
| | * s4:rpc_server: correctly handle dcerpc requests with object uuidsStefan Metzmacher2008-09-302-6/+12
| | | | | | | | | | | | metze
| | * s4:librpc/rpc: correctly sign or seal rpc request with an object guidStefan Metzmacher2008-09-301-2/+4
| | | | | | | | | | | | metze