[SCM] Samba Shared Repository - branch master updated

2010-04-20 Thread Andrew Tridgell
The branch, master has been updated via f1c5239... pytalloc: ensure talloc_ctx is directly after PyObject_HEAD via 45be1c7... talloc: there is no ambiguity when freeing a ptr with a null parent via 773a8af... tdb: update tdb ABI to use hide_symbols=True via

[SCM] Samba Shared Repository - branch master updated

2010-04-20 Thread Matthias Dieter Wallnöfer
The branch, master has been updated via 39d612f... s4:torture/rpc/netlogon.c - fix typo from f1c5239... pytalloc: ensure talloc_ctx is directly after PyObject_HEAD http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log

[SCM] Samba Shared Repository - branch master updated

2010-04-20 Thread Matthias Dieter Wallnöfer
The branch, master has been updated via 41716a8... s4:netlogon RPC - fill_one_domain_info - use lp_workgroup for the DC short domainname discovery from 39d612f... s4:torture/rpc/netlogon.c - fix typo http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log

[SCM] Samba Shared Repository - branch master updated

2010-04-20 Thread Günther Deschner
The branch, master has been updated via 58549ab... s3-spoolss: fix winreg spoolss helper call documentation. via 7e4eb13... s3-spoolss: avoid passing down full struct pipes_struct. from 41716a8... s4:netlogon RPC - fill_one_domain_info - use lp_workgroup for the DC short

[SCM] Samba Shared Repository - branch master updated

2010-04-20 Thread Andrew Tridgell
The branch, master has been updated via ac11b61... s4-net: don't show a full python exception when you can't open sam.ldb via 9b66b7a... s4-net: show a list of commands when someone runs net with no arguments via 1f7da85... s4-python: added PYTHONDIR to python search path

[SCM] Samba Shared Repository - branch master updated

2010-04-20 Thread Günther Deschner
The branch, master has been updated via 4f5298c... s4-smbtorture: add test for csetprinter field behaviour in printer info level 0. from ac11b61... s4-net: don't show a full python exception when you can't open sam.ldb http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master -

Re: [SCM] Samba Shared Repository - branch master updated

2010-04-20 Thread Jelmer Vernooij
On Mon, 2010-04-19 at 12:26 -0400, simo wrote: On Mon, 2010-04-19 at 18:17 +0200, Stefan (metze) Metzmacher wrote: Matthias Dieter Wallnöfer schrieb: Sorry Jelmer, this wasn't clear (to prevent the use of TALLOC_FREE). But a real issue is the fact that we have already approximately

Re: [SCM] Samba Shared Repository - branch master updated

2010-04-20 Thread Jelmer Vernooij
Hi Tridge, On Tue, 2010-04-20 at 01:11 -0500, Andrew Tridgell wrote: The branch, master has been updated via f1c5239... pytalloc: ensure talloc_ctx is directly after PyObject_HEAD via 45be1c7... talloc: there is no ambiguity when freeing a ptr with a null parent via

[SCM] Samba Shared Repository - branch master updated

2010-04-20 Thread Andrew Tridgell
The branch, master has been updated via b4b43fc... s4-netlogon: fixed dc_unc and dc_address_type via 5e69259... build: added uname display and SYSTEM_UNAME define via a9f5bfb... util-runcmd: ignore spurious ECHILD errors from 4f5298c... s4-smbtorture: add test for

[SCM] Samba Shared Repository - branch master updated

2010-04-20 Thread Stefan Metzmacher
The branch, master has been updated via 7e9e529... s4:dynconfig: fix the autoconf build and pass -DPYTHONDIR=\$(pythondir)\ via 135208d... s4:rpc_server/netlogon: add no memory checks from b4b43fc... s4-netlogon: fixed dc_unc and dc_address_type

[SCM] Samba Shared Repository - branch master updated

2010-04-20 Thread Günther Deschner
The branch, master has been updated via 0833c96... s4-smbtorture: add function to get a printserver's environment. via 545ef2c... s4-smbtorture: simplify macros used in PrinterInfo winreg consistency teste. via e647b8c... s4-smbtorture: refactor test_GetPrinterDriver2().

[SCM] Samba Shared Repository - branch master updated

2010-04-20 Thread Günther Deschner
The branch, master has been updated via 6bf4dbb... s4-smbtorture: add spoolss DriverInfo and winreg consistency test. from 0833c96... s4-smbtorture: add function to get a printserver's environment. http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log

[SCM] Samba Shared Repository - branch master updated

2010-04-20 Thread Jim McDonough
The branch, master has been updated via a22f03e... Display an error on net conf import failures. from 6bf4dbb... s4-smbtorture: add spoolss DriverInfo and winreg consistency test. http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log

[SCM] Samba Shared Repository - branch master updated

2010-04-20 Thread Jim McDonough
The branch, master has been updated via 61bdffb... Fix i18n of net conf import error message. from a22f03e... Display an error on net conf import failures. http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log

Re: TALLOC_FREE()

2010-04-20 Thread tridge
Hi Jelmer, It would be nice to standardize on one or the other though rather than using a strange mix of both. Should we encourage the use of TALLOC_FREE() over talloc_free() ? They are different calls. We certainly should not deprecate the use of talloc_free(). A TALLOC_FREE() only makes

[SCM] Samba Shared Repository - branch master updated

2010-04-20 Thread Andrew Tridgell
The branch, master has been updated via 5e695de... s4-upgradeprovision: fixed --realm option duplicate in upgrade_from_s3 via 2edff9f... s4-drs: accept zero revision in drs selftest via 8fdfcde... s4-provision: cope with --realm being in getopt.py via b0a73fb...