svn commit: samba r9418 - in branches/SAMBA_4_0/source/auth/gensec: .

2005-08-19 Thread abartlet
Author: abartlet Date: 2005-08-20 06:36:35 + (Sat, 20 Aug 2005) New Revision: 9418 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9418 Log: SPNEGO fixes: - Fix mixing of code and data - send mechListMic again in SPENGO server - only send optomistic first packet i

svn commit: samba r9417 - in branches/SAMBA_4_0/source/ldap_server: .

2005-08-19 Thread abartlet
Author: abartlet Date: 2005-08-20 06:14:46 + (Sat, 20 Aug 2005) New Revision: 9417 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9417 Log: Ask for the ASYNC_REPLIES feature, as will want that. Andrew Bartlett Modified: branches/SAMBA_4_0/source/ldap_server/l

svn commit: samba r9416 - in branches/SAMBA_4_0/source/auth: gensec ntlmssp

2005-08-19 Thread abartlet
Author: abartlet Date: 2005-08-20 06:14:14 + (Sat, 20 Aug 2005) New Revision: 9416 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9416 Log: Cleanups inspired by jra's work to migrate Samba4's NTLMSSP code back into Samba3. The NTLMSSP sign/seal code now assumes t

svn commit: samba r9415 - in branches/SAMBA_4_0/source/auth: gensec kerberos

2005-08-19 Thread abartlet
Author: abartlet Date: 2005-08-20 06:08:52 + (Sat, 20 Aug 2005) New Revision: 9415 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9415 Log: Remove old kerberos code (including salt guessing code) that has only caused me pain (and covourty warnings). Simply gens

svn commit: samba r9414 - in branches/SAMBA_4_0/source/lib: .

2005-08-19 Thread abartlet
Author: abartlet Date: 2005-08-20 06:01:49 + (Sat, 20 Aug 2005) New Revision: 9414 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9414 Log: Fix failure to find own domain info due to recent ldb_dn upgrade - we don't use a simple char* here any more. Andrew Bartle

svn commit: samba r9413 - in branches/SAMBA_4_0/source: heimdal/kdc heimdal/lib/asn1 heimdal/lib/gssapi heimdal/lib/hdb heimdal/lib/krb5 heimdal_build

2005-08-19 Thread abartlet
Author: abartlet Date: 2005-08-20 06:00:50 + (Sat, 20 Aug 2005) New Revision: 9413 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9413 Log: Bring Samba4 back up to date with lorikeet-heimdal. Delete test_crypto_wrapping.c, previously included but unbuilt. Andrew

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

2005-08-19 Thread abartlet
Author: abartlet Date: 2005-08-20 05:59:27 + (Sat, 20 Aug 2005) New Revision: 9412 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9412 Log: Simplfy this NTLM authentication code by requiring the caller to supply the user_sess_key and lm_sess_key parameters. Inspi

svn commit: samba r9411 - in branches/SAMBA_4_0/source/auth: gensec ntlmssp

2005-08-19 Thread abartlet
Author: abartlet Date: 2005-08-20 04:42:19 + (Sat, 20 Aug 2005) New Revision: 9411 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9411 Log: Ensure we don't send a challenge without first getting a negotiate in NTLMSSP, unless we are in datagram mode (not fully imp

svn commit: samba r9410 - in branches/SAMBA_4_0/source/rpc_server/winreg: .

2005-08-19 Thread tridge
Author: tridge Date: 2005-08-20 04:40:08 + (Sat, 20 Aug 2005) New Revision: 9410 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9410 Log: - a winreg_CloseKey() should return a zero key on success (zeroing the callers key). This is the normal pattern with rpc handl

svn commit: samba r9409 - in branches/SAMBA_4_0/source/web_server: .

2005-08-19 Thread tridge
Author: tridge Date: 2005-08-20 04:38:35 + (Sat, 20 Aug 2005) New Revision: 9409 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9409 Log: fix a problem that volker noticed with web page timeouts causing smbd to crash. This is one of the downsides of the fact that

svn commit: samba-web r772 - in trunk: . history

2005-08-19 Thread jerry
Author: jerry Date: 2005-08-20 03:37:25 + (Sat, 20 Aug 2005) New Revision: 772 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-web&rev=772 Log: announcing 3.0.20 Added: trunk/history/samba-3.0.20.html Modified: trunk/header_columns.html trunk/index.html Cha

svn commit: samba r9408 - in trunk/source: include lib libsmb registry rpc_client rpc_parse rpc_server

2005-08-19 Thread jra
Author: jra Date: 2005-08-20 01:38:31 + (Sat, 20 Aug 2005) New Revision: 9408 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9408 Log: The *classic* friday night check-in :-). Ok - this code (especially the RPC client code) will probably not work. But enough of th

svn commit: samba r9407 - in branches/SOC/SAMBA_4_0: . source/libnet source/torture/rpc

2005-08-19 Thread brad
Author: brad Date: 2005-08-20 01:22:42 + (Sat, 20 Aug 2005) New Revision: 9407 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9407 Log: [EMAIL PROTECTED]: j0j0 | 2005-08-19 19:28:22 -0600 libnet/libnet_join.c Some more fixes so ldb uses ldb_dn's. torture/rp

svn commit: samba r9406 - in branches/SAMBA_4_0/source/torture/basic: .

2005-08-19 Thread abartlet
Author: abartlet Date: 2005-08-20 00:10:03 + (Sat, 20 Aug 2005) New Revision: 9406 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9406 Log: Add const. Andrew Bartlett Modified: branches/SAMBA_4_0/source/torture/basic/denytest.c Changeset: Modified: branches

Build status as of Sat Aug 20 00:00:02 2005

2005-08-19 Thread build
URL: http://build.samba.org/ --- /home/build/master/cache/broken_results.txt.old 2005-08-19 00:00:10.0 + +++ /home/build/master/cache/broken_results.txt 2005-08-20 00:00:16.0 + @@ -1,17 +1,17 @@ -Build status as of Fri Aug 19 00:00:01 2005 +Build status as of Sat Aug

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

2005-08-19 Thread brad
Author: brad Date: 2005-08-19 20:50:10 + (Fri, 19 Aug 2005) New Revision: 9405 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9405 Log: [EMAIL PROTECTED]: j0j0 | 2005-08-19 14:56:25 -0600 Get dssync.c compiling again after merge (ldb_dn changes from rev. 9391).

svn commit: samba r9404 - in branches/SOC/SAMBA_4_0: . source/auth source/auth/gensec source/cldap_server source/dsdb/samdb source/dsdb/samdb/ldb_modules source/include source/kdc source/ldap_server s

2005-08-19 Thread brad
Author: brad Date: 2005-08-19 20:47:36 + (Fri, 19 Aug 2005) New Revision: 9404 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9404 Log: [EMAIL PROTECTED]: j0j0 | 2005-08-19 13:45:34 -0600 [EMAIL PROTECTED]: j0j0 | 2005-08-19 10:51:13 -0600 [EMAIL PROTECTED

svn commit: samba-docs r798 - in tags: .

2005-08-19 Thread jerry
Author: jerry Date: 2005-08-19 18:41:26 + (Fri, 19 Aug 2005) New Revision: 798 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=798 Log: tagging 3.0.20 Added: tags/release-3-0-20/ Changeset: Copied: tags/release-3-0-20 (from rev 797, trunk)

svn commit: samba r9403 - in tags: .

2005-08-19 Thread jerry
Author: jerry Date: 2005-08-19 18:41:25 + (Fri, 19 Aug 2005) New Revision: 9403 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9403 Log: tagging 3.0.20 Added: tags/release-3-0-20/ Changeset: Copied: tags/release-3-0-20 (from rev 9402, branches/SAMBA_3_0_RELEA

svn commit: samba r9402 - in branches/SAMBA_3_0_RELEASE: .

2005-08-19 Thread jerry
Author: jerry Date: 2005-08-19 18:37:08 + (Fri, 19 Aug 2005) New Revision: 9402 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9402 Log: fixing one typo (thanks to Jason Mader) Modified: branches/SAMBA_3_0_RELEASE/WHATSNEW.txt Changeset: Modified: branches/SA

svn commit: samba r9401 - in branches/SAMBA_3_0/source/client: .

2005-08-19 Thread sfrench
Author: sfrench Date: 2005-08-19 18:06:05 + (Fri, 19 Aug 2005) New Revision: 9401 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9401 Log: Allow disabling mandatory byte range lock mount flag, and fix corresponding entry in mtab. Modified: branches/SAMBA_3_0/s

svn commit: samba r9400 - in branches/SAMBA_3_0_RELEASE: .

2005-08-19 Thread jerry
Author: jerry Date: 2005-08-19 17:48:29 + (Fri, 19 Aug 2005) New Revision: 9400 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9400 Log: updating release notes Modified: branches/SAMBA_3_0_RELEASE/WHATSNEW.txt Changeset: Sorry, the patch is too large (1275 li

svn commit: samba r9399 - in trunk/source/lib: .

2005-08-19 Thread jht
Author: jht Date: 2005-08-19 17:22:48 + (Fri, 19 Aug 2005) New Revision: 9399 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9399 Log: Syncing HOWTO reference from SAMBA_3_0 branch. Modified: trunk/source/lib/fault.c Changeset: Modified: trunk/source/lib/faul

svn commit: samba r9398 - in branches/SAMBA_3_0_RELEASE/source: .

2005-08-19 Thread jerry
Author: jerry Date: 2005-08-19 17:14:39 + (Fri, 19 Aug 2005) New Revision: 9398 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9398 Log: cutting 3.0.20 Modified: branches/SAMBA_3_0_RELEASE/source/VERSION Changeset: Modified: branches/SAMBA_3_0_RELEASE/source/

svn commit: samba-docs r797 - in trunk/smbdotconf/security: .

2005-08-19 Thread jra
Author: jra Date: 2005-08-19 16:40:15 + (Fri, 19 Aug 2005) New Revision: 797 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=797 Log: Added "acl group control" docs. Jeremy. Added: trunk/smbdotconf/security/aclgroupcontrol.xml Changeset: Added: trunk/sm

svn commit: lorikeet r429 - in trunk/ntacl-lsm: .

2005-08-19 Thread metze
Author: metze Date: 2005-08-19 13:36:29 + (Fri, 19 Aug 2005) New Revision: 429 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=lorikeet&rev=429 Log: a bunch of updates, to come closer to real access checking metze Added: trunk/ntacl-lsm/access_check.h Modified: trunk

svn commit: lorikeet r428 - in trunk/sangria/src/LatestDesign: . cgi classes/AccountManager classes/GroupManager classes/ServerObjects config docs test

2005-08-19 Thread amit
Author: amit Date: 2005-08-19 13:03:46 + (Fri, 19 Aug 2005) New Revision: 428 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=lorikeet&rev=428 Log: new test files added and CGI scripts updated to make them run under apache web server Added: trunk/sangria/src/LatestDesig

svn commit: samba r9397 - in branches/SAMBA_4_0/swat: . desktop scripting

2005-08-19 Thread deryck
Author: deryck Date: 2005-08-19 12:02:30 + (Fri, 19 Aug 2005) New Revision: 9397 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9397 Log: Playing with qooxdoo a bit and saving my work, so I can get to it later today at work. Not much to see yet, and not linked t