[SCM] Samba Shared Repository - branch master updated

Garming Sam garming at samba.org
Fri May 6 06:33:03 UTC 2016


The branch, master has been updated
       via  f74f2e0 examples/crackcheck: allow compilation with current builds
       via  38e08d7 typo: mplementation => implementation
       via  d4b3cb0 manpages: Markup led to missing space
      from  25ac392 WHATSNEW: Document "only user" removal

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit f74f2e081e70a0449ad21427b0db8311434d5f70
Author: Garming Sam <garming at catalyst.net.nz>
Date:   Tue Apr 26 12:07:10 2016 +1200

    examples/crackcheck: allow compilation with current builds
    
    Signed-off-by: Garming Sam <garming at catalyst.net.nz>
    Reviewed-by: Douglas Bagnall <douglas.bagnall at catalyst.net.nz>
    
    Autobuild-User(master): Garming Sam <garming at samba.org>
    Autobuild-Date(master): Fri May  6 08:32:52 CEST 2016 on sn-devel-144

commit 38e08d71740b9f840c6750bef47ffb32889fdf3e
Author: Garming Sam <garming at catalyst.net.nz>
Date:   Wed Apr 20 17:10:41 2016 +1200

    typo: mplementation => implementation
    
    Signed-off-by: Garming Sam <garming at catalyst.net.nz>
    Reviewed-by: Douglas Bagnall <douglas.bagnall at catalyst.net.nz>

commit d4b3cb0dd2b5dcc4e34435a4a665125b5e6f1cc3
Author: Garming Sam <garming at catalyst.net.nz>
Date:   Thu Apr 28 15:31:55 2016 +1200

    manpages: Markup led to missing space
    
    Signed-off-by: Garming Sam <garming at catalyst.net.nz>
    Reviewed-by: Douglas Bagnall <douglas.bagnall at catalyst.net.nz>

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

Summary of changes:
 docs-xml/smbdotconf/logon/deletegroupscript.xml | 2 +-
 examples/auth/crackcheck/crackcheck.c           | 2 +-
 lib/util/util_runcmd.c                          | 2 +-
 libcli/drsuapi/drsuapi.h                        | 2 +-
 libcli/drsuapi/repl_decrypt.c                   | 2 +-
 libcli/ldap/ldap_message.c                      | 2 +-
 libcli/ldap/ldap_ndr.c                          | 2 +-
 libcli/ldap/ldap_ndr.h                          | 2 +-
 source4/libcli/ldap/ldap_bind.c                 | 2 +-
 source4/libcli/ldap/ldap_client.c               | 2 +-
 source4/libcli/ldap/ldap_controls.c             | 2 +-
 source4/libcli/ldap/ldap_ildap.c                | 2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)


Changeset truncated at 500 lines:

diff --git a/docs-xml/smbdotconf/logon/deletegroupscript.xml b/docs-xml/smbdotconf/logon/deletegroupscript.xml
index 8f28450..cad0c2a 100644
--- a/docs-xml/smbdotconf/logon/deletegroupscript.xml
+++ b/docs-xml/smbdotconf/logon/deletegroupscript.xml
@@ -4,7 +4,7 @@
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
 	<para>This is the full pathname to a script that will 
-	be run <emphasis>AS ROOT</emphasis> <citerefentry><refentrytitle>smbd</refentrytitle>
+	be run <emphasis>AS ROOT</emphasis> by <citerefentry><refentrytitle>smbd</refentrytitle>
 	<manvolnum>8</manvolnum></citerefentry> when a group is requested to be deleted. 
 	It will expand any <parameter moreinfo="none">%g</parameter> to the group name passed.  
 	This script is only useful for installations using the Windows NT domain administration tools.
diff --git a/examples/auth/crackcheck/crackcheck.c b/examples/auth/crackcheck/crackcheck.c
index ac29b22..0c997bb 100644
--- a/examples/auth/crackcheck/crackcheck.c
+++ b/examples/auth/crackcheck/crackcheck.c
@@ -86,7 +86,7 @@ int main(int argc, char **argv) {
 	char f[256];
 	char *dictionary = NULL;
 	char *password;
-	char *reply;
+	const char *reply;
 
 	while ( (c = getopt(argc, argv, "d:cs")) != EOF){
 		switch(c) {
diff --git a/lib/util/util_runcmd.c b/lib/util/util_runcmd.c
index f18e37b..cc194fc 100644
--- a/lib/util/util_runcmd.c
+++ b/lib/util/util_runcmd.c
@@ -1,5 +1,5 @@
 /*
-   Unix SMB/CIFS mplementation.
+   Unix SMB/CIFS implementation.
 
    run a child command
 
diff --git a/libcli/drsuapi/drsuapi.h b/libcli/drsuapi/drsuapi.h
index 7c6cf2f..35fef6a 100644
--- a/libcli/drsuapi/drsuapi.h
+++ b/libcli/drsuapi/drsuapi.h
@@ -1,5 +1,5 @@
 /* 
-   Unix SMB/CIFS mplementation.
+   Unix SMB/CIFS implementation.
    Helper functions for applying replicated objects
    
    Copyright (C) Stefan Metzmacher <metze at samba.org> 2007
diff --git a/libcli/drsuapi/repl_decrypt.c b/libcli/drsuapi/repl_decrypt.c
index 4a2a28f..2c881c8 100644
--- a/libcli/drsuapi/repl_decrypt.c
+++ b/libcli/drsuapi/repl_decrypt.c
@@ -1,5 +1,5 @@
 /* 
-   Unix SMB/CIFS mplementation.
+   Unix SMB/CIFS implementation.
    Helper functions for applying replicated objects
    
    Copyright (C) Stefan Metzmacher <metze at samba.org> 2007
diff --git a/libcli/ldap/ldap_message.c b/libcli/ldap/ldap_message.c
index 9546dce..f215983 100644
--- a/libcli/ldap/ldap_message.c
+++ b/libcli/ldap/ldap_message.c
@@ -1,5 +1,5 @@
 /* 
-   Unix SMB/CIFS mplementation.
+   Unix SMB/CIFS implementation.
    LDAP protocol helper functions for SAMBA
    
    Copyright (C) Andrew Tridgell  2004
diff --git a/libcli/ldap/ldap_ndr.c b/libcli/ldap/ldap_ndr.c
index 9cc502e..1743415 100644
--- a/libcli/ldap/ldap_ndr.c
+++ b/libcli/ldap/ldap_ndr.c
@@ -1,5 +1,5 @@
 /* 
-   Unix SMB/CIFS mplementation.
+   Unix SMB/CIFS implementation.
 
    wrap/unwrap NDR encoded elements for ldap calls
    
diff --git a/libcli/ldap/ldap_ndr.h b/libcli/ldap/ldap_ndr.h
index 8b3c55d..99af081 100644
--- a/libcli/ldap/ldap_ndr.h
+++ b/libcli/ldap/ldap_ndr.h
@@ -1,5 +1,5 @@
 /*
-   Unix SMB/CIFS mplementation.
+   Unix SMB/CIFS implementation.
 
    wrap/unwrap NDR encoded elements for ldap calls
 
diff --git a/source4/libcli/ldap/ldap_bind.c b/source4/libcli/ldap/ldap_bind.c
index c5d8219..b8799dc 100644
--- a/source4/libcli/ldap/ldap_bind.c
+++ b/source4/libcli/ldap/ldap_bind.c
@@ -1,5 +1,5 @@
 /* 
-   Unix SMB/CIFS mplementation.
+   Unix SMB/CIFS implementation.
 
    LDAP bind calls
    
diff --git a/source4/libcli/ldap/ldap_client.c b/source4/libcli/ldap/ldap_client.c
index f362560..40d508c 100644
--- a/source4/libcli/ldap/ldap_client.c
+++ b/source4/libcli/ldap/ldap_client.c
@@ -1,5 +1,5 @@
 /* 
-   Unix SMB/CIFS mplementation.
+   Unix SMB/CIFS implementation.
    LDAP protocol helper functions for SAMBA
    
    Copyright (C) Andrew Tridgell  2004
diff --git a/source4/libcli/ldap/ldap_controls.c b/source4/libcli/ldap/ldap_controls.c
index 4192e42..9df95c3 100644
--- a/source4/libcli/ldap/ldap_controls.c
+++ b/source4/libcli/ldap/ldap_controls.c
@@ -1,5 +1,5 @@
 /* 
-   Unix SMB/CIFS mplementation.
+   Unix SMB/CIFS implementation.
    LDAP protocol helper functions for SAMBA
    
    Copyright (C) Simo Sorce 2005
diff --git a/source4/libcli/ldap/ldap_ildap.c b/source4/libcli/ldap/ldap_ildap.c
index 8b6f8e8..a06e3b6 100644
--- a/source4/libcli/ldap/ldap_ildap.c
+++ b/source4/libcli/ldap/ldap_ildap.c
@@ -1,5 +1,5 @@
 /* 
-   Unix SMB/CIFS mplementation.
+   Unix SMB/CIFS implementation.
 
    ildap api - an api similar to the traditional ldap api
    


-- 
Samba Shared Repository



More information about the samba-cvs mailing list