svn commit: samba r20273 - in branches: SAMBA_3_0/source/libads SAMBA_3_0_24/source/libads

2006-12-20 Thread gd
Author: gd Date: 2006-12-20 10:54:09 + (Wed, 20 Dec 2006) New Revision: 20273 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20273 Log: Map KRB5_KDCREP_SKEW to NT_STATUS_TIME_DIFFERENCE_AT_DC. This gives much nicer error messages when failing to join due to clock

svn commit: samba r20274 - in branches/SAMBA_4_0/source/auth/kerberos: .

2006-12-20 Thread metze
Author: metze Date: 2006-12-20 12:49:11 + (Wed, 20 Dec 2006) New Revision: 20274 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20274 Log: add missing return statement and make it more explicit that we return a NULL DATA_BLOB metze Modified:

svn commit: samba r20275 - in branches/SAMBA_4_0/source/auth/kerberos: .

2006-12-20 Thread metze
Author: metze Date: 2006-12-20 12:50:03 + (Wed, 20 Dec 2006) New Revision: 20275 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20275 Log: we should check for the oid the caller gave us! metze Modified: branches/SAMBA_4_0/source/auth/kerberos/gssapi_parse.c

svn commit: samba r20276 - in branches/SAMBA_4_0/source/libcli/util: .

2006-12-20 Thread metze
Author: metze Date: 2006-12-20 12:51:29 + (Wed, 20 Dec 2006) New Revision: 20276 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20276 Log: remove unneeded talloc_strdup() metze Modified: branches/SAMBA_4_0/source/libcli/util/asn1.c Changeset: Modified:

svn commit: samba r20277 - in branches/SAMBA_4_0/source/libcli/util: .

2006-12-20 Thread metze
Author: metze Date: 2006-12-20 12:53:58 + (Wed, 20 Dec 2006) New Revision: 20277 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20277 Log: make sure the asn1 structure has a welldefined state after a asn1_free() metze Modified:

svn commit: samba r20278 - in branches/SAMBA_4_0/source/librpc: . idl ndr

2006-12-20 Thread metze
Author: metze Date: 2006-12-20 13:05:13 + (Wed, 20 Dec 2006) New Revision: 20278 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20278 Log: make it possible to use oid strings in the drsuapi instead of uint8_t arrays with ber encoded oid's metze Added:

svn commit: samba r20279 - in branches: SAMBA_3_0/source/nsswitch SAMBA_3_0_24/source/nsswitch

2006-12-20 Thread gd
Author: gd Date: 2006-12-20 14:23:41 + (Wed, 20 Dec 2006) New Revision: 20279 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20279 Log: Fix winbind segfault in winbindd_getsidaliases. Jeremy: sidstr formerly could be NULL (when num_aliases was 0), since we strdup

svn commit: samba r20280 - in branches/SAMBA_4_0/source/librpc/ndr: .

2006-12-20 Thread metze
Author: metze Date: 2006-12-20 14:44:14 + (Wed, 20 Dec 2006) New Revision: 20280 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20280 Log: if the uint8_t array starts with 0xFF, then it's not a OID and we return the array as hexstring. this is always in the last

svn commit: samba r20281 - in branches/SAMBA_4_0/source/librpc/ndr: .

2006-12-20 Thread metze
Author: metze Date: 2006-12-20 14:47:07 + (Wed, 20 Dec 2006) New Revision: 20281 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20281 Log: remove debug statement metze Modified: branches/SAMBA_4_0/source/librpc/ndr/ndr_drsuapi.c Changeset: Modified:

svn commit: samba r20282 - in branches/SAMBA_4_0/source/libnet: .

2006-12-20 Thread metze
Author: metze Date: 2006-12-20 14:49:40 + (Wed, 20 Dec 2006) New Revision: 20282 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20282 Log: prepare callback infrastructure to check if the forest/domain behaviors and the schema version is what the caller expects.

svn commit: samba r20283 - in branches/SAMBA_4_0/source: libnet torture/libnet

2006-12-20 Thread metze
Author: metze Date: 2006-12-20 15:34:32 + (Wed, 20 Dec 2006) New Revision: 20283 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20283 Log: pass in callbacks to libnet_BecomeDC() from the caller and implement the check_options call metze Modified:

svn commit: samba r20284 - in branches/SAMBA_4_0/source: libcli/util librpc/ndr

2006-12-20 Thread idra
Author: idra Date: 2006-12-20 15:51:02 + (Wed, 20 Dec 2006) New Revision: 20284 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20284 Log: Simplify OID primitive BER parsing. Do not require an artificial ASN.1 context to be setup. Simo. Modified:

svn commit: samba r20285 - in branches/SAMBA_4_0/source: libnet torture/libnet

2006-12-20 Thread metze
Author: metze Date: 2006-12-20 16:34:35 + (Wed, 20 Dec 2006) New Revision: 20285 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20285 Log: pass more info to check_options hook and move behavior versions etc. to the domain and forest structures metze Modified:

Rev 45: Made receiver handle partial packets. in http://samba.org/~tridge/psomogyi/

2006-12-20 Thread psomogyi
revno: 45 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Peter Somogyi [EMAIL PROTECTED] branch nick: ctdb timestamp: Wed 2006-12-20 17:42:58 +0100 message: Made receiver handle partial

svn commit: samba r20286 - in branches/SAMBA_4_0/source/librpc/ndr: .

2006-12-20 Thread metze
Author: metze Date: 2006-12-20 16:53:29 + (Wed, 20 Dec 2006) New Revision: 20286 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20286 Log: handle the non oid string cases for pushing too metze Modified: branches/SAMBA_4_0/source/librpc/ndr/ndr_drsuapi.c

svn commit: samba r20287 - in branches: SAMBA_3_0/source/nsswitch SAMBA_3_0_24/source/nsswitch

2006-12-20 Thread jerry
Author: jerry Date: 2006-12-20 16:57:10 + (Wed, 20 Dec 2006) New Revision: 20287 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20287 Log: Allow a NULL sid when setting up the list of trusted domains. Modified:

svn commit: samba r20288 - in branches/SAMBA_4_0/source/librpc/ndr: .

2006-12-20 Thread metze
Author: metze Date: 2006-12-20 16:58:10 + (Wed, 20 Dec 2006) New Revision: 20288 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20288 Log: fix a mem leak and remove useless code metze Modified: branches/SAMBA_4_0/source/librpc/ndr/ndr_drsuapi.c Changeset:

svn commit: samba r20289 - in branches/SAMBA_3_0/source/nsswitch: .

2006-12-20 Thread idra
Author: idra Date: 2006-12-20 17:56:26 + (Wed, 20 Dec 2006) New Revision: 20289 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20289 Log: IDMAP is part of winbind but not the main process. Make sure we route all request to remote DCs via the main process so that

Rev 46: Added send queue. in http://samba.org/~tridge/psomogyi/

2006-12-20 Thread psomogyi
revno: 46 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Peter Somogyi [EMAIL PROTECTED] branch nick: ctdb timestamp: Wed 2006-12-20 19:16:30 +0100 message: Added send queue. TODO: check again reduce. modified:

svn commit: samba r20290 - in branches/SAMBA_3_0/source/nsswitch: .

2006-12-20 Thread idra
Author: idra Date: 2006-12-20 19:05:07 + (Wed, 20 Dec 2006) New Revision: 20290 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20290 Log: Remove unused call Modified: branches/SAMBA_3_0/source/nsswitch/idmap_nss.c Changeset: Modified:

svn commit: samba r20291 - in branches/SAMBA_4_0/source: libnet torture/libnet

2006-12-20 Thread metze
Author: metze Date: 2006-12-20 21:14:44 + (Wed, 20 Dec 2006) New Revision: 20291 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20291 Log: implement prepare_db hook of libnet_BecomeDC() metze Modified: branches/SAMBA_4_0/source/libnet/libnet_become_dc.c

svn commit: samba r20292 - in branches/SAMBA_4_0/source/libnet: .

2006-12-20 Thread metze
Author: metze Date: 2006-12-20 21:17:19 + (Wed, 20 Dec 2006) New Revision: 20292 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20292 Log: set ntds_dn_str if DsAddEntry() was successful metze Modified: branches/SAMBA_4_0/source/libnet/libnet_become_dc.c

svn commit: samba r20293 - in branches/SAMBA_4_0/source: libnet torture/libnet

2006-12-20 Thread metze
Author: metze Date: 2006-12-20 21:54:06 + (Wed, 20 Dec 2006) New Revision: 20293 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20293 Log: implement store chunk hook for libnet_BecomeDC() metze Modified: branches/SAMBA_4_0/source/libnet/libnet_become_dc.c

Rev 45: merged from peter in http://samba.org/~tridge/ctdb

2006-12-20 Thread tridge
revno: 45 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Andrew Tridgell [EMAIL PROTECTED] branch nick: tridge timestamp: Thu 2006-12-21 09:43:49 +1100 message: merged from peter modified:

svn commit: samba r20294 - in branches/SAMBA_4_0/source/libnet: .

2006-12-20 Thread abartlet
Author: abartlet Date: 2006-12-20 23:43:05 + (Wed, 20 Dec 2006) New Revision: 20294 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20294 Log: Without this we don't do the ADS join against Win2k3 SP1 Andrew Bartlett Modified:

Build status as of Thu Dec 21 00:00:02 2006

2006-12-20 Thread build
URL: http://build.samba.org/ --- /home/build/master/cache/broken_results.txt.old 2006-12-20 00:00:49.0 + +++ /home/build/master/cache/broken_results.txt 2006-12-21 00:00:07.0 + @@ -1,22 +1,22 @@ -Build status as of Wed Dec 20 00:00:02 2006 +Build status as of Thu Dec

svn commit: samba r20295 - in branches/SAMBA_4_0/source/torture/rpc: .

2006-12-20 Thread abartlet
Author: abartlet Date: 2006-12-21 00:22:20 + (Thu, 21 Dec 2006) New Revision: 20295 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20295 Log: Add a couple more tests to the CrackNames test. Modified: branches/SAMBA_4_0/source/torture/rpc/drsuapi_cracknames.c

svn commit: samba r20296 - in branches: SAMBA_3_0/source/libsmb SAMBA_3_0/source/nsswitch SAMBA_3_0_24/source/libsmb SAMBA_3_0_24/source/nsswitch

2006-12-20 Thread jra
Author: jra Date: 2006-12-21 00:43:21 + (Thu, 21 Dec 2006) New Revision: 20296 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20296 Log: If we're going to overwrite krb5.conf only do it for our primary domain. Jeremy. Modified:

svn commit: samba r20297 - in branches/SAMBA_4_0/source/torture/rpc: .

2006-12-20 Thread abartlet
Author: abartlet Date: 2006-12-21 00:53:38 + (Thu, 21 Dec 2006) New Revision: 20297 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20297 Log: Finally got to the bottom of why we were failing the RPC-CRACKNAMES test against my win2k3 domain. I have a child domain,

svn commit: samba r20298 - in branches/SAMBA_4_0/source: build/smb_build include pidl/tests

2006-12-20 Thread jelmer
Author: jelmer Date: 2006-12-21 01:51:35 + (Thu, 21 Dec 2006) New Revision: 20298 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20298 Log: Fix pidl tests (missing symlink..). Modified: branches/SAMBA_4_0/source/build/smb_build/makefile.pm

svn commit: samba r20299 - in branches/SAMBA_4_0/source/pidl/tests: .

2006-12-20 Thread jelmer
Author: jelmer Date: 2006-12-21 02:48:46 + (Thu, 21 Dec 2006) New Revision: 20299 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20299 Log: Disable two new tests that are apparently broken. Modified: branches/SAMBA_4_0/source/pidl/tests/Util.pm

svn commit: samba r20300 - in branches/SAMBA_4_0/source/librpc: .

2006-12-20 Thread jelmer
Author: jelmer Date: 2006-12-21 03:39:33 + (Thu, 21 Dec 2006) New Revision: 20300 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20300 Log: Trim number of shared libs significantly. Modified: branches/SAMBA_4_0/source/librpc/config.mk Changeset: Sorry, the

svn commit: samba r20301 - in branches/SAMBA_4_0/source/torture/nbench: .

2006-12-20 Thread tridge
Author: tridge Date: 2006-12-21 05:34:26 + (Thu, 21 Dec 2006) New Revision: 20301 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20301 Log: add an option torture:readonly which allows the NBENCH test to be run read only. This is only any use with customer

svn commit: samba r20302 - in branches/SAMBA_4_0/source/torture/nbench: .

2006-12-20 Thread tridge
Author: tridge Date: 2006-12-21 06:48:42 + (Thu, 21 Dec 2006) New Revision: 20302 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20302 Log: added support for 64 bit file offsets in NBENCH Modified: branches/SAMBA_4_0/source/torture/nbench/nbench.c