summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* s4:setup/provision_rootdse_add.ldif - provide informations in the right orderMatthias Dieter Wallnöfer2010-10-052-3/+3
| | | | | | | Doesn't change much - but nicer to read. Btw: is the testdata/samba3 stuff still needed ("provision_samba3sam.ldif"...)? It seems a bit outdated.
* s3-selftest: enable smb2 torture tests against samba3.Günther Deschner2010-10-053-1/+6
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Oct 5 14:38:07 UTC 2010 on sn-devel-104
* s4-selftest: move spoolss to skip list.Günther Deschner2010-10-052-1/+1
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Oct 5 13:51:28 UTC 2010 on sn-devel-104
* libndr: fix "excess elements in struct initializer" warning.Günther Deschner2010-10-051-0/+1
| | | | Guenther
* s3-reg_parse: fix uninitialized variable in srprs_key().Günther Deschner2010-10-051-1/+1
| | | | Guenther
* s3-libndr: handle NDR_ERR_IPV6ADDRESS case in ndr_errstr().Günther Deschner2010-10-051-0/+3
| | | | Guenther
* land: Fix failure detection.Jelmer Vernooij2010-10-051-33/+39
| | | | | | | What subprocess.Popen.poll() returns is a exit code, not a status. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Tue Oct 5 13:05:25 UTC 2010 on sn-devel-104
* land: Simplify retry checker.Jelmer Vernooij2010-10-051-20/+30
|
* s4-provision: Reset "debuglevel" after "provision" take placeKamen Mazdrashki2010-10-051-7/+9
| | | | | | | | Otherwise "provision" resets our current debug level and we don't get debug messages we may expect onwards Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Tue Oct 5 11:32:50 UTC 2010 on sn-devel-104
* s4-libnet_vampire: Reparent result.lp_ctx - we have already referenced itKamen Mazdrashki2010-10-051-1/+1
| | | | | which leads to warning that we are trying to steal a context with references
* s4-test: Fix PYTHONPATH for python.drs_ testsKamen Mazdrashki2010-10-051-2/+2
|
* s4-test: Use absolute path for 'samba4srcdir'Kamen Mazdrashki2010-10-051-1/+1
|
* s3-waf: convert NSS_INFO into a subsystem.Günther Deschner2010-10-052-8/+52
| | | | | | | | | We don't do the fancy symlinking to idmap modules though. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Oct 5 10:50:53 UTC 2010 on sn-devel-104
* s3-waf: add RPCCLI_WINREG subsystem.Günther Deschner2010-10-051-11/+9
| | | | Guenther
* s3: Stop using the write cache after an oplock breakVolker Lendecke2010-10-051-0/+1
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Oct 5 10:09:38 UTC 2010 on sn-devel-104
* s4:samldb LDB module - simplify/unify the message handling on add and modify ↵Matthias Dieter Wallnöfer2010-10-051-28/+54
| | | | | | | | | | | | | | operations - Perform only shallow copies (should be enough) - Perform only one copy per operation (also on modifications) - Build a new request on modify operations if needed ("modified" flag) - this makes it look cleaner - Fix an important bug: the "el" pointers could have changed after modifications. Therefore we have to refresh them on the FLAG_DELETE checks Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Tue Oct 5 09:24:57 UTC 2010 on sn-devel-104
* s4:samldb LDB module - assign better memory contexts on two placesMatthias Dieter Wallnöfer2010-10-051-2/+2
|
* s4:kdc - use "userAccountControl" always unsignedMatthias Dieter Wallnöfer2010-10-053-5/+5
| | | | It doesn't change much but it's nicer to have it consistent.
* s4:ldb_modules.c - fix a typoMatthias Dieter Wallnöfer2010-10-051-1/+1
|
* s4-test: changed the gentest test to use a fixed seed.Andrew Tridgell2010-10-051-1/+1
| | | | | | | we need our test suite to produce repeatable results Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Tue Oct 5 08:43:00 UTC 2010 on sn-devel-104
* torture: complete dfs referral testsMatthieu Patou2010-10-052-10/+59
| | | | | Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Tue Oct 5 08:01:39 UTC 2010 on sn-devel-104
* dfs: Fix wrong size of referral, change order of dc referralMatthieu Patou2010-10-051-5/+12
| | | | | Order of referral is now like w2k8/w2k8r2 as it seems it has an influence on how clients manage to get it.
* idl: dfsblobs fix glitches in the implementationMatthieu Patou2010-10-051-2/+2
|
* ndr: Handle the case of string array with all null terminated stringsMatthieu Patou2010-10-051-4/+16
|
* waf: workaround for the 'make install' breakageAndrew Tridgell2010-10-051-4/+4
| | | | | | | | This is a temporary workaround until Jelmer gets a chance to look at this Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Tue Oct 5 06:57:59 UTC 2010 on sn-devel-104
* Add missing dependencies for com_err.Jelmer Vernooij2010-10-0513-21/+31
|
* ldb: Refer to ldb(3), not ldb(7).Jelmer Vernooij2010-10-056-13/+13
|
* heimdal-build: Simplify calls to convenience functions.Jelmer Vernooij2010-10-051-116/+94
|
* heimdal-build: Add HEIMDAL_BINARY convenience method.Jelmer Vernooij2010-10-051-24/+80
|
* heimdal-build: Implement HEIMDAL_LIBRARY with fewer wafsamba functions.Jelmer Vernooij2010-10-051-9/+50
|
* heimdal-build: Add heimdal specific subsystem function.Jelmer Vernooij2010-10-051-10/+52
|
* heimdal-build: Add custom heimdal generator.Jelmer Vernooij2010-10-051-7/+32
|
* heimdal: Fix name of hx509 library.Jelmer Vernooij2010-10-054-13/+13
|
* heimdal: Fix name of kdc library.Jelmer Vernooij2010-10-052-2/+2
|
* heimdal: Fix name of 'hdb'.Jelmer Vernooij2010-10-052-13/+13
|
* heimdal: Fix library name of heimntlm.Jelmer Vernooij2010-10-051-5/+5
|
* heimdal: Fix library name of gssapi.Jelmer Vernooij2010-10-055-5/+5
|
* heimdal: Fix names of roken, wind libraries.Jelmer Vernooij2010-10-051-26/+26
|
* unittests: add a test to avoid regression on previous fixMatthieu Patou2010-10-041-0/+5
| | | | | Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Mon Oct 4 20:23:31 UTC 2010 on sn-devel-104
* unittests: makes the unit tests for ldb.python back in orderMatthieu Patou2010-10-041-1/+1
|
* pyldb: test return code before trying to talloc_stealMatthieu Patou2010-10-041-2/+2
| | | | | Otherwise you can have an error on the talloc_steal as the req can have been not talloced yet
* s4:ldap_server: rewrite to socket layer to use tstreamStefan Metzmacher2010-10-044-308/+697
| | | | | | | This should make our sasl and tls handling much more robust against partial sent pdus. metze
* dnsp: Add support for parsing HINFO recordsKai Blin2010-10-041-0/+6
| | | | | Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Mon Oct 4 19:41:38 UTC 2010 on sn-devel-104
* dnsp: Parse TXT recordsKai Blin2010-10-046-1/+66
|
* dnsp: Add MX record parsingKai Blin2010-10-041-0/+6
|
* dnsp: Allow parsing of AAAA recordsKai Blin2010-10-041-0/+1
|
* ndr: Implement push function for IPv6 addressesKai Blin2010-10-043-4/+18
| | | | | Thanks to Julien Kerihuel for providing the patch that pushed me to finish my own IPv6 patches.
* ndr: Add support for pulling/printing an ipv6address typeKai Blin2010-10-044-4/+55
|
* IDL: More types for the DNSP IDL fileKai Blin2010-10-041-2/+23
|
* s4:dsdb/common/util.c - change the usage of the RECYCLED controlMatthias Dieter Wallnöfer2010-10-041-1/+4
| | | | | | | | | | | | Use it only in conjunction with the DELETE one to allow the functions to work also against Windows < 2008R2. This is really important for the vampire operation. Also mark the RECYCLED control as non-critical (so that it's simply ignored by older Windows'es). Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Mon Oct 4 16:10:11 UTC 2010 on sn-devel-104