Re: Comparing SAMBA_3_0 to HEAD

2002-11-02 Thread Volker.Lendecke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 I've merged the things I could reasonably be blamed for, plus volker's
 passdb changes.

Thanks for that! I'm currently *very* busy with courses etc, so I
don't really have time to work on Samba.

Volker

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Key-ID D32186CF, Fingerprint available: phone +49 551 370

iD8DBQE9xCdBOmSXH9Mhhs8RAm8wAJ9y8JA4RuU8Zm/9BhR8PmV2548nFgCfcyzK
X3ou+9dpRUAceQVG/zma+Rs=
=QVz0
-END PGP SIGNATURE-



RE: Comparing SAMBA_3_0 to HEAD

2002-10-30 Thread Esh, Andrew
Title: RE: Comparing SAMBA_3_0 to HEAD





Rather than use two trees, just check out HEAD and do a cvs diff -r SAMBA_3_0. That will show you everything which is different between your sandbox, and the revision specified with -r. The revision can be a tag, or a date.

-Original Message-
From: Stefan (metze) Metzmacher [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 29, 2002 11:54 PM
To: [EMAIL PROTECTED]
Subject: Re: Comparing SAMBA_3_0 to HEAD



At 09:33 29.10.2002 -0500, you wrote:


Thanks for doing this...can I ask how you did it? I'm not so good at cvs.


I just have to tree's and run 'diff --brief HEAD 3_0'


then I looked up each file in http://cvs.samba.org/cgi-bin/cvsweb/samba/source/


but I think I can write a little script that do this automaticly...
(If I do this I tell you)



Jim McDonough
IBM Linux Technology Center
Samba Team
6 Minuteman Drive
Scarborough, ME 04074
USA

[EMAIL PROTECTED]
[EMAIL PROTECTED]

Phone: (207) 885-5565
IBM tie-line: 776-9984



metze
-
Stefan metze Metzmacher [EMAIL PROTECTED]





Re: Comparing SAMBA_3_0 to HEAD

2002-10-29 Thread Stefan (metze) Metzmacher


Hi,


here're the latest diffs between HEAD and 3_0 (docu is excluded here, I 
think it should be completely in sync, sam/gums stuff shouldn't be in 3_0...)

I think all small fixes should synced...and maybe all big patches two:-)

jelmer:Recognize FreeBSD5 correctly (not as being sysv...)
Files HEAD/source/include/includes.h and 3_0/source/include/includes.h differ

abartlet: Patch from Steve Langasek [EMAIL PROTECTED] to use nice big 
integers when attempting to calculate the bytes/second being 
transferred.  (Avoid overflow etc)
jelmer: Don't encourage people to use -P - it's obsolete
Files HEAD/source/client/client.c and 3_0/source/client/client.c differ

jelmer: Remove useless spaces - this broke make proto
Files HEAD/source/lib/getsmbpass.c and 3_0/source/lib/getsmbpass.c differ

jmcd: Format objectGUIDs on ads dumps.
Files HEAD/source/lib/util_uuid.c and 3_0/source/lib/util_uuid.c differ

tridge: support all permitted encoding types in tickets. This allows us to
decode a type 23 ticket when the machine account is setup for non-DES
tickets
Files HEAD/source/libads/kerberos_verify.c and 
3_0/source/libads/kerberos_verify.c differ

tridge: .NET likes both forms of servicePrincipalName in the machine account
record
tridge: only set UF_USE_DES_KEY_ONLY if we are using krb5 libraries that can't
do type 23
jmcd: Format objectGUIDs on ads dumps.
Files HEAD/source/libads/ldap.c and 3_0/source/libads/ldap.c differ

jelmer: Don't use usage function, but use popt for usage and help info
Files HEAD/source/nsswitch/wbinfo.c and 3_0/source/nsswitch/wbinfo.c differ

tridge: - we need to rescan the trusted domain list regularly to cope with
transitive trusts, and trusts that are added while winbindd is running
- removed an unnecessary call to time()
Files HEAD/source/nsswitch/winbindd.c and 3_0/source/nsswitch/winbindd.c differ

tridge: much simpler code to choose a DC to contact in winbindd. We now always
choose the server that has the most bits in common in its IP with one
of our interfaces.
Files HEAD/source/nsswitch/winbindd_cm.c and 
3_0/source/nsswitch/winbindd_cm.c differ

herb:   must add one to the extra_data size to transfer the 0 string 
terminator.
This was causing wbinfo --sequence to access past the end of 
malloced
memory.
Files HEAD/source/nsswitch/winbindd_misc.c and 
3_0/source/nsswitch/winbindd_misc.c differ

tridge: - we need to rescan the trusted domain list regularly to cope with
transitive trusts, and trusts that are added while winbindd is running
- removed an unnecessary call to time()
tridge: if trusted domains are disabled then we should not try to connect to
them in winbindd
Files HEAD/source/nsswitch/winbindd_util.c and 
3_0/source/nsswitch/winbindd_util.c differ

vlendec: This fixes some bugs for NT4 usrmgr.exe
abartlet(metze): PDB_SET patch
Files HEAD/source/rpc_parse/parse_samr.c and 
3_0/source/rpc_parse/parse_samr.c differ

vlendec: Fix full_name for info23 as well. Thanks, Andrew.
vlendec: This fixes some bugs for NT4 usrmgr.exe
abartlet(metze): PDB_SET patch
Files HEAD/source/rpc_server/srv_util.c and 
3_0/source/rpc_server/srv_util.c differ

vlendec: ...
Files HEAD/source/script/creategroup and 3_0/source/script/creategroup differ

jerry:...
Files HEAD/source/script/cvslog.pl and 3_0/source/script/cvslog.pl differ

vlendec: group_map patch
sharpe: Push Steve Langasek's fix ...
Files HEAD/source/smbd/lanman.c and 3_0/source/smbd/lanman.c differ

sharpe: Fix John's little typo ...
jht: Fix ability to locate if we are a WINS client.
Files HEAD/source/web/swat.c and 3_0/source/web/swat.c differ

jerry: more doc structure updates.  SWAT now on links to the TOC for
the HOWTO collection instead of linking each article.
Files HEAD/swat/help/welcome.html and 3_0/swat/help/welcome.html differ

vlendec: Implement 'net maxrid'. Needed to find the maximum current rid to
 set 'algorithmic rid base' correctly after a 'net rpc vampire'.
Files HEAD/source/utils/net.c and 3_0/source/utils/net.c differ

vlendec: In my test, sync_context simply has to be incremented. Can
somebody with a large domain do a net rpc samdump to verify this?
Without this change, I don't get everything from a NT4 SP1 and SP6
PDC.
vlendec: group_map patch
abartlet(metze): PDB_SET patch
Files HEAD/source/utils/net_rpc_samsync.c and 
3_0/source/utils/net_rpc_samsync.c differ

idra: try to put every security descriptors related definitions in the same 
file.
  also try to uniform names to a clean scheme.
Files HEAD/source/include/rpc_samr.h and 3_0/source/include/rpc_samr.h differ
Files HEAD/source/include/rpc_secdes.h and 3_0/source/include/rpc_secdes.h 
differ
Files HEAD/source/lib/util_seaccess.c and 3_0/source/lib/util_seaccess.c differ
Files HEAD/source/rpc_server/srv_reg_nt.c and 
3_0/source/rpc_server/srv_reg_nt.c differ
Files HEAD/source/rpc_server/srv_samr.c and 

Re: Comparing SAMBA_3_0 to HEAD

2002-10-29 Thread Stefan (metze) Metzmacher
At 09:33 29.10.2002 -0500, you wrote:


Thanks for doing this...can I ask how you did it?  I'm not so good at cvs.


I just have to tree's and run 'diff --brief HEAD 3_0'

then I looked up each file in http://cvs.samba.org/cgi-bin/cvsweb/samba/source/

but I think I can write a little script that do this automaticly...
(If I do this I tell you)



Jim McDonough
IBM Linux Technology Center
Samba Team
6 Minuteman Drive
Scarborough, ME 04074
USA

[EMAIL PROTECTED]
[EMAIL PROTECTED]

Phone: (207) 885-5565
IBM tie-line: 776-9984



metze
-
Stefan metze Metzmacher [EMAIL PROTECTED]




Re: Comparing SAMBA_3_0 to HEAD

2002-10-25 Thread Jelmer Vernooij
On Fri, Oct 25, 2002 at 10:40:59AM -0500, Gerald (Jerry) Carter wrote about 'Comparing 
SAMBA_3_0 to HEAD':
 After exluding these files from the diff

   configure
   CVS
   *proto.h

 The diff is still rather large.  NMow I'm a little skeptical to think that 
 all the changes in HEAD are not meant for 3.0.  My other conclusion is 
 that people have not been merging in the appropriate fixes into SAMBA_3_0.
I should take some blame for this :-/ I'll try to figure out which of
my bits should be in 3_0 as well...

Btw. Thanks for merging the docs! I'll try to keep them synced
somewhat more in the future...

Jelmer

-- 
Jelmer Vernooij  [EMAIL PROTECTED]
Pending (unfinished) patches http://samba.org/~jelmer/diffs.php



Re: Comparing SAMBA_3_0 to HEAD

2002-10-25 Thread Andrew Bartlett
Gerald (Jerry) Carter wrote:
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 After exluding these files from the diff
 
   configure
   CVS
   *proto.h
 
 The diff is still rather large.  NMow I'm a little skeptical to think that
 all the changes in HEAD are not meant for 3.0.  My other conclusion is
 that people have not been merging in the appropriate fixes into SAMBA_3_0.
 
 $ diff -ub --recursive --new-file \
   --exclude-from=../../cvs-trees.exclude source \
   ../../samba/source  /tmp/3-0.diff
 
 $ wc -l /tmp/3-0.diff
   21816 /tmp/3-0.diff
 
 $ grep '^+++ ' /tmp/3-0.diff  | wc -l
  89
 
 btw...I'm postponing the 3.0-alpha21 release until this is resolved
 to some degree of satisifaction (and the fact that I've not gotten
 the RedHat specfile up to snuff like I promised).

OK - how do you want some of this handled:

I am committing patches that I think belong in 3.0 eventually, but I
would like some external confirmation that I haven't stuffed something
silly up.  Should I merge to both immediately, or let it sit in HEAD for
a few days?

The latter is what has produced this problem, because then other changes
are getting applied on top (which makes doing the later merge harder)

Andrew Bartlett

-- 
Andrew Bartlett [EMAIL PROTECTED]
Manager, Authentication Subsystems, Samba Team  [EMAIL PROTECTED]
Student Network Administrator, Hawker College   [EMAIL PROTECTED]
http://samba.org http://build.samba.org http://hawkerc.net