CVS update: samba/source/lib

2004-01-06 Thread abartlet

Date:   Tue Jan  6 01:15:13 2004
Author: abartlet

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

Modified Files:
gencache.c 
Log Message:
(merge from 3.0)

Always call the auto-init funciton - this avoids tdb segfaulting under
us if we failed to open it earlier.
 
Andrew Bartlett



Revisions:
gencache.c  1.11 = 1.12

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


CVS update: samba/source/utils

2004-01-06 Thread abartlet

Date:   Tue Jan  6 01:20:01 2004
Author: abartlet

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

Modified Files:
ntlm_auth.c smbcontrol.c smbfilter.c 
Log Message:
(merge from 3.0)

I think this was tpot's originally:

Fix format types for 64 bit systems.

Andrew Bartlett


Revisions:
ntlm_auth.c 1.27 = 1.28

http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/ntlm_auth.c.diff?r1=1.27r2=1.28
smbcontrol.c1.64 = 1.65

http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/smbcontrol.c.diff?r1=1.64r2=1.65
smbfilter.c 1.18 = 1.19

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


CVS update: samba/source/torture

2004-01-06 Thread abartlet

Date:   Tue Jan  6 01:20:01 2004
Author: abartlet

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

Modified Files:
denytest.c torture.c utable.c 
Log Message:
(merge from 3.0)

I think this was tpot's originally:

Fix format types for 64 bit systems.

Andrew Bartlett


Revisions:
denytest.c  1.5 = 1.6

http://www.samba.org/cgi-bin/cvsweb/samba/source/torture/denytest.c.diff?r1=1.5r2=1.6
torture.c   1.105 = 1.106

http://www.samba.org/cgi-bin/cvsweb/samba/source/torture/torture.c.diff?r1=1.105r2=1.106
utable.c1.10 = 1.11

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


CVS update: samba/source/include

2004-01-06 Thread jra

Date:   Tue Jan  6 01:21:59 2004
Author: jra

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

Modified Files:
smbprofile.h vfs.h vfs_macros.h 
Log Message:
Patch based on work from James Peach [EMAIL PROTECTED] to convert over to
using pread/pwrite. Modified a little to ensure fsp-pos is correct.
Fix for #889.
Jeremy.


Revisions:
smbprofile.h1.7 = 1.8

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/smbprofile.h.diff?r1=1.7r2=1.8
vfs.h   1.31 = 1.32

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/vfs.h.diff?r1=1.31r2=1.32
vfs_macros.h1.3 = 1.4

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


CVS update: samba/examples/VFS

2004-01-06 Thread jra

Date:   Tue Jan  6 01:21:59 2004
Author: jra

Update of /data/cvs/samba/examples/VFS
In directory dp.samba.org:/tmp/cvs-serv4024/examples/VFS

Modified Files:
skel_opaque.c skel_transparent.c 
Log Message:
Patch based on work from James Peach [EMAIL PROTECTED] to convert over to
using pread/pwrite. Modified a little to ensure fsp-pos is correct.
Fix for #889.
Jeremy.


Revisions:
skel_opaque.c   1.3 = 1.4

http://www.samba.org/cgi-bin/cvsweb/samba/examples/VFS/skel_opaque.c.diff?r1=1.3r2=1.4
skel_transparent.c  1.3 = 1.4

http://www.samba.org/cgi-bin/cvsweb/samba/examples/VFS/skel_transparent.c.diff?r1=1.3r2=1.4


CVS update: samba/source/smbd

2004-01-06 Thread jra

Date:   Tue Jan  6 01:21:59 2004
Author: jra

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

Modified Files:
fileio.c vfs-wrap.c vfs.c 
Log Message:
Patch based on work from James Peach [EMAIL PROTECTED] to convert over to
using pread/pwrite. Modified a little to ensure fsp-pos is correct.
Fix for #889.
Jeremy.


Revisions:
fileio.c1.51 = 1.52

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/fileio.c.diff?r1=1.51r2=1.52
vfs-wrap.c  1.46 = 1.47

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/vfs-wrap.c.diff?r1=1.46r2=1.47
vfs.c   1.83 = 1.84

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/vfs.c.diff?r1=1.83r2=1.84


CVS update: samba/source/utils

2004-01-06 Thread jra

Date:   Tue Jan  6 01:22:00 2004
Author: jra

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

Modified Files:
status.c 
Log Message:
Patch based on work from James Peach [EMAIL PROTECTED] to convert over to
using pread/pwrite. Modified a little to ensure fsp-pos is correct.
Fix for #889.
Jeremy.


Revisions:
status.c1.89 = 1.90

http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/status.c.diff?r1=1.89r2=1.90


CVS update: samba/source/include

2004-01-06 Thread jra

Date:   Tue Jan  6 01:22:14 2004
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
smbprofile.h vfs.h vfs_macros.h 
Log Message:
Patch based on work from James Peach [EMAIL PROTECTED] to convert over to
using pread/pwrite. Modified a little to ensure fsp-pos is correct.
Fix for #889.
Jeremy.


Revisions:
smbprofile.h1.4.2.2 = 1.4.2.3

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/smbprofile.h.diff?r1=1.4.2.2r2=1.4.2.3
vfs.h   1.25.2.10 = 1.25.2.11

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/vfs.h.diff?r1=1.25.2.10r2=1.25.2.11
vfs_macros.h1.1.2.11 = 1.1.2.12

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/vfs_macros.h.diff?r1=1.1.2.11r2=1.1.2.12


CVS update: samba/examples/VFS

2004-01-06 Thread jra

Date:   Tue Jan  6 01:22:14 2004
Author: jra

Update of /data/cvs/samba/examples/VFS
In directory dp.samba.org:/tmp/cvs-serv4118/examples/VFS

Modified Files:
  Tag: SAMBA_3_0
skel_opaque.c skel_transparent.c 
Log Message:
Patch based on work from James Peach [EMAIL PROTECTED] to convert over to
using pread/pwrite. Modified a little to ensure fsp-pos is correct.
Fix for #889.
Jeremy.


Revisions:
skel_opaque.c   1.1.2.3 = 1.1.2.4

http://www.samba.org/cgi-bin/cvsweb/samba/examples/VFS/skel_opaque.c.diff?r1=1.1.2.3r2=1.1.2.4
skel_transparent.c  1.1.2.3 = 1.1.2.4

http://www.samba.org/cgi-bin/cvsweb/samba/examples/VFS/skel_transparent.c.diff?r1=1.1.2.3r2=1.1.2.4


CVS update: samba/source/smbd

2004-01-06 Thread jra

Date:   Tue Jan  6 01:22:14 2004
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
fileio.c vfs-wrap.c vfs.c 
Log Message:
Patch based on work from James Peach [EMAIL PROTECTED] to convert over to
using pread/pwrite. Modified a little to ensure fsp-pos is correct.
Fix for #889.
Jeremy.


Revisions:
fileio.c1.40.2.11 = 1.40.2.12

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/fileio.c.diff?r1=1.40.2.11r2=1.40.2.12
vfs-wrap.c  1.37.2.13 = 1.37.2.14

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/vfs-wrap.c.diff?r1=1.37.2.13r2=1.37.2.14
vfs.c   1.57.2.22 = 1.57.2.23

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/vfs.c.diff?r1=1.57.2.22r2=1.57.2.23


CVS update: samba/source/lib

2004-01-06 Thread jra

Date:   Tue Jan  6 01:22:14 2004
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
system.c 
Log Message:
Patch based on work from James Peach [EMAIL PROTECTED] to convert over to
using pread/pwrite. Modified a little to ensure fsp-pos is correct.
Fix for #889.
Jeremy.


Revisions:
system.c1.78.2.10 = 1.78.2.11

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/system.c.diff?r1=1.78.2.10r2=1.78.2.11


CVS update: samba/source/utils

2004-01-06 Thread jra

Date:   Tue Jan  6 01:22:14 2004
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
status.c 
Log Message:
Patch based on work from James Peach [EMAIL PROTECTED] to convert over to
using pread/pwrite. Modified a little to ensure fsp-pos is correct.
Fix for #889.
Jeremy.


Revisions:
status.c1.72.2.15 = 1.72.2.16

http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/status.c.diff?r1=1.72.2.15r2=1.72.2.16


CVS update: samba/source/nsswitch

2004-01-06 Thread abartlet

Date:   Tue Jan  6 01:59:20 2004
Author: abartlet

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

Modified Files:
wbinfo.c winbind_nss_linux.c winbindd.c winbindd.h 
winbindd_acct.c winbindd_ads.c winbindd_cache.c winbindd_cm.c 
winbindd_dual.c winbindd_group.c winbindd_misc.c 
winbindd_nss.h winbindd_pam.c winbindd_rpc.c winbindd_sid.c 
winbindd_user.c winbindd_util.c winbindd_wins.c 
Log Message:
Merge winbind from Samba 3.0 onto HEAD.

Changes include:
 - header changes for better pre-compiled headers (tridge)
 - get a list of sids for a given user (tridge)
 - fix function prototype

and a few other minor things

Andrew Bartlett


Revisions:
wbinfo.c1.68 = 1.69

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/wbinfo.c.diff?r1=1.68r2=1.69
winbind_nss_linux.c 1.1 = 1.2

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbind_nss_linux.c.diff?r1=1.1r2=1.2
winbindd.c  1.109 = 1.110

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd.c.diff?r1=1.109r2=1.110
winbindd.h  1.48 = 1.49

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd.h.diff?r1=1.48r2=1.49
winbindd_acct.c 1.4 = 1.5

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_acct.c.diff?r1=1.4r2=1.5
winbindd_ads.c  1.80 = 1.81

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_ads.c.diff?r1=1.80r2=1.81
winbindd_cache.c1.52 = 1.53

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

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_cm.c.diff?r1=1.70r2=1.71
winbindd_dual.c 1.8 = 1.9

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_dual.c.diff?r1=1.8r2=1.9
winbindd_group.c1.69 = 1.70

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_group.c.diff?r1=1.69r2=1.70
winbindd_misc.c 1.37 = 1.38

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_misc.c.diff?r1=1.37r2=1.38
winbindd_nss.h  1.33 = 1.34

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_nss.h.diff?r1=1.33r2=1.34
winbindd_pam.c  1.74 = 1.75

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

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_rpc.c.diff?r1=1.49r2=1.50
winbindd_sid.c  1.22 = 1.23

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_sid.c.diff?r1=1.22r2=1.23
winbindd_user.c 1.55 = 1.56

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_user.c.diff?r1=1.55r2=1.56
winbindd_util.c 1.104 = 1.105

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_util.c.diff?r1=1.104r2=1.105
winbindd_wins.c 1.12 = 1.13

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


CVS update: samba/testsuite/build_farm

2004-01-06 Thread abartlet

Date:   Tue Jan  6 02:29:29 2004
Author: abartlet

Update of /data/cvs/samba/testsuite/build_farm
In directory dp.samba.org:/tmp/cvs-serv14333/testsuite/build_farm

Modified Files:
torture-RW2.test 
Log Message:
(merge from 3.0)

Fixes bug 924

Andrew Bartlett


Revisions:
torture-RW2.test1.1 = 1.2

http://www.samba.org/cgi-bin/cvsweb/samba/testsuite/build_farm/torture-RW2.test.diff?r1=1.1r2=1.2


CVS update: samba

2004-01-06 Thread vlendec

Date:   Tue Jan  6 07:57:35 2004
Author: vlendec

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

Modified Files:
  Tag: SAMBA_3_0
WHATSNEW.txt 
Log Message:
Fix typo..

Volker


Revisions:
WHATSNEW.txt1.52.2.50 = 1.52.2.51

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


CVS update: samba/source/include

2004-01-06 Thread abartlet

Date:   Tue Jan  6 08:11:19 2004
Author: abartlet

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

Modified Files:
rpc_ds.h 
Log Message:
GUID is struct uuid in HEAD.

Andrew Bartlett


Revisions:
rpc_ds.h1.6 = 1.7

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/rpc_ds.h.diff?r1=1.6r2=1.7


CVS update: samba/source/include

2004-01-06 Thread abartlet

Date:   Tue Jan  6 08:12:35 2004
Author: abartlet

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

Modified Files:
ntlmssp.h 
Log Message:
Merge NTLMSSP fixes from 3.0 to HEAD.

Andrew Bartlett


Revisions:
ntlmssp.h   1.10 = 1.11

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


CVS update: samba/source/libsmb

2004-01-06 Thread abartlet

Date:   Tue Jan  6 08:12:35 2004
Author: abartlet

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

Modified Files:
ntlmssp.c ntlmssp_sign.c pwd_cache.c 
Log Message:
Merge NTLMSSP fixes from 3.0 to HEAD.

Andrew Bartlett


Revisions:
ntlmssp.c   1.24 = 1.25

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/ntlmssp.c.diff?r1=1.24r2=1.25
ntlmssp_sign.c  1.9 = 1.10

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/ntlmssp_sign.c.diff?r1=1.9r2=1.10
pwd_cache.c 1.28 = 1.29

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/pwd_cache.c.diff?r1=1.28r2=1.29


CVS update: samba/source/rpc_client

2004-01-06 Thread abartlet

Date:   Tue Jan  6 08:12:36 2004
Author: abartlet

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

Modified Files:
cli_pipe.c 
Log Message:
Merge NTLMSSP fixes from 3.0 to HEAD.

Andrew Bartlett


Revisions:
cli_pipe.c  1.108 = 1.109

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


CVS update: samba/source/torture

2004-01-06 Thread abartlet

Date:   Tue Jan  6 08:25:03 2004
Author: abartlet

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

Modified Files:
torture.c 
Log Message:
merge torture changes from Samba 3.0 - HEAD


Revisions:
torture.c   1.106 = 1.107

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


CVS update: samba/source/lib

2004-01-06 Thread abartlet

Date:   Tue Jan  6 10:22:13 2004
Author: abartlet

Update of /home/cvs/samba/source/lib
In directory dp.samba.org:/tmp/cvs-serv7018/lib

Modified Files:
  Tag: SAMBA_3_0
sysquotas_4A.c 
Log Message:
Patch by Stefan Metzmacher [EMAIL PROTECTED]:

here's a small fix that fixes the new quota system on irix.
   
   
   
I need to reanable XFS quotas on irix for the new quota system
(Jerry do you want to wait for this for the release ?)
   
   
   
But the old system works and is the default on irix!



Revisions:
sysquotas_4A.c  1.1.2.1 = 1.1.2.2

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


CVS update: samba/examples/LDAP/smbldap-tools

2004-01-06 Thread jerry

Date:   Tue Jan  6 14:40:35 2004
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0
ChangeLog smbldap-populate.pl smbldap-useradd.pl 
smbldap-usermod.pl smbldap_tools.pm 
Log Message:
fix case in objectclass name (not that it really matters); patch from Darren Chew 
[EMAIL PROTECTED]

Revisions:
ChangeLog   1.1.6.4 = 1.1.6.5

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/ChangeLog.diff?r1=1.1.6.4r2=1.1.6.5
smbldap-populate.pl 1.1.6.5 = 1.1.6.6

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/smbldap-populate.pl.diff?r1=1.1.6.5r2=1.1.6.6
smbldap-useradd.pl  1.1.6.5 = 1.1.6.6

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/smbldap-useradd.pl.diff?r1=1.1.6.5r2=1.1.6.6
smbldap-usermod.pl  1.1.6.5 = 1.1.6.6

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/smbldap-usermod.pl.diff?r1=1.1.6.5r2=1.1.6.6
smbldap_tools.pm1.1.6.5 = 1.1.6.6

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/smbldap_tools.pm.diff?r1=1.1.6.5r2=1.1.6.6


CVS update: samba/examples/LDAP/smbldap-tools

2004-01-06 Thread jerry

Date:   Tue Jan  6 14:45:56 2004
Author: jerry

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

Modified Files:
CONTRIBUTORS ChangeLog FILES INFRASTRUCTURE INSTALL Makefile 
README TODO smbldap-groupadd.pl smbldap-groupdel.pl 
smbldap-groupmod.pl smbldap-groupshow.pl 
smbldap-migrate-accounts.pl smbldap-migrate-groups.pl 
smbldap-passwd.pl smbldap-populate.pl smbldap-tools.spec 
smbldap-useradd.pl smbldap-userdel.pl smbldap-usermod.pl 
smbldap-usershow.pl smbldap_conf.pm smbldap_tools.pm 
Log Message:
merging from 3.0

Revisions:
CONTRIBUTORS1.3 = 1.4

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/CONTRIBUTORS.diff?r1=1.3r2=1.4
ChangeLog   1.3 = 1.4

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/ChangeLog.diff?r1=1.3r2=1.4
FILES   1.3 = 1.4

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/FILES.diff?r1=1.3r2=1.4
INFRASTRUCTURE  1.3 = 1.4

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/INFRASTRUCTURE.diff?r1=1.3r2=1.4
INSTALL 1.3 = 1.4

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/INSTALL.diff?r1=1.3r2=1.4
Makefile1.2 = 1.3

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/Makefile.diff?r1=1.2r2=1.3
README  1.3 = 1.4

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/README.diff?r1=1.3r2=1.4
TODO1.3 = 1.4

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/TODO.diff?r1=1.3r2=1.4
smbldap-groupadd.pl 1.3 = 1.4

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/smbldap-groupadd.pl.diff?r1=1.3r2=1.4
smbldap-groupdel.pl 1.3 = 1.4

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/smbldap-groupdel.pl.diff?r1=1.3r2=1.4
smbldap-groupmod.pl 1.4 = 1.5

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/smbldap-groupmod.pl.diff?r1=1.4r2=1.5
smbldap-groupshow.pl1.3 = 1.4

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/smbldap-groupshow.pl.diff?r1=1.3r2=1.4
smbldap-migrate-accounts.pl 1.3 = 1.4

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/smbldap-migrate-accounts.pl.diff?r1=1.3r2=1.4
smbldap-migrate-groups.pl   1.3 = 1.4

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/smbldap-migrate-groups.pl.diff?r1=1.3r2=1.4
smbldap-passwd.pl   1.3 = 1.4

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/smbldap-passwd.pl.diff?r1=1.3r2=1.4
smbldap-populate.pl 1.3 = 1.4

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/smbldap-populate.pl.diff?r1=1.3r2=1.4
smbldap-tools.spec  1.3 = 1.4

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/smbldap-tools.spec.diff?r1=1.3r2=1.4
smbldap-useradd.pl  1.3 = 1.4

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/smbldap-useradd.pl.diff?r1=1.3r2=1.4
smbldap-userdel.pl  1.3 = 1.4

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/smbldap-userdel.pl.diff?r1=1.3r2=1.4
smbldap-usermod.pl  1.3 = 1.4

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/smbldap-usermod.pl.diff?r1=1.3r2=1.4
smbldap-usershow.pl 1.3 = 1.4

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/smbldap-usershow.pl.diff?r1=1.3r2=1.4
smbldap_conf.pm 1.3 = 1.4

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/smbldap_conf.pm.diff?r1=1.3r2=1.4
smbldap_tools.pm1.3 = 1.4

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/smbldap_tools.pm.diff?r1=1.3r2=1.4


CVS update: samba/source

2004-01-06 Thread vlendec

Date:   Tue Jan  6 15:41:33 2004
Author: vlendec

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

Modified Files:
  Tag: SAMBA_3_0
configure.in 
Log Message:
Correctly detect AFS headers on SuSE in /usr/include/afs/afs/

Volker


Revisions:
configure.in1.300.2.200 = 1.300.2.201

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


CVS update: samba/source

2004-01-06 Thread vlendec

Date:   Tue Jan  6 15:42:48 2004
Author: vlendec

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

Modified Files:
configure.in 
Log Message:
Correctly detect AFS headers on SuSE in /usr/include/afs/afs/

Volker


Revisions:
configure.in1.513 = 1.514

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


CVS update: samba-docs/docbook

2004-01-06 Thread Jelmer Vernooij

Date:   Tue Jan  6 17:18:20 2004
Author: jelmer

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

Modified Files:
Makefile.in 
Log Message:
Automatically include new manpages in the build process


Revisions:
Makefile.in 1.56 = 1.57

http://www.samba.org/cgi-bin/cvsweb/samba-docs/docbook/Makefile.in.diff?r1=1.56r2=1.57


CVS update: samba

2004-01-06 Thread jra

Date:   Tue Jan  6 17:53:34 2004
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
WHATSNEW.txt 
Log Message:
Updates for pread/pwrite code.
Jeremy.


Revisions:
WHATSNEW.txt1.52.2.52 = 1.52.2.53

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


CVS update: samba/source

2004-01-06 Thread jra

Date:   Tue Jan  6 18:13:32 2004
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
Makefile.in configure.in 
Log Message:
XFS quota patch from Stefan Metzmacher [EMAIL PROTECTED].
Jeremy.


Revisions:
Makefile.in 1.468.2.203 = 1.468.2.204

http://www.samba.org/cgi-bin/cvsweb/samba/source/Makefile.in.diff?r1=1.468.2.203r2=1.468.2.204
configure.in1.300.2.201 = 1.300.2.202

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


CVS update: samba/source/lib

2004-01-06 Thread jra

Date:   Tue Jan  6 18:13:32 2004
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
sysquotas_4A.c sysquotas_linux.c sysquotas_xfs.c 
Log Message:
XFS quota patch from Stefan Metzmacher [EMAIL PROTECTED].
Jeremy.


Revisions:
sysquotas_4A.c  1.1.2.2 = 1.1.2.3

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/sysquotas_4A.c.diff?r1=1.1.2.2r2=1.1.2.3
sysquotas_linux.c   1.1.2.1 = 1.1.2.2

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

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


CVS update: samba/source/lib

2004-01-06 Thread jerry

Date:   Tue Jan  6 18:26:18 2004
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0
smbldap.c 
Log Message:
isolate ldap debug messages to the common smbldap_XXX() functions

Revisions:
smbldap.c   1.1.2.24 = 1.1.2.25

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


CVS update: samba/source/passdb

2004-01-06 Thread jerry

Date:   Tue Jan  6 18:26:18 2004
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0
pdb_ldap.c 
Log Message:
isolate ldap debug messages to the common smbldap_XXX() functions

Revisions:
pdb_ldap.c  1.28.2.99 = 1.28.2.100

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


CVS update: samba/source/sam

2004-01-06 Thread jerry

Date:   Tue Jan  6 18:26:18 2004
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0
idmap_ldap.c 
Log Message:
isolate ldap debug messages to the common smbldap_XXX() functions

Revisions:
idmap_ldap.c1.1.2.19 = 1.1.2.20

http://www.samba.org/cgi-bin/cvsweb/samba/source/sam/idmap_ldap.c.diff?r1=1.1.2.19r2=1.1.2.20


CVS update: samba/source/passdb

2004-01-06 Thread jerry

Date:   Tue Jan  6 18:26:53 2004
Author: jerry

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

Modified Files:
pdb_ldap.c 
Log Message:
isolate ldap debug messages to the common smbldap_XXX() functions

Revisions:
pdb_ldap.c  1.129 = 1.130

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


CVS update: samba/source/lib

2004-01-06 Thread jerry

Date:   Tue Jan  6 18:26:52 2004
Author: jerry

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

Modified Files:
smbldap.c 
Log Message:
isolate ldap debug messages to the common smbldap_XXX() functions

Revisions:
smbldap.c   1.14 = 1.15

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


CVS update: samba/source/sam

2004-01-06 Thread jerry

Date:   Tue Jan  6 18:26:53 2004
Author: jerry

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

Modified Files:
idmap_ldap.c 
Log Message:
isolate ldap debug messages to the common smbldap_XXX() functions

Revisions:
idmap_ldap.c1.6 = 1.7

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


CVS update: samba/examples/LDAP/smbldap-tools

2004-01-06 Thread jerry

Date:   Tue Jan  6 18:55:24 2004
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0_RELEASE
ChangeLog smbldap-migrate-accounts.pl smbldap-populate.pl 
smbldap-useradd.pl smbldap-usermod.pl smbldap_tools.pm 
Log Message:
starting to sync files for 3.0.2pre1:

Revisions:
ChangeLog   1.1.8.3 = 1.1.8.4

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/ChangeLog.diff?r1=1.1.8.3r2=1.1.8.4
smbldap-migrate-accounts.pl 1.1.8.4 = 1.1.8.5

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/smbldap-migrate-accounts.pl.diff?r1=1.1.8.4r2=1.1.8.5
smbldap-populate.pl 1.1.8.4 = 1.1.8.5

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/smbldap-populate.pl.diff?r1=1.1.8.4r2=1.1.8.5
smbldap-useradd.pl  1.1.8.4 = 1.1.8.5

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/smbldap-useradd.pl.diff?r1=1.1.8.4r2=1.1.8.5
smbldap-usermod.pl  1.1.8.4 = 1.1.8.5

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/smbldap-usermod.pl.diff?r1=1.1.8.4r2=1.1.8.5
smbldap_tools.pm1.1.8.4 = 1.1.8.5

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/smbldap_tools.pm.diff?r1=1.1.8.4r2=1.1.8.5


CVS update: samba/examples/pdb

2004-01-06 Thread jerry

Date:   Tue Jan  6 18:55:24 2004
Author: jerry

Update of /data/cvs/samba/examples/pdb
In directory dp.samba.org:/tmp/cvs-serv8157/examples/pdb

Modified Files:
  Tag: SAMBA_3_0_RELEASE
Makefile pdb_test.c 
Log Message:
starting to sync files for 3.0.2pre1:

Revisions:
Makefile1.1 = 1.1.4.1

http://www.samba.org/cgi-bin/cvsweb/samba/examples/pdb/Makefile.diff?r1=1.1r2=1.1.4.1
pdb_test.c  1.7 = 1.7.2.1

http://www.samba.org/cgi-bin/cvsweb/samba/examples/pdb/pdb_test.c.diff?r1=1.7r2=1.7.2.1


CVS update: samba/source/client

2004-01-06 Thread jerry

Date:   Tue Jan  6 18:55:24 2004
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0_RELEASE
mount.cifs.c 
Log Message:
starting to sync files for 3.0.2pre1:

Revisions:
mount.cifs.c1.3.2.6 = 1.3.2.7

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


CVS update: samba/source/groupdb

2004-01-06 Thread jerry

Date:   Tue Jan  6 18:55:25 2004
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0_RELEASE
mapping.c 
Log Message:
starting to sync files for 3.0.2pre1:

Revisions:
mapping.c   1.50.2.6 = 1.50.2.7

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


CVS update: samba/source/include

2004-01-06 Thread jerry

Date:   Tue Jan  6 18:55:25 2004
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0_RELEASE
ntlmssp.h passdb.h rpc_ds.h rpc_misc.h smbldap.h smbprofile.h 
sysquotas.h vfs.h vfs_macros.h 
Added Files:
  Tag: SAMBA_3_0_RELEASE
samba_linux_quota.h samba_xfs_quota.h 
Log Message:
starting to sync files for 3.0.2pre1:

Revisions:
samba_linux_quota.h NONE = 1.1.10.1

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/samba_linux_quota.h?rev=1.1.10.1
samba_xfs_quota.h   NONE = 1.1.4.1

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/samba_xfs_quota.h?rev=1.1.4.1
ntlmssp.h   1.7.2.4 = 1.7.2.5

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/ntlmssp.h.diff?r1=1.7.2.4r2=1.7.2.5
passdb.h1.27.2.4 = 1.27.2.5

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/passdb.h.diff?r1=1.27.2.4r2=1.27.2.5
rpc_ds.h1.2.4.1 = 1.2.4.2

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/rpc_ds.h.diff?r1=1.2.4.1r2=1.2.4.2
rpc_misc.h  1.37.2.2 = 1.37.2.3

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/rpc_misc.h.diff?r1=1.37.2.2r2=1.37.2.3
smbldap.h   1.1.4.7 = 1.1.4.8

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/smbldap.h.diff?r1=1.1.4.7r2=1.1.4.8
smbprofile.h1.6.2.1 = 1.6.2.2

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/smbprofile.h.diff?r1=1.6.2.1r2=1.6.2.2
sysquotas.h 1.1.4.2 = 1.1.4.3

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/sysquotas.h.diff?r1=1.1.4.2r2=1.1.4.3
vfs.h   1.28.2.2 = 1.28.2.3

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/vfs.h.diff?r1=1.28.2.2r2=1.28.2.3
vfs_macros.h1.1.4.2 = 1.1.4.3

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/vfs_macros.h.diff?r1=1.1.4.2r2=1.1.4.3


CVS update: samba/source/lib

2004-01-06 Thread jerry

Date:   Tue Jan  6 18:55:26 2004
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0_RELEASE
afs.c bitmap.c charcnv.c gencache.c smbldap.c sysquotas.c 
system.c util_str.c 
Added Files:
  Tag: SAMBA_3_0_RELEASE
sysquotas_4A.c sysquotas_linux.c sysquotas_xfs.c 
Log Message:
starting to sync files for 3.0.2pre1:

Revisions:
sysquotas_4A.c  NONE = 1.1.4.1
http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/sysquotas_4A.c?rev=1.1.4.1
sysquotas_linux.c   NONE = 1.1.4.1

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/sysquotas_linux.c?rev=1.1.4.1
sysquotas_xfs.c NONE = 1.1.4.1

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/sysquotas_xfs.c?rev=1.1.4.1
afs.c   1.1.4.4 = 1.1.4.5

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/afs.c.diff?r1=1.1.4.4r2=1.1.4.5
bitmap.c1.13 = 1.13.2.1

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/bitmap.c.diff?r1=1.13r2=1.13.2.1
charcnv.c   1.81.2.12 = 1.81.2.13

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/charcnv.c.diff?r1=1.81.2.12r2=1.81.2.13
gencache.c  1.9.2.2 = 1.9.2.3

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/gencache.c.diff?r1=1.9.2.2r2=1.9.2.3
smbldap.c   1.1.4.8 = 1.1.4.9

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/smbldap.c.diff?r1=1.1.4.8r2=1.1.4.9
sysquotas.c 1.1.4.3 = 1.1.4.4

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/sysquotas.c.diff?r1=1.1.4.3r2=1.1.4.4
system.c1.93.2.3 = 1.93.2.4

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/system.c.diff?r1=1.93.2.3r2=1.93.2.4
util_str.c  1.94.2.12 = 1.94.2.13

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


CVS update: samba/source/nsswitch

2004-01-06 Thread jerry

Date:   Tue Jan  6 18:55:27 2004
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0_RELEASE
wbinfo.c winbindd.c winbindd.h winbindd_ads.c winbindd_cache.c 
winbindd_cm.c winbindd_misc.c winbindd_nss.h winbindd_pam.c 
winbindd_rpc.c winbindd_util.c 
Log Message:
starting to sync files for 3.0.2pre1:

Revisions:
wbinfo.c1.62.2.5 = 1.62.2.6

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/wbinfo.c.diff?r1=1.62.2.5r2=1.62.2.6
winbindd.c  1.103.2.7 = 1.103.2.8

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd.c.diff?r1=1.103.2.7r2=1.103.2.8
winbindd.h  1.44.2.4 = 1.44.2.5

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd.h.diff?r1=1.44.2.4r2=1.44.2.5
winbindd_ads.c  1.68.2.8 = 1.68.2.9

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_ads.c.diff?r1=1.68.2.8r2=1.68.2.9
winbindd_cache.c1.48.2.5 = 1.48.2.6

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_cache.c.diff?r1=1.48.2.5r2=1.48.2.6
winbindd_cm.c   1.64.2.8 = 1.64.2.9

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_cm.c.diff?r1=1.64.2.8r2=1.64.2.9
winbindd_misc.c 1.32.2.5 = 1.32.2.6

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_misc.c.diff?r1=1.32.2.5r2=1.32.2.6
winbindd_nss.h  1.29.2.3 = 1.29.2.4

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_nss.h.diff?r1=1.29.2.3r2=1.29.2.4
winbindd_pam.c  1.63.2.9 = 1.63.2.10

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_pam.c.diff?r1=1.63.2.9r2=1.63.2.10
winbindd_rpc.c  1.42.2.6 = 1.42.2.7

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_rpc.c.diff?r1=1.42.2.6r2=1.42.2.7
winbindd_util.c 1.96.2.8 = 1.96.2.9

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


CVS update: samba/source/param

2004-01-06 Thread jerry

Date:   Tue Jan  6 18:55:27 2004
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0_RELEASE
loadparm.c 
Log Message:
starting to sync files for 3.0.2pre1:

Revisions:
loadparm.c  1.509.2.16 = 1.509.2.17

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


CVS update: samba/source/passdb

2004-01-06 Thread jerry

Date:   Tue Jan  6 18:55:28 2004
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0_RELEASE
passdb.c pdb_ldap.c pdb_mysql.c util_sam_sid.c 
Added Files:
  Tag: SAMBA_3_0_RELEASE
pdb_pgsql.c pdb_sql.c 
Log Message:
starting to sync files for 3.0.2pre1:

Revisions:
pdb_pgsql.c NONE = 1.2.2.1
http://www.samba.org/cgi-bin/cvsweb/samba/source/passdb/pdb_pgsql.c?rev=1.2.2.1
pdb_sql.c   NONE = 1.2.2.1
http://www.samba.org/cgi-bin/cvsweb/samba/source/passdb/pdb_sql.c?rev=1.2.2.1
passdb.c1.200.2.10 = 1.200.2.11

http://www.samba.org/cgi-bin/cvsweb/samba/source/passdb/passdb.c.diff?r1=1.200.2.10r2=1.200.2.11
pdb_ldap.c  1.116.2.14 = 1.116.2.15

http://www.samba.org/cgi-bin/cvsweb/samba/source/passdb/pdb_ldap.c.diff?r1=1.116.2.14r2=1.116.2.15
pdb_mysql.c 1.12.2.2 = 1.12.2.3

http://www.samba.org/cgi-bin/cvsweb/samba/source/passdb/pdb_mysql.c.diff?r1=1.12.2.2r2=1.12.2.3
util_sam_sid.c  1.6.2.1 = 1.6.2.2

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


CVS update: samba/source/sam

2004-01-06 Thread jerry

Date:   Tue Jan  6 18:55:28 2004
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0_RELEASE
idmap_ldap.c 
Log Message:
starting to sync files for 3.0.2pre1:

Revisions:
idmap_ldap.c1.1.4.8 = 1.1.4.9

http://www.samba.org/cgi-bin/cvsweb/samba/source/sam/idmap_ldap.c.diff?r1=1.1.4.8r2=1.1.4.9


CVS update: samba/source/rpc_server

2004-01-06 Thread jerry

Date:   Tue Jan  6 18:55:28 2004
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0_RELEASE
srv_samr_nt.c 
Log Message:
starting to sync files for 3.0.2pre1:

Revisions:
srv_samr_nt.c   1.148.2.10 = 1.148.2.11

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


CVS update: samba/source/rpc_parse

2004-01-06 Thread jerry

Date:   Tue Jan  6 18:55:28 2004
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0_RELEASE
parse_lsa.c parse_net.c 
Log Message:
starting to sync files for 3.0.2pre1:

Revisions:
parse_lsa.c 1.93.2.3 = 1.93.2.4

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_parse/parse_lsa.c.diff?r1=1.93.2.3r2=1.93.2.4
parse_net.c 1.106.2.7 = 1.106.2.8

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


CVS update: samba/source/smbwrapper

2004-01-06 Thread jerry

Date:   Tue Jan  6 18:55:30 2004
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0_RELEASE
smbsh.c 
Log Message:
starting to sync files for 3.0.2pre1:

Revisions:
smbsh.c 1.21 = 1.21.2.1

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbwrapper/smbsh.c.diff?r1=1.21r2=1.21.2.1


CVS update: samba/source/smbd

2004-01-06 Thread jerry

Date:   Tue Jan  6 18:55:30 2004
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0_RELEASE
conn.c dir.c fileio.c quotas.c sesssetup.c vfs-wrap.c vfs.c 
Log Message:
starting to sync files for 3.0.2pre1:

Revisions:
conn.c  1.24.2.1 = 1.24.2.2

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/conn.c.diff?r1=1.24.2.1r2=1.24.2.2
dir.c   1.84.2.1 = 1.84.2.2

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/dir.c.diff?r1=1.84.2.1r2=1.84.2.2
fileio.c1.48.2.3 = 1.48.2.4

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/fileio.c.diff?r1=1.48.2.3r2=1.48.2.4
quotas.c1.53.2.2 = 1.53.2.3

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/quotas.c.diff?r1=1.53.2.2r2=1.53.2.3
sesssetup.c 1.104.2.6 = 1.104.2.7

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/sesssetup.c.diff?r1=1.104.2.6r2=1.104.2.7
vfs-wrap.c  1.43.2.3 = 1.43.2.4

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/vfs-wrap.c.diff?r1=1.43.2.3r2=1.43.2.4
vfs.c   1.81.2.3 = 1.81.2.4

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/vfs.c.diff?r1=1.81.2.3r2=1.81.2.4


CVS update: samba/source/utils

2004-01-06 Thread jerry

Date:   Tue Jan  6 18:55:31 2004
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0_RELEASE
net_ads.c net_rpc.c net_rpc_samsync.c ntlm_auth.c status.c 
Log Message:
starting to sync files for 3.0.2pre1:

Revisions:
net_ads.c   1.70.2.8 = 1.70.2.9

http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/net_ads.c.diff?r1=1.70.2.8r2=1.70.2.9
net_rpc.c   1.55.2.9 = 1.55.2.10

http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/net_rpc.c.diff?r1=1.55.2.9r2=1.55.2.10
net_rpc_samsync.c   1.25.2.6 = 1.25.2.7

http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/net_rpc_samsync.c.diff?r1=1.25.2.6r2=1.25.2.7
ntlm_auth.c 1.18.2.5 = 1.18.2.6

http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/ntlm_auth.c.diff?r1=1.18.2.5r2=1.18.2.6
status.c1.86.2.3 = 1.86.2.4

http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/status.c.diff?r1=1.86.2.3r2=1.86.2.4


CVS update: samba/source/rpcclient

2004-01-06 Thread jerry

Date:   Tue Jan  6 18:55:28 2004
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0_RELEASE
cmd_ds.c 
Log Message:
starting to sync files for 3.0.2pre1:

Revisions:
cmd_ds.c1.5.2.1 = 1.5.2.2

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpcclient/cmd_ds.c.diff?r1=1.5.2.1r2=1.5.2.2


CVS update: samba/testsuite/build_farm

2004-01-06 Thread jerry

Date:   Tue Jan  6 18:55:31 2004
Author: jerry

Update of /data/cvs/samba/testsuite/build_farm
In directory dp.samba.org:/tmp/cvs-serv8157/testsuite/build_farm

Modified Files:
  Tag: SAMBA_3_0_RELEASE
torture-RW2.test 
Log Message:
starting to sync files for 3.0.2pre1:

Revisions:
torture-RW2.test1.1 = 1.1.8.1

http://www.samba.org/cgi-bin/cvsweb/samba/testsuite/build_farm/torture-RW2.test.diff?r1=1.1r2=1.1.8.1


CVS update: samba/examples/VFS

2004-01-06 Thread jerry

Date:   Tue Jan  6 18:55:24 2004
Author: jerry

Update of /data/cvs/samba/examples/VFS
In directory dp.samba.org:/tmp/cvs-serv8157/examples/VFS

Modified Files:
  Tag: SAMBA_3_0_RELEASE
skel_opaque.c skel_transparent.c 
Log Message:
starting to sync files for 3.0.2pre1:

Revisions:
skel_opaque.c   1.1.4.2 = 1.1.4.3

http://www.samba.org/cgi-bin/cvsweb/samba/examples/VFS/skel_opaque.c.diff?r1=1.1.4.2r2=1.1.4.3
skel_transparent.c  1.1.4.2 = 1.1.4.3

http://www.samba.org/cgi-bin/cvsweb/samba/examples/VFS/skel_transparent.c.diff?r1=1.1.4.2r2=1.1.4.3


CVS update: samba

2004-01-06 Thread jerry

Date:   Tue Jan  6 19:05:23 2004
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0
WHATSNEW.txt 
Log Message:
more commit logs

Revisions:
WHATSNEW.txt1.52.2.54 = 1.52.2.55

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


CVS update: samba/source/nsswitch

2004-01-06 Thread jerry

Date:   Tue Jan  6 19:57:14 2004
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0
wbinfo.c 
Log Message:
remove unused seek_file(); don't hardcode '\' when printing the auth-user

Revisions:
wbinfo.c1.38.2.28 = 1.38.2.29

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


CVS update: samba

2004-01-06 Thread Jelmer Vernooij

Date:   Tue Jan  6 20:01:48 2004
Author: jelmer

Update of /home/cvs/samba
In directory dp.samba.org:/tmp/cvs-serv22535

Modified Files:
  Tag: SAMBA_3_0
WHATSNEW.txt 
Log Message:
Fix -s option to smbcontrol (#908)

Revisions:
WHATSNEW.txt1.52.2.55 = 1.52.2.56

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


CVS update: samba/source/utils

2004-01-06 Thread Jelmer Vernooij

Date:   Tue Jan  6 20:01:48 2004
Author: jelmer

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

Modified Files:
  Tag: SAMBA_3_0
smbcontrol.c 
Log Message:
Fix -s option to smbcontrol (#908)

Revisions:
smbcontrol.c1.42.2.23 = 1.42.2.24

http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/smbcontrol.c.diff?r1=1.42.2.23r2=1.42.2.24


CVS update: samba

2004-01-06 Thread Jelmer Vernooij

Date:   Tue Jan  6 20:03:34 2004
Author: jelmer

Update of /home/cvs/samba
In directory dp.samba.org:/tmp/cvs-serv22690

Modified Files:
  Tag: SAMBA_3_0
WHATSNEW.txt 
Log Message:
Write bug number like in the rest of the file

Revisions:
WHATSNEW.txt1.52.2.56 = 1.52.2.57

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


CVS update: samba

2004-01-06 Thread jerry

Date:   Tue Jan  6 20:56:59 2004
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0
WHATSNEW.txt 
Log Message:
more commits logged

Revisions:
WHATSNEW.txt1.52.2.57 = 1.52.2.58

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


CVS update: samba/source/nsswitch

2004-01-06 Thread jerry

Date:   Tue Jan  6 21:00:01 2004
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0_RELEASE
wbinfo.c 
Log Message:
another round of syncs; should be the last ones from 3.0

Revisions:
wbinfo.c1.62.2.6 = 1.62.2.7

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


CVS update: samba

2004-01-06 Thread jerry

Date:   Tue Jan  6 21:00:01 2004
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0_RELEASE
WHATSNEW.txt 
Log Message:
another round of syncs; should be the last ones from 3.0

Revisions:
WHATSNEW.txt1.57.2.57 = 1.57.2.58

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


CVS update: samba/source/utils

2004-01-06 Thread jerry

Date:   Tue Jan  6 21:00:02 2004
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0_RELEASE
smbcontrol.c 
Log Message:
another round of syncs; should be the last ones from 3.0

Revisions:
smbcontrol.c1.62.2.4 = 1.62.2.5

http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/smbcontrol.c.diff?r1=1.62.2.4r2=1.62.2.5


CVS update: samba/source/smbd

2004-01-06 Thread jerry

Date:   Tue Jan  6 21:00:02 2004
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0_RELEASE
fileio.c 
Log Message:
another round of syncs; should be the last ones from 3.0

Revisions:
fileio.c1.48.2.4 = 1.48.2.5

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/fileio.c.diff?r1=1.48.2.4r2=1.48.2.5


CVS update: samba

2004-01-06 Thread jerry

Date:   Tue Jan  6 21:05:56 2004
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0_RELEASE
WHATSNEW.txt 
Log Message:
fix a few formatting issues

Revisions:
WHATSNEW.txt1.57.2.58 = 1.57.2.59

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


CVS update: samba-docs/docbook/projdoc

2004-01-06 Thread jht

Date:   Tue Jan  6 22:08:05 2004
Author: jht

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

Modified Files:
samba-doc.xml 
Log Message:
Put back the latex command to revert to Arabic Page Numbering.

Revisions:
samba-doc.xml   1.11 = 1.12

http://www.samba.org/cgi-bin/cvsweb/samba-docs/docbook/projdoc/samba-doc.xml.diff?r1=1.11r2=1.12


CVS update: samba-docs/docbook/projdoc

2004-01-06 Thread jht

Date:   Tue Jan  6 22:10:34 2004
Author: jht

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

Modified Files:
samba-doc.xml 
Log Message:
Reverted last change. Did not work.

Revisions:
samba-doc.xml   1.12 = 1.13

http://www.samba.org/cgi-bin/cvsweb/samba-docs/docbook/projdoc/samba-doc.xml.diff?r1=1.12r2=1.13


CVS update: samba-docs/docbook/xslt

2004-01-06 Thread jht

Date:   Tue Jan  6 22:20:14 2004
Author: jht

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

Modified Files:
latex.xsl 
Log Message:
Sledge hammer to change from Roman numbering to Arabic in PDF.

Revisions:
latex.xsl   1.13 = 1.14

http://www.samba.org/cgi-bin/cvsweb/samba-docs/docbook/xslt/latex.xsl.diff?r1=1.13r2=1.14


CVS update: samba/source/smbd

2004-01-06 Thread jra

Date:   Tue Jan  6 22:34:04 2004
Author: jra

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

Modified Files:
chgpasswd.c 
Log Message:
Patch penguin. Cleaning out old mbp patch.
Jeremy.


Revisions:
chgpasswd.c 1.106 = 1.107

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/chgpasswd.c.diff?r1=1.106r2=1.107


CVS update: samba/source/smbd

2004-01-06 Thread jra

Date:   Tue Jan  6 22:34:06 2004
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
chgpasswd.c 
Log Message:
Patch penguin. Cleaning out old mbp patch.
Jeremy.


Revisions:
chgpasswd.c 1.88.2.19 = 1.88.2.20

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/chgpasswd.c.diff?r1=1.88.2.19r2=1.88.2.20


CVS update: samba

2004-01-06 Thread jerry

Date:   Tue Jan  6 23:39:18 2004
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0_RELEASE
WHATSNEW.txt 
Log Message:
preparing for release of 3.0.2pre1

Revisions:
WHATSNEW.txt1.57.2.59 = 1.57.2.60

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


CVS update: samba/source/libads

2004-01-06 Thread abartlet

Date:   Tue Jan  6 23:57:12 2004
Author: abartlet

Update of /home/cvs/samba/source/libads
In directory dp.samba.org:/tmp/cvs-serv7426/libads

Modified Files:
  Tag: SAMBA_3_0
kerberos_verify.c 
Log Message:
Fix segfualt caused by incorrect configuration.  If lp_realm() was not set,
but security=ADS, we would attempt to free the principal name that krb5
never allocated.

Also fix the dump_data() of the session key, now that we use a data_blob to
store that.

Andrew Bartlett


Revisions:
kerberos_verify.c   1.1.2.30 = 1.1.2.31

http://www.samba.org/cgi-bin/cvsweb/samba/source/libads/kerberos_verify.c.diff?r1=1.1.2.30r2=1.1.2.31


CVS update: samba/source/libads

2004-01-06 Thread abartlet

Date:   Wed Jan  7 00:06:45 2004
Author: abartlet

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

Modified Files:
kerberos_verify.c 
Log Message:
(merge from 3.0)

Fix segfualt caused by incorrect configuration.  If lp_realm() was not set,
but security=ADS, we would attempt to free the principal name that krb5
never allocated.
 
Also fix the dump_data() of the session key, now that we use a data_blob to
store that.
 
Andrew Bartlett



Revisions:
kerberos_verify.c   1.15 = 1.16

http://www.samba.org/cgi-bin/cvsweb/samba/source/libads/kerberos_verify.c.diff?r1=1.15r2=1.16


CVS update: samba-docs/docbook

2004-01-06 Thread Jelmer Vernooij

Date:   Wed Jan  7 00:22:11 2004
Author: jelmer

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

Modified Files:
Makefile.in configure.in 
Added Files:
settings.xsl.in 
Log Message:
Add specific file with DocBook settings

Revisions:
settings.xsl.in NONE = 1.1
http://www.samba.org/cgi-bin/cvsweb/samba-docs/docbook/settings.xsl.in?rev=1.1
Makefile.in 1.57 = 1.58

http://www.samba.org/cgi-bin/cvsweb/samba-docs/docbook/Makefile.in.diff?r1=1.57r2=1.58
configure.in1.15 = 1.16

http://www.samba.org/cgi-bin/cvsweb/samba-docs/docbook/configure.in.diff?r1=1.15r2=1.16


CVS update: samba-docs/docbook/xslt

2004-01-06 Thread Jelmer Vernooij

Date:   Wed Jan  7 00:22:12 2004
Author: jelmer

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

Modified Files:
expand-sambadoc.xsl html-chunk.xsl html.xsl latex.xsl man.xsl 
Log Message:
Add specific file with DocBook settings

Revisions:
expand-sambadoc.xsl 1.9 = 1.10

http://www.samba.org/cgi-bin/cvsweb/samba-docs/docbook/xslt/expand-sambadoc.xsl.diff?r1=1.9r2=1.10
html-chunk.xsl  1.2 = 1.3

http://www.samba.org/cgi-bin/cvsweb/samba-docs/docbook/xslt/html-chunk.xsl.diff?r1=1.2r2=1.3
html.xsl1.2 = 1.3

http://www.samba.org/cgi-bin/cvsweb/samba-docs/docbook/xslt/html.xsl.diff?r1=1.2r2=1.3
latex.xsl   1.14 = 1.15

http://www.samba.org/cgi-bin/cvsweb/samba-docs/docbook/xslt/latex.xsl.diff?r1=1.14r2=1.15
man.xsl 1.2 = 1.3

http://www.samba.org/cgi-bin/cvsweb/samba-docs/docbook/xslt/man.xsl.diff?r1=1.2r2=1.3


CVS update: samba

2004-01-06 Thread Jelmer Vernooij

Date:   Wed Jan  7 00:43:52 2004
Author: jelmer

Update of /home/cvs/samba
In directory dp.samba.org:/tmp/cvs-serv14528

Modified Files:
  Tag: SAMBA_3_0
WHATSNEW.txt 
Log Message:
Add smbget utility, a simple wget-like utility that uses libsmbclient. 
Supports recursive downloads and resume, progress indication and shows 
estimated time remaining.


Revisions:
WHATSNEW.txt1.52.2.58 = 1.52.2.59

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


CVS update: samba/source

2004-01-06 Thread Jelmer Vernooij

Date:   Wed Jan  7 00:43:52 2004
Author: jelmer

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

Modified Files:
  Tag: SAMBA_3_0
Makefile.in 
Log Message:
Add smbget utility, a simple wget-like utility that uses libsmbclient. 
Supports recursive downloads and resume, progress indication and shows 
estimated time remaining.


Revisions:
Makefile.in 1.468.2.204 = 1.468.2.205

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


CVS update: samba/source/utils

2004-01-06 Thread Jelmer Vernooij

Date:   Wed Jan  7 00:43:52 2004
Author: jelmer

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

Added Files:
  Tag: SAMBA_3_0
smbget.c 
Log Message:
Add smbget utility, a simple wget-like utility that uses libsmbclient. 
Supports recursive downloads and resume, progress indication and shows 
estimated time remaining.


Revisions:
smbget.cNONE = 1.1.2.1
http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/smbget.c?rev=1.1.2.1


CVS update: samba-docs/docbook/manpages

2004-01-06 Thread Jelmer Vernooij

Date:   Wed Jan  7 01:10:37 2004
Author: jelmer

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

Added Files:
smbget.1.xml 
Log Message:
Add smbget documentation

Revisions:
smbget.1.xmlNONE = 1.1

http://www.samba.org/cgi-bin/cvsweb/samba-docs/docbook/manpages/smbget.1.xml?rev=1.1


CVS update: samba-docs/docbook/faq

2004-01-06 Thread Jelmer Vernooij

Date:   Wed Jan  7 01:13:32 2004
Author: jelmer

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

Added Files:
README-NOW 
Log Message:
Add note about the fact that the FAQ is outdated and will be merged into the HOWTO 
Collection

Revisions:
README-NOW  NONE = 1.1
http://www.samba.org/cgi-bin/cvsweb/samba-docs/docbook/faq/README-NOW?rev=1.1


CVS update: samba-docs/docbook/xslt

2004-01-06 Thread Jelmer Vernooij

Date:   Wed Jan  7 01:14:30 2004
Author: jelmer

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

Modified Files:
expand-sambadoc.xsl 
Log Message:
Merge from the book


Revisions:
expand-sambadoc.xsl 1.10 = 1.11

http://www.samba.org/cgi-bin/cvsweb/samba-docs/docbook/xslt/expand-sambadoc.xsl.diff?r1=1.10r2=1.11


CVS update: sambaweb

2004-01-06 Thread jerry

Date:   Wed Jan  7 05:05:19 2004
Author: jerry

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

Modified Files:
samba.html 
Log Message:
announcing 3.0.2pre1

Revisions:
samba.html  1.223 = 1.224
http://www.samba.org/cgi-bin/cvsweb/sambaweb/samba.html.diff?r1=1.223r2=1.224


CVS update: sambaweb

2004-01-06 Thread jerry

Date:   Wed Jan  7 05:06:05 2004
Author: jerry

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

Modified Files:
samba.html 
Log Message:
fix typo

Revisions:
samba.html  1.224 = 1.225
http://www.samba.org/cgi-bin/cvsweb/sambaweb/samba.html.diff?r1=1.224r2=1.225