CVS update: samba4/source/torture/nbench

2004-03-10 Thread tridge

Date:   Wed Mar 10 09:00:24 2004
Author: tridge

Update of /home/cvs/samba4/source/torture/nbench
In directory dp.samba.org:/tmp/cvs-serv19561

Modified Files:
nbench.c nbio.c 
Log Message:
nicer way of handling \clients



Revisions:
nbench.c1.3 = 1.4

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/nbench/nbench.c.diff?r1=1.3r2=1.4
nbio.c  1.6 = 1.7

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/nbench/nbio.c.diff?r1=1.6r2=1.7


CVS update: samba/source/passdb

2004-03-10 Thread vlendec

Date:   Wed Mar 10 16:17:46 2004
Author: vlendec

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

Modified Files:
util_sam_sid.c 
Log Message:
Don't pass DOM_SIDs around when pointers are enough.

Volker


Revisions:
util_sam_sid.c  1.11 = 1.12

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


CVS update: samba/source/groupdb

2004-03-10 Thread vlendec

Date:   Wed Mar 10 16:17:46 2004
Author: vlendec

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

Modified Files:
mapping.c 
Log Message:
Don't pass DOM_SIDs around when pointers are enough.

Volker


Revisions:
mapping.c   1.63 = 1.64

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


CVS update: samba/source/libsmb

2004-03-10 Thread vlendec

Date:   Wed Mar 10 16:32:58 2004
Author: vlendec

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

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


Revisions:
samlogon_cache.c1.2 = 1.3

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


CVS update: samba/source/nsswitch

2004-03-10 Thread vlendec

Date:   Wed Mar 10 16:32:58 2004
Author: vlendec

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

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


Revisions:
winbindd.h  1.51 = 1.52

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd.h.diff?r1=1.51r2=1.52
winbindd_ads.c  1.83 = 1.84

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_ads.c.diff?r1=1.83r2=1.84
winbindd_cache.c1.55 = 1.56

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_cache.c.diff?r1=1.55r2=1.56
winbindd_rpc.c  1.52 = 1.53

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


CVS update: samba/source/auth

2004-03-10 Thread vlendec

Date:   Wed Mar 10 16:40:41 2004
Author: vlendec

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

Modified Files:
auth_util.c 
Log Message:
Remove expanding sids from smbd, this will be done in winbindd.

Volker


Revisions:
auth_util.c 1.88 = 1.89

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


CVS update: samba/source/smbd

2004-03-10 Thread jra

Date:   Thu Mar 11 00:31:48 2004
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
reply.c 
Log Message:
Fix processing of pathnames with embedded '\\' characters (0x5c) in CP932
character set. Because of the allowing of broken conversions for people
who have broken iconv libraries we can't rely on the return from convert_string()
to be valid - we must check errno instead. This is ripe for revisiting at
some stage. I prefer adding a bool parameter to all convert_string_XX varients
to specify if we will allow broken conversions or not. With allow_broken_conversions
set to false we could then rely on the return from convert_string rather than
checking errno.
Jeremy.


Revisions:
reply.c 1.381.2.71 = 1.381.2.72

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


CVS update: samba/source/smbd

2004-03-10 Thread jra

Date:   Thu Mar 11 00:31:50 2004
Author: jra

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

Modified Files:
reply.c 
Log Message:
Fix processing of pathnames with embedded '\\' characters (0x5c) in CP932
character set. Because of the allowing of broken conversions for people
who have broken iconv libraries we can't rely on the return from convert_string()
to be valid - we must check errno instead. This is ripe for revisiting at
some stage. I prefer adding a bool parameter to all convert_string_XX varients
to specify if we will allow broken conversions or not. With allow_broken_conversions
set to false we could then rely on the return from convert_string rather than
checking errno.
Jeremy.


Revisions:
reply.c 1.452 = 1.453

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


CVS update: samba/source/msdfs

2004-03-10 Thread jra

Date:   Thu Mar 11 00:42:33 2004
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
msdfs.c 
Log Message:
Ensure we use check_path_syntax() to pull out DFS paths.
Jeremy


Revisions:
msdfs.c 1.28.2.22 = 1.28.2.23

http://www.samba.org/cgi-bin/cvsweb/samba/source/msdfs/msdfs.c.diff?r1=1.28.2.22r2=1.28.2.23


CVS update: samba/source/msdfs

2004-03-10 Thread jra

Date:   Thu Mar 11 00:42:36 2004
Author: jra

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

Modified Files:
msdfs.c 
Log Message:
Ensure we use check_path_syntax() to pull out DFS paths.
Jeremy


Revisions:
msdfs.c 1.46 = 1.47

http://www.samba.org/cgi-bin/cvsweb/samba/source/msdfs/msdfs.c.diff?r1=1.46r2=1.47