summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* wintest: cope with delays in w2k3 starting its DRS serverAndrew Tridgell2010-12-011-1/+1
| | | | | w2k3 brings up its DRS server quite a long time after its other services
* s4-drs: the options attribute is optional on NTDSDSA objectsAndrew Tridgell2010-12-011-1/+1
|
* wintest: wait for the windows DC to register its DNS nameAndrew Tridgell2010-12-011-0/+3
| | | | | | | after a windows DC uses dcpromo to join our domain, it can take a while for it to register its DNS name Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-provision: remove the disabled bit in the dns-$HOSTNAME accountAndrew Tridgell2010-12-011-1/+1
|
* wintest: fixed casefold handling in expect callsAndrew Tridgell2010-12-011-1/+6
|
* waf: less verbose message for failing to resolve a syslib pathAndrew Tridgell2010-12-011-1/+1
|
* waf: use Logs.warn() instead of print() in the symbol check codeAndrew Tridgell2010-12-011-1/+1
|
* pygensec: Fix initialization.Jelmer Vernooij2010-12-011-1/+1
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Dec 1 02:33:06 CET 2010 on sn-devel-104
* pytalloc: Make py_talloc_default_cmp private.Jelmer Vernooij2010-12-013-14/+15
|
* pytalloc: Make py_talloc_dealloc private.Jelmer Vernooij2010-12-013-14/+11
|
* pytalloc: Make py_talloc_default_repr private (now exposed by talloc.Object).Jelmer Vernooij2010-12-013-15/+12
|
* pyparam: Use talloc.Object.Jelmer Vernooij2010-12-011-2/+6
|
* pyregistry: Use talloc.Object.Jelmer Vernooij2010-12-011-4/+9
|
* pyauth: Use talloc.Object.Jelmer Vernooij2010-12-011-3/+5
|
* pygensec: Use talloc.Object.Jelmer Vernooij2010-12-011-1/+4
|
* pycredentials: Use talloc.Object.Jelmer Vernooij2010-12-011-2/+5
|
* pytalloc: Expose PyTalloc_GetObjectTypeJelmer Vernooij2010-12-012-2/+3
|
* pidl/python: Allow import of talloc, even though it doesn't live in theJelmer Vernooij2010-12-011-10/+22
| | | | samba.dcerpc. namespace.
* pidl: Allow more flexibility importing modules using convenience function.Jelmer Vernooij2010-12-011-7/+9
|
* pytalloc: Add convenience function for checking if something is a tallocJelmer Vernooij2010-12-012-0/+29
| | | | object.
* pidl: Base new objects off of talloc object.Jelmer Vernooij2010-12-011-4/+4
|
* waf: added a help target for the other waf buildsAndrew Tridgell2010-12-011-1/+6
| | | | | | | this lets the s3 waf build use "make help" Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Dec 1 01:47:50 CET 2010 on sn-devel-104
* s4-build: added a 'make help' targetAndrew Tridgell2010-12-011-1/+6
|
* s4-provision: fixed check for missing msDS-SupportedEncryptionTypesAndrew Tridgell2010-12-011-3/+2
| | | | thanks to Jelmer for spotting this
* wintest: make expect calls case insensitive by defaultAndrew Tridgell2010-12-011-7/+10
|
* wintest: added --vms optionAndrew Tridgell2010-12-012-9/+24
| | | | this allows you to run tests associated with a specified list of VMs
* heimdal: fix for w2000 from lhaAndrew Tridgell2010-12-011-2/+14
| | | | | Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Dec 1 00:59:59 CET 2010 on sn-devel-104
* s4-dns: catch all DNS exceptions in samba_dnsupdateAndrew Tridgell2010-12-011-4/+8
|
* s4-smb_server Return why the ntvfs_connect() failed.Andrew Bartlett2010-12-011-1/+1
| | | | Andrew Bartlett
* s4-librpc Handle all types of GUID in the GUID() initialiserAndrew Bartlett2010-12-011-3/+11
| | | | | | | By taking a length-limited string, we can parse binary and string GUID values, which is particularly useful when reading from ldb. Andrew Bartlett
* s3-waf: convert RPC_LSARPC into a subsystem.Günther Deschner2010-12-012-4/+9
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Dec 1 00:13:58 CET 2010 on sn-devel-104
* s3-waf: convert RPC_SAMR into a subsystem.Günther Deschner2010-11-302-5/+9
| | | | Guenther
* s3-waf: convert INIT_SAMR into a subsystem.Günther Deschner2010-11-301-10/+10
| | | | Guenther
* s3-waf: convert INIT_NETLOGON into a subsystem.Günther Deschner2010-11-301-10/+9
| | | | Guenther
* s3-waf: convert INIT_LSA into a subsystem.Günther Deschner2010-11-301-12/+10
| | | | Guenther
* talloc: Add talloc object.Jelmer Vernooij2010-11-301-0/+15
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Tue Nov 30 23:26:56 CET 2010 on sn-devel-104
* s3-waf: fix LIBNBT deps.Günther Deschner2010-11-301-2/+2
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Nov 30 22:39:05 CET 2010 on sn-devel-104
* s3-waf: convert IDMAP_AD into a subsystem.Günther Deschner2010-11-301-4/+12
| | | | Guenther
* s3-waf: convert IDMAP_HASH into a subsystem.Günther Deschner2010-11-301-2/+8
| | | | Guenther
* s3-waf: convert IDMAP_ADEX into a subsystem.Günther Deschner2010-11-301-2/+8
| | | | Guenther
* s3-waf: no need to compile ../librpc/ndr/ndr_compression.c twice.Günther Deschner2010-11-301-4/+1
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Nov 30 19:52:59 CET 2010 on sn-devel-104
* s3-waf: use LIBCLI_NDR_NETLOGON.Günther Deschner2010-11-301-4/+2
| | | | Guenther
* s3-waf: convert LIBNBT into a subsystem.Günther Deschner2010-11-301-3/+7
| | | | Guenther
* s3-waf: convert SPNEGO_PARSE into a subsystem.Günther Deschner2010-11-301-4/+7
| | | | Guenther
* s3-waf: use SLCACHE in ntlm_auth.Günther Deschner2010-11-301-3/+2
| | | | Guenther
* s3-waf: use TLDAP in smbtorture.Günther Deschner2010-11-301-2/+2
| | | | Guenther
* s3-waf: convert NPA_TSTREAM into a subsystem.Günther Deschner2010-11-301-6/+9
| | | | Guenther
* s3-waf: add LIBDRSUAPI subsystem.Günther Deschner2010-11-301-8/+8
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Nov 30 18:58:42 CET 2010 on sn-devel-104
* s3-waf: let SMBD_BASE depend on NDR_NOTIFY.Günther Deschner2010-11-301-3/+2
| | | | Guenther
* s3-waf: let LIBSMB (in fact LIBNBT) depend on NDR_NBT.Günther Deschner2010-11-301-3/+2
| | | | Guenther