CVS update: samba/source/nsswitch

2003-06-18 Thread tpot

Date:   Wed Jun 18 06:10:49 2003
Author: tpot

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

Modified Files:
  Tag: APPLIANCE_HEAD
winbindd_group.c 
Log Message:
CR 2230 - allow domain local groups to appear in a user's group list.


Revisions:
winbindd_group.c1.3.2.11 = 1.3.2.12

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_group.c.diff?r1=1.3.2.11r2=1.3.2.12


Re: CVS update: samba/source/nsswitch

2003-06-18 Thread Tim Potter
On Wed, Jun 18, 2003 at 06:10:49AM +, [EMAIL PROTECTED] wrote:

 Update of /data/cvs/samba/source/nsswitch
 In directory dp.samba.org:/tmp/cvs-serv2380/nsswitch
 
 Modified Files:
   Tag: APPLIANCE_HEAD
   winbindd_group.c 
 Log Message:
 CR 2230 - allow domain local groups to appear in a user's group list.

These are of course domain local groups in win2k native mode.

Jeremy, you mentioned something about reflecting this change into smbd
somewhere but I couldn't see that it needed to be done.

One day lad, all this will be yours!  

What, the curtains?


CVS update: samba/source/lib

2003-06-18 Thread jerry

Date:   Wed Jun 18 06:39:36 2003
Author: jerry

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

Modified Files:
  Tag: APPLIANCE_HEAD
username.c 
Log Message:
another fix fro CR 2179.  I think this is the last one

  1) orders print_access_check() by:
a)  root can do anything (easy check)
b)  check security descriptor (bit comparisons in memory)
c)  printer admins (may result in numerous calls to
 winbind)

  2) cache the groups for the last user we looked up in
 user_in_winbindd_group_list().  Might need a timeout here,
 but since the user token is created at session setup time,
 i don't really think this is a problem.

  3) removes the 1/2 delay in open_printer_ex() since I don't
 believe it is helpful in the general sense (see the comments
 as to why it was there in the first place).

  4) use the IP address fdrom the original socket when establishing
 the change notify session to a client instead of resolving the
 name from scratch. (backport from 3.0)





Revisions:
username.c  1.31.2.23 = 1.31.2.24

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/username.c.diff?r1=1.31.2.23r2=1.31.2.24


CVS update: samba/source/printing

2003-06-18 Thread jerry

Date:   Wed Jun 18 06:39:36 2003
Author: jerry

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

Modified Files:
  Tag: APPLIANCE_HEAD
nt_printing.c 
Log Message:
another fix fro CR 2179.  I think this is the last one

  1) orders print_access_check() by:
a)  root can do anything (easy check)
b)  check security descriptor (bit comparisons in memory)
c)  printer admins (may result in numerous calls to
 winbind)

  2) cache the groups for the last user we looked up in
 user_in_winbindd_group_list().  Might need a timeout here,
 but since the user token is created at session setup time,
 i don't really think this is a problem.

  3) removes the 1/2 delay in open_printer_ex() since I don't
 believe it is helpful in the general sense (see the comments
 as to why it was there in the first place).

  4) use the IP address fdrom the original socket when establishing
 the change notify session to a client instead of resolving the
 name from scratch. (backport from 3.0)





Revisions:
nt_printing.c   1.83.2.124 = 1.83.2.125

http://www.samba.org/cgi-bin/cvsweb/samba/source/printing/nt_printing.c.diff?r1=1.83.2.124r2=1.83.2.125


CVS update: samba/source/rpc_server

2003-06-18 Thread jerry

Date:   Wed Jun 18 06:39:37 2003
Author: jerry

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

Modified Files:
  Tag: APPLIANCE_HEAD
srv_spoolss_nt.c 
Log Message:
another fix fro CR 2179.  I think this is the last one

  1) orders print_access_check() by:
a)  root can do anything (easy check)
b)  check security descriptor (bit comparisons in memory)
c)  printer admins (may result in numerous calls to
 winbind)

  2) cache the groups for the last user we looked up in
 user_in_winbindd_group_list().  Might need a timeout here,
 but since the user token is created at session setup time,
 i don't really think this is a problem.

  3) removes the 1/2 delay in open_printer_ex() since I don't
 believe it is helpful in the general sense (see the comments
 as to why it was there in the first place).

  4) use the IP address fdrom the original socket when establishing
 the change notify session to a client instead of resolving the
 name from scratch. (backport from 3.0)





Revisions:
srv_spoolss_nt.c1.95.2.255 = 1.95.2.256

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_server/srv_spoolss_nt.c.diff?r1=1.95.2.255r2=1.95.2.256


CVS update: samba/source/passdb

2003-06-18 Thread vlendec

Date:   Wed Jun 18 08:42:04 2003
Author: vlendec

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

Modified Files:
  Tag: SAMBA_3_0
machine_sid.c 
Log Message:
Better panic cleanly than segfault later when no sid can be found and created.
Everybody who calls get_global_sam_sid expects this to return non-NULL, and
there are way too many places where this is called.

Volker

Revisions:
machine_sid.c   1.9.2.4 = 1.9.2.5

http://www.samba.org/cgi-bin/cvsweb/samba/source/passdb/machine_sid.c.diff?r1=1.9.2.4r2=1.9.2.5


CVS update: samba/source/groupdb

2003-06-18 Thread vlendec

Date:   Wed Jun 18 12:00:52 2003
Author: vlendec

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

Modified Files:
  Tag: SAMBA_3_0
mapping.c 
Log Message:
And some more memory leaks in mapping.c and pdb_tdb.c. tdb_nextkey
mallocs its key, so we should free it after use.

Volker

Revisions:
mapping.c   1.33.2.13 = 1.33.2.14

http://www.samba.org/cgi-bin/cvsweb/samba/source/groupdb/mapping.c.diff?r1=1.33.2.13r2=1.33.2.14


CVS update: samba/source/passdb

2003-06-18 Thread vlendec

Date:   Wed Jun 18 12:00:52 2003
Author: vlendec

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

Modified Files:
  Tag: SAMBA_3_0
pdb_tdb.c 
Log Message:
And some more memory leaks in mapping.c and pdb_tdb.c. tdb_nextkey
mallocs its key, so we should free it after use.

Volker

Revisions:
pdb_tdb.c   1.58.2.17 = 1.58.2.18

http://www.samba.org/cgi-bin/cvsweb/samba/source/passdb/pdb_tdb.c.diff?r1=1.58.2.17r2=1.58.2.18


Re: CVS update: samba/source/groupdb

2003-06-18 Thread Volker Lendecke
On Wed, Jun 18, 2003 at 12:00:52PM +, [EMAIL PROTECTED] wrote:
 
 Date: Wed Jun 18 12:00:52 2003
 Author:   vlendec
 
 Update of /data/cvs/samba/source/groupdb
 In directory dp.samba.org:/tmp/cvs-serv593/groupdb
 
 Modified Files:
   Tag: SAMBA_3_0
   mapping.c 
 Log Message:
 And some more memory leaks in mapping.c and pdb_tdb.c. tdb_nextkey
 mallocs its key, so we should free it after use.

This certainly should FIX and not ADD memory leaks :-)

Volker


pgp0.pgp
Description: PGP signature


CVS update: samba/source/sam

2003-06-18 Thread vlendec

Date:   Wed Jun 18 13:28:37 2003
Author: vlendec

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

Modified Files:
  Tag: SAMBA_3_0
idmap_tdb.c 
Log Message:
There's nothing particularly secret in idmap.tdb, so create it with
0644 as the other databases.

Volker


Revisions:
idmap_tdb.c 1.12.2.9 = 1.12.2.10

http://www.samba.org/cgi-bin/cvsweb/samba/source/sam/idmap_tdb.c.diff?r1=1.12.2.9r2=1.12.2.10


CVS update: samba/source/nsswitch

2003-06-18 Thread jmcd

Date:   Wed Jun 18 14:20:23 2003
Author: jmcd

Update of /home/cvs/samba/source/nsswitch
In directory dp.samba.org:/tmp/cvs-serv13252/nsswitch

Modified Files:
  Tag: SAMBA_3_0
wbinfo.c 
Log Message:
Remove the -A option of wbinfo, leaving only the long version, 
--set-auth-user.  There was enough confusion, as in bug #158,
when a user accidentally typed -A instead of -a, and would get themselves
stuck with a non-working winbind.

I've made the changes to docs/docbook/manpages/wbinfo.xml, but I'm not
sure what to do beyond that.  Is checking that in enough?


Revisions:
wbinfo.c1.38.2.14 = 1.38.2.15

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/wbinfo.c.diff?r1=1.38.2.14r2=1.38.2.15


CVS update: samba/packaging/Debian/debian/patches

2003-06-18 Thread peloy

Date:   Wed Jun 18 15:17:32 2003
Author: peloy

Update of /data/cvs/samba/packaging/Debian/debian/patches
In directory dp.samba.org:/tmp/cvs-serv18916/debian/patches

Modified Files:
  Tag: SAMBA_3_0
fhs.patch 
Log Message:
Updated Debian patches so they apply cleanly and without warnings at
build time.



Revisions:
fhs.patch   1.1.6.4 = 1.1.6.5

http://www.samba.org/cgi-bin/cvsweb/samba/packaging/Debian/debian/patches/fhs.patch.diff?r1=1.1.6.4r2=1.1.6.5


CVS update: samba/source/groupdb

2003-06-18 Thread idra

Date:   Wed Jun 18 15:24:09 2003
Author: idra

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

Modified Files:
  Tag: SAMBA_3_0
mapping.c 
Log Message:

Ok, this patch removes the privilege stuff we had in, unused, for some time.

The code was nice, but put in the wrong place (group mapping) and not
supported by most of the code, thus useless.

We will put back most of the code when our infrastructure will be changed
so that privileges actually really make sense to be set.

This is a first patch of a set to enhance all our mapping code cleaness and
stability towards a sane next beta for 3.0 code base

Simo.



Revisions:
mapping.c   1.33.2.14 = 1.33.2.15

http://www.samba.org/cgi-bin/cvsweb/samba/source/groupdb/mapping.c.diff?r1=1.33.2.14r2=1.33.2.15


CVS update: samba/source/include

2003-06-18 Thread idra

Date:   Wed Jun 18 15:24:09 2003
Author: idra

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

Modified Files:
  Tag: SAMBA_3_0
mapping.h passdb.h privileges.h 
Log Message:

Ok, this patch removes the privilege stuff we had in, unused, for some time.

The code was nice, but put in the wrong place (group mapping) and not
supported by most of the code, thus useless.

We will put back most of the code when our infrastructure will be changed
so that privileges actually really make sense to be set.

This is a first patch of a set to enhance all our mapping code cleaness and
stability towards a sane next beta for 3.0 code base

Simo.



Revisions:
mapping.h   1.7.2.2 = 1.7.2.3

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/mapping.h.diff?r1=1.7.2.2r2=1.7.2.3
passdb.h1.11.2.7 = 1.11.2.8

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/passdb.h.diff?r1=1.11.2.7r2=1.11.2.8
privileges.h1.1.2.1 = 1.1.2.2

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/privileges.h.diff?r1=1.1.2.1r2=1.1.2.2


CVS update: samba/source/rpc_server

2003-06-18 Thread idra

Date:   Wed Jun 18 15:24:10 2003
Author: idra

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

Modified Files:
  Tag: SAMBA_3_0
srv_lsa_nt.c srv_samr_nt.c srv_util.c 
Log Message:

Ok, this patch removes the privilege stuff we had in, unused, for some time.

The code was nice, but put in the wrong place (group mapping) and not
supported by most of the code, thus useless.

We will put back most of the code when our infrastructure will be changed
so that privileges actually really make sense to be set.

This is a first patch of a set to enhance all our mapping code cleaness and
stability towards a sane next beta for 3.0 code base

Simo.



Revisions:
srv_lsa_nt.c1.52.2.9 = 1.52.2.10

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_server/srv_lsa_nt.c.diff?r1=1.52.2.9r2=1.52.2.10
srv_samr_nt.c   1.86.2.27 = 1.86.2.28

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_server/srv_samr_nt.c.diff?r1=1.86.2.27r2=1.86.2.28
srv_util.c  1.65.2.8 = 1.65.2.9

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_server/srv_util.c.diff?r1=1.65.2.8r2=1.65.2.9


CVS update: samba/source/smbd

2003-06-18 Thread idra

Date:   Wed Jun 18 15:24:10 2003
Author: idra

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

Modified Files:
  Tag: SAMBA_3_0
lanman.c 
Log Message:

Ok, this patch removes the privilege stuff we had in, unused, for some time.

The code was nice, but put in the wrong place (group mapping) and not
supported by most of the code, thus useless.

We will put back most of the code when our infrastructure will be changed
so that privileges actually really make sense to be set.

This is a first patch of a set to enhance all our mapping code cleaness and
stability towards a sane next beta for 3.0 code base

Simo.



Revisions:
lanman.c1.73.2.13 = 1.73.2.14

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/lanman.c.diff?r1=1.73.2.13r2=1.73.2.14


CVS update: samba/source/utils

2003-06-18 Thread idra

Date:   Wed Jun 18 15:24:10 2003
Author: idra

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

Modified Files:
  Tag: SAMBA_3_0
net.c net_groupmap.c net_rpc_samsync.c pdbedit.c 
Log Message:

Ok, this patch removes the privilege stuff we had in, unused, for some time.

The code was nice, but put in the wrong place (group mapping) and not
supported by most of the code, thus useless.

We will put back most of the code when our infrastructure will be changed
so that privileges actually really make sense to be set.

This is a first patch of a set to enhance all our mapping code cleaness and
stability towards a sane next beta for 3.0 code base

Simo.



Revisions:
net.c   1.43.2.24 = 1.43.2.25

http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/net.c.diff?r1=1.43.2.24r2=1.43.2.25
net_groupmap.c  1.1.2.11 = 1.1.2.12

http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/net_groupmap.c.diff?r1=1.1.2.11r2=1.1.2.12
net_rpc_samsync.c   1.8.2.21 = 1.8.2.22

http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/net_rpc_samsync.c.diff?r1=1.8.2.21r2=1.8.2.22
pdbedit.c   1.39.2.26 = 1.39.2.27

http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/pdbedit.c.diff?r1=1.39.2.26r2=1.39.2.27


CVS update: samba/source

2003-06-18 Thread Jelmer Vernooij

Date:   Wed Jun 18 15:54:21 2003
Author: jelmer

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

Modified Files:
  Tag: SAMBA_3_0
Makefile.in 
Log Message:
Add installmodules to install


Revisions:
Makefile.in 1.468.2.121 = 1.468.2.122

http://www.samba.org/cgi-bin/cvsweb/samba/source/Makefile.in.diff?r1=1.468.2.121r2=1.468.2.122


CVS update: samba/source/nsswitch

2003-06-18 Thread jerry

Date:   Wed Jun 18 16:37:55 2003
Author: jerry

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

Modified Files:
  Tag: APPLIANCE_HEAD
winbindd_cache.c 
Log Message:
fix a debugging statement; CR 2179

Revisions:
winbindd_cache.c1.5.2.22 = 1.5.2.23

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_cache.c.diff?r1=1.5.2.22r2=1.5.2.23


CVS update: samba/docs/docbook/projdoc

2003-06-18 Thread Jelmer Vernooij

Date:   Wed Jun 18 19:03:30 2003
Author: jelmer

Update of /home/cvs/samba/docs/docbook/projdoc
In directory dp.samba.org:/tmp/cvs-serv9671/projdoc

Modified Files:
  Tag: SAMBA_3_0
VFS.xml 
Log Message:
VFS modules are located in the subdirectory vfs of $LIBDIR


Revisions:
VFS.xml 1.1.2.4 = 1.1.2.5

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/VFS.xml.diff?r1=1.1.2.4r2=1.1.2.5


CVS update: samba/docs/docbook/projdoc

2003-06-18 Thread Jelmer Vernooij

Date:   Wed Jun 18 23:13:17 2003
Author: jelmer

Update of /home/cvs/samba/docs/docbook/projdoc
In directory dp.samba.org:/tmp/cvs-serv31532

Modified Files:
  Tag: SAMBA_3_0
CUPS-printing.xml 
Log Message:
Fix typo


Revisions:
CUPS-printing.xml   1.1.2.8 = 1.1.2.9

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/CUPS-printing.xml.diff?r1=1.1.2.8r2=1.1.2.9