CVS update: samba/source/utils

2004-02-29 Thread vlendec

Date:   Sun Feb 29 12:47:45 2004
Author: vlendec

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

Modified Files:
  Tag: SAMBA_3_0
net_rpc.c 
Log Message:
Print an informative error message if trying to add/remove members from
something not a group.

Volker


Revisions:
net_rpc.c   1.14.2.56 = 1.14.2.57

http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/net_rpc.c.diff?r1=1.14.2.56r2=1.14.2.57


CVS update: samba/source/utils

2004-02-29 Thread vlendec

Date:   Sun Feb 29 12:48:29 2004
Author: vlendec

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

Modified Files:
net_rpc.c 
Log Message:
Print an informative error message if trying to add/remove members from
something not a group.

Volker


Revisions:
net_rpc.c   1.79 = 1.80

http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/net_rpc.c.diff?r1=1.79r2=1.80


CVS update: samba/source/web

2004-02-29 Thread vlendec

Date:   Sun Feb 29 16:32:04 2004
Author: vlendec

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

Modified Files:
swat.c 
Log Message:
Trivial commit to make 'smbdiff 3_0/source head/source' two files smaller.

Volker


Revisions:
swat.c  1.102 = 1.103

http://www.samba.org/cgi-bin/cvsweb/samba/source/web/swat.c.diff?r1=1.102r2=1.103


CVS update: samba/source/utils

2004-02-29 Thread vlendec

Date:   Sun Feb 29 16:32:04 2004
Author: vlendec

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

Modified Files:
smbpasswd.c 
Log Message:
Trivial commit to make 'smbdiff 3_0/source head/source' two files smaller.

Volker


Revisions:
smbpasswd.c 1.156 = 1.157

http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/smbpasswd.c.diff?r1=1.156r2=1.157


CVS update: samba/source/rpc_server

2004-02-29 Thread vlendec

Date:   Sun Feb 29 16:33:49 2004
Author: vlendec

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

Modified Files:
srv_samr_nt.c 
Log Message:
net_rpc.c: Don't complain if [add|del]mem was successful.

srv_samr_nt.c: Correctly report that a user is not member of an alias.

Volker


Revisions:
srv_samr_nt.c   1.175 = 1.176

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_server/srv_samr_nt.c.diff?r1=1.175r2=1.176


CVS update: samba/source/utils

2004-02-29 Thread vlendec

Date:   Sun Feb 29 16:33:49 2004
Author: vlendec

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

Modified Files:
net_rpc.c 
Log Message:
net_rpc.c: Don't complain if [add|del]mem was successful.

srv_samr_nt.c: Correctly report that a user is not member of an alias.

Volker


Revisions:
net_rpc.c   1.80 = 1.81

http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/net_rpc.c.diff?r1=1.80r2=1.81


CVS update: samba/source/rpc_server

2004-02-29 Thread vlendec

Date:   Sun Feb 29 16:34:33 2004
Author: vlendec

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

Modified Files:
  Tag: SAMBA_3_0
srv_samr_nt.c 
Log Message:
net_rpc.c: Don't complain if [add|del]mem was successful.

srv_samr_nt.c: Correctly report that a user is not member of an alias.

Volker


Revisions:
srv_samr_nt.c   1.86.2.70 = 1.86.2.71

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_server/srv_samr_nt.c.diff?r1=1.86.2.70r2=1.86.2.71


CVS update: samba/source/utils

2004-02-29 Thread vlendec

Date:   Sun Feb 29 16:34:33 2004
Author: vlendec

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

Modified Files:
  Tag: SAMBA_3_0
net_rpc.c 
Log Message:
net_rpc.c: Don't complain if [add|del]mem was successful.

srv_samr_nt.c: Correctly report that a user is not member of an alias.

Volker


Revisions:
net_rpc.c   1.14.2.57 = 1.14.2.58

http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/net_rpc.c.diff?r1=1.14.2.57r2=1.14.2.58


CVS update: samba/source/groupdb

2004-02-29 Thread vlendec

Date:   Sun Feb 29 16:48:19 2004
Author: vlendec

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

Modified Files:
mapping.c 
Log Message:
Apply my experimental aliases support to HEAD. This will be a bit difficult to
merge to 3_0, as the pdb interfaces has changed a bit between the two.

This has not been tested too severly (which means it's completely broken ;-),
but I want it in for review. Feel free to revert it :-)

TODO:

make 'net groupmap' a bit more friendly for alias members.

Put that stuff into pdb_ldap.

Getting the information over to winbind. One plan without linking pdb into
winbind would be to fill group_mapping.tdb with the membership information and
have that as a cache (or use gencache.tdb?). smbd on a PDC or stand-alone
could trigger that itself, the problem is a BDC using LDAP. This needs to do
it on a regular basis. The BDC smbd needs to be informed about SAM changes
somehow...

Volker


Revisions:
mapping.c   1.59 = 1.60

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


CVS update: samba/source/auth

2004-02-29 Thread vlendec

Date:   Sun Feb 29 16:48:19 2004
Author: vlendec

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

Modified Files:
auth_util.c 
Log Message:
Apply my experimental aliases support to HEAD. This will be a bit difficult to
merge to 3_0, as the pdb interfaces has changed a bit between the two.

This has not been tested too severly (which means it's completely broken ;-),
but I want it in for review. Feel free to revert it :-)

TODO:

make 'net groupmap' a bit more friendly for alias members.

Put that stuff into pdb_ldap.

Getting the information over to winbind. One plan without linking pdb into
winbind would be to fill group_mapping.tdb with the membership information and
have that as a cache (or use gencache.tdb?). smbd on a PDC or stand-alone
could trigger that itself, the problem is a BDC using LDAP. This needs to do
it on a regular basis. The BDC smbd needs to be informed about SAM changes
somehow...

Volker


Revisions:
auth_util.c 1.84 = 1.85

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


CVS update: samba/source/passdb

2004-02-29 Thread vlendec

Date:   Sun Feb 29 16:48:19 2004
Author: vlendec

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

Modified Files:
pdb_interface.c 
Log Message:
Apply my experimental aliases support to HEAD. This will be a bit difficult to
merge to 3_0, as the pdb interfaces has changed a bit between the two.

This has not been tested too severly (which means it's completely broken ;-),
but I want it in for review. Feel free to revert it :-)

TODO:

make 'net groupmap' a bit more friendly for alias members.

Put that stuff into pdb_ldap.

Getting the information over to winbind. One plan without linking pdb into
winbind would be to fill group_mapping.tdb with the membership information and
have that as a cache (or use gencache.tdb?). smbd on a PDC or stand-alone
could trigger that itself, the problem is a BDC using LDAP. This needs to do
it on a regular basis. The BDC smbd needs to be informed about SAM changes
somehow...

Volker


Revisions:
pdb_interface.c 1.57 = 1.58

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


CVS update: samba/source/include

2004-02-29 Thread vlendec

Date:   Sun Feb 29 16:48:19 2004
Author: vlendec

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

Modified Files:
passdb.h 
Log Message:
Apply my experimental aliases support to HEAD. This will be a bit difficult to
merge to 3_0, as the pdb interfaces has changed a bit between the two.

This has not been tested too severly (which means it's completely broken ;-),
but I want it in for review. Feel free to revert it :-)

TODO:

make 'net groupmap' a bit more friendly for alias members.

Put that stuff into pdb_ldap.

Getting the information over to winbind. One plan without linking pdb into
winbind would be to fill group_mapping.tdb with the membership information and
have that as a cache (or use gencache.tdb?). smbd on a PDC or stand-alone
could trigger that itself, the problem is a BDC using LDAP. This needs to do
it on a regular basis. The BDC smbd needs to be informed about SAM changes
somehow...

Volker


Revisions:
passdb.h1.37 = 1.38

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/passdb.h.diff?r1=1.37r2=1.38


CVS update: samba/source/utils

2004-02-29 Thread vlendec

Date:   Sun Feb 29 16:48:20 2004
Author: vlendec

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

Modified Files:
net_groupmap.c 
Log Message:
Apply my experimental aliases support to HEAD. This will be a bit difficult to
merge to 3_0, as the pdb interfaces has changed a bit between the two.

This has not been tested too severly (which means it's completely broken ;-),
but I want it in for review. Feel free to revert it :-)

TODO:

make 'net groupmap' a bit more friendly for alias members.

Put that stuff into pdb_ldap.

Getting the information over to winbind. One plan without linking pdb into
winbind would be to fill group_mapping.tdb with the membership information and
have that as a cache (or use gencache.tdb?). smbd on a PDC or stand-alone
could trigger that itself, the problem is a BDC using LDAP. This needs to do
it on a regular basis. The BDC smbd needs to be informed about SAM changes
somehow...

Volker


Revisions:
net_groupmap.c  1.17 = 1.18

http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/net_groupmap.c.diff?r1=1.17r2=1.18


CVS update: samba/source/rpc_server

2004-02-29 Thread vlendec

Date:   Sun Feb 29 16:48:19 2004
Author: vlendec

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

Modified Files:
srv_samr_nt.c 
Log Message:
Apply my experimental aliases support to HEAD. This will be a bit difficult to
merge to 3_0, as the pdb interfaces has changed a bit between the two.

This has not been tested too severly (which means it's completely broken ;-),
but I want it in for review. Feel free to revert it :-)

TODO:

make 'net groupmap' a bit more friendly for alias members.

Put that stuff into pdb_ldap.

Getting the information over to winbind. One plan without linking pdb into
winbind would be to fill group_mapping.tdb with the membership information and
have that as a cache (or use gencache.tdb?). smbd on a PDC or stand-alone
could trigger that itself, the problem is a BDC using LDAP. This needs to do
it on a regular basis. The BDC smbd needs to be informed about SAM changes
somehow...

Volker


Revisions:
srv_samr_nt.c   1.176 = 1.177

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


Re: CVS update: samba/source/auth

2004-02-29 Thread Rafal Szczesniak
On Sun, Feb 29, 2004 at 04:48:19PM +, [EMAIL PROTECTED] wrote:
 
 Date: Sun Feb 29 16:48:19 2004
 Author:   vlendec
 
 Update of /data/cvs/samba/source/auth
 In directory dp.samba.org:/tmp/cvs-serv14749/auth
 
 Modified Files:
   auth_util.c 
 Log Message:
 Apply my experimental aliases support to HEAD. This will be a bit difficult to
 merge to 3_0, as the pdb interfaces has changed a bit between the two.
 
 This has not been tested too severly (which means it's completely broken ;-),
 but I want it in for review. Feel free to revert it :-)
 
 TODO:
 
 make 'net groupmap' a bit more friendly for alias members.
 
 Put that stuff into pdb_ldap.
 
 Getting the information over to winbind. One plan without linking pdb into
 winbind would be to fill group_mapping.tdb with the membership information and
 have that as a cache (or use gencache.tdb?).

Yes, use it. That's what it's been implemented for :)

 smbd on a PDC or stand-alone
 could trigger that itself, the problem is a BDC using LDAP. This needs to do
 it on a regular basis. The BDC smbd needs to be informed about SAM changes
 somehow...

cheers,
-- 
Rafal Szczesniak 
Samba Team member  http://www.samba.org



CVS update: lorikeet/patches

2004-02-29 Thread abartlet

Date:   Sun Feb 29 21:25:06 2004
Author: abartlet

Update of /home/cvs/lorikeet/patches
In directory dp.samba.org:/tmp/cvs-serv335/patches

Modified Files:
ntlm_sasl.diff 
Log Message:
Include the correct version of my ntlm_sasl patch for Cyrus-SASL 2.1.17

Andrew Bartlett


Revisions:
ntlm_sasl.diff  1.1 = 1.2

http://www.samba.org/cgi-bin/cvsweb/lorikeet/patches/ntlm_sasl.diff.diff?r1=1.1r2=1.2


CVS update: samba/source

2004-02-29 Thread tpot

Date:   Mon Mar  1 01:09:14 2004
Author: tpot

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

Modified Files:
configure.in 
Log Message:
Fix bugzilla #1144 where running configure --with-fhs=anything would
turn on fhs compliant paths.  Spotted by Timur Bakeyev.


Revisions:
configure.in1.526 = 1.527

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