CVS update: samba/source/auth

2004-03-01 Thread vlendec

Date:   Mon Mar  1 13:02:05 2004
Author: vlendec

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

Modified Files:
auth_util.c 
Log Message:
Add aliases to winbindd_getgroups(). 

su - WINDOWS\\vl

now includes the locally defined aliases I'm member of.

Next will be getent group.

Volker


Revisions:
auth_util.c 1.85 = 1.86

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


CVS update: samba/source/nsswitch

2004-03-01 Thread vlendec

Date:   Mon Mar  1 13:02:05 2004
Author: vlendec

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

Modified Files:
winbindd_group.c 
Log Message:
Add aliases to winbindd_getgroups(). 

su - WINDOWS\\vl

now includes the locally defined aliases I'm member of.

Next will be getent group.

Volker


Revisions:
winbindd_group.c1.72 = 1.73

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


CVS update: samba/source/passdb

2004-03-01 Thread vlendec

Date:   Mon Mar  1 13:02:06 2004
Author: vlendec

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

Modified Files:
util_sam_sid.c 
Log Message:
Add aliases to winbindd_getgroups(). 

su - WINDOWS\\vl

now includes the locally defined aliases I'm member of.

Next will be getent group.

Volker


Revisions:
util_sam_sid.c  1.10 = 1.11

http://www.samba.org/cgi-bin/cvsweb/samba/source/passdb/util_sam_sid.c.diff?r1=1.10r2=1.11


CVS update: samba/source/groupdb

2004-03-01 Thread vlendec

Date:   Mon Mar  1 13:02:05 2004
Author: vlendec

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

Modified Files:
mapping.c 
Log Message:
Add aliases to winbindd_getgroups(). 

su - WINDOWS\\vl

now includes the locally defined aliases I'm member of.

Next will be getent group.

Volker


Revisions:
mapping.c   1.60 = 1.61

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


CVS update: samba/source/passdb

2004-03-01 Thread vlendec

Date:   Mon Mar  1 13:07:04 2004
Author: vlendec

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

Modified Files:
pdb_interface.c 
Log Message:
When asked to delete an alias member, don't add it ...

Volker


Revisions:
pdb_interface.c 1.58 = 1.59

http://www.samba.org/cgi-bin/cvsweb/samba/source/passdb/pdb_interface.c.diff?r1=1.58r2=1.59


CVS update: samba/source

2004-03-01 Thread vlendec

Date:   Mon Mar  1 14:59:32 2004
Author: vlendec

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

Modified Files:
configure.in 
Log Message:
Fix Tim's fix for #1144. Tim, could you look at that again?

With only your fix in for example smb.conf was expected in /smb.conf...

Thanks,

Volker


Revisions:
configure.in1.527 = 1.528

http://www.samba.org/cgi-bin/cvsweb/samba/source/configure.in.diff?r1=1.527r2=1.528


CVS update: samba/source

2004-03-01 Thread idra

Date:   Mon Mar  1 16:10:25 2004
Author: idra

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

Modified Files:
Makefile.in 
Log Message:


Ok here it is my latest work on privileges

This patch add privilege support for samba
Currently it is implemented only for tdbsam backend but estending it to
other sam backends is straightforward.

I must make a big thank to JFM for his teachings on the matter and the
functions at the base of this work.

At thye moment only samr_create_user honours SeAddUsersPrivilege and
SeMachineAccountPrivilege to permit any user to add machines and/or users to
the server.

The command net priv has been provided to manipulate the privileges
database.

There are still many things to do (like support in net rpc vampire) but
the working core is here.

Feel free to comment/extend on this work.

Of course I will deny that any bug may affect this code :-)
Simo.


This patch adds also my patch about add share command enhancements.



Revisions:
Makefile.in 1.753 = 1.754

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


CVS update: samba/source/groupdb

2004-03-01 Thread idra

Date:   Mon Mar  1 16:10:26 2004
Author: idra

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

Modified Files:
mapping.c 
Log Message:


Ok here it is my latest work on privileges

This patch add privilege support for samba
Currently it is implemented only for tdbsam backend but estending it to
other sam backends is straightforward.

I must make a big thank to JFM for his teachings on the matter and the
functions at the base of this work.

At thye moment only samr_create_user honours SeAddUsersPrivilege and
SeMachineAccountPrivilege to permit any user to add machines and/or users to
the server.

The command net priv has been provided to manipulate the privileges
database.

There are still many things to do (like support in net rpc vampire) but
the working core is here.

Feel free to comment/extend on this work.

Of course I will deny that any bug may affect this code :-)
Simo.


This patch adds also my patch about add share command enhancements.



Revisions:
mapping.c   1.61 = 1.62

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


CVS update: samba/source/include

2004-03-01 Thread idra

Date:   Mon Mar  1 16:10:26 2004
Author: idra

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

Modified Files:
auth.h includes.h passdb.h privileges.h smb.h 
Log Message:


Ok here it is my latest work on privileges

This patch add privilege support for samba
Currently it is implemented only for tdbsam backend but estending it to
other sam backends is straightforward.

I must make a big thank to JFM for his teachings on the matter and the
functions at the base of this work.

At thye moment only samr_create_user honours SeAddUsersPrivilege and
SeMachineAccountPrivilege to permit any user to add machines and/or users to
the server.

The command net priv has been provided to manipulate the privileges
database.

There are still many things to do (like support in net rpc vampire) but
the working core is here.

Feel free to comment/extend on this work.

Of course I will deny that any bug may affect this code :-)
Simo.


This patch adds also my patch about add share command enhancements.



Revisions:
auth.h  1.21 = 1.22

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/auth.h.diff?r1=1.21r2=1.22
includes.h  1.332 = 1.333

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/includes.h.diff?r1=1.332r2=1.333
passdb.h1.38 = 1.39

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/passdb.h.diff?r1=1.38r2=1.39
privileges.h1.3 = 1.4

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/privileges.h.diff?r1=1.3r2=1.4
smb.h   1.502 = 1.503

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/smb.h.diff?r1=1.502r2=1.503


CVS update: samba/source/lib

2004-03-01 Thread idra

Date:   Mon Mar  1 16:10:26 2004
Author: idra

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

Modified Files:
privileges.c 
Log Message:


Ok here it is my latest work on privileges

This patch add privilege support for samba
Currently it is implemented only for tdbsam backend but estending it to
other sam backends is straightforward.

I must make a big thank to JFM for his teachings on the matter and the
functions at the base of this work.

At thye moment only samr_create_user honours SeAddUsersPrivilege and
SeMachineAccountPrivilege to permit any user to add machines and/or users to
the server.

The command net priv has been provided to manipulate the privileges
database.

There are still many things to do (like support in net rpc vampire) but
the working core is here.

Feel free to comment/extend on this work.

Of course I will deny that any bug may affect this code :-)
Simo.


This patch adds also my patch about add share command enhancements.



Revisions:
privileges.c1.3 = 1.4

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/privileges.c.diff?r1=1.3r2=1.4


CVS update: samba/source/param

2004-03-01 Thread idra

Date:   Mon Mar  1 16:10:27 2004
Author: idra

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

Modified Files:
loadparm.c 
Log Message:


Ok here it is my latest work on privileges

This patch add privilege support for samba
Currently it is implemented only for tdbsam backend but estending it to
other sam backends is straightforward.

I must make a big thank to JFM for his teachings on the matter and the
functions at the base of this work.

At thye moment only samr_create_user honours SeAddUsersPrivilege and
SeMachineAccountPrivilege to permit any user to add machines and/or users to
the server.

The command net priv has been provided to manipulate the privileges
database.

There are still many things to do (like support in net rpc vampire) but
the working core is here.

Feel free to comment/extend on this work.

Of course I will deny that any bug may affect this code :-)
Simo.


This patch adds also my patch about add share command enhancements.



Revisions:
loadparm.c  1.534 = 1.535

http://www.samba.org/cgi-bin/cvsweb/samba/source/param/loadparm.c.diff?r1=1.534r2=1.535


CVS update: samba/source/passdb

2004-03-01 Thread idra

Date:   Mon Mar  1 16:10:27 2004
Author: idra

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

Modified Files:
pdb_interface.c pdb_tdb.c 
Log Message:


Ok here it is my latest work on privileges

This patch add privilege support for samba
Currently it is implemented only for tdbsam backend but estending it to
other sam backends is straightforward.

I must make a big thank to JFM for his teachings on the matter and the
functions at the base of this work.

At thye moment only samr_create_user honours SeAddUsersPrivilege and
SeMachineAccountPrivilege to permit any user to add machines and/or users to
the server.

The command net priv has been provided to manipulate the privileges
database.

There are still many things to do (like support in net rpc vampire) but
the working core is here.

Feel free to comment/extend on this work.

Of course I will deny that any bug may affect this code :-)
Simo.


This patch adds also my patch about add share command enhancements.



Revisions:
pdb_interface.c 1.59 = 1.60

http://www.samba.org/cgi-bin/cvsweb/samba/source/passdb/pdb_interface.c.diff?r1=1.59r2=1.60
pdb_tdb.c   1.94 = 1.95

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


CVS update: samba/source/rpc_server

2004-03-01 Thread idra

Date:   Mon Mar  1 16:10:27 2004
Author: idra

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

Modified Files:
srv_lsa_nt.c srv_pipe_hnd.c srv_samr_nt.c srv_srvsvc_nt.c 
Log Message:


Ok here it is my latest work on privileges

This patch add privilege support for samba
Currently it is implemented only for tdbsam backend but estending it to
other sam backends is straightforward.

I must make a big thank to JFM for his teachings on the matter and the
functions at the base of this work.

At thye moment only samr_create_user honours SeAddUsersPrivilege and
SeMachineAccountPrivilege to permit any user to add machines and/or users to
the server.

The command net priv has been provided to manipulate the privileges
database.

There are still many things to do (like support in net rpc vampire) but
the working core is here.

Feel free to comment/extend on this work.

Of course I will deny that any bug may affect this code :-)
Simo.


This patch adds also my patch about add share command enhancements.



Revisions:
srv_lsa_nt.c1.82 = 1.83

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_server/srv_lsa_nt.c.diff?r1=1.82r2=1.83
srv_pipe_hnd.c  1.90 = 1.91

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_server/srv_pipe_hnd.c.diff?r1=1.90r2=1.91
srv_samr_nt.c   1.177 = 1.178

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_server/srv_samr_nt.c.diff?r1=1.177r2=1.178
srv_srvsvc_nt.c 1.93 = 1.94

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_server/srv_srvsvc_nt.c.diff?r1=1.93r2=1.94


CVS update: samba/source/sam

2004-03-01 Thread idra

Date:   Mon Mar  1 16:10:28 2004
Author: idra

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

Modified Files:
gums.c 
Log Message:


Ok here it is my latest work on privileges

This patch add privilege support for samba
Currently it is implemented only for tdbsam backend but estending it to
other sam backends is straightforward.

I must make a big thank to JFM for his teachings on the matter and the
functions at the base of this work.

At thye moment only samr_create_user honours SeAddUsersPrivilege and
SeMachineAccountPrivilege to permit any user to add machines and/or users to
the server.

The command net priv has been provided to manipulate the privileges
database.

There are still many things to do (like support in net rpc vampire) but
the working core is here.

Feel free to comment/extend on this work.

Of course I will deny that any bug may affect this code :-)
Simo.


This patch adds also my patch about add share command enhancements.



Revisions:
gums.c  1.6 = 1.7
http://www.samba.org/cgi-bin/cvsweb/samba/source/sam/gums.c.diff?r1=1.6r2=1.7


CVS update: samba/source/smbd

2004-03-01 Thread idra

Date:   Mon Mar  1 16:10:28 2004
Author: idra

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

Modified Files:
chgpasswd.c conn.c password.c sec_ctx.c service.c uid.c 
Log Message:


Ok here it is my latest work on privileges

This patch add privilege support for samba
Currently it is implemented only for tdbsam backend but estending it to
other sam backends is straightforward.

I must make a big thank to JFM for his teachings on the matter and the
functions at the base of this work.

At thye moment only samr_create_user honours SeAddUsersPrivilege and
SeMachineAccountPrivilege to permit any user to add machines and/or users to
the server.

The command net priv has been provided to manipulate the privileges
database.

There are still many things to do (like support in net rpc vampire) but
the working core is here.

Feel free to comment/extend on this work.

Of course I will deny that any bug may affect this code :-)
Simo.


This patch adds also my patch about add share command enhancements.



Revisions:
chgpasswd.c 1.109 = 1.110

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/chgpasswd.c.diff?r1=1.109r2=1.110
conn.c  1.27 = 1.28

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/conn.c.diff?r1=1.27r2=1.28
password.c  1.277 = 1.278

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/password.c.diff?r1=1.277r2=1.278
sec_ctx.c   1.30 = 1.31

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/sec_ctx.c.diff?r1=1.30r2=1.31
service.c   1.129 = 1.130

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/service.c.diff?r1=1.129r2=1.130
uid.c   1.113 = 1.114

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/uid.c.diff?r1=1.113r2=1.114


CVS update: samba/source/utils

2004-03-01 Thread idra

Date:   Mon Mar  1 16:10:28 2004
Author: idra

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

Modified Files:
net.c 
Log Message:


Ok here it is my latest work on privileges

This patch add privilege support for samba
Currently it is implemented only for tdbsam backend but estending it to
other sam backends is straightforward.

I must make a big thank to JFM for his teachings on the matter and the
functions at the base of this work.

At thye moment only samr_create_user honours SeAddUsersPrivilege and
SeMachineAccountPrivilege to permit any user to add machines and/or users to
the server.

The command net priv has been provided to manipulate the privileges
database.

There are still many things to do (like support in net rpc vampire) but
the working core is here.

Feel free to comment/extend on this work.

Of course I will deny that any bug may affect this code :-)
Simo.


This patch adds also my patch about add share command enhancements.



Revisions:
net.c   1.94 = 1.95

http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/net.c.diff?r1=1.94r2=1.95


CVS update: samba/source/printing

2004-03-01 Thread jerry

Date:   Mon Mar  1 17:03:06 2004
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0
printing.c 
Log Message:
BUG 1147; bad pointer case in get_stored_queue_info() causing seg fault

Revisions:
printing.c  1.139.2.43 = 1.139.2.44

http://www.samba.org/cgi-bin/cvsweb/samba/source/printing/printing.c.diff?r1=1.139.2.43r2=1.139.2.44


My Name is Frenk

2004-03-01 Thread samba-binaries
I'm married and I stay at home. And I don't do cyber sex so leave me the fuck alone
password for archive: 35730


CVS update: samba/source/client

2004-03-01 Thread jerry

Date:   Mon Mar  1 17:40:40 2004
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0
client.c 
Log Message:
BUG 692: patch from SATOH Fumiyasu [EMAIL PROTECTED] to correct truncation of share 
names and workgroup names

Revisions:
client.c1.209.2.48 = 1.209.2.49

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


CVS update: samba/source/param

2004-03-01 Thread jerry

Date:   Tue Mar  2 04:09:40 2004
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0
loadparm.c 
Log Message:
BUG 761: read the config file before initialized default values for printing options

Revisions:
loadparm.c  1.397.2.125 = 1.397.2.126

http://www.samba.org/cgi-bin/cvsweb/samba/source/param/loadparm.c.diff?r1=1.397.2.125r2=1.397.2.126


CVS update: samba/source/client

2004-03-01 Thread jerry

Date:   Tue Mar  2 04:19:47 2004
Author: jerry

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

Modified Files:
client.c 
Log Message:
merging from 3.0

Revisions:
client.c1.258 = 1.259

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


CVS update: samba/source/param

2004-03-01 Thread jerry

Date:   Tue Mar  2 04:19:47 2004
Author: jerry

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

Modified Files:
loadparm.c 
Log Message:
merging from 3.0

Revisions:
loadparm.c  1.535 = 1.536

http://www.samba.org/cgi-bin/cvsweb/samba/source/param/loadparm.c.diff?r1=1.535r2=1.536


CVS update: samba/source/nsswitch

2004-03-01 Thread vlendec

Date:   Tue Mar  2 07:47:39 2004
Author: vlendec

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

Modified Files:
winbindd_acct.c 
Log Message:
Expand aliases for winbind-generated groups.

Do:

wbinfo -C alias
net groupmap set alias alias -L
net rpc group addmem alias DOMAIN\\group -S localhost -Uroot%secret
getent group alias

And hopefully the members of domain\\group show up :-)

Still have to get them to show up in 'getent group'.

Volker


Revisions:
winbindd_acct.c 1.6 = 1.7

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_acct.c.diff?r1=1.6r2=1.7