CVS update: samba/source/include

2003-07-03 Thread abartlet

Date:   Thu Jul  3 14:36:42 2003
Author: abartlet

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

Modified Files:
  Tag: SAMBA_3_0
auth.h 
Log Message:
This patch takes the work the jerry did for beta2, and generalises it:

 - The 'not implmented' checks are now done by all auth modules
 - the ntdomain/trustdomain/winbind modules are more presise as to
   what domain names they can and cannot handle
 - The become_root() calls are now around the winbind pipe opening only,
   not the entire auth call
 - The unix username is kept seperate from the NT username, removing the
   need for 'clean off the domain\' in parse_net.c
 - All sid-uid translations are now validated with getpwuid() to put a very
   basic stop to logins with 'half deleted' accounts.

Andrew Bartlett


Revisions:
auth.h  1.14.2.5 = 1.14.2.6

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


CVS update: samba/source/auth

2003-07-03 Thread abartlet

Date:   Thu Jul  3 14:36:42 2003
Author: abartlet

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

Modified Files:
  Tag: SAMBA_3_0
auth.c auth_builtin.c auth_domain.c auth_rhosts.c 
auth_server.c auth_util.c auth_winbind.c 
Log Message:
This patch takes the work the jerry did for beta2, and generalises it:

 - The 'not implmented' checks are now done by all auth modules
 - the ntdomain/trustdomain/winbind modules are more presise as to
   what domain names they can and cannot handle
 - The become_root() calls are now around the winbind pipe opening only,
   not the entire auth call
 - The unix username is kept seperate from the NT username, removing the
   need for 'clean off the domain\' in parse_net.c
 - All sid-uid translations are now validated with getpwuid() to put a very
   basic stop to logins with 'half deleted' accounts.

Andrew Bartlett


Revisions:
auth.c  1.32.2.19 = 1.32.2.20

http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/auth.c.diff?r1=1.32.2.19r2=1.32.2.20
auth_builtin.c  1.8.2.9 = 1.8.2.10

http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/auth_builtin.c.diff?r1=1.8.2.9r2=1.8.2.10
auth_domain.c   1.33.2.28 = 1.33.2.29

http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/auth_domain.c.diff?r1=1.33.2.28r2=1.33.2.29
auth_rhosts.c   1.15.2.7 = 1.15.2.8

http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/auth_rhosts.c.diff?r1=1.15.2.7r2=1.15.2.8
auth_server.c   1.21.2.7 = 1.21.2.8

http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/auth_server.c.diff?r1=1.21.2.7r2=1.21.2.8
auth_util.c 1.39.2.27 = 1.39.2.28

http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/auth_util.c.diff?r1=1.39.2.27r2=1.39.2.28
auth_winbind.c  1.6.2.14 = 1.6.2.15

http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/auth_winbind.c.diff?r1=1.6.2.14r2=1.6.2.15


CVS update: samba/source/rpc_parse

2003-07-03 Thread abartlet

Date:   Thu Jul  3 14:36:42 2003
Author: abartlet

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

Modified Files:
  Tag: SAMBA_3_0
parse_net.c 
Log Message:
This patch takes the work the jerry did for beta2, and generalises it:

 - The 'not implmented' checks are now done by all auth modules
 - the ntdomain/trustdomain/winbind modules are more presise as to
   what domain names they can and cannot handle
 - The become_root() calls are now around the winbind pipe opening only,
   not the entire auth call
 - The unix username is kept seperate from the NT username, removing the
   need for 'clean off the domain\' in parse_net.c
 - All sid-uid translations are now validated with getpwuid() to put a very
   basic stop to logins with 'half deleted' accounts.

Andrew Bartlett


Revisions:
parse_net.c 1.85.2.12 = 1.85.2.13

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


CVS update: samba/source/smbd

2003-07-03 Thread abartlet

Date:   Thu Jul  3 14:56:04 2003
Author: abartlet

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

Modified Files:
  Tag: SAMBA_3_0
password.c 
Log Message:
Missed this in the previous patch - we now have a seperate idea of the 
'unix username' from the NT username, in the auth subsystem at least.

Andrew Bartlett


Revisions:
password.c  1.248.2.12 = 1.248.2.13

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/password.c.diff?r1=1.248.2.12r2=1.248.2.13


CVS update: samba/source/nsswitch

2003-07-03 Thread jerry

Date:   Thu Jul  3 16:23:11 2003
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0
winbindd_pam.c 
Log Message:
fix for bug #200.  flush connections if the machine trsut account 
changed underneath us.




Revisions:
winbindd_pam.c  1.44.2.17 = 1.44.2.18

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


CVS update: samba/source/rpc_server

2003-07-03 Thread jerry

Date:   Thu Jul  3 17:18:08 2003
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0
srv_spoolss_nt.c 
Log Message:
Fix for bug #199 (xp driver uploads).  Needed to support
the OSVersion print server data value.



Revisions:
srv_spoolss_nt.c1.277.2.63 = 1.277.2.64

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


CVS update: samba/source/auth

2003-07-03 Thread jra

Date:   Thu Jul  3 19:11:27 2003
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
auth_builtin.c auth_server.c pass_check.c 
Log Message:
Removed strupper/strlower macros that automatically map to strupper_m/strlower_m.
I really want people to think about when they're using multibyte strings.
Jeremy.


Revisions:
auth_builtin.c  1.8.2.10 = 1.8.2.11

http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/auth_builtin.c.diff?r1=1.8.2.10r2=1.8.2.11
auth_server.c   1.21.2.8 = 1.21.2.9

http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/auth_server.c.diff?r1=1.21.2.8r2=1.21.2.9
pass_check.c1.29.2.3 = 1.29.2.4

http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/pass_check.c.diff?r1=1.29.2.3r2=1.29.2.4


CVS update: samba/source/include

2003-07-03 Thread jra

Date:   Thu Jul  3 19:11:28 2003
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
safe_string.h 
Log Message:
Removed strupper/strlower macros that automatically map to strupper_m/strlower_m.
I really want people to think about when they're using multibyte strings.
Jeremy.


Revisions:
safe_string.h   1.12.2.10 = 1.12.2.11

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/safe_string.h.diff?r1=1.12.2.10r2=1.12.2.11


CVS update: samba/source/lib

2003-07-03 Thread jra

Date:   Thu Jul  3 19:11:28 2003
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
charcnv.c substitute.c username.c util.c util_str.c 
Log Message:
Removed strupper/strlower macros that automatically map to strupper_m/strlower_m.
I really want people to think about when they're using multibyte strings.
Jeremy.


Revisions:
charcnv.c   1.55.2.27 = 1.55.2.28

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/charcnv.c.diff?r1=1.55.2.27r2=1.55.2.28
substitute.c1.25.2.9 = 1.25.2.10

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/substitute.c.diff?r1=1.25.2.9r2=1.25.2.10
username.c  1.66.2.9 = 1.66.2.10

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/username.c.diff?r1=1.66.2.9r2=1.66.2.10
util.c  1.358.2.28 = 1.358.2.29

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/util.c.diff?r1=1.358.2.28r2=1.358.2.29
util_str.c  1.47.2.27 = 1.47.2.28

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/util_str.c.diff?r1=1.47.2.27r2=1.47.2.28


CVS update: samba/source/client

2003-07-03 Thread jra

Date:   Thu Jul  3 19:11:28 2003
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
client.c clitar.c 
Log Message:
Removed strupper/strlower macros that automatically map to strupper_m/strlower_m.
I really want people to think about when they're using multibyte strings.
Jeremy.


Revisions:
client.c1.209.2.27 = 1.209.2.28

http://www.samba.org/cgi-bin/cvsweb/samba/source/client/client.c.diff?r1=1.209.2.27r2=1.209.2.28
clitar.c1.88.2.8 = 1.88.2.9

http://www.samba.org/cgi-bin/cvsweb/samba/source/client/clitar.c.diff?r1=1.88.2.8r2=1.88.2.9


CVS update: samba/source/libads

2003-07-03 Thread jra

Date:   Thu Jul  3 19:11:28 2003
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
kerberos_verify.c krb5_setpw.c ldap.c 
Log Message:
Removed strupper/strlower macros that automatically map to strupper_m/strlower_m.
I really want people to think about when they're using multibyte strings.
Jeremy.


Revisions:
kerberos_verify.c   1.1.2.15 = 1.1.2.16

http://www.samba.org/cgi-bin/cvsweb/samba/source/libads/kerberos_verify.c.diff?r1=1.1.2.15r2=1.1.2.16
krb5_setpw.c1.7.2.11 = 1.7.2.12

http://www.samba.org/cgi-bin/cvsweb/samba/source/libads/krb5_setpw.c.diff?r1=1.7.2.11r2=1.7.2.12
ldap.c  1.55.2.31 = 1.55.2.32

http://www.samba.org/cgi-bin/cvsweb/samba/source/libads/ldap.c.diff?r1=1.55.2.31r2=1.55.2.32


CVS update: samba/source/libsmb

2003-07-03 Thread jra

Date:   Thu Jul  3 19:11:28 2003
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
clirap.c clirap2.c namequery_dc.c nmblib.c ntlmssp.c 
Log Message:
Removed strupper/strlower macros that automatically map to strupper_m/strlower_m.
I really want people to think about when they're using multibyte strings.
Jeremy.


Revisions:
clirap.c1.21.2.9 = 1.21.2.10

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/clirap.c.diff?r1=1.21.2.9r2=1.21.2.10
clirap2.c   1.5.2.2 = 1.5.2.3

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/clirap2.c.diff?r1=1.5.2.2r2=1.5.2.3
namequery_dc.c  1.2.2.6 = 1.2.2.7

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/namequery_dc.c.diff?r1=1.2.2.6r2=1.2.2.7
nmblib.c1.68.2.6 = 1.68.2.7

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/nmblib.c.diff?r1=1.68.2.6r2=1.68.2.7
ntlmssp.c   1.4.2.9 = 1.4.2.10

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/ntlmssp.c.diff?r1=1.4.2.9r2=1.4.2.10


CVS update: samba/source/msdfs

2003-07-03 Thread jra

Date:   Thu Jul  3 19:11:28 2003
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
msdfs.c 
Log Message:
Removed strupper/strlower macros that automatically map to strupper_m/strlower_m.
I really want people to think about when they're using multibyte strings.
Jeremy.


Revisions:
msdfs.c 1.28.2.9 = 1.28.2.10

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


CVS update: samba/source/nmbd

2003-07-03 Thread jra

Date:   Thu Jul  3 19:11:29 2003
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
nmbd_browserdb.c nmbd_browsesync.c nmbd_elections.c 
nmbd_incomingdgrams.c nmbd_incomingrequests.c 
nmbd_namelistdb.c nmbd_sendannounce.c nmbd_serverlistdb.c 
Log Message:
Removed strupper/strlower macros that automatically map to strupper_m/strlower_m.
I really want people to think about when they're using multibyte strings.
Jeremy.


Revisions:
nmbd_browserdb.c1.10.2.1 = 1.10.2.2

http://www.samba.org/cgi-bin/cvsweb/samba/source/nmbd/nmbd_browserdb.c.diff?r1=1.10.2.1r2=1.10.2.2
nmbd_browsesync.c   1.26.2.7 = 1.26.2.8

http://www.samba.org/cgi-bin/cvsweb/samba/source/nmbd/nmbd_browsesync.c.diff?r1=1.26.2.7r2=1.26.2.8
nmbd_elections.c1.18.2.3 = 1.18.2.4

http://www.samba.org/cgi-bin/cvsweb/samba/source/nmbd/nmbd_elections.c.diff?r1=1.18.2.3r2=1.18.2.4
nmbd_incomingdgrams.c   1.19.2.2 = 1.19.2.3

http://www.samba.org/cgi-bin/cvsweb/samba/source/nmbd/nmbd_incomingdgrams.c.diff?r1=1.19.2.2r2=1.19.2.3
nmbd_incomingrequests.c 1.19.2.2 = 1.19.2.3

http://www.samba.org/cgi-bin/cvsweb/samba/source/nmbd/nmbd_incomingrequests.c.diff?r1=1.19.2.2r2=1.19.2.3
nmbd_namelistdb.c   1.27.2.3 = 1.27.2.4

http://www.samba.org/cgi-bin/cvsweb/samba/source/nmbd/nmbd_namelistdb.c.diff?r1=1.27.2.3r2=1.27.2.4
nmbd_sendannounce.c 1.17.2.3 = 1.17.2.4

http://www.samba.org/cgi-bin/cvsweb/samba/source/nmbd/nmbd_sendannounce.c.diff?r1=1.17.2.3r2=1.17.2.4
nmbd_serverlistdb.c 1.19.2.3 = 1.19.2.4

http://www.samba.org/cgi-bin/cvsweb/samba/source/nmbd/nmbd_serverlistdb.c.diff?r1=1.19.2.3r2=1.19.2.4


CVS update: samba/source/nsswitch

2003-07-03 Thread jra

Date:   Thu Jul  3 19:11:29 2003
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
wbinfo.c winbindd_ads.c winbindd_cache.c winbindd_util.c 
Log Message:
Removed strupper/strlower macros that automatically map to strupper_m/strlower_m.
I really want people to think about when they're using multibyte strings.
Jeremy.


Revisions:
wbinfo.c1.38.2.15 = 1.38.2.16

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

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_ads.c.diff?r1=1.43.2.15r2=1.43.2.16
winbindd_cache.c1.35.2.13 = 1.35.2.14

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_cache.c.diff?r1=1.35.2.13r2=1.35.2.14
winbindd_util.c 1.73.2.22 = 1.73.2.23

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_util.c.diff?r1=1.73.2.22r2=1.73.2.23


CVS update: samba/source/passdb

2003-07-03 Thread jra

Date:   Thu Jul  3 19:11:29 2003
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
pdb_tdb.c secrets.c 
Log Message:
Removed strupper/strlower macros that automatically map to strupper_m/strlower_m.
I really want people to think about when they're using multibyte strings.
Jeremy.


Revisions:
pdb_tdb.c   1.58.2.18 = 1.58.2.19

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

http://www.samba.org/cgi-bin/cvsweb/samba/source/passdb/secrets.c.diff?r1=1.32.2.19r2=1.32.2.20


CVS update: samba/source/param

2003-07-03 Thread jra

Date:   Thu Jul  3 19:11:29 2003
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
loadparm.c 
Log Message:
Removed strupper/strlower macros that automatically map to strupper_m/strlower_m.
I really want people to think about when they're using multibyte strings.
Jeremy.


Revisions:
loadparm.c  1.397.2.71 = 1.397.2.72

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


CVS update: samba/source/printing

2003-07-03 Thread jra

Date:   Thu Jul  3 19:11:29 2003
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
lpq_parse.c 
Log Message:
Removed strupper/strlower macros that automatically map to strupper_m/strlower_m.
I really want people to think about when they're using multibyte strings.
Jeremy.


Revisions:
lpq_parse.c 1.11.2.7 = 1.11.2.8

http://www.samba.org/cgi-bin/cvsweb/samba/source/printing/lpq_parse.c.diff?r1=1.11.2.7r2=1.11.2.8


CVS update: samba/source/rpc_client

2003-07-03 Thread jra

Date:   Thu Jul  3 19:11:30 2003
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
cli_pipe.c cli_spoolss.c 
Log Message:
Removed strupper/strlower macros that automatically map to strupper_m/strlower_m.
I really want people to think about when they're using multibyte strings.
Jeremy.


Revisions:
cli_pipe.c  1.79.2.24 = 1.79.2.25

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_client/cli_pipe.c.diff?r1=1.79.2.24r2=1.79.2.25
cli_spoolss.c   1.37.2.9 = 1.37.2.10

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_client/cli_spoolss.c.diff?r1=1.37.2.9r2=1.37.2.10


CVS update: samba/source/rpc_parse

2003-07-03 Thread jra

Date:   Thu Jul  3 19:11:30 2003
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
parse_net.c 
Log Message:
Removed strupper/strlower macros that automatically map to strupper_m/strlower_m.
I really want people to think about when they're using multibyte strings.
Jeremy.


Revisions:
parse_net.c 1.85.2.13 = 1.85.2.14

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


CVS update: samba/source/rpc_server

2003-07-03 Thread jra

Date:   Thu Jul  3 19:11:31 2003
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
srv_dfs_nt.c srv_lsa_nt.c srv_samr_nt.c srv_spoolss_nt.c 
srv_wkssvc_nt.c 
Log Message:
Removed strupper/strlower macros that automatically map to strupper_m/strlower_m.
I really want people to think about when they're using multibyte strings.
Jeremy.


Revisions:
srv_dfs_nt.c1.12.2.2 = 1.12.2.3

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_server/srv_dfs_nt.c.diff?r1=1.12.2.2r2=1.12.2.3
srv_lsa_nt.c1.52.2.10 = 1.52.2.11

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_server/srv_lsa_nt.c.diff?r1=1.52.2.10r2=1.52.2.11
srv_samr_nt.c   1.86.2.29 = 1.86.2.30

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_server/srv_samr_nt.c.diff?r1=1.86.2.29r2=1.86.2.30
srv_spoolss_nt.c1.277.2.64 = 1.277.2.65

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_server/srv_spoolss_nt.c.diff?r1=1.277.2.64r2=1.277.2.65
srv_wkssvc_nt.c 1.8.2.2 = 1.8.2.3

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_server/srv_wkssvc_nt.c.diff?r1=1.8.2.2r2=1.8.2.3


CVS update: samba/source/smbd

2003-07-03 Thread jra

Date:   Thu Jul  3 19:11:31 2003
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
lanman.c mangle_hash.c negprot.c open.c service.c statcache.c 
Log Message:
Removed strupper/strlower macros that automatically map to strupper_m/strlower_m.
I really want people to think about when they're using multibyte strings.
Jeremy.


Revisions:
lanman.c1.73.2.14 = 1.73.2.15

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

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/mangle_hash.c.diff?r1=1.1.2.6r2=1.1.2.7
negprot.c   1.62.2.10 = 1.62.2.11

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/negprot.c.diff?r1=1.62.2.10r2=1.62.2.11
open.c  1.115.2.20 = 1.115.2.21

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/open.c.diff?r1=1.115.2.20r2=1.115.2.21
service.c   1.85.2.21 = 1.85.2.22

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/service.c.diff?r1=1.85.2.21r2=1.85.2.22
statcache.c 1.13.2.7 = 1.13.2.8

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/statcache.c.diff?r1=1.13.2.7r2=1.13.2.8


CVS update: samba/source/utils

2003-07-03 Thread jra

Date:   Thu Jul  3 19:11:32 2003
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
net_ads.c net_rpc.c net_rpc_join.c smbpasswd.c 
Log Message:
Removed strupper/strlower macros that automatically map to strupper_m/strlower_m.
I really want people to think about when they're using multibyte strings.
Jeremy.


Revisions:
net_ads.c   1.37.2.25 = 1.37.2.26

http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/net_ads.c.diff?r1=1.37.2.25r2=1.37.2.26
net_rpc.c   1.14.2.28 = 1.14.2.29

http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/net_rpc.c.diff?r1=1.14.2.28r2=1.14.2.29
net_rpc_join.c  1.13.2.14 = 1.13.2.15

http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/net_rpc_join.c.diff?r1=1.13.2.14r2=1.13.2.15
smbpasswd.c 1.140.2.9 = 1.140.2.10

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


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

2003-07-03 Thread peloy

Date:   Fri Jul  4 01:51:06 2003
Author: peloy

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

Modified Files:
  Tag: SAMBA_3_0
configure.patch 
Log Message:
Debian updates.



Revisions:
configure.patch 1.2.4.1 = 1.2.4.2

http://www.samba.org/cgi-bin/cvsweb/samba/packaging/Debian/debian/patches/configure.patch.diff?r1=1.2.4.1r2=1.2.4.2


CVS update: samba/source

2003-07-03 Thread tpot

Date:   Fri Jul  4 03:03:47 2003
Author: tpot

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

Modified Files:
  Tag: SAMBA_3_0
configure.in 
Log Message:
Display libraries detected by configure but before configure 
summary as suggested by abartlet.


Revisions:
configure.in1.300.2.116 = 1.300.2.117

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