CVS update: samba-docs/docbook/manpages

2004-04-06 Thread sfrench

Date:   Tue Apr  6 22:33:01 2004
Author: sfrench

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

Modified Files:
mount.cifs.8.xml 
Log Message:
Correct mount.cifs.8 man page


Revisions:
mount.cifs.8.xml1.3 = 1.4

http://www.samba.org/cgi-bin/cvsweb/samba-docs/docbook/manpages/mount.cifs.8.xml.diff?r1=1.3r2=1.4


CVS update: samba/source/auth

2004-04-03 Thread abartlet

Date:   Sat Apr  3 15:41:32 2004
Author: abartlet

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

Modified Files:
  Tag: SAMBA_3_0
auth_ntlmssp.c auth_sam.c auth_util.c 
Log Message:
Fix most of bug #169.

For a (very) long time, we have had a bug in Samba were an NTLMv2-only
PDC would fail, because it converted the password into NTLM format for
checking.

This patch performs the direct comparison required for interactive
logons to function in this situation.  It also removes the 'auth flags', which
simply where not ever used.

Natrually, this plays with the size of structures, so rebuild, rebuild 
rebuild...

Andrew Bartlett



Revisions:
auth_ntlmssp.c  1.4.2.6 = 1.4.2.7

http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/auth_ntlmssp.c.diff?r1=1.4.2.6r2=1.4.2.7
auth_sam.c  1.36.2.28 = 1.36.2.29

http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/auth_sam.c.diff?r1=1.36.2.28r2=1.36.2.29
auth_util.c 1.39.2.55 = 1.39.2.56

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


CVS update: samba/source/include

2004-04-03 Thread abartlet

Date:   Sat Apr  3 15:41:32 2004
Author: abartlet

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

Modified Files:
  Tag: SAMBA_3_0
auth.h 
Log Message:
Fix most of bug #169.

For a (very) long time, we have had a bug in Samba were an NTLMv2-only
PDC would fail, because it converted the password into NTLM format for
checking.

This patch performs the direct comparison required for interactive
logons to function in this situation.  It also removes the 'auth flags', which
simply where not ever used.

Natrually, this plays with the size of structures, so rebuild, rebuild 
rebuild...

Andrew Bartlett



Revisions:
auth.h  1.14.2.7 = 1.14.2.8

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/auth.h.diff?r1=1.14.2.7r2=1.14.2.8


CVS update: samba/source/libsmb

2004-04-03 Thread abartlet

Date:   Sat Apr  3 15:41:32 2004
Author: abartlet

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

Modified Files:
  Tag: SAMBA_3_0
ntlm_check.c 
Log Message:
Fix most of bug #169.

For a (very) long time, we have had a bug in Samba were an NTLMv2-only
PDC would fail, because it converted the password into NTLM format for
checking.

This patch performs the direct comparison required for interactive
logons to function in this situation.  It also removes the 'auth flags', which
simply where not ever used.

Natrually, this plays with the size of structures, so rebuild, rebuild 
rebuild...

Andrew Bartlett



Revisions:
ntlm_check.c1.1.2.2 = 1.1.2.3

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/ntlm_check.c.diff?r1=1.1.2.2r2=1.1.2.3


CVS update: samba/source/utils

2004-04-03 Thread abartlet

Date:   Sat Apr  3 15:41:32 2004
Author: abartlet

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

Modified Files:
  Tag: SAMBA_3_0
ntlm_auth.c 
Log Message:
Fix most of bug #169.

For a (very) long time, we have had a bug in Samba were an NTLMv2-only
PDC would fail, because it converted the password into NTLM format for
checking.

This patch performs the direct comparison required for interactive
logons to function in this situation.  It also removes the 'auth flags', which
simply where not ever used.

Natrually, this plays with the size of structures, so rebuild, rebuild 
rebuild...

Andrew Bartlett



Revisions:
ntlm_auth.c 1.6.2.44 = 1.6.2.45

http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/ntlm_auth.c.diff?r1=1.6.2.44r2=1.6.2.45


CVS update: samba/source/include

2004-04-02 Thread idra

Date:   Fri Apr  2 08:27:08 2004
Author: idra

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

Modified Files:
rpc_lsa.h 
Log Message:
implement basic create account functionality

Revisions:
rpc_lsa.h   1.54 = 1.55

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/rpc_lsa.h.diff?r1=1.54r2=1.55


CVS update: samba/source/rpc_client

2004-04-02 Thread idra

Date:   Fri Apr  2 08:27:08 2004
Author: idra

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

Modified Files:
cli_lsarpc.c 
Log Message:
implement basic create account functionality

Revisions:
cli_lsarpc.c1.84 = 1.85

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


CVS update: samba/source/rpc_parse

2004-04-02 Thread idra

Date:   Fri Apr  2 08:27:08 2004
Author: idra

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

Modified Files:
parse_lsa.c 
Log Message:
implement basic create account functionality

Revisions:
parse_lsa.c 1.101 = 1.102

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_parse/parse_lsa.c.diff?r1=1.101r2=1.102


CVS update: samba/source/rpc_server

2004-04-02 Thread idra

Date:   Fri Apr  2 08:27:08 2004
Author: idra

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

Modified Files:
srv_lsa.c srv_lsa_nt.c 
Log Message:
implement basic create account functionality

Revisions:
srv_lsa.c   1.93 = 1.94

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_server/srv_lsa.c.diff?r1=1.93r2=1.94
srv_lsa_nt.c1.86 = 1.87

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_server/srv_lsa_nt.c.diff?r1=1.86r2=1.87


CVS update: samba/source/rpcclient

2004-04-02 Thread idra

Date:   Fri Apr  2 08:27:08 2004
Author: idra

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

Modified Files:
cmd_lsarpc.c 
Log Message:
implement basic create account functionality

Revisions:
cmd_lsarpc.c1.79 = 1.80

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


CVS update: samba/source/rpc_parse

2004-04-02 Thread vlendec

Date:   Fri Apr  2 08:43:48 2004
Author: vlendec

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

Modified Files:
parse_lsa.c 
Log Message:
Rename access-desired_access. 'access' gives warnings that we shadow a global
variable.

Volker


Revisions:
parse_lsa.c 1.102 = 1.103

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


CVS update: samba/source/rpc_client

2004-04-02 Thread vlendec

Date:   Fri Apr  2 08:43:48 2004
Author: vlendec

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

Modified Files:
cli_lsarpc.c 
Log Message:
Rename access-desired_access. 'access' gives warnings that we shadow a global
variable.

Volker


Revisions:
cli_lsarpc.c1.85 = 1.86

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


CVS update: samba/source/rpcclient

2004-04-02 Thread vlendec

Date:   Fri Apr  2 12:44:41 2004
Author: vlendec

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

Modified Files:
cmd_lsarpc.c 
Log Message:
Janitor for idra: Remove some warnings

Revisions:
cmd_lsarpc.c1.80 = 1.81

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


CVS update: samba/source/include

2004-04-02 Thread vlendec

Date:   Fri Apr  2 12:55:53 2004
Author: vlendec

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

Modified Files:
rpc_netlogon.h 
Log Message:
Implement NETLOGON GetDCName client side. You can ask a DC for the name of
a DC it trusts.

Volker


Revisions:
rpc_netlogon.h  1.33 = 1.34

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/rpc_netlogon.h.diff?r1=1.33r2=1.34


CVS update: samba/source/rpc_client

2004-04-02 Thread vlendec

Date:   Fri Apr  2 12:55:53 2004
Author: vlendec

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

Modified Files:
cli_netlogon.c 
Log Message:
Implement NETLOGON GetDCName client side. You can ask a DC for the name of
a DC it trusts.

Volker


Revisions:
cli_netlogon.c  1.84 = 1.85

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


CVS update: samba/source/rpc_parse

2004-04-02 Thread vlendec

Date:   Fri Apr  2 12:55:54 2004
Author: vlendec

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

Modified Files:
parse_net.c 
Log Message:
Implement NETLOGON GetDCName client side. You can ask a DC for the name of
a DC it trusts.

Volker


Revisions:
parse_net.c 1.113 = 1.114

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


CVS update: samba/source/rpcclient

2004-04-02 Thread vlendec

Date:   Fri Apr  2 12:55:54 2004
Author: vlendec

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

Modified Files:
cmd_netlogon.c 
Log Message:
Implement NETLOGON GetDCName client side. You can ask a DC for the name of
a DC it trusts.

Volker


Revisions:
cmd_netlogon.c  1.60 = 1.61

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


CVS update: samba/source/include

2004-04-02 Thread vlendec

Date:   Fri Apr  2 12:56:18 2004
Author: vlendec

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

Modified Files:
  Tag: SAMBA_3_0
rpc_netlogon.h 
Log Message:
Implement NETLOGON GetDCName client side. You can ask a DC for the name of
a DC it trusts.

Volker


Revisions:
rpc_netlogon.h  1.26.2.2 = 1.26.2.3

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/rpc_netlogon.h.diff?r1=1.26.2.2r2=1.26.2.3


CVS update: samba/source/rpc_client

2004-04-02 Thread vlendec

Date:   Fri Apr  2 12:56:18 2004
Author: vlendec

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

Modified Files:
  Tag: SAMBA_3_0
cli_netlogon.c 
Log Message:
Implement NETLOGON GetDCName client side. You can ask a DC for the name of
a DC it trusts.

Volker


Revisions:
cli_netlogon.c  1.69.2.14 = 1.69.2.15

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_client/cli_netlogon.c.diff?r1=1.69.2.14r2=1.69.2.15


CVS update: samba/source/rpc_parse

2004-04-02 Thread vlendec

Date:   Fri Apr  2 12:56:18 2004
Author: vlendec

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

Modified Files:
  Tag: SAMBA_3_0
parse_net.c 
Log Message:
Implement NETLOGON GetDCName client side. You can ask a DC for the name of
a DC it trusts.

Volker


Revisions:
parse_net.c 1.85.2.21 = 1.85.2.22

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_parse/parse_net.c.diff?r1=1.85.2.21r2=1.85.2.22


CVS update: samba/source/rpcclient

2004-04-02 Thread vlendec

Date:   Fri Apr  2 12:56:18 2004
Author: vlendec

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

Modified Files:
  Tag: SAMBA_3_0
cmd_netlogon.c 
Log Message:
Implement NETLOGON GetDCName client side. You can ask a DC for the name of
a DC it trusts.

Volker


Revisions:
cmd_netlogon.c  1.45.2.12 = 1.45.2.13

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpcclient/cmd_netlogon.c.diff?r1=1.45.2.12r2=1.45.2.13


CVS update: samba/source/rpc_server

2004-04-02 Thread idra

Date:   Fri Apr  2 14:23:57 2004
Author: idra

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

Modified Files:
srv_samr_nt.c 
Log Message:
fix joining problema s non-root user with prvilieges when the machine is joined for 
the first time to the domain

Revisions:
srv_samr_nt.c   1.186 = 1.187

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


CVS update: samba/source/include

2004-04-02 Thread jra

Date:   Fri Apr  2 18:44:03 2004
Author: jra

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

Modified Files:
smb.h 
Log Message:
Added per-share parameter store dos attributes. When set, will store
dos attributes in an EA. Based on an original patch from tridge, but
modified somewhat to cover all cases.
Jeremy.


Revisions:
smb.h   1.509 = 1.510

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


CVS update: samba/source/param

2004-04-02 Thread jra

Date:   Fri Apr  2 18:44:03 2004
Author: jra

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

Modified Files:
loadparm.c 
Log Message:
Added per-share parameter store dos attributes. When set, will store
dos attributes in an EA. Based on an original patch from tridge, but
modified somewhat to cover all cases.
Jeremy.


Revisions:
loadparm.c  1.539 = 1.540

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


CVS update: samba/source/printing

2004-04-02 Thread jra

Date:   Fri Apr  2 18:44:03 2004
Author: jra

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

Modified Files:
nt_printing.c 
Log Message:
Added per-share parameter store dos attributes. When set, will store
dos attributes in an EA. Based on an original patch from tridge, but
modified somewhat to cover all cases.
Jeremy.


Revisions:
nt_printing.c   1.264 = 1.265

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


CVS update: samba/source/rpc_server

2004-04-02 Thread jra

Date:   Fri Apr  2 18:44:03 2004
Author: jra

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

Modified Files:
srv_srvsvc_nt.c 
Log Message:
Added per-share parameter store dos attributes. When set, will store
dos attributes in an EA. Based on an original patch from tridge, but
modified somewhat to cover all cases.
Jeremy.


Revisions:
srv_srvsvc_nt.c 1.94 = 1.95

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


CVS update: samba/source/smbd

2004-04-02 Thread jra

Date:   Fri Apr  2 18:44:04 2004
Author: jra

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

Modified Files:
dir.c dosmode.c fake_file.c fileio.c nttrans.c open.c 
posix_acls.c reply.c trans2.c 
Log Message:
Added per-share parameter store dos attributes. When set, will store
dos attributes in an EA. Based on an original patch from tridge, but
modified somewhat to cover all cases.
Jeremy.


Revisions:
dir.c   1.86 = 1.87

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/dir.c.diff?r1=1.86r2=1.87
dosmode.c   1.34 = 1.35

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/dosmode.c.diff?r1=1.34r2=1.35
fake_file.c 1.2 = 1.3

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/fake_file.c.diff?r1=1.2r2=1.3
fileio.c1.53 = 1.54

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/fileio.c.diff?r1=1.53r2=1.54
nttrans.c   1.196 = 1.197

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/nttrans.c.diff?r1=1.196r2=1.197
open.c  1.143 = 1.144

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/open.c.diff?r1=1.143r2=1.144
posix_acls.c1.88 = 1.89

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/posix_acls.c.diff?r1=1.88r2=1.89
reply.c 1.460 = 1.461

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/reply.c.diff?r1=1.460r2=1.461
trans2.c1.267 = 1.268

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/trans2.c.diff?r1=1.267r2=1.268


CVS update: samba/source/include

2004-04-02 Thread jra

Date:   Fri Apr  2 18:46:17 2004
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
smb.h 
Log Message:
Added per-share parameter store dos attributes. When set, will store
dos attributes in an EA. Based on an original patch from tridge, but
modified somewhat to cover all cases.
Jeremy.


Revisions:
smb.h   1.424.2.68 = 1.424.2.69

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


CVS update: samba/source/param

2004-04-02 Thread jra

Date:   Fri Apr  2 18:46:17 2004
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
loadparm.c 
Log Message:
Added per-share parameter store dos attributes. When set, will store
dos attributes in an EA. Based on an original patch from tridge, but
modified somewhat to cover all cases.
Jeremy.


Revisions:
loadparm.c  1.397.2.129 = 1.397.2.130

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


CVS update: samba/source/rpc_server

2004-04-02 Thread jra

Date:   Fri Apr  2 18:46:17 2004
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
srv_srvsvc_nt.c 
Log Message:
Added per-share parameter store dos attributes. When set, will store
dos attributes in an EA. Based on an original patch from tridge, but
modified somewhat to cover all cases.
Jeremy.


Revisions:
srv_srvsvc_nt.c 1.70.2.16 = 1.70.2.17

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


CVS update: samba/source/smbd

2004-04-02 Thread jra

Date:   Fri Apr  2 18:46:19 2004
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
dir.c dosmode.c fake_file.c fileio.c nttrans.c open.c 
posix_acls.c reply.c trans2.c 
Log Message:
Added per-share parameter store dos attributes. When set, will store
dos attributes in an EA. Based on an original patch from tridge, but
modified somewhat to cover all cases.
Jeremy.


Revisions:
dir.c   1.66.2.16 = 1.66.2.17

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/dir.c.diff?r1=1.66.2.16r2=1.66.2.17
dosmode.c   1.27.2.8 = 1.27.2.9

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/dosmode.c.diff?r1=1.27.2.8r2=1.27.2.9
fake_file.c 1.1.2.1 = 1.1.2.2

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/fake_file.c.diff?r1=1.1.2.1r2=1.1.2.2
fileio.c1.40.2.13 = 1.40.2.14

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/fileio.c.diff?r1=1.40.2.13r2=1.40.2.14
nttrans.c   1.154.2.45 = 1.154.2.46

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/nttrans.c.diff?r1=1.154.2.45r2=1.154.2.46
open.c  1.115.2.33 = 1.115.2.34

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/open.c.diff?r1=1.115.2.33r2=1.115.2.34
posix_acls.c1.61.2.31 = 1.61.2.32

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/posix_acls.c.diff?r1=1.61.2.31r2=1.61.2.32
reply.c 1.381.2.79 = 1.381.2.80

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/reply.c.diff?r1=1.381.2.79r2=1.381.2.80
trans2.c1.217.2.70 = 1.217.2.71

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/trans2.c.diff?r1=1.217.2.70r2=1.217.2.71


CVS update: samba/source/smbd

2004-04-02 Thread jra

Date:   Fri Apr  2 19:05:47 2004
Author: jra

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

Modified Files:
reply.c 
Log Message:
check_path improvements found by samba4 raw-checkpath tests.
Jeremy.


Revisions:
reply.c 1.461 = 1.462

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/reply.c.diff?r1=1.461r2=1.462


CVS update: samba/source/smbd

2004-04-02 Thread jra

Date:   Fri Apr  2 19:05:58 2004
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
reply.c 
Log Message:
check_path improvements found by samba4 raw-checkpath tests.
Jeremy.


Revisions:
reply.c 1.381.2.80 = 1.381.2.81

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/reply.c.diff?r1=1.381.2.80r2=1.381.2.81


CVS update: samba/source/smbd

2004-04-02 Thread jra

Date:   Fri Apr  2 19:51:16 2004
Author: jra

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

Modified Files:
reply.c 
Log Message:
Fix wildcard identical rename.
Jeremy.


Revisions:
reply.c 1.462 = 1.463

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/reply.c.diff?r1=1.462r2=1.463


CVS update: samba/source/smbd

2004-04-02 Thread jra

Date:   Fri Apr  2 19:51:28 2004
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
reply.c 
Log Message:
Fix wildcard identical rename.
Jeremy.


Revisions:
reply.c 1.381.2.81 = 1.381.2.82

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/reply.c.diff?r1=1.381.2.81r2=1.381.2.82


CVS update: samba/source/smbd

2004-04-02 Thread jra

Date:   Fri Apr  2 22:11:08 2004
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
reply.c 
Log Message:
Fix reply_ctemp - make compatible with w2k3.
Jeremy.


Revisions:
reply.c 1.381.2.82 = 1.381.2.83

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/reply.c.diff?r1=1.381.2.82r2=1.381.2.83


CVS update: samba/source/smbd

2004-04-02 Thread jra

Date:   Fri Apr  2 22:11:20 2004
Author: jra

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

Modified Files:
reply.c 
Log Message:
Fix reply_ctemp - make compatible with w2k3.
Jeremy.


Revisions:
reply.c 1.463 = 1.464

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/reply.c.diff?r1=1.463r2=1.464


CVS update: samba/source/smbd

2004-04-02 Thread jra

Date:   Sat Apr  3 00:04:32 2004
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
reply.c 
Log Message:
Fix typo in check_path_syntax.
Jeremy.


Revisions:
reply.c 1.381.2.83 = 1.381.2.84

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/reply.c.diff?r1=1.381.2.83r2=1.381.2.84


CVS update: samba/source/smbd

2004-04-02 Thread jra

Date:   Sat Apr  3 00:05:17 2004
Author: jra

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

Modified Files:
reply.c 
Log Message:
Fix typo in check_path_syntax.
Jeremy.


Revisions:
reply.c 1.464 = 1.465

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/reply.c.diff?r1=1.464r2=1.465


CVS update: samba/source/smbd

2004-04-02 Thread jra

Date:   Sat Apr  3 00:17:19 2004
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
reply.c 
Log Message:
Fix wildcard unlink.
Jeremy.


Revisions:
reply.c 1.381.2.84 = 1.381.2.85

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/reply.c.diff?r1=1.381.2.84r2=1.381.2.85


CVS update: samba/source/smbd

2004-04-02 Thread jra

Date:   Sat Apr  3 00:17:20 2004
Author: jra

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

Modified Files:
reply.c 
Log Message:
Fix wildcard unlink.
Jeremy.


Revisions:
reply.c 1.465 = 1.466

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/reply.c.diff?r1=1.465r2=1.466


CVS update: samba/source/smbd

2004-04-02 Thread jra

Date:   Sat Apr  3 01:21:14 2004
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
reply.c 
Log Message:
Fix wildcard src with wildcard dest renames.
Jeremy.


Revisions:
reply.c 1.381.2.85 = 1.381.2.86

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/reply.c.diff?r1=1.381.2.85r2=1.381.2.86


CVS update: samba/source/smbd

2004-04-02 Thread jra

Date:   Sat Apr  3 01:21:16 2004
Author: jra

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

Modified Files:
reply.c 
Log Message:
Fix wildcard src with wildcard dest renames.
Jeremy.


Revisions:
reply.c 1.466 = 1.467

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/reply.c.diff?r1=1.466r2=1.467


CVS update: samba/source/nsswitch

2004-04-01 Thread vlendec

Date:   Thu Apr  1 08:54:01 2004
Author: vlendec

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

Modified Files:
  Tag: SAMBA_3_0
wbinfo.c 
Log Message:
Cosmetic: Fix a const warning.

Volker


Revisions:
wbinfo.c1.38.2.33 = 1.38.2.34

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


CVS update: samba/source/nsswitch

2004-04-01 Thread vlendec

Date:   Thu Apr  1 09:03:19 2004
Author: vlendec

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

Modified Files:
wbinfo.c 
Log Message:
Cosmetic: Fix a const warning.

Volker


Revisions:
wbinfo.c1.74 = 1.75

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


CVS update: samba

2004-04-01 Thread vlendec

Date:   Thu Apr  1 12:31:50 2004
Author: vlendec

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

Modified Files:
  Tag: SAMBA_3_0
WHATSNEW.txt 
Log Message:
This restructures lib/afs.c so that the token data can be but into a
stream. This is to implement wbinfo -k that asks winbind for authentication
which then creates the AFS token for the authenticated user.

Volker


Revisions:
WHATSNEW.txt1.52.2.81 = 1.52.2.82

http://www.samba.org/cgi-bin/cvsweb/samba/WHATSNEW.txt.diff?r1=1.52.2.81r2=1.52.2.82


CVS update: samba/source/lib

2004-04-01 Thread vlendec

Date:   Thu Apr  1 12:31:50 2004
Author: vlendec

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

Modified Files:
  Tag: SAMBA_3_0
afs.c 
Log Message:
This restructures lib/afs.c so that the token data can be but into a
stream. This is to implement wbinfo -k that asks winbind for authentication
which then creates the AFS token for the authenticated user.

Volker


Revisions:
afs.c   1.1.2.4 = 1.1.2.5

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/afs.c.diff?r1=1.1.2.4r2=1.1.2.5


CVS update: samba/source

2004-04-01 Thread vlendec

Date:   Thu Apr  1 12:31:50 2004
Author: vlendec

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

Modified Files:
  Tag: SAMBA_3_0
Makefile.in 
Log Message:
This restructures lib/afs.c so that the token data can be but into a
stream. This is to implement wbinfo -k that asks winbind for authentication
which then creates the AFS token for the authenticated user.

Volker


Revisions:
Makefile.in 1.468.2.223 = 1.468.2.224

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


CVS update: samba/source/nsswitch

2004-04-01 Thread vlendec

Date:   Thu Apr  1 12:31:50 2004
Author: vlendec

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

Modified Files:
  Tag: SAMBA_3_0
wbinfo.c winbindd_nss.h winbindd_pam.c 
Log Message:
This restructures lib/afs.c so that the token data can be but into a
stream. This is to implement wbinfo -k that asks winbind for authentication
which then creates the AFS token for the authenticated user.

Volker


Revisions:
wbinfo.c1.38.2.34 = 1.38.2.35

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/wbinfo.c.diff?r1=1.38.2.34r2=1.38.2.35
winbindd_nss.h  1.21.2.17 = 1.21.2.18

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_nss.h.diff?r1=1.21.2.17r2=1.21.2.18
winbindd_pam.c  1.44.2.38 = 1.44.2.39

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_pam.c.diff?r1=1.44.2.38r2=1.44.2.39


CVS update: samba/source

2004-04-01 Thread vlendec

Date:   Thu Apr  1 12:33:04 2004
Author: vlendec

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

Modified Files:
Makefile.in 
Log Message:
This restructures lib/afs.c so that the token data can be but into a
stream. This is to implement wbinfo -k that asks winbind for authentication
which then creates the AFS token for the authenticated user.

Volker


Revisions:
Makefile.in 1.763 = 1.764

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


CVS update: samba/source/lib

2004-04-01 Thread vlendec

Date:   Thu Apr  1 12:33:04 2004
Author: vlendec

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

Modified Files:
afs.c 
Log Message:
This restructures lib/afs.c so that the token data can be but into a
stream. This is to implement wbinfo -k that asks winbind for authentication
which then creates the AFS token for the authenticated user.

Volker


Revisions:
afs.c   1.5 = 1.6
http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/afs.c.diff?r1=1.5r2=1.6


CVS update: samba/source/nsswitch

2004-04-01 Thread vlendec

Date:   Thu Apr  1 12:33:04 2004
Author: vlendec

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

Modified Files:
wbinfo.c winbindd_nss.h winbindd_pam.c 
Log Message:
This restructures lib/afs.c so that the token data can be but into a
stream. This is to implement wbinfo -k that asks winbind for authentication
which then creates the AFS token for the authenticated user.

Volker


Revisions:
wbinfo.c1.75 = 1.76

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/wbinfo.c.diff?r1=1.75r2=1.76
winbindd_nss.h  1.36 = 1.37

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_nss.h.diff?r1=1.36r2=1.37
winbindd_pam.c  1.77 = 1.78

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_pam.c.diff?r1=1.77r2=1.78


CVS update: samba/source/rpc_server

2004-04-01 Thread jerry

Date:   Thu Apr  1 15:15:14 2004
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0
srv_util.c 
Log Message:
BUG 1023: surround get_group_from_gid() with become_unbecome_root() block

Revisions:
srv_util.c  1.65.2.15 = 1.65.2.16

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


CVS update: samba/source/rpc_server

2004-04-01 Thread jerry

Date:   Thu Apr  1 15:16:02 2004
Author: jerry

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

Modified Files:
srv_util.c 
Log Message:
BUG 1023: surround get_group_from_gid() with become_unbecome_root() block

Revisions:
srv_util.c  1.80 = 1.81

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


CVS update: samba/source/lib

2004-04-01 Thread jra

Date:   Thu Apr  1 19:42:33 2004
Author: jra

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

Modified Files:
charcnv.c 
Log Message:
Fixing my FORTRAN. Ensure we always have some valid char converter for the
neccessary types before we will run at all. If we can't get one, use ASCII
but complain mightily.
Jeremy.


Revisions:
charcnv.c   1.102 = 1.103

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


CVS update: samba/source/lib

2004-04-01 Thread jra

Date:   Thu Apr  1 19:42:36 2004
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
charcnv.c 
Log Message:
Fixing my FORTRAN. Ensure we always have some valid char converter for the
neccessary types before we will run at all. If we can't get one, use ASCII
but complain mightily.
Jeremy.


Revisions:
charcnv.c   1.55.2.60 = 1.55.2.61

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/charcnv.c.diff?r1=1.55.2.60r2=1.55.2.61


CVS update: samba/source/client

2004-04-01 Thread sfrench

Date:   Fri Apr  2 00:11:28 2004
Author: sfrench

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

Modified Files:
  Tag: SAMBA_3_0
mount.cifs.c 
Log Message:
Fix credential file mountinf for cifs vfs


Revisions:
mount.cifs.c1.2.2.15 = 1.2.2.16

http://www.samba.org/cgi-bin/cvsweb/samba/source/client/mount.cifs.c.diff?r1=1.2.2.15r2=1.2.2.16


CVS update: samba/source/passdb

2004-03-31 Thread vlendec

Date:   Wed Mar 31 11:45:56 2004
Author: vlendec

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

Modified Files:
passdb.c 
Log Message:
Utility functions for privs and a fix to dupalloc_luid_attr: We need all
the entries.

Volker


Revisions:
passdb.c1.226 = 1.227

http://www.samba.org/cgi-bin/cvsweb/samba/source/passdb/passdb.c.diff?r1=1.226r2=1.227


CVS update: samba/source/rpc_parse

2004-03-31 Thread vlendec

Date:   Wed Mar 31 11:45:56 2004
Author: vlendec

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

Modified Files:
parse_lsa.c 
Log Message:
Utility functions for privs and a fix to dupalloc_luid_attr: We need all
the entries.

Volker


Revisions:
parse_lsa.c 1.100 = 1.101

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_parse/parse_lsa.c.diff?r1=1.100r2=1.101


CVS update: samba/source/passdb

2004-03-31 Thread vlendec

Date:   Wed Mar 31 12:12:25 2004
Author: vlendec

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

Modified Files:
util_sam_sid.c 
Log Message:
Display our privs in my version of usrmgr.exe. Remotely administering requires
a bit more work though. For example lsa_createaccount for which we don't even
have anything in parse_lsa.c :-(

Volker


Revisions:
util_sam_sid.c  1.14 = 1.15

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


CVS update: samba/source/rpc_server

2004-03-31 Thread vlendec

Date:   Wed Mar 31 12:12:25 2004
Author: vlendec

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

Modified Files:
srv_lsa_nt.c 
Log Message:
Display our privs in my version of usrmgr.exe. Remotely administering requires
a bit more work though. For example lsa_createaccount for which we don't even
have anything in parse_lsa.c :-(

Volker


Revisions:
srv_lsa_nt.c1.85 = 1.86

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


CVS update: samba/source/rpc_server

2004-03-31 Thread idra

Date:   Wed Mar 31 13:32:50 2004
Author: idra

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

Modified Files:
srv_samr_nt.c 
Log Message:
first step in properly handling SE_MACHINE_ACCOUNT Privilege

Revisions:
srv_samr_nt.c   1.184 = 1.185

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


CVS update: samba/source/passdb

2004-03-31 Thread vlendec

Date:   Wed Mar 31 14:37:05 2004
Author: vlendec

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

Modified Files:
pdb_ldap.c 
Log Message:
Remove some unused code

Revisions:
pdb_ldap.c  1.143 = 1.144

http://www.samba.org/cgi-bin/cvsweb/samba/source/passdb/pdb_ldap.c.diff?r1=1.143r2=1.144


CVS update: samba/source/passdb

2004-03-31 Thread vlendec

Date:   Wed Mar 31 15:21:48 2004
Author: vlendec

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

Modified Files:
  Tag: SAMBA_3_0
lookup_sid.c passdb.c 
Log Message:
Apply some const

Revisions:
lookup_sid.c1.1.2.3 = 1.1.2.4

http://www.samba.org/cgi-bin/cvsweb/samba/source/passdb/lookup_sid.c.diff?r1=1.1.2.3r2=1.1.2.4
passdb.c1.151.2.72 = 1.151.2.73

http://www.samba.org/cgi-bin/cvsweb/samba/source/passdb/passdb.c.diff?r1=1.151.2.72r2=1.151.2.73


CVS update: samba/source/passdb

2004-03-31 Thread vlendec

Date:   Wed Mar 31 15:22:36 2004
Author: vlendec

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

Modified Files:
lookup_sid.c passdb.c 
Log Message:
Apply some const

Revisions:
lookup_sid.c1.4 = 1.5

http://www.samba.org/cgi-bin/cvsweb/samba/source/passdb/lookup_sid.c.diff?r1=1.4r2=1.5
passdb.c1.227 = 1.228

http://www.samba.org/cgi-bin/cvsweb/samba/source/passdb/passdb.c.diff?r1=1.227r2=1.228


CVS update: samba/source/auth

2004-03-31 Thread idra

Date:   Wed Mar 31 15:41:46 2004
Author: idra

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

Modified Files:
auth_util.c 
Log Message:
volker said it right better use a list of SIDs instead of NT_USER_TOKEN here

Revisions:
auth_util.c 1.91 = 1.92

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


CVS update: samba/source/include

2004-03-31 Thread idra

Date:   Wed Mar 31 15:41:46 2004
Author: idra

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

Modified Files:
passdb.h 
Log Message:
volker said it right better use a list of SIDs instead of NT_USER_TOKEN here

Revisions:
passdb.h1.43 = 1.44

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


CVS update: samba/source/smbd

2004-03-31 Thread idra

Date:   Wed Mar 31 15:41:47 2004
Author: idra

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

Modified Files:
service.c uid.c 
Log Message:
volker said it right better use a list of SIDs instead of NT_USER_TOKEN here

Revisions:
service.c   1.132 = 1.133

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

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


CVS update: samba/source/passdb

2004-03-31 Thread idra

Date:   Wed Mar 31 15:41:47 2004
Author: idra

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

Modified Files:
pdb_interface.c pdb_ldap.c pdb_tdb.c 
Log Message:
volker said it right better use a list of SIDs instead of NT_USER_TOKEN here

Revisions:
pdb_interface.c 1.63 = 1.64

http://www.samba.org/cgi-bin/cvsweb/samba/source/passdb/pdb_interface.c.diff?r1=1.63r2=1.64
pdb_ldap.c  1.144 = 1.145

http://www.samba.org/cgi-bin/cvsweb/samba/source/passdb/pdb_ldap.c.diff?r1=1.144r2=1.145
pdb_tdb.c   1.97 = 1.98

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


CVS update: samba/source/passdb

2004-03-31 Thread vlendec

Date:   Wed Mar 31 16:51:54 2004
Author: vlendec

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

Modified Files:
lookup_sid.c 
Log Message:
Tiny steps towards removing our current concept of group mapping. The 
group editing functions in srv_samr_nt.c are done.

Volker


Revisions:
lookup_sid.c1.5 = 1.6

http://www.samba.org/cgi-bin/cvsweb/samba/source/passdb/lookup_sid.c.diff?r1=1.5r2=1.6


CVS update: samba/source/groupdb

2004-03-31 Thread vlendec

Date:   Wed Mar 31 16:51:54 2004
Author: vlendec

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

Modified Files:
mapping.c 
Log Message:
Tiny steps towards removing our current concept of group mapping. The 
group editing functions in srv_samr_nt.c are done.

Volker


Revisions:
mapping.c   1.71 = 1.72

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


CVS update: samba/source/rpc_server

2004-03-31 Thread vlendec

Date:   Wed Mar 31 16:51:54 2004
Author: vlendec

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

Modified Files:
srv_samr_nt.c 
Log Message:
Tiny steps towards removing our current concept of group mapping. The 
group editing functions in srv_samr_nt.c are done.

Volker


Revisions:
srv_samr_nt.c   1.185 = 1.186

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


CVS update: samba/source/libsmb

2004-03-31 Thread herb

Date:   Wed Mar 31 20:24:10 2004
Author: herb

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

Modified Files:
  Tag: SAMBA_3_0
cliconnect.c 
Log Message:
fix typo


Revisions:
cliconnect.c1.71.2.58 = 1.71.2.59

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/cliconnect.c.diff?r1=1.71.2.58r2=1.71.2.59


CVS update: samba/source/libsmb

2004-03-31 Thread herb

Date:   Wed Mar 31 20:26:13 2004
Author: herb

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

Modified Files:
cliconnect.c 
Log Message:
fix typo


Revisions:
cliconnect.c1.151 = 1.152

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/cliconnect.c.diff?r1=1.151r2=1.152


CVS update: samba/source/smbd

2004-03-31 Thread jra

Date:   Wed Mar 31 22:46:13 2004
Author: jra

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

Modified Files:
dosmode.c 
Log Message:
Reformat in preparation for EA dosmode attributes.
Jeremy


Revisions:
dosmode.c   1.33 = 1.34

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/dosmode.c.diff?r1=1.33r2=1.34


CVS update: samba/source/smbd

2004-03-31 Thread jra

Date:   Wed Mar 31 22:46:15 2004
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
dosmode.c 
Log Message:
Reformat in preparation for EA dosmode attributes.
Jeremy


Revisions:
dosmode.c   1.27.2.7 = 1.27.2.8

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/dosmode.c.diff?r1=1.27.2.7r2=1.27.2.8


CVS update: samba/source/libsmb

2004-03-30 Thread vlendec

Date:   Tue Mar 30 08:03:32 2004
Author: vlendec

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

Modified Files:
  Tag: SAMBA_3_0
samlogon_cache.c 
Log Message:
Apply some const

Revisions:
samlogon_cache.c1.1.4.2 = 1.1.4.3

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/samlogon_cache.c.diff?r1=1.1.4.2r2=1.1.4.3


CVS update: samba/source/nsswitch

2004-03-30 Thread vlendec

Date:   Tue Mar 30 08:03:32 2004
Author: vlendec

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

Modified Files:
  Tag: SAMBA_3_0
winbindd.h winbindd_ads.c winbindd_cache.c winbindd_rpc.c 
Log Message:
Apply some const

Revisions:
winbindd.h  1.33.2.18 = 1.33.2.19

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd.h.diff?r1=1.33.2.18r2=1.33.2.19
winbindd_ads.c  1.43.2.40 = 1.43.2.41

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_ads.c.diff?r1=1.43.2.40r2=1.43.2.41
winbindd_cache.c1.35.2.25 = 1.35.2.26

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_cache.c.diff?r1=1.35.2.25r2=1.35.2.26
winbindd_rpc.c  1.25.2.25 = 1.25.2.26

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_rpc.c.diff?r1=1.25.2.25r2=1.25.2.26


CVS update: samba/source/rpc_client

2004-03-30 Thread vlendec

Date:   Tue Mar 30 08:26:57 2004
Author: vlendec

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

Modified Files:
cli_pipe.c 
Log Message:
Janitor merge from 3_0 to HEAD

Revisions:
cli_pipe.c  1.113 = 1.114

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


CVS update: samba/source/nsswitch

2004-03-30 Thread vlendec

Date:   Tue Mar 30 08:11:59 2004
Author: vlendec

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

Modified Files:
  Tag: SAMBA_3_0
winbindd_wins.c 
Log Message:
Merge a fix from HEAD to 3_0

Volker


Revisions:
winbindd_wins.c 1.4.2.7 = 1.4.2.8

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_wins.c.diff?r1=1.4.2.7r2=1.4.2.8


CVS update: samba/source/passdb

2004-03-30 Thread vlendec

Date:   Tue Mar 30 08:14:54 2004
Author: vlendec

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

Modified Files:
machine_sid.c 
Log Message:
Trivial merge to reduce the diff

Revisions:
machine_sid.c   1.20 = 1.21

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


CVS update: samba/source/groupdb

2004-03-30 Thread vlendec

Date:   Tue Mar 30 09:05:21 2004
Author: vlendec

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

Modified Files:
mapping.c 
Log Message:
Cosmetic: Move function to keep alias functions together

Revisions:
mapping.c   1.70 = 1.71

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


CVS update: samba/examples/LDAP

2004-03-30 Thread vlendec

Date:   Tue Mar 30 09:18:24 2004
Author: vlendec

Update of /data/cvs/samba/examples/LDAP
In directory dp.samba.org:/tmp/cvs-serv15164

Modified Files:
samba.schema 
Log Message:
Commit the LDAP Alias memberSID attribute...

Grrr. I mostly live in source/.. :-)

Volker


Revisions:
samba.schema1.24 = 1.25

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/samba.schema.diff?r1=1.24r2=1.25


CVS update: samba/examples/LDAP

2004-03-30 Thread vlendec

Date:   Tue Mar 30 11:16:15 2004
Author: vlendec

Update of /data/cvs/samba/examples/LDAP
In directory dp.samba.org:/tmp/cvs-serv4412/examples/LDAP

Modified Files:
samba.schema 
Log Message:
sambaMemberSID-sambaSIDList

Revisions:
samba.schema1.25 = 1.26

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/samba.schema.diff?r1=1.25r2=1.26


CVS update: samba/source/passdb

2004-03-30 Thread vlendec

Date:   Tue Mar 30 11:16:16 2004
Author: vlendec

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

Modified Files:
pdb_ldap.c 
Log Message:
sambaMemberSID-sambaSIDList

Revisions:
pdb_ldap.c  1.142 = 1.143

http://www.samba.org/cgi-bin/cvsweb/samba/source/passdb/pdb_ldap.c.diff?r1=1.142r2=1.143


CVS update: samba/source/include

2004-03-30 Thread vlendec

Date:   Tue Mar 30 11:16:15 2004
Author: vlendec

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

Modified Files:
smbldap.h 
Log Message:
sambaMemberSID-sambaSIDList

Revisions:
smbldap.h   1.11 = 1.12

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/smbldap.h.diff?r1=1.11r2=1.12


CVS update: samba/source/lib

2004-03-30 Thread vlendec

Date:   Tue Mar 30 11:16:15 2004
Author: vlendec

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

Modified Files:
smbldap.c 
Log Message:
sambaMemberSID-sambaSIDList

Revisions:
smbldap.c   1.25 = 1.26

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/smbldap.c.diff?r1=1.25r2=1.26


CVS update: samba/examples/LDAP

2004-03-30 Thread vlendec

Date:   Tue Mar 30 12:17:58 2004
Author: vlendec

Update of /data/cvs/samba/examples/LDAP
In directory dp.samba.org:/tmp/cvs-serv15754

Modified Files:
samba.schema 
Log Message:
Forgot to delete sambaMemberSID attrib definition

Revisions:
samba.schema1.26 = 1.27

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/samba.schema.diff?r1=1.26r2=1.27


CVS update: samba/source/libsmb

2004-03-30 Thread jra

Date:   Tue Mar 30 18:38:18 2004
Author: jra

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

Modified Files:
clifile.c 
Log Message:
Ensure we cope correctly with ea length of zero. Detect torture fail correctly.
Jeremy.


Revisions:
clifile.c   1.54 = 1.55

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/clifile.c.diff?r1=1.54r2=1.55


CVS update: samba/source/torture

2004-03-30 Thread jra

Date:   Tue Mar 30 18:38:18 2004
Author: jra

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

Modified Files:
torture.c 
Log Message:
Ensure we cope correctly with ea length of zero. Detect torture fail correctly.
Jeremy.


Revisions:
torture.c   1.114 = 1.115

http://www.samba.org/cgi-bin/cvsweb/samba/source/torture/torture.c.diff?r1=1.114r2=1.115


CVS update: samba/source/libsmb

2004-03-30 Thread jra

Date:   Tue Mar 30 18:38:21 2004
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
clifile.c 
Log Message:
Ensure we cope correctly with ea length of zero. Detect torture fail correctly.
Jeremy.


Revisions:
clifile.c   1.39.2.15 = 1.39.2.16

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/clifile.c.diff?r1=1.39.2.15r2=1.39.2.16


CVS update: samba/source/torture

2004-03-30 Thread jra

Date:   Tue Mar 30 18:38:21 2004
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
torture.c 
Log Message:
Ensure we cope correctly with ea length of zero. Detect torture fail correctly.
Jeremy.


Revisions:
torture.c   1.63.2.28 = 1.63.2.29

http://www.samba.org/cgi-bin/cvsweb/samba/source/torture/torture.c.diff?r1=1.63.2.28r2=1.63.2.29


CVS update: samba/source/param

2004-03-30 Thread jra

Date:   Wed Mar 31 02:20:11 2004
Author: jra

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

Modified Files:
loadparm.c 
Log Message:
Added support for OS/2 EA's in smbd server. Test with smbtorture eatest.
New protocol option ea support to turn them on (off by default). Conrad
at Apple may like this as it allows MacOS resource forks to be stored on
a file. Passes valgrind. Documentation to follow.
Jeremy.


Revisions:
loadparm.c  1.538 = 1.539

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


CVS update: samba/source/include

2004-03-30 Thread jra

Date:   Wed Mar 31 02:20:11 2004
Author: jra

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

Modified Files:
smb.h 
Log Message:
Added support for OS/2 EA's in smbd server. Test with smbtorture eatest.
New protocol option ea support to turn them on (off by default). Conrad
at Apple may like this as it allows MacOS resource forks to be stored on
a file. Passes valgrind. Documentation to follow.
Jeremy.


Revisions:
smb.h   1.508 = 1.509

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


CVS update: samba/source/smbd

2004-03-30 Thread jra

Date:   Wed Mar 31 02:20:11 2004
Author: jra

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

Modified Files:
posix_acls.c trans2.c 
Log Message:
Added support for OS/2 EA's in smbd server. Test with smbtorture eatest.
New protocol option ea support to turn them on (off by default). Conrad
at Apple may like this as it allows MacOS resource forks to be stored on
a file. Passes valgrind. Documentation to follow.
Jeremy.


Revisions:
posix_acls.c1.87 = 1.88

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/posix_acls.c.diff?r1=1.87r2=1.88
trans2.c1.266 = 1.267

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/trans2.c.diff?r1=1.266r2=1.267


CVS update: samba/source/include

2004-03-30 Thread jra

Date:   Wed Mar 31 02:20:15 2004
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
smb.h 
Log Message:
Added support for OS/2 EA's in smbd server. Test with smbtorture eatest.
New protocol option ea support to turn them on (off by default). Conrad
at Apple may like this as it allows MacOS resource forks to be stored on
a file. Passes valgrind. Documentation to follow.
Jeremy.


Revisions:
smb.h   1.424.2.67 = 1.424.2.68

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


CVS update: samba/source/param

2004-03-30 Thread jra

Date:   Wed Mar 31 02:20:16 2004
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
loadparm.c 
Log Message:
Added support for OS/2 EA's in smbd server. Test with smbtorture eatest.
New protocol option ea support to turn them on (off by default). Conrad
at Apple may like this as it allows MacOS resource forks to be stored on
a file. Passes valgrind. Documentation to follow.
Jeremy.


Revisions:
loadparm.c  1.397.2.128 = 1.397.2.129

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


CVS update: samba/source/modules

2004-03-29 Thread vlendec

Date:   Mon Mar 29 11:40:43 2004
Author: vlendec

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

Modified Files:
  Tag: SAMBA_3_0
vfs_expand_msdfs.c 
Log Message:
Some fixes to expand_msdfs module.

Volker


Revisions:
vfs_expand_msdfs.c  1.1.2.1 = 1.1.2.2

http://www.samba.org/cgi-bin/cvsweb/samba/source/modules/vfs_expand_msdfs.c.diff?r1=1.1.2.1r2=1.1.2.2


CVS update: samba/source/modules

2004-03-29 Thread vlendec

Date:   Mon Mar 29 11:41:11 2004
Author: vlendec

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

Modified Files:
vfs_expand_msdfs.c 
Log Message:
Some fixes to expand_msdfs module.

Volker


Revisions:
vfs_expand_msdfs.c  1.2 = 1.3

http://www.samba.org/cgi-bin/cvsweb/samba/source/modules/vfs_expand_msdfs.c.diff?r1=1.2r2=1.3


CVS update: samba/source/modules

2004-03-29 Thread vlendec

Date:   Mon Mar 29 11:51:24 2004
Author: vlendec

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

Modified Files:
vfs_expand_msdfs.c 
Log Message:
Without words...

Revisions:
vfs_expand_msdfs.c  1.3 = 1.4

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


  1   2   3   4   5   6   7   8   9   10   >