CVS update: samba/source/smbd

2003-06-05 Thread tridge

Date:   Fri Jun  6 04:21:44 2003
Author: tridge

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

Modified Files:
  Tag: SAMBA_3_0
trans2.c 
Log Message:
removed the 'valgrind fix' that (although it may well remove a
valgrind warning) causes us to return a completely wrong 8.3 filename
in directory searches!

come on guys, this close to a release you need to TEST CODE BEFORE COMMITTING



Revisions:
trans2.c1.217.2.31 = 1.217.2.32

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/trans2.c?r1=1.217.2.31r2=1.217.2.32


CVS update: samba/source/smbd

2003-06-05 Thread tridge

Date:   Fri Jun  6 04:29:41 2003
Author: tridge

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

Modified Files:
  Tag: SAMBA_3_0
trans2.c 
Log Message:
fixed the layout of the FULL_DIRECTORY_INFO trans2 findfirst level

found by samba4 smbtorture SEARCH test


Revisions:
trans2.c1.217.2.32 = 1.217.2.33

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/trans2.c?r1=1.217.2.32r2=1.217.2.33


Re: CVS update: samba/source/smbd

2003-06-05 Thread jra
On Fri, Jun 06, 2003 at 04:21:44AM +, [EMAIL PROTECTED] wrote:
 
 Date: Fri Jun  6 04:21:44 2003
 Author:   tridge
 
 Update of /home/cvs/samba/source/smbd
 In directory dp.samba.org:/tmp/cvs-serv28850
 
 Modified Files:
   Tag: SAMBA_3_0
   trans2.c 
 Log Message:
 removed the 'valgrind fix' that (although it may well remove a
 valgrind warning) causes us to return a completely wrong 8.3 filename
 in directory searches!
 
 come on guys, this close to a release you need to TEST CODE BEFORE COMMITTING

Ah crap. I see the bug :-(. It is in the #ifdef DEVELOPER
path so won't bite normal users. I was on a valgrind purity
crusade..

Jeremy.


CVS update: samba/source

2003-06-05 Thread jra

Date:   Fri Jun  6 05:10:27 2003
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
configure.in 
Log Message:
Fixup the check for attr libraries, used ',' instead of ' '.
Jeremy.


Revisions:
configure.in1.300.2.95 = 1.300.2.96

http://www.samba.org/cgi-bin/cvsweb/samba/source/configure.in?r1=1.300.2.95r2=1.300.2.96


CVS update: samba/source/include

2003-06-05 Thread tridge

Date:   Fri Jun  6 05:15:15 2003
Author: tridge

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

Modified Files:
  Tag: SAMBA_3_0
smb.h 
Log Message:
- the 8.3 name in BOTH_DIRECTORY_INFO is supposed to be always unicode
  (to match win2003 behaviour)

- added the STR_TERMINATE_ASCII flag from samba4 so we can get the
  string termination right for the case where it is supposed to be
  non-terminated for UCS2 and terminated when ASCII


Revisions:
smb.h   1.424.2.42 = 1.424.2.43

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/smb.h?r1=1.424.2.42r2=1.424.2.43


CVS update: samba/source/lib

2003-06-05 Thread tridge

Date:   Fri Jun  6 05:15:21 2003
Author: tridge

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

Modified Files:
  Tag: SAMBA_3_0
charcnv.c 
Log Message:
- the 8.3 name in BOTH_DIRECTORY_INFO is supposed to be always unicode
  (to match win2003 behaviour)

- added the STR_TERMINATE_ASCII flag from samba4 so we can get the
  string termination right for the case where it is supposed to be
  non-terminated for UCS2 and terminated when ASCII


Revisions:
charcnv.c   1.55.2.22 = 1.55.2.23

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/charcnv.c?r1=1.55.2.22r2=1.55.2.23


CVS update: samba/source/smbd

2003-06-05 Thread tridge

Date:   Fri Jun  6 05:15:31 2003
Author: tridge

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

Modified Files:
  Tag: SAMBA_3_0
trans2.c 
Log Message:
- the 8.3 name in BOTH_DIRECTORY_INFO is supposed to be always unicode
  (to match win2003 behaviour)

- added the STR_TERMINATE_ASCII flag from samba4 so we can get the
  string termination right for the case where it is supposed to be
  non-terminated for UCS2 and terminated when ASCII


Revisions:
trans2.c1.217.2.34 = 1.217.2.35

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/trans2.c?r1=1.217.2.34r2=1.217.2.35


CVS update: samba/source/libsmb

2003-06-05 Thread tridge

Date:   Fri Jun  6 05:31:30 2003
Author: tridge

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

Modified Files:
  Tag: SAMBA_3_0
nmblib.c 
Log Message:
fixed a pstrcpy() that is not on a pstring


Revisions:
nmblib.c1.68.2.5 = 1.68.2.6

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/nmblib.c?r1=1.68.2.5r2=1.68.2.6


CVS update: samba/source/smbd

2003-06-05 Thread tridge

Date:   Fri Jun  6 05:32:36 2003
Author: tridge

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

Modified Files:
  Tag: SAMBA_3_0
reply.c 
Log Message:
make the allocation_size consistent between trans2 QFILEINFO and SMBgetattrE



Revisions:
reply.c 1.381.2.30 = 1.381.2.31

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/reply.c?r1=1.381.2.30r2=1.381.2.31


CVS update: samba/source/smbd

2003-06-05 Thread tridge

Date:   Fri Jun  6 05:34:02 2003
Author: tridge

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

Modified Files:
  Tag: SAMBA_3_0
trans2.c 
Log Message:
- the ALL_INFO trans2 QFILEINFO level uses a forced UCS2 name

- win2003 returns 0 for ea_size when there are no EAs


Revisions:
trans2.c1.217.2.35 = 1.217.2.36

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/trans2.c?r1=1.217.2.35r2=1.217.2.36


CVS update: samba/docs/docbook/devdoc

2003-06-05 Thread Alexander Bokovoy

Date:   Wed Jun  4 13:06:37 2003
Author: ab

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

Modified Files:
  Tag: SAMBA_3_0
dev-doc.xml 
Added Files:
  Tag: SAMBA_3_0
vfs.xml 
Log Message:
First version of VFS API developers documentation. Needs work on both formatting and 
content.

Revisions:
vfs.xml NONE = 1.1.2.1

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/devdoc/vfs.xml?rev=1.1.2.1
dev-doc.xml 1.2.2.3 = 1.2.2.4

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/devdoc/dev-doc.xml?r1=1.2.2.3r2=1.2.2.4


CVS update: samba/examples/VFS

2003-06-05 Thread Alexander Bokovoy

Date:   Wed Jun  4 13:13:41 2003
Author: ab

Update of /home/cvs/samba/examples/VFS
In directory dp.samba.org:/tmp/cvs-serv703

Modified Files:
  Tag: SAMBA_3_0
.cvsignore README 
Added Files:
  Tag: SAMBA_3_0
Makefile.in autogen.sh configure.in install-sh skel_opaque.c 
skel_transparent.c 
Removed Files:
  Tag: SAMBA_3_0
Makefile skel.c 
Log Message:
Move VFS example skel.c to two different examples: one for opaque operations and one 
for transparent. Also add configure support for compiling third-party modules. Patch 
from Stefan Metzmacher [EMAIL PROTECTED]

Revisions:
Makefile.in 1.2.2.4 = 1.2.2.5

http://www.samba.org/cgi-bin/cvsweb/samba/examples/VFS/Makefile.in?r1=1.2.2.4r2=1.2.2.5
autogen.sh  NONE = 1.1.2.1
http://www.samba.org/cgi-bin/cvsweb/samba/examples/VFS/autogen.sh?rev=1.1.2.1
configure.inNONE = 1.1.8.1
http://www.samba.org/cgi-bin/cvsweb/samba/examples/VFS/configure.in?rev=1.1.8.1
install-sh  NONE = 1.1.2.1
http://www.samba.org/cgi-bin/cvsweb/samba/examples/VFS/install-sh?rev=1.1.2.1
skel_opaque.c   NONE = 1.1.2.1

http://www.samba.org/cgi-bin/cvsweb/samba/examples/VFS/skel_opaque.c?rev=1.1.2.1
skel_transparent.c  NONE = 1.1.2.1

http://www.samba.org/cgi-bin/cvsweb/samba/examples/VFS/skel_transparent.c?rev=1.1.2.1
.cvsignore  1.3.10.1 = 1.3.10.2

http://www.samba.org/cgi-bin/cvsweb/samba/examples/VFS/.cvsignore?r1=1.3.10.1r2=1.3.10.2
README  1.2.10.2 = 1.2.10.3

http://www.samba.org/cgi-bin/cvsweb/samba/examples/VFS/README?r1=1.2.10.2r2=1.2.10.3
Makefile1.5.2.4 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba/examples/VFS/Makefile?rev=1.5.2.4
skel.c  1.7.2.4 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba/examples/VFS/skel.c?rev=1.7.2.4


CVS update: samba/docs/docbook/projdoc

2003-06-05 Thread jht

Date:   Wed Jun  4 13:29:32 2003
Author: jht

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

Modified Files:
  Tag: SAMBA_2_2
Integrating-with-Windows.sgml 
Log Message:
Fix typos.


Revisions:
Integrating-with-Windows.sgml   1.1.2.6 = 1.1.2.7

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/Integrating-with-Windows.sgml?r1=1.1.2.6r2=1.1.2.7


CVS update: samba/source/auth

2003-06-05 Thread Jelmer Vernooij

Date:   Wed Jun  4 16:40:50 2003
Author: jelmer

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

Modified Files:
  Tag: SAMBA_3_0
auth_domain.c auth_rhosts.c auth_sam.c auth_server.c 
auth_unix.c auth_winbind.c 
Log Message:
Add some static. Patch by Stefan Metzmacher [EMAIL PROTECTED]


Revisions:
auth_domain.c   1.33.2.20 = 1.33.2.21

http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/auth_domain.c?r1=1.33.2.20r2=1.33.2.21
auth_rhosts.c   1.15.2.5 = 1.15.2.6

http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/auth_rhosts.c?r1=1.15.2.5r2=1.15.2.6
auth_sam.c  1.36.2.17 = 1.36.2.18

http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/auth_sam.c?r1=1.36.2.17r2=1.36.2.18
auth_server.c   1.21.2.6 = 1.21.2.7

http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/auth_server.c?r1=1.21.2.6r2=1.21.2.7
auth_unix.c 1.19.2.5 = 1.19.2.6

http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/auth_unix.c?r1=1.19.2.5r2=1.19.2.6
auth_winbind.c  1.6.2.12 = 1.6.2.13

http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/auth_winbind.c?r1=1.6.2.12r2=1.6.2.13


CVS update: samba/docs/docbook/devdoc

2003-06-05 Thread Jelmer Vernooij

Date:   Wed Jun  4 18:36:50 2003
Author: jelmer

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

Modified Files:
  Tag: SAMBA_3_0
vfs.xml 
Log Message:
Some language and XML syntax fixes. 


Revisions:
vfs.xml 1.1.2.1 = 1.1.2.2

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/devdoc/vfs.xml?r1=1.1.2.1r2=1.1.2.2


CVS update: samba/docs/docbook/smbdotconf/security

2003-06-05 Thread Jelmer Vernooij

Date:   Wed Jun  4 18:42:56 2003
Author: jelmer

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

Modified Files:
  Tag: SAMBA_3_0
restrictanonymous.xml 
Log Message:
Fix XML syntax


Revisions:
restrictanonymous.xml   1.4.2.2 = 1.4.2.3

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/smbdotconf/security/restrictanonymous.xml?r1=1.4.2.2r2=1.4.2.3


CVS update: samba/docs/docbook/manpages

2003-06-05 Thread Jelmer Vernooij

Date:   Wed Jun  4 20:11:10 2003
Author: jelmer

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

Modified Files:
  Tag: SAMBA_3_0
net.8.xml 
Log Message:
More minor syntax fixes


Revisions:
net.8.xml   1.1.2.1 = 1.1.2.2

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/manpages/net.8.xml?r1=1.1.2.1r2=1.1.2.2


CVS update: samba/docs/docbook/projdoc

2003-06-05 Thread Jelmer Vernooij

Date:   Wed Jun  4 20:11:10 2003
Author: jelmer

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

Modified Files:
  Tag: SAMBA_3_0
samba-doc.xml 
Log Message:
More minor syntax fixes


Revisions:
samba-doc.xml   1.1.2.11 = 1.1.2.12

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


CVS update: samba/docs/docbook/projdoc

2003-06-05 Thread Jelmer Vernooij

Date:   Wed Jun  4 20:14:16 2003
Author: jelmer

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

Modified Files:
  Tag: SAMBA_3_0
PAM-Authentication-And-Samba.xml 
Log Message:
Each link element should have either 'content' or an 'endterm' attribute


Revisions:
PAM-Authentication-And-Samba.xml1.1.2.10 = 1.1.2.11

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/PAM-Authentication-And-Samba.xml?r1=1.1.2.10r2=1.1.2.11


CVS update: samba/docs/docbook

2003-06-05 Thread Jelmer Vernooij

Date:   Wed Jun  4 22:35:48 2003
Author: jelmer

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

Modified Files:
  Tag: SAMBA_3_0
Makefile.in global.ent 
Log Message:
Add an attributions page to the Developers Guide as well


Revisions:
Makefile.in 1.14.2.13 = 1.14.2.14

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/Makefile.in?r1=1.14.2.13r2=1.14.2.14
global.ent  1.1.4.18 = 1.1.4.19

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/global.ent?r1=1.1.4.18r2=1.1.4.19


CVS update: samba/docs/docbook/projdoc

2003-06-05 Thread Jelmer Vernooij

Date:   Wed Jun  4 22:35:48 2003
Author: jelmer

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

Modified Files:
  Tag: SAMBA_3_0
winbind.xml 
Log Message:
Add an attributions page to the Developers Guide as well


Revisions:
winbind.xml 1.2.2.4 = 1.2.2.5

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/winbind.xml?r1=1.2.2.4r2=1.2.2.5


CVS update: samba/docs/docbook/devdoc

2003-06-05 Thread Jelmer Vernooij

Date:   Wed Jun  4 22:35:48 2003
Author: jelmer

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

Modified Files:
  Tag: SAMBA_3_0
dev-doc.xml 
Log Message:
Add an attributions page to the Developers Guide as well


Revisions:
dev-doc.xml 1.2.2.4 = 1.2.2.5

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/devdoc/dev-doc.xml?r1=1.2.2.4r2=1.2.2.5


Re: CVS update: samba/docs/docbook/projdoc

2003-06-05 Thread Vance Lankhaar
On Tue, 2003-06-03 at 15:21, Jelmer Vernooij wrote:
 Date: Tue Jun  3 22:21:21 2003
 Author:   jelmer
 
 Update of /home/cvs/samba/docs/docbook/projdoc
 In directory dp.samba.org:/tmp/cvs-serv32580/projdoc
 
 Modified Files:
   Tag: SAMBA_3_0
   samba-doc.xml 
 Log Message:
 Generate attributions page and use it.

Feel like sharing the attributions page with those of use who aren't
fortunate enough to have access to your working copy? ;)

 Fix dependencies for generating the HOWTO (should save doing 'make clean' every 
 time)
 
 
 Revisions:
 samba-doc.xml 1.1.2.8 = 1.1.2.9
   
 http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/samba-doc.xml?r1=1.1.2.8r2=1.1.2.9
 
 


CVS update: samba/examples/LDAP

2003-06-05 Thread jerry

Date:   Thu Jun  5 02:34:29 2003
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0
samba.schema 
Log Message:
working draft of the idmap_ldap code.  
Includes sambaUnixIdPool objectclass

Still needs cleaning up wrt to name space.
More changes to come, but at least we now have a
a working distributed winbindd solution.



Revisions:
samba.schema1.7.2.10 = 1.7.2.11

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/samba.schema?r1=1.7.2.10r2=1.7.2.11


CVS update: samba/source

2003-06-05 Thread jerry

Date:   Thu Jun  5 02:34:30 2003
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0
Makefile.in configure.in 
Log Message:
working draft of the idmap_ldap code.  
Includes sambaUnixIdPool objectclass

Still needs cleaning up wrt to name space.
More changes to come, but at least we now have a
a working distributed winbindd solution.



Revisions:
Makefile.in 1.468.2.110 = 1.468.2.111

http://www.samba.org/cgi-bin/cvsweb/samba/source/Makefile.in?r1=1.468.2.110r2=1.468.2.111
configure.in1.300.2.93 = 1.300.2.94

http://www.samba.org/cgi-bin/cvsweb/samba/source/configure.in?r1=1.300.2.93r2=1.300.2.94


CVS update: samba/source/passdb

2003-06-05 Thread jerry

Date:   Thu Jun  5 02:34:30 2003
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0
pdb_ldap.c 
Log Message:
working draft of the idmap_ldap code.  
Includes sambaUnixIdPool objectclass

Still needs cleaning up wrt to name space.
More changes to come, but at least we now have a
a working distributed winbindd solution.



Revisions:
pdb_ldap.c  1.28.2.64 = 1.28.2.65

http://www.samba.org/cgi-bin/cvsweb/samba/source/passdb/pdb_ldap.c?r1=1.28.2.64r2=1.28.2.65


CVS update: samba/docs/docbook/projdoc/imagefiles

2003-06-05 Thread jht

Date:   Thu Jun  5 06:36:23 2003
Author: jht

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

Log Message:
Directory /home/cvs/samba/docs/docbook/projdoc/imagefiles added to the repository
-- Using per-directory sticky tag `SAMBA_3_0'


Revisions:


CVS update: samba/docs/docbook/projdoc

2003-06-05 Thread jht

Date:   Thu Jun  5 06:39:55 2003
Author: jht

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

Modified Files:
  Tag: SAMBA_3_0
CUPS-printing.xml DOMAIN_MEMBER.xml ServerType.xml 
Log Message:
Adding Kurt Pfiefle's new CUPS docs and Vance Lankhaar's fixes for typos.


Revisions:
CUPS-printing.xml   1.1.2.3 = 1.1.2.4

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/CUPS-printing.xml?r1=1.1.2.3r2=1.1.2.4
DOMAIN_MEMBER.xml   1.1.2.12 = 1.1.2.13

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/DOMAIN_MEMBER.xml?r1=1.1.2.12r2=1.1.2.13
ServerType.xml  1.1.2.14 = 1.1.2.15

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/ServerType.xml?r1=1.1.2.14r2=1.1.2.15


CVS update: samba/docs/docbook/projdoc/imagefiles

2003-06-05 Thread jht

Date:   Thu Jun  5 06:39:55 2003
Author: jht

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

Added Files:
  Tag: SAMBA_3_0
10small.png 11small.png 12small.png 13small.png 14small.png 
1small.png 2small.png 3small.png 4small.png 5small.png 
6small.png 7small.png 8small.png 9small.png a_small.png 
Log Message:
Adding Kurt Pfiefle's new CUPS docs and Vance Lankhaar's fixes for typos.


Revisions:
10small.png NONE = 1.1.2.1

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/imagefiles/10small.png?rev=1.1.2.1
11small.png NONE = 1.1.2.1

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/imagefiles/11small.png?rev=1.1.2.1
12small.png NONE = 1.1.2.1

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/imagefiles/12small.png?rev=1.1.2.1
13small.png NONE = 1.1.2.1

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/imagefiles/13small.png?rev=1.1.2.1
14small.png NONE = 1.1.2.1

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/imagefiles/14small.png?rev=1.1.2.1
1small.png  NONE = 1.1.2.1

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/imagefiles/1small.png?rev=1.1.2.1
2small.png  NONE = 1.1.2.1

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/imagefiles/2small.png?rev=1.1.2.1
3small.png  NONE = 1.1.2.1

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/imagefiles/3small.png?rev=1.1.2.1
4small.png  NONE = 1.1.2.1

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/imagefiles/4small.png?rev=1.1.2.1
5small.png  NONE = 1.1.2.1

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/imagefiles/5small.png?rev=1.1.2.1
6small.png  NONE = 1.1.2.1

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/imagefiles/6small.png?rev=1.1.2.1
7small.png  NONE = 1.1.2.1

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/imagefiles/7small.png?rev=1.1.2.1
8small.png  NONE = 1.1.2.1

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/imagefiles/8small.png?rev=1.1.2.1
9small.png  NONE = 1.1.2.1

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/imagefiles/9small.png?rev=1.1.2.1
a_small.png NONE = 1.1.2.1

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/imagefiles/a_small.png?rev=1.1.2.1