Re: svn commit: samba r1000 - /

2004-06-04 Thread Stefan (metze) Metzmacher
[EMAIL PROTECTED] schrieb:
Author: tpot
Date: 2004-06-04 00:36:30 + (Fri, 04 Jun 2004)
New Revision: 1000
Modified:
   dummy
Log:
I just had to get commit 1000.  (-:
that was the one I was waiting for:-)
1000 commits in exactly 2 month!
--
metze
Stefan Metzmacher metze at samba.org www.samba.org


signature.asc
Description: OpenPGP digital signature


svn commit: samba r1001 - in branches/SAMBA_4_0/source: auth libcli/auth rpc_server

2004-06-04 Thread metze
Author: metze
Date: 2004-06-04 07:46:24 + (Fri, 04 Jun 2004)
New Revision: 1001

Modified:
   branches/SAMBA_4_0/source/auth/auth.h
   branches/SAMBA_4_0/source/auth/auth_ntlmssp.c
   branches/SAMBA_4_0/source/libcli/auth/ntlmssp.c
   branches/SAMBA_4_0/source/libcli/auth/ntlmssp.h
   branches/SAMBA_4_0/source/libcli/auth/ntlmssp_sign.c
   branches/SAMBA_4_0/source/rpc_server/dcesrv_crypto.c
Log:
in samba4 we don't(shouldn't) use typedef's anymore...

metze


WebSVN: 
http://websvn.samba.org/websvn/changeset.php?rep=sambapath=/branches/SAMBA_4_0/sourcerev=1001nolog=1


svn commit: samba r1003 - branches/SAMBA_4_0/source/build/pidl

2004-06-04 Thread tpot
Author: tpot
Date: 2004-06-04 08:00:51 + (Fri, 04 Jun 2004)
New Revision: 1003

Modified:
   branches/SAMBA_4_0/source/build/pidl/eparser.pm
Log:
Removed e_ndr stuff - too verbose.

Merged across populating %needed with hf index members for functions
from old version of eparser.


WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=sambapath=/rev=1003nolog=1


svn commit: samba r1004 - branches/SAMBA_4_0/source/rpc_server

2004-06-04 Thread metze
Author: metze
Date: 2004-06-04 09:46:46 + (Fri, 04 Jun 2004)
New Revision: 1004

Added:
   branches/SAMBA_4_0/source/rpc_server/dcesrv_crypto_ntlmssp.c
Modified:
   branches/SAMBA_4_0/source/rpc_server/config.mk
   branches/SAMBA_4_0/source/rpc_server/dcerpc_server.c
   branches/SAMBA_4_0/source/rpc_server/dcerpc_server.h
   branches/SAMBA_4_0/source/rpc_server/dcesrv_auth.c
   branches/SAMBA_4_0/source/rpc_server/dcesrv_crypto.c
Log:
continue tridge's work on dcerpc server auth/crypto code
I made it much more generic, and we should be able to add a
module interface to this code, so that other DCERPC_AUTH types can be added
via modules...

metze


WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=sambapath=/rev=1004nolog=1


Re: svn commit: samba r1002 - branches/SAMBA_4_0/source/build/pidl

2004-06-04 Thread Stefan (metze) Metzmacher
[EMAIL PROTECTED] schrieb:
Author: tpot
Date: 2004-06-04 07:59:54 + (Fri, 04 Jun 2004)
New Revision: 1002
Added:
   branches/SAMBA_4_0/source/build/pidl/packet-dcerpc-eparser.c
   branches/SAMBA_4_0/source/build/pidl/packet-dcerpc-eparser.h
Log:
Add helper files for eparser output.
...but I was faster with revision 1001...:-)
--
metze
Stefan Metzmacher metze at samba.org www.samba.org


signature.asc
Description: OpenPGP digital signature


svn commit: samba r1005 - branches/SAMBA_4_0/source/torture/auth

2004-06-04 Thread metze
Author: metze
Date: 2004-06-04 09:52:35 + (Fri, 04 Jun 2004)
New Revision: 1005

Modified:
   branches/SAMBA_4_0/source/torture/auth/ntlmssp.c
Log:
there was one NTLMSSP_STATE left in:-(
...fix the build

metze


WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=sambapath=/rev=1005nolog=1


svn commit: samba r1007 - branches/SAMBA_3_0/source

2004-06-04 Thread metze
Author: metze
Date: 2004-06-04 11:29:50 + (Fri, 04 Jun 2004)
New Revision: 1007

Modified:
   branches/SAMBA_3_0/source/configure.in
Log:
merge from SAMBA_4_0:
print out the SVN revision by configure,
so that the build farm can use it

metze


WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=sambapath=/rev=1007nolog=1


svn commit: samba r1009 - in branches/SAMBA_4_0/source: libcli/auth librpc/idl rpc_server/netlogon rpc_server/samr torture/rpc

2004-06-04 Thread abartlet
Author: abartlet
Date: 2004-06-04 11:58:46 + (Fri, 04 Jun 2004)
New Revision: 1009

Modified:
   branches/SAMBA_4_0/source/libcli/auth/credentials.c
   branches/SAMBA_4_0/source/librpc/idl/misc.idl
   branches/SAMBA_4_0/source/librpc/idl/netlogon.idl
   branches/SAMBA_4_0/source/librpc/idl/samr.idl
   branches/SAMBA_4_0/source/rpc_server/netlogon/dcerpc_netlogon.c
   branches/SAMBA_4_0/source/rpc_server/samr/samdb.c
   branches/SAMBA_4_0/source/rpc_server/samr/samr_password.c
   branches/SAMBA_4_0/source/torture/rpc/netlogon.c
   branches/SAMBA_4_0/source/torture/rpc/samr.c
Log:
Make all users of NT and LM passwords use the samr_Password structure.

This includes the netlogon pipe, for the machine account password
change system.

Andrew Bartlett



WebSVN: 
http://websvn.samba.org/websvn/changeset.php?rep=sambapath=/branches/SAMBA_4_0/sourcerev=1009nolog=1


svn commit: samba r1011 - in branches/SAMBA_3_0/source: locking printing smbd

2004-06-04 Thread jerry
Author: jerry
Date: 2004-06-04 17:26:09 + (Fri, 04 Jun 2004)
New Revision: 1011

Modified:
   branches/SAMBA_3_0/source/locking/brlock.c
   branches/SAMBA_3_0/source/locking/locking.c
   branches/SAMBA_3_0/source/printing/printing_db.c
   branches/SAMBA_3_0/source/smbd/connection.c
   branches/SAMBA_3_0/source/smbd/session.c
Log:
fix bad merge (from a few months ago) and ensure that we always use tdb_open_log() 
instead of tdb_open_ex()

WebSVN: 
http://websvn.samba.org/websvn/changeset.php?rep=sambapath=/branches/SAMBA_3_0/sourcerev=1011nolog=1


svn commit: samba r1012 - in trunk/source: locking printing smbd

2004-06-04 Thread jerry
Author: jerry
Date: 2004-06-04 17:27:00 + (Fri, 04 Jun 2004)
New Revision: 1012

Modified:
   trunk/source/locking/brlock.c
   trunk/source/locking/locking.c
   trunk/source/printing/printing_db.c
   trunk/source/smbd/connection.c
   trunk/source/smbd/session.c
Log:
fix bad merge (from a few months ago) and ensure that we always use tdb_open_log() 
instead of tdb_open_ex()

WebSVN: 
http://websvn.samba.org/websvn/changeset.php?rep=sambapath=/trunk/sourcerev=1012nolog=1


CVS update: cifsvfs/fs/cifs

2004-06-04 Thread sfrench

Date:   Fri Jun  4 20:09:58 2004
Author: sfrench

Update of /home/cvs/cifsvfs/fs/cifs
In directory dp.samba.org:/tmp/cvs-serv31984

Modified Files:
cifsfs.c 
Log Message:
Backport 2.6 changes to 2.4


Revisions:
cifsfs.c1.45 = 1.46

http://www.samba.org/cgi-bin/cvsweb/cifsvfs/fs/cifs/cifsfs.c.diff?r1=1.45r2=1.46


svn commit: samba r1013 - branches/SAMBA_4_0/source/rpc_server/samr

2004-06-04 Thread metze
Author: metze
Date: 2004-06-04 20:36:44 + (Fri, 04 Jun 2004)
New Revision: 1013

Modified:
   branches/SAMBA_4_0/source/rpc_server/samr/dcesrv_samr.c
Log:
WE NEED ALWAYS TO INIT THE OUTPUT VARS!
in rpc server code!

add missing ZERO_STRUCT(r-out.info);
in samr_GetDomPwInfo

metze


WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=sambapath=/rev=1013nolog=1


svn commit: samba r1014 - branches/SAMBA_4_0/source/build/pidl

2004-06-04 Thread tridge
Author: tridge
Date: 2004-06-05 01:13:27 + (Sat, 05 Jun 2004)
New Revision: 1014

Modified:
   branches/SAMBA_4_0/source/build/pidl/parser.pm
Log:
change the handling of r-out to auto-zero the structure, and auto-copy 
in,out,ref vars


WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=sambapath=/rev=1014nolog=1


svn commit: samba r1015 - branches/SAMBA_4_0/source/rpc_server/netlogon

2004-06-04 Thread tridge
Author: tridge
Date: 2004-06-05 01:27:02 + (Sat, 05 Jun 2004)
New Revision: 1015

Added:
   branches/SAMBA_4_0/source/rpc_server/netlogon/schannel_state.c
Log:
commit the schannel session key handling code now, so abartlet and
metze can have a look. Not tested yet, as I'm still writing the server
side schannel code.



WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=sambapath=/rev=1015nolog=1


svn commit: samba r1016 - in branches/SAMBA_4_0/source/rpc_server: . netlogon samr

2004-06-04 Thread tridge
Author: tridge
Date: 2004-06-05 01:29:20 + (Sat, 05 Jun 2004)
New Revision: 1016

Modified:
   branches/SAMBA_4_0/source/rpc_server/config.mk
   branches/SAMBA_4_0/source/rpc_server/netlogon/dcerpc_netlogon.c
   branches/SAMBA_4_0/source/rpc_server/samr/samdb.c
Log:
- store the schannel session key after it is established

- move to a centralised way of handling talloc/ldb interaction




WebSVN: 
http://websvn.samba.org/websvn/changeset.php?rep=sambapath=/branches/SAMBA_4_0/source/rpc_serverrev=1016nolog=1


svn commit: samba r1017 - branches/SAMBA_4_0/source/lib

2004-06-04 Thread tridge
Author: tridge
Date: 2004-06-05 01:29:49 + (Sat, 05 Jun 2004)
New Revision: 1017

Modified:
   branches/SAMBA_4_0/source/lib/talloc.c
Log:
- move to a centralised way of handling talloc/ldb interaction




WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=sambapath=/rev=1017nolog=1


svn commit: samba r1020 - branches/SAMBA_4_0/source/auth

2004-06-04 Thread abartlet
Author: abartlet
Date: 2004-06-05 01:54:16 + (Sat, 05 Jun 2004)
New Revision: 1020

Modified:
   branches/SAMBA_4_0/source/auth/auth_ntlmssp.c
Log:
Add an (untested, until the other end is hooked in) method for
obtaining the session_info from an NTLMSSP authenticated user.

Andrew Bartlett



WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=sambapath=/rev=1020nolog=1


svn commit: samba r1022 - branches/SAMBA_4_0/source/rpc_server

2004-06-04 Thread metze
Author: metze
Date: 2004-06-05 02:27:30 + (Sat, 05 Jun 2004)
New Revision: 1022

Modified:
   branches/SAMBA_4_0/source/rpc_server/dcerpc_server.h
   branches/SAMBA_4_0/source/rpc_server/dcesrv_crypto.c
   branches/SAMBA_4_0/source/rpc_server/dcesrv_crypto_ntlmssp.c
Log:
add the session_info() call to the dcerpc server auth backends

metze


WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=sambapath=/rev=1022nolog=1


svn commit: samba r1023 - branches/SAMBA_4_0/source/auth

2004-06-04 Thread abartlet
Author: abartlet
Date: 2004-06-05 03:09:38 + (Sat, 05 Jun 2004)
New Revision: 1023

Modified:
   branches/SAMBA_4_0/source/auth/auth.h
Log:
Prepare the auth subsystem interfaces for netlogon SamLogon to use.

Andrew Bartlett


WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=sambapath=/rev=1023nolog=1


svn commit: samba r1024 - branches/SAMBA_4_0/source/libcli/auth

2004-06-04 Thread abartlet
Author: abartlet
Date: 2004-06-05 03:14:59 + (Sat, 05 Jun 2004)
New Revision: 1024

Modified:
   branches/SAMBA_4_0/source/libcli/auth/credentials.c
Log:
Use samr_Password for the machine password here - this ensures we can
never pass in something of the wrong length.

Andrew Bartlett


WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=sambapath=/rev=1024nolog=1


svn commit: samba r1025 - in branches/SAMBA_4_0/source: auth librpc/idl librpc/rpc rpc_server/netlogon rpc_server/samr torture/rpc

2004-06-04 Thread abartlet
Author: abartlet
Date: 2004-06-05 03:22:10 + (Sat, 05 Jun 2004)
New Revision: 1025

Modified:
   branches/SAMBA_4_0/source/auth/auth_sam.c
   branches/SAMBA_4_0/source/librpc/idl/netlogon.idl
   branches/SAMBA_4_0/source/librpc/idl/samr.idl
   branches/SAMBA_4_0/source/librpc/rpc/dcerpc_schannel.c
   branches/SAMBA_4_0/source/rpc_server/netlogon/dcerpc_netlogon.c
   branches/SAMBA_4_0/source/rpc_server/samr/dcesrv_samr.c
   branches/SAMBA_4_0/source/rpc_server/samr/samdb.c
   branches/SAMBA_4_0/source/rpc_server/samr/samr_password.c
   branches/SAMBA_4_0/source/torture/rpc/netlogon.c
   branches/SAMBA_4_0/source/torture/rpc/samr.c
Log:
Rename (across the samr and netlogon pipes, so far)
 
pwd - password
passwd - password
 
username - account_name
 
Also work on consistant structure feild names between these two pipes,
and fix up some callers to use samr_Password for the netlogon
credential code.
 
Andrew Bartlett



WebSVN: 
http://websvn.samba.org/websvn/changeset.php?rep=sambapath=/branches/SAMBA_4_0/sourcerev=1025nolog=1


svn commit: samba r1026 - in branches/SAMBA_4_0/source: auth libads rpc_server/netlogon torture/rpc

2004-06-04 Thread tpot
Author: tpot
Date: 2004-06-05 03:37:27 + (Sat, 05 Jun 2004)
New Revision: 1026

Modified:
   branches/SAMBA_4_0/source/auth/auth_ntlmssp.c
   branches/SAMBA_4_0/source/libads/ldap.c
   branches/SAMBA_4_0/source/rpc_server/netlogon/dcerpc_netlogon.c
   branches/SAMBA_4_0/source/torture/rpc/netlogon.c
Log:
Spelling.


WebSVN: 
http://websvn.samba.org/websvn/changeset.php?rep=sambapath=/branches/SAMBA_4_0/sourcerev=1026nolog=1


svn commit: samba r1027 - branches/SAMBA_4_0/source/auth

2004-06-04 Thread abartlet
Author: abartlet
Date: 2004-06-05 03:43:00 + (Sat, 05 Jun 2004)
New Revision: 1027

Modified:
   branches/SAMBA_4_0/source/auth/auth_util.c
Log:
More rename:

pwd - password

(should fix the build).

Andrew Bartlett


WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=sambapath=/rev=1027nolog=1


svn commit: samba r1028 - in branches/SAMBA_4_0/source: auth libcli/auth rpc_server/samr

2004-06-04 Thread abartlet
Author: abartlet
Date: 2004-06-05 04:32:50 + (Sat, 05 Jun 2004)
New Revision: 1028

Modified:
   branches/SAMBA_4_0/source/auth/auth_sam.c
   branches/SAMBA_4_0/source/libcli/auth/ntlm_check.c
   branches/SAMBA_4_0/source/rpc_server/samr/dcesrv_samr.c
Log:
More consistancy fixes, which should also fix the build.

Andrew Bartlett


WebSVN: 
http://websvn.samba.org/websvn/changeset.php?rep=sambapath=/branches/SAMBA_4_0/sourcerev=1028nolog=1


svn commit: samba r1029 - branches/SAMBA_4_0/source/rpc_server/netlogon

2004-06-04 Thread tridge
Author: tridge
Date: 2004-06-05 04:51:24 + (Sat, 05 Jun 2004)
New Revision: 1029

Modified:
   branches/SAMBA_4_0/source/rpc_server/netlogon/dcerpc_netlogon.c
Log:
cope wiith samdb_result_passwords() returning a null machine password


WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=sambapath=/rev=1029nolog=1


svn commit: samba r1030 - in branches/SAMBA_4_0/source: librpc/idl librpc/ndr librpc/rpc rpc_server rpc_server/netlogon

2004-06-04 Thread tridge
Author: tridge
Date: 2004-06-05 05:01:38 + (Sat, 05 Jun 2004)
New Revision: 1030

Added:
   branches/SAMBA_4_0/source/rpc_server/dcesrv_crypto_schannel.c
Modified:
   branches/SAMBA_4_0/source/librpc/idl/dcerpc.idl
   branches/SAMBA_4_0/source/librpc/idl/idl_types.h
   branches/SAMBA_4_0/source/librpc/ndr/ndr_basic.c
   branches/SAMBA_4_0/source/librpc/rpc/dcerpc_schannel.c
   branches/SAMBA_4_0/source/librpc/rpc/dcerpc_util.c
   branches/SAMBA_4_0/source/rpc_server/config.mk
   branches/SAMBA_4_0/source/rpc_server/dcerpc_server.h
   branches/SAMBA_4_0/source/rpc_server/dcesrv_auth.c
   branches/SAMBA_4_0/source/rpc_server/dcesrv_crypto.c
   branches/SAMBA_4_0/source/rpc_server/dcesrv_crypto_ntlmssp.c
   branches/SAMBA_4_0/source/rpc_server/netlogon/schannel_state.c
Log:
added server side schannel support



WebSVN: 
http://websvn.samba.org/websvn/changeset.php?rep=sambapath=/branches/SAMBA_4_0/sourcerev=1030nolog=1