CVS update: samba/source/smbd

2003-02-10 Thread abartlet

Date:   Mon Feb 10 09:16:05 2003
Author: abartlet

Update of /data/cvs/samba/source/smbd
In directory dp.samba.org:/tmp/cvs-serv18656/smbd

Modified Files:
dir.c password.c sesssetup.c statcache.c 
Log Message:
Some cleanups:

- Don't use pstrcpy into an allocated string - use safe_strcpy() directly
instead.

- Keep a copy of the 'server_info' attached to the vuid.  In future use this
for things like the session key, homedir and full name instead of current
copies.

- Try to avoid memory leak/segfault on Realloc failure

- clear up #endif comments

Andrew Bartlett


Revisions:
dir.c   1.78 = 1.79
http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/dir.c?r1=1.78r2=1.79
password.c  1.264 = 1.265

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/password.c?r1=1.264r2=1.265
sesssetup.c 1.86 = 1.87

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/sesssetup.c?r1=1.86r2=1.87
statcache.c 1.13 = 1.14

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/statcache.c?r1=1.13r2=1.14



CVS update: samba/source/auth

2003-02-10 Thread abartlet

Date:   Mon Feb 10 09:16:05 2003
Author: abartlet

Update of /data/cvs/samba/source/auth
In directory dp.samba.org:/tmp/cvs-serv18656/auth

Modified Files:
auth_ntlmssp.c auth_unix.c auth_util.c pass_check.c 
Log Message:
Some cleanups:

- Don't use pstrcpy into an allocated string - use safe_strcpy() directly
instead.

- Keep a copy of the 'server_info' attached to the vuid.  In future use this
for things like the session key, homedir and full name instead of current
copies.

- Try to avoid memory leak/segfault on Realloc failure

- clear up #endif comments

Andrew Bartlett


Revisions:
auth_ntlmssp.c  1.4 = 1.5

http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/auth_ntlmssp.c?r1=1.4r2=1.5
auth_unix.c 1.25 = 1.26

http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/auth_unix.c?r1=1.25r2=1.26
auth_util.c 1.61 = 1.62

http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/auth_util.c?r1=1.61r2=1.62
pass_check.c1.35 = 1.36

http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/pass_check.c?r1=1.35r2=1.36



CVS update: samba/source/include

2003-02-10 Thread abartlet

Date:   Mon Feb 10 09:16:05 2003
Author: abartlet

Update of /data/cvs/samba/source/include
In directory dp.samba.org:/tmp/cvs-serv18656/include

Modified Files:
smb.h 
Log Message:
Some cleanups:

- Don't use pstrcpy into an allocated string - use safe_strcpy() directly
instead.

- Keep a copy of the 'server_info' attached to the vuid.  In future use this
for things like the session key, homedir and full name instead of current
copies.

- Try to avoid memory leak/segfault on Realloc failure

- clear up #endif comments

Andrew Bartlett


Revisions:
smb.h   1.473 = 1.474

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/smb.h?r1=1.473r2=1.474



CVS update: samba/source/printing

2003-02-10 Thread abartlet

Date:   Mon Feb 10 09:18:04 2003
Author: abartlet

Update of /data/cvs/samba/source/printing
In directory dp.samba.org:/tmp/cvs-serv24684/printing

Modified Files:
print_cups.c 
Log Message:
Failure to find a CUPS printer, when auto-adding printers is not a level 0 error.

Andrew Bartlett


Revisions:
print_cups.c1.24 = 1.25

http://www.samba.org/cgi-bin/cvsweb/samba/source/printing/print_cups.c?r1=1.24r2=1.25



CVS update: samba/source/locking

2003-02-10 Thread abartlet

Date:   Mon Feb 10 09:20:10 2003
Author: abartlet

Update of /data/cvs/samba/source/locking
In directory dp.samba.org:/tmp/cvs-serv24807/locking

Modified Files:
locking.c 
Log Message:
Use safe_strcpy() instead of pstrcpy() for malloced strings.

Andrew Bartlett


Revisions:
locking.c   1.139 = 1.140

http://www.samba.org/cgi-bin/cvsweb/samba/source/locking/locking.c?r1=1.139r2=1.140



CVS update: samba/source

2003-02-10 Thread abartlet

Date:   Mon Feb 10 09:23:31 2003
Author: abartlet

Update of /data/cvs/samba/source
In directory dp.samba.org:/tmp/cvs-serv27744

Modified Files:
Makefile.in 
Log Message:
perl might not be in /usr/bin/perl, so try and find it in the path.

Perhaps this generated file should be autobuilt on samba.org for the 
build farm and the tarballs.

Andrew Bartlett


Revisions:
Makefile.in 1.607 = 1.608
http://www.samba.org/cgi-bin/cvsweb/samba/source/Makefile.in?r1=1.607r2=1.608



CVS update: samba/source

2003-02-10 Thread abartlet

Date:   Mon Feb 10 10:36:09 2003
Author: abartlet

Update of /data/cvs/samba/source
In directory dp.samba.org:/tmp/cvs-serv13569

Modified Files:
configure.in Makefile.in 
Log Message:
As metze mentioned, this is the proper way to find perl...

Andrew Bartlett


Revisions:
configure.in1.399 = 1.400
http://www.samba.org/cgi-bin/cvsweb/samba/source/configure.in?r1=1.399r2=1.400
Makefile.in 1.608 = 1.609
http://www.samba.org/cgi-bin/cvsweb/samba/source/Makefile.in?r1=1.608r2=1.609



CVS update: samba/source/include

2003-02-10 Thread tridge

Date:   Mon Feb 10 11:31:02 2003
Author: tridge

Update of /home/cvs/samba/source/include
In directory dp.samba.org:/tmp/cvs-serv14217

Modified Files:
rpc_lsa.h rpc_misc.h 
Log Message:
added the 'lsaenumacctwithright' command to rpcclient. This allows you
to lookup what SIDs have a particular privilege (that is how
privileges are stored).


Revisions:
rpc_lsa.h   1.46 = 1.47

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/rpc_lsa.h?r1=1.46r2=1.47
rpc_misc.h  1.35 = 1.36

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/rpc_misc.h?r1=1.35r2=1.36



CVS update: samba/source/rpc_client

2003-02-10 Thread tridge

Date:   Mon Feb 10 11:31:08 2003
Author: tridge

Update of /home/cvs/samba/source/rpc_client
In directory dp.samba.org:/tmp/cvs-serv14267

Modified Files:
cli_lsarpc.c 
Log Message:
added the 'lsaenumacctwithright' command to rpcclient. This allows you
to lookup what SIDs have a particular privilege (that is how
privileges are stored).


Revisions:
cli_lsarpc.c1.73 = 1.74

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_client/cli_lsarpc.c?r1=1.73r2=1.74



CVS update: samba/source/rpc_parse

2003-02-10 Thread tridge

Date:   Mon Feb 10 11:31:16 2003
Author: tridge

Update of /home/cvs/samba/source/rpc_parse
In directory dp.samba.org:/tmp/cvs-serv14308

Modified Files:
parse_lsa.c parse_misc.c 
Log Message:
added the 'lsaenumacctwithright' command to rpcclient. This allows you
to lookup what SIDs have a particular privilege (that is how
privileges are stored).


Revisions:
parse_lsa.c 1.88 = 1.89

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_parse/parse_lsa.c?r1=1.88r2=1.89
parse_misc.c1.107 = 1.108

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_parse/parse_misc.c?r1=1.107r2=1.108



CVS update: samba/source

2003-02-10 Thread jerry

Date:   Mon Feb 10 17:30:20 2003
Author: jerry

Update of /data/cvs/samba/source
In directory dp.samba.org:/tmp/cvs-serv4891

Modified Files:
autogen.sh 
Log Message:
autogen - cope with autoconf-2.53/2.13 systems (like RH 7.3)
findsmb - use @PERL@

Revisions:
autogen.sh  1.1 = 1.2
http://www.samba.org/cgi-bin/cvsweb/samba/source/autogen.sh?r1=1.1r2=1.2



CVS update: samba/source/script

2003-02-10 Thread jerry

Date:   Mon Feb 10 17:30:20 2003
Author: jerry

Update of /data/cvs/samba/source/script
In directory dp.samba.org:/tmp/cvs-serv4891/script

Modified Files:
findsmb.in 
Log Message:
autogen - cope with autoconf-2.53/2.13 systems (like RH 7.3)
findsmb - use @PERL@

Revisions:
findsmb.in  1.4 = 1.5

http://www.samba.org/cgi-bin/cvsweb/samba/source/script/findsmb.in?r1=1.4r2=1.5



CVS update: samba/source

2003-02-10 Thread jerry

Date:   Mon Feb 10 17:31:25 2003
Author: jerry

Update of /data/cvs/samba/source
In directory dp.samba.org:/tmp/cvs-serv7644

Modified Files:
  Tag: SAMBA_3_0
autogen.sh 
Log Message:
autogen - cope with autoconf-2.53/2.13 systems (like RH 7.3)
findsmb - use @PERL@

Revisions:
autogen.sh  1.1.2.1 = 1.1.2.2

http://www.samba.org/cgi-bin/cvsweb/samba/source/autogen.sh?r1=1.1.2.1r2=1.1.2.2



CVS update: samba/source/msdfs

2003-02-10 Thread kalele

Date:   Tue Feb 11 01:45:48 2003
Author: kalele

Update of /data/cvs/samba/source/msdfs
In directory dp.samba.org:/tmp/cvs-serv1349/msdfs

Modified Files:
  Tag: SAMBA_3_0
msdfs.c 
Log Message:
Fix the msdfs proxy handling code in dfsenum to return the cumulative number of
dfs links encountered. Previously the number was being mistakenly reset to 1.
Thanks to Guenther Deschner [EMAIL PROTECTED] for pointing this out and a fix.
[Check into SAMBA_3_0]


Revisions:
msdfs.c 1.28.2.3 = 1.28.2.4

http://www.samba.org/cgi-bin/cvsweb/samba/source/msdfs/msdfs.c?r1=1.28.2.3r2=1.28.2.4



CVS update: samba/source/include

2003-02-10 Thread jra

Date:   Tue Feb 11 02:20:34 2003
Author: jra

Update of /data/cvs/samba/source/include
In directory dp.samba.org:/tmp/cvs-serv5033/include

Modified Files:
  Tag: SAMBA_2_2
proto.h 
Log Message:
Fix delete on close semantics to match W2K. I (think:-) I understand it now :-).
Thanks to Nir Livni [EMAIL PROTECTED] for giving me the test case to
track it down.
Jeremy.


Revisions:
proto.h 1.900.2.413 = 1.900.2.414

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/proto.h?r1=1.900.2.413r2=1.900.2.414



CVS update: samba/source/smbd

2003-02-10 Thread jra

Date:   Tue Feb 11 02:20:34 2003
Author: jra

Update of /data/cvs/samba/source/smbd
In directory dp.samba.org:/tmp/cvs-serv5033/smbd

Modified Files:
  Tag: SAMBA_2_2
close.c trans2.c 
Log Message:
Fix delete on close semantics to match W2K. I (think:-) I understand it now :-).
Thanks to Nir Livni [EMAIL PROTECTED] for giving me the test case to
track it down.
Jeremy.


Revisions:
close.c 1.22.4.19 = 1.22.4.20

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/close.c?r1=1.22.4.19r2=1.22.4.20
trans2.c1.149.4.95 = 1.149.4.96

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/trans2.c?r1=1.149.4.95r2=1.149.4.96



CVS update: samba/source/smbd

2003-02-10 Thread jra

Date:   Tue Feb 11 02:20:56 2003
Author: jra

Update of /data/cvs/samba/source/smbd
In directory dp.samba.org:/tmp/cvs-serv5502/smbd

Modified Files:
  Tag: APPLIANCE_HEAD
close.c trans2.c 
Log Message:
Fix delete on close semantics to match W2K. I (think:-) I understand it now :-).
Thanks to Nir Livni [EMAIL PROTECTED] for giving me the test case to
track it down. No CR#.
Jeremy.


Revisions:
close.c 1.22.2.6 = 1.22.2.7

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/close.c?r1=1.22.2.6r2=1.22.2.7
trans2.c1.149.2.24 = 1.149.2.25

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/trans2.c?r1=1.149.2.24r2=1.149.2.25



CVS update: samba/source/smbd

2003-02-10 Thread jra

Date:   Tue Feb 11 02:24:45 2003
Author: jra

Update of /data/cvs/samba/source/smbd
In directory dp.samba.org:/tmp/cvs-serv6210/smbd

Modified Files:
close.c trans2.c 
Log Message:
Fix delete on close semantics to match W2K. I (think:-) I understand it now :-).
Thanks to Nir Livni [EMAIL PROTECTED] for giving me the test case to
track it down.
Jeremy.


Revisions:
close.c 1.43 = 1.44
http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/close.c?r1=1.43r2=1.44
trans2.c1.241 = 1.242

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/trans2.c?r1=1.241r2=1.242



CVS update: samba/source/smbd

2003-02-10 Thread jra

Date:   Tue Feb 11 02:24:51 2003
Author: jra

Update of /data/cvs/samba/source/smbd
In directory dp.samba.org:/tmp/cvs-serv6209/smbd

Modified Files:
  Tag: SAMBA_3_0
close.c trans2.c 
Log Message:
Fix delete on close semantics to match W2K. I (think:-) I understand it now :-).
Thanks to Nir Livni [EMAIL PROTECTED] for giving me the test case to
track it down.
Jeremy.


Revisions:
close.c 1.42.2.1 = 1.42.2.2

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/close.c?r1=1.42.2.1r2=1.42.2.2
trans2.c1.217.2.10 = 1.217.2.11

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/trans2.c?r1=1.217.2.10r2=1.217.2.11



CVS update: samba/source/torture

2003-02-10 Thread jra

Date:   Tue Feb 11 02:29:04 2003
Author: jra

Update of /data/cvs/samba/source/torture
In directory dp.samba.org:/tmp/cvs-serv6894/torture

Modified Files:
torture.c 
Log Message:
Fixup delete on close torture.
Jeremy.


Revisions:
torture.c   1.78 = 1.79

http://www.samba.org/cgi-bin/cvsweb/samba/source/torture/torture.c?r1=1.78r2=1.79