[SCM] Samba Shared Repository - branch v3-4-stable updated - release-4-0-0alpha7-840-gf2db08f

Karolin Seeger kseeger at samba.org
Wed Apr 29 12:50:47 GMT 2009


The branch, v3-4-stable has been updated
       via  f2db08fca586f626646653855171c45c30be7933 (commit)
       via  a983e988806c747f8c27fec493d6372b52f43743 (commit)
       via  53b724da1d23a015bd6f4f406c5a9a249bc920f6 (commit)
       via  90017b070d0f2148a5bb9c2cc73d77b3b4f2dd36 (commit)
      from  7084334171746f6698c02037b9d71a5466d23f2f (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-4-stable


- Log -----------------------------------------------------------------
commit f2db08fca586f626646653855171c45c30be7933
Author: Karolin Seeger <kseeger at samba.org>
Date:   Wed Apr 29 14:44:59 2009 +0200

    WHATSNEW: Correct WHATSNEW.
    
    Karolin
    (cherry picked from commit 83c7d8697a8df92ff1592af9c382f483354eeb0f)

commit a983e988806c747f8c27fec493d6372b52f43743
Author: Günther Deschner <gd at samba.org>
Date:   Wed Apr 29 14:29:25 2009 +0200

    s3-test: make it possible to find the built vlp in "make test".
    
    Guenther
    (cherry picked from commit 3316ae9d75dfe6c7a960938c9503367880510079)
    (cherry picked from commit 0146649cf95ad27a583057df300fe5712b89e806)

commit 53b724da1d23a015bd6f4f406c5a9a249bc920f6
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Wed Apr 22 23:54:10 2009 +0200

    Specify explicit path to vlp, for those not having vlp in $PATH.
    (cherry picked from commit 79177c1d36e125b08aa4d6e0e42e9a97f625b3c8)
    (cherry picked from commit f51a4b95b472496f58759dae75ff1369324c0a29)

commit 90017b070d0f2148a5bb9c2cc73d77b3b4f2dd36
Author: Karolin Seeger <kseeger at samba.org>
Date:   Wed Apr 29 14:12:01 2009 +0200

    s3/docs: Fix serveral typos.
    
    This fixes bug #4315.
    Thanks to Felipe Augusto van de Wiel <faw [at] cathedrallabs [dot] org>!
    
    Karolin
    (cherry picked from commit 3422b9c546cdd262bd747e1e737c2b6479b4d21e)
    (cherry picked from commit 3da62734fffa99cde1084beeb69e94a7bc623dde)

-----------------------------------------------------------------------

Summary of changes:
 WHATSNEW.txt                             |   13 ++++++-------
 docs-xml/Samba3-HOWTO/TOSHARG-Passdb.xml |   10 +++++-----
 selftest/target/Samba3.pm                |   10 +++++++++-
 source3/script/tests/selftest.sh         |   10 +++++++++-
 4 files changed, 29 insertions(+), 14 deletions(-)


Changeset truncated at 500 lines:

diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index b13fef7..14c4f53 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -21,8 +21,8 @@ o Changed the way smbd handles untrusted domain names given during user
   authentication.
 
 Printing Changes:
-o Support for Windows Vista Printer Change Notification has been added.
-o Various fixes for Samba spoolss print server.
+o Various fixes including printer change notificiation for Samba spoolss
+  print servers.
 
 Internal changes:
 o The remaining hand-marshalled DCE/RPC services (ntsvcs, svcctl, eventlog
@@ -72,11 +72,10 @@ behavior.
 Printing Changes
 ================
 
-Support for Windows Vista Printer Change Notification has been added to Samba.
-
-The spoolss was replaced by autogenerated code based on PIDL. That fixes
-several printing issues on Samba print servers and will stabilize the printing
-functionality generally.
+The spoolss subsystem was replaced by autogenerated code based on PIDL. That fixes
+several printing issues including printer change notificiation on Samba print
+servers and will stabilize the printing functionality generally.
+The support for spoolss printing with Windows Vista has been improved.
 
 
 Internal Changes
diff --git a/docs-xml/Samba3-HOWTO/TOSHARG-Passdb.xml b/docs-xml/Samba3-HOWTO/TOSHARG-Passdb.xml
index 957abbf..8659437 100644
--- a/docs-xml/Samba3-HOWTO/TOSHARG-Passdb.xml
+++ b/docs-xml/Samba3-HOWTO/TOSHARG-Passdb.xml
@@ -757,7 +757,7 @@ Samba-3 introduces a number of new password backend capabilities.
 <indexterm><primary>trust accounts</primary></indexterm>
 		The POSIX and sambaSamAccount components of computer (machine) accounts are both used by Samba.
 		Thus, machine accounts are treated inside Samba in the same way that Windows NT4/200X treats
-		them. A user account and a machine account are indistinquishable from each other, except that
+		them. A user account and a machine account are indistinguishable from each other, except that
 		the machine account ends in a $ character, as do trust accounts.
 		</para>
 
@@ -1050,7 +1050,7 @@ is being added to the <command>net</command> toolset (see <link linkend="NetComm
 					<entry><para>0</para></entry>
                     </row>
                     <row>
-					<entry><para>Mimimum Password Length</para></entry>
+					<entry><para>Minimum Password Length</para></entry>
 					<entry><para>min password length</para></entry>
 					<entry><para>1 - 14 (Chars)</para></entry>
 					<entry><para>0 - 4294967295 (Chars)</para></entry>
@@ -1615,7 +1615,7 @@ account policy value for password history is now 4
 &rootprompt; pdbedit -P "maximum password age" -C 7776000
 account policy value for maximum password age was 4294967295
 account policy value for maximum password age is now 7776000
-&rootprompt; pdbedit -P "minimum password age" -C 7
+&rootprompt; pdbedit -P "minimum password age" -C 604800
 account policy value for minimum password age was 0
 account policy value for minimum password age is now 7
 &rootprompt; pdbedit -P "bad lockout attempt" -C 8
@@ -1735,7 +1735,7 @@ to be removed.
 		<listitem><para>
 <indexterm><primary>lookups</primary></indexterm>
 		The first problem is that all lookups must be performed sequentially. Given that
-		there are approximately two lookups per domain logon (one during intial logon validation
+		there are approximately two lookups per domain logon (one during initial logon validation
 		and one for a session connection setup, such as when mapping a network drive or printer), this
 		is a performance bottleneck for large sites. What is needed is an indexed approach
 		such as that used in databases.
@@ -2626,7 +2626,7 @@ sambaNTPassword: 878D8014606CDA29677A44EFA1353FC7
 		</sect3>
 
 		<sect3>
-		<title>Using OpenLDAP Overlay for Password Syncronization</title>
+		<title>Using OpenLDAP Overlay for Password Synchronization</title>
 
 		<para>
 		Howard Chu has written a special overlay called <command>smbk5pwd</command>. This tool  modifies the
diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm
index 96b32cc..d05b5ca 100644
--- a/selftest/target/Samba3.pm
+++ b/selftest/target/Samba3.pm
@@ -503,7 +503,15 @@ sub provision($$$$$$)
 [print1]
 	copy = tmp
 	printable = yes
-	printing = test
+	printing = vlp
+	print command = $bindir_abs/vlp print %p %s
+	lpq command = $bindir_abs/vlp lpq %p
+	lp rm command = $bindir_abs/vlp lprm %p %j
+	lp pause command = $bindir_abs/vlp lppause %p %j
+	lp resume command = $bindir_abs/vlp lpresume %p %j
+	queue pause command = $bindir_abs/vlp queuepause %p
+	queue resume command = $bindir_abs/vlp queueresume %p
+
 [print2]
 	copy = print1
 [print3]
diff --git a/source3/script/tests/selftest.sh b/source3/script/tests/selftest.sh
index 2fc35f1..708a45b 100755
--- a/source3/script/tests/selftest.sh
+++ b/source3/script/tests/selftest.sh
@@ -254,7 +254,15 @@ cat >$SERVERCONFFILE<<EOF
 [print1]
 	copy = tmp
 	printable = yes
-	printing = test
+	printing = vlp
+	print command = $BINDIR/vlp print %p %s
+	lpq command = $BINDIR/vlp lpq %p
+	lp rm command = $BINDIR/vlp lprm %p %j
+	lp pause command = $BINDIR/vlp lppause %p %j
+	lp resume command = $BINDIR/vlp lpresume %p %j
+	queue pause command = $BINDIR/vlp queuepause %p
+	queue resume command = $BINDIR/vlp queueresume %p
+
 [print2]
 	copy = print1
 [print3]


-- 
Samba Shared Repository


More information about the samba-cvs mailing list