CVS update: samba/source/smbd

2003-08-10 Thread jerry

Date:   Sat Aug  9 23:12:35 2003
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0
sec_ctx.c 
Log Message:
fix for BUG #267 (problem with supplementary groups).
Use winbindd to get the group list if possible since we already
know it from netsamlogon_cache.tdb. More effecient than letting 
libc call getgrent() to get seconary groups.

Tested by Ken Cross.



Revisions:
sec_ctx.c   1.27.2.2 = 1.27.2.3

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/sec_ctx.c.diff?r1=1.27.2.2r2=1.27.2.3


CVS update: samba/source/auth

2003-08-10 Thread jerry

Date:   Sat Aug  9 23:12:35 2003
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0
auth_util.c 
Log Message:
fix for BUG #267 (problem with supplementary groups).
Use winbindd to get the group list if possible since we already
know it from netsamlogon_cache.tdb. More effecient than letting 
libc call getgrent() to get seconary groups.

Tested by Ken Cross.



Revisions:
auth_util.c 1.39.2.42 = 1.39.2.43

http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/auth_util.c.diff?r1=1.39.2.42r2=1.39.2.43


CVS update: samba/docs/docbook/smbdotconf/vfs

2003-08-10 Thread jerry

Date:   Sat Aug  9 23:01:35 2003
Author: jerry

Update of /data/cvs/samba/docs/docbook/smbdotconf/vfs
In directory dp.samba.org:/tmp/cvs-serv27369/docbook/smbdotconf/vfs

Modified Files:
  Tag: SAMBA_3_0
hostmsdfs.xml msdfsroot.xml 
Log Message:
updating smb.conf manpage to reflect changes in ./configure options



Revisions:
hostmsdfs.xml   1.2.2.1 = 1.2.2.2

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/smbdotconf/vfs/hostmsdfs.xml.diff?r1=1.2.2.1r2=1.2.2.2
msdfsroot.xml   1.2.2.1 = 1.2.2.2

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/smbdotconf/vfs/msdfsroot.xml.diff?r1=1.2.2.1r2=1.2.2.2


CVS update: samba/source/client

2003-08-10 Thread vlendec

Date:   Sun Aug 10 21:43:28 2003
Author: vlendec

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

Modified Files:
  Tag: SAMBA_3_0
client.c 
Log Message:
We get the server and workgroup list only over port 139. Fall back to that
and if NetBIOS over TCP/IP is disabled, give an error message.

Fixes Bug #284

Volker


Revisions:
client.c1.209.2.36 = 1.209.2.37

http://www.samba.org/cgi-bin/cvsweb/samba/source/client/client.c.diff?r1=1.209.2.36r2=1.209.2.37