Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-01 | pytalloc: Make py_talloc_default_repr private (now exposed by talloc.Object). | Jelmer Vernooij | 3 | -15/+12 | |
2010-12-01 | pyparam: Use talloc.Object. | Jelmer Vernooij | 1 | -2/+6 | |
2010-12-01 | pyregistry: Use talloc.Object. | Jelmer Vernooij | 1 | -4/+9 | |
2010-12-01 | pyauth: Use talloc.Object. | Jelmer Vernooij | 1 | -3/+5 | |
2010-12-01 | pygensec: Use talloc.Object. | Jelmer Vernooij | 1 | -1/+4 | |
2010-12-01 | pycredentials: Use talloc.Object. | Jelmer Vernooij | 1 | -2/+5 | |
2010-12-01 | pytalloc: Expose PyTalloc_GetObjectType | Jelmer Vernooij | 2 | -2/+3 | |
2010-12-01 | pidl/python: Allow import of talloc, even though it doesn't live in the | Jelmer Vernooij | 1 | -10/+22 | |
samba.dcerpc. namespace. | |||||
2010-12-01 | pidl: Allow more flexibility importing modules using convenience function. | Jelmer Vernooij | 1 | -7/+9 | |
2010-12-01 | pytalloc: Add convenience function for checking if something is a talloc | Jelmer Vernooij | 2 | -0/+29 | |
object. | |||||
2010-12-01 | pidl: Base new objects off of talloc object. | Jelmer Vernooij | 1 | -4/+4 | |
2010-12-01 | waf: added a help target for the other waf builds | Andrew Tridgell | 1 | -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 | |||||
2010-12-01 | s4-build: added a 'make help' target | Andrew Tridgell | 1 | -1/+6 | |
2010-12-01 | s4-provision: fixed check for missing msDS-SupportedEncryptionTypes | Andrew Tridgell | 1 | -3/+2 | |
thanks to Jelmer for spotting this | |||||
2010-12-01 | wintest: make expect calls case insensitive by default | Andrew Tridgell | 1 | -7/+10 | |
2010-12-01 | wintest: added --vms option | Andrew Tridgell | 2 | -9/+24 | |
this allows you to run tests associated with a specified list of VMs | |||||
2010-12-01 | heimdal: fix for w2000 from lha | Andrew Tridgell | 1 | -2/+14 | |
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Dec 1 00:59:59 CET 2010 on sn-devel-104 | |||||
2010-12-01 | s4-dns: catch all DNS exceptions in samba_dnsupdate | Andrew Tridgell | 1 | -4/+8 | |
2010-12-01 | s4-smb_server Return why the ntvfs_connect() failed. | Andrew Bartlett | 1 | -1/+1 | |
Andrew Bartlett | |||||
2010-12-01 | s4-librpc Handle all types of GUID in the GUID() initialiser | Andrew Bartlett | 1 | -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 | |||||
2010-12-01 | s3-waf: convert RPC_LSARPC into a subsystem. | Günther Deschner | 2 | -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 | |||||
2010-11-30 | s3-waf: convert RPC_SAMR into a subsystem. | Günther Deschner | 2 | -5/+9 | |
Guenther | |||||
2010-11-30 | s3-waf: convert INIT_SAMR into a subsystem. | Günther Deschner | 1 | -10/+10 | |
Guenther | |||||
2010-11-30 | s3-waf: convert INIT_NETLOGON into a subsystem. | Günther Deschner | 1 | -10/+9 | |
Guenther | |||||
2010-11-30 | s3-waf: convert INIT_LSA into a subsystem. | Günther Deschner | 1 | -12/+10 | |
Guenther | |||||
2010-11-30 | talloc: Add talloc object. | Jelmer Vernooij | 1 | -0/+15 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Tue Nov 30 23:26:56 CET 2010 on sn-devel-104 | |||||
2010-11-30 | s3-waf: fix LIBNBT deps. | Günther Deschner | 1 | -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 | |||||
2010-11-30 | s3-waf: convert IDMAP_AD into a subsystem. | Günther Deschner | 1 | -4/+12 | |
Guenther | |||||
2010-11-30 | s3-waf: convert IDMAP_HASH into a subsystem. | Günther Deschner | 1 | -2/+8 | |
Guenther | |||||
2010-11-30 | s3-waf: convert IDMAP_ADEX into a subsystem. | Günther Deschner | 1 | -2/+8 | |
Guenther | |||||
2010-11-30 | s3-waf: no need to compile ../librpc/ndr/ndr_compression.c twice. | Günther Deschner | 1 | -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 | |||||
2010-11-30 | s3-waf: use LIBCLI_NDR_NETLOGON. | Günther Deschner | 1 | -4/+2 | |
Guenther | |||||
2010-11-30 | s3-waf: convert LIBNBT into a subsystem. | Günther Deschner | 1 | -3/+7 | |
Guenther | |||||
2010-11-30 | s3-waf: convert SPNEGO_PARSE into a subsystem. | Günther Deschner | 1 | -4/+7 | |
Guenther | |||||
2010-11-30 | s3-waf: use SLCACHE in ntlm_auth. | Günther Deschner | 1 | -3/+2 | |
Guenther | |||||
2010-11-30 | s3-waf: use TLDAP in smbtorture. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2010-11-30 | s3-waf: convert NPA_TSTREAM into a subsystem. | Günther Deschner | 1 | -6/+9 | |
Guenther | |||||
2010-11-30 | s3-waf: add LIBDRSUAPI subsystem. | Günther Deschner | 1 | -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 | |||||
2010-11-30 | s3-waf: let SMBD_BASE depend on NDR_NOTIFY. | Günther Deschner | 1 | -3/+2 | |
Guenther | |||||
2010-11-30 | s3-waf: let LIBSMB (in fact LIBNBT) depend on NDR_NBT. | Günther Deschner | 1 | -3/+2 | |
Guenther | |||||
2010-11-30 | s3-waf: let LIBSMB (in fact LIBNBT) depend on NDR_SVCCTL. | Günther Deschner | 1 | -4/+2 | |
Guenther | |||||
2010-11-30 | s3-waf: convert LIBCLI_SPOOLSS into a subsystem. | Günther Deschner | 1 | -10/+12 | |
Guenther | |||||
2010-11-30 | s3-waf: convert RPCCLI_EPMAPPER into a subsystem. | Günther Deschner | 1 | -7/+7 | |
Guenther | |||||
2010-11-30 | s3-waf: convert RPCCLI_EVENTLOG into a subsystem. | Günther Deschner | 1 | -6/+5 | |
Guenther | |||||
2010-11-30 | s3-waf: convert RPCCLI_NTSVCS into a subsystem. | Günther Deschner | 1 | -6/+5 | |
Guenther | |||||
2010-11-30 | s3-waf: convert RPCCLI_DRSUAPI into a subsystem. | Günther Deschner | 1 | -7/+6 | |
Guenther | |||||
2010-11-30 | s3-waf: convert RPCCLI_DFS into a subsystem. | Günther Deschner | 1 | -6/+5 | |
Guenther | |||||
2010-11-30 | s3-waf: convert RPCCLI_INITSHUTDOWN into a subsystem. | Günther Deschner | 1 | -7/+6 | |
Guenther | |||||
2010-11-30 | s3-waf: convert RPCCLI_DSSETUP into a subsystem. | Günther Deschner | 1 | -9/+7 | |
Guenther | |||||
2010-11-30 | s3-waf: convert RPCCLI_SVCCTL into a subsystem. | Günther Deschner | 1 | -6/+5 | |
Guenther |