2.2 alpha status.

Urban Widmark urban at teststation.com
Sat Mar 10 01:22:58 GMT 2001


On Thu, 8 Mar 2001, Jeremy Allison wrote:

> PS. Keep bugging me about your favourite patches....

You have been applying my changes now before I have had time to ask you 
... or even generate a tested patch!

2 minor things remain:
+ source/bin/.cvsignore is missing a few files I generate.
+ The usage message is missing some new options. I sent some related
  docbook updates to Gerald separately.

/Urban


Index: samba/source/bin/.cvsignore
===================================================================
RCS file: /cvsroot/samba/source/bin/.cvsignore,v
retrieving revision 1.11.4.1
diff -u -r1.11.4.1 .cvsignore
--- samba/source/bin/.cvsignore	2000/09/21 14:12:02	1.11.4.1
+++ samba/source/bin/.cvsignore	2001/03/10 00:47:26
@@ -10,6 +10,10 @@
 smbpasswd
 smbspool
 smbstatus
+smbcacls
+smbmount
+smbmnt
+smbumount
 swat
 testparm
 testprns
Index: samba/source/client/smbmount.c
===================================================================
RCS file: /cvsroot/samba/source/client/smbmount.c,v
retrieving revision 1.30.4.2
diff -u -r1.30.4.2 smbmount.c
--- samba/source/client/smbmount.c	2001/03/09 23:34:12	1.30.4.2
+++ samba/source/client/smbmount.c	2001/03/10 00:47:26
@@ -641,6 +641,7 @@
 "Options:
       username=<arg>                  SMB username
       password=<arg>                  SMB password
+      credentials=<filename>          file with username/password
       netbiosname=<arg>               source NetBIOS name
       uid=<arg>                       mount uid or username
       gid=<arg>                       mount gid or groupname
@@ -652,7 +653,9 @@
       workgroup=<arg>                 workgroup on destination
       sockopt=<arg>                   TCP socket options
       scope=<arg>                     NetBIOS scope
-      credentials=<filename>          file with username/password
+      iocharset=<arg>                 Linux charset (iso8859-1, utf8)
+      codepage=<arg>                  server codepage (cp850)
+      ttl=<arg>                       dircache time to live
       guest                           don't prompt for a password
       ro                              mount read-only
       rw                              mount read-write





More information about the samba-technical mailing list