svn commit: samba r13589 - branches/SAMBA_3_0/source/passdb trunk/source/passdb

2006-02-21 Thread jerry
Author: jerry Date: 2006-02-21 14:03:15 + (Tue, 21 Feb 2006) New Revision: 13589 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=13589 Log: Make sure we only try to close the tdbsam file in endsampwent() when we have a valid pwent list from a setsampwent(). Fixes

svn commit: samba r13590 - branches/SAMBA_3_0/source/auth branches/SAMBA_3_0/source/pam_smbpass branches/SAMBA_3_0/source/passdb branches/SAMBA_3_0/source/rpc_server branches/SAMBA_3_0/source/smbd bra

2006-02-21 Thread jerry
Author: jerry Date: 2006-02-21 14:34:11 + (Tue, 21 Feb 2006) New Revision: 13590 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=13590 Log: * replace all pdb_init_sam[_talloc]() calls with samu_new() * replace all pdb_{init,fill}_sam_pw() calls with samu_set_unix()

svn commit: samba r13591 - branches/SAMBA_3_0/source/lib trunk/source/lib

2006-02-21 Thread jerry
Author: jerry Date: 2006-02-21 15:47:19 + (Tue, 21 Feb 2006) New Revision: 13591 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=13591 Log: I really have no idea how this code ever worked. And I have no idea why no one (including myself) caught this with a

svn commit: samba r13593 - branches/SAMBA_3_0/source/passdb trunk/source/passdb

2006-02-21 Thread jerry
Author: jerry Date: 2006-02-21 16:46:21 + (Tue, 21 Feb 2006) New Revision: 13593 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=13593 Log: consolidate pdb_set_sam_sids() into samu_set_unix() which was the only place it was called from. Modified:

svn commit: samba r13595 - in trunk/source/utils: .

2006-02-21 Thread jra
Author: jra Date: 2006-02-21 17:00:01 + (Tue, 21 Feb 2006) New Revision: 13595 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=13595 Log: Got sense of NTSTATUS check reversed. Jeremy. Modified: trunk/source/utils/net_usershare.c Changeset: Modified:

svn commit: samba r13597 - branches/SAMBA_3_0/source/libads trunk/source/libads

2006-02-21 Thread lmuelle
Author: lmuelle Date: 2006-02-21 17:19:20 + (Tue, 21 Feb 2006) New Revision: 13597 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=13597 Log: krb5 error codes are defined as long. Modified: branches/SAMBA_3_0/source/libads/krb5_errs.c

svn commit: samba r13598 - branches/SAMBA_3_0/source/include trunk/source/include

2006-02-21 Thread lmuelle
Author: lmuelle Date: 2006-02-21 17:35:52 + (Tue, 21 Feb 2006) New Revision: 13598 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=13598 Log: Defining KRB5KRB_ERR_RESPONSE_TOO_BIG if not defined which is the case for older krb5 implementations. Patch slightly

svn commit: samba r13599 - branches/SAMBA_3_0/source/libads trunk/source/libads

2006-02-21 Thread lmuelle
Author: lmuelle Date: 2006-02-21 17:48:20 + (Tue, 21 Feb 2006) New Revision: 13599 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=13599 Log: krb5 error codes are defined as long. Also for the other direction. Modified:

svn commit: samba r13600 - branches/SAMBA_3_0/source/passdb trunk/source/passdb

2006-02-21 Thread jerry
Author: jerry Date: 2006-02-21 19:02:22 + (Tue, 21 Feb 2006) New Revision: 13600 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=13600 Log: Move functions local to tdbsam to pdb_tdb.c Modified: branches/SAMBA_3_0/source/passdb/passdb.c

svn commit: samba r13601 - branches/SAMBA_3_0/source/include branches/SAMBA_3_0/source/lib branches/SAMBA_3_0/source/passdb trunk/source/include trunk/source/lib trunk/source/passdb

2006-02-21 Thread jerry
Author: jerry Date: 2006-02-21 19:22:49 + (Tue, 21 Feb 2006) New Revision: 13601 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=13601 Log: * Remove unused code from pdb_ldap.c * Add a 'struct passwd *' to the struct samu for later reference (I know this may be

svn commit: samba r13602 - in branches/tmp/vl-posixacls/source/smbd: .

2006-02-21 Thread vlendec
Author: vlendec Date: 2006-02-21 21:03:06 + (Tue, 21 Feb 2006) New Revision: 13602 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=13602 Log: Weird -- there is no type checking here... Modified: branches/tmp/vl-posixacls/source/smbd/vfs.c Changeset: Modified:

svn commit: samba r13603 - in trunk/source/smbd: .

2006-02-21 Thread jra
Author: jra Date: 2006-02-21 23:21:26 + (Tue, 21 Feb 2006) New Revision: 13603 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=13603 Log: Fix for bug #3512 use spnego=no and server signing=auto cause client to disconnect after negprot We missed one case of

svn commit: samba r13604 - in branches/SAMBA_3_0/source/smbd: .

2006-02-21 Thread jra
Author: jra Date: 2006-02-21 23:21:28 + (Tue, 21 Feb 2006) New Revision: 13604 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=13604 Log: Fix for bug #3512 use spnego=no and server signing=auto cause client to disconnect after negprot We missed one case of

Build status as of Wed Feb 22 00:00:02 2006

2006-02-21 Thread build
URL: http://build.samba.org/ --- /home/build/master/cache/broken_results.txt.old 2006-02-21 00:00:09.0 + +++ /home/build/master/cache/broken_results.txt 2006-02-22 00:00:03.0 + @@ -1,17 +1,17 @@ -Build status as of Tue Feb 21 00:00:05 2006 +Build status as of Wed Feb

svn commit: samba r13605 - in branches/SAMBA_4_0/source/script/tests: .

2006-02-21 Thread abartlet
Author: abartlet Date: 2006-02-22 00:18:07 + (Wed, 22 Feb 2006) New Revision: 13605 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=13605 Log: Use $BASEDN to ensure this works outside of the 'make test' rig. Andrew Bartlett Modified:

svn commit: samba r13606 - in branches/SAMBA_4_0/source: dsdb/samdb/ldb_modules ldap_server

2006-02-21 Thread abartlet
Author: abartlet Date: 2006-02-22 00:26:56 + (Wed, 22 Feb 2006) New Revision: 13606 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=13606 Log: An attempt to fix #3525. The problem was that the supportedControls were being stolen into the result sent to the client,

svn commit: samba r13607 - in branches/SAMBA_3_0/source/utils: .

2006-02-21 Thread jra
Author: jra Date: 2006-02-22 00:34:35 + (Wed, 22 Feb 2006) New Revision: 13607 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=13607 Log: Fix compile - don't ref auto variable in a structure initialization. Fix from Richard Bollinger [EMAIL PROTECTED]. Jeremy.

svn commit: samba r13608 - in trunk/source/utils: .

2006-02-21 Thread jra
Author: jra Date: 2006-02-22 00:34:36 + (Wed, 22 Feb 2006) New Revision: 13608 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=13608 Log: Fix compile - don't ref auto variable in a structure initialization. Fix from Richard Bollinger [EMAIL PROTECTED]. Jeremy.

svn commit: samba r13609 - in branches/SAMBA_4_0/source: ldap_server lib/ldb/common lib/ldb/include lib/ldb/ldb_ildap lib/ldb/ldb_sqlite3 lib/ldb/ldb_tdb lib/ldb/tools libcli/ldap

2006-02-21 Thread idra
Author: idra Date: 2006-02-22 01:31:35 + (Wed, 22 Feb 2006) New Revision: 13609 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=13609 Log: Get in the initial work on making ldb async Currently only ldb_ildap is async, the plan is to first make all backend support

svn commit: samba r13610 - in branches/SAMBA_3_0/source/param: .

2006-02-21 Thread jra
Author: jra Date: 2006-02-22 01:31:43 + (Wed, 22 Feb 2006) New Revision: 13610 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=13610 Log: Patch from Bjoern JACKE [EMAIL PROTECTED]. Don't default to /tmp if there is no path in the share, make it unavailable. All

svn commit: samba r13611 - in trunk/source/param: .

2006-02-21 Thread jra
Author: jra Date: 2006-02-22 01:31:49 + (Wed, 22 Feb 2006) New Revision: 13611 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=13611 Log: Patch from Bjoern JACKE [EMAIL PROTECTED]. Don't default to /tmp if there is no path in the share, make it unavailable. All

svn commit: samba r13612 - branches/SAMBA_3_0/source/client trunk/source/client

2006-02-21 Thread tpot
Author: tpot Date: 2006-02-22 03:12:00 + (Wed, 22 Feb 2006) New Revision: 13612 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=13612 Log: #define NO_SYSLOG is dead as a doornail. Modified: branches/SAMBA_3_0/source/client/smbctool.c

svn commit: samba r13613 - in trunk/source: libsmb utils

2006-02-21 Thread jra
Author: jra Date: 2006-02-22 04:56:50 + (Wed, 22 Feb 2006) New Revision: 13613 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=13613 Log: First part of the bugfix for #3510 - net join fails against server with schannel disabled. Second part will come tomorrow

svn commit: samba r13614 - in branches/SAMBA_3_0/source: libsmb utils

2006-02-21 Thread jra
Author: jra Date: 2006-02-22 04:56:53 + (Wed, 22 Feb 2006) New Revision: 13614 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=13614 Log: First part of the bugfix for #3510 - net join fails against server with schannel disabled. Second part will come tomorrow

svn commit: samba r13615 - in branches/SAMBA_4_0/source: dsdb/samdb/ldb_modules lib/ldb/common lib/ldb/include lib/ldb/ldb_ildap lib/ldb/ldb_ldap lib/ldb/ldb_sqlite3 lib/ldb/ldb_tdb lib/ldb/modules nb

2006-02-21 Thread idra
Author: idra Date: 2006-02-22 05:21:43 + (Wed, 22 Feb 2006) New Revision: 13615 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=13615 Log: Make ldb_set_errstring get ldb instead of module as parameter. The module was just used to get to the ldb so it was