[SCM] Samba Shared Repository - branch master updated

Andreas Schneider asn at samba.org
Mon Jul 17 12:42:01 UTC 2023


The branch, master has been updated
       via  7d2c68f2e25 s3:nmbd: Fix code spelling
       via  0ff51f86a67 s3:nmbd: Fix trailing white spaces in nmbd_incomingrequests.c
       via  4e1f1a8acee s3:nmbd: Fix trailing white spaces in nmbd_incomingdgrams.c
       via  6c2338f36c3 s3:nmbd: Fix trailing white spaces in nmbd.c
       via  856b5abc957 s3:modules: Fix code spelling
       via  1d2ec674a70 s3:modules: Remove fruit:ressource option with incorrect spelling
       via  005a78ee7fd s3:modules: Remove trailing white spaces of README.nfs4acls.txt
       via  b64308f2a42 s3:modules: Remove trailing white spaces of vfs_hpuxacl.c
       via  b746f777328 s3:locking: Fix code spelling
       via  f64add99473 s3:librpc: Fix code spelling
       via  7f033268c86 wscript: Fix code spelling
       via  f9107c55a88 examples: Remove outdated validchars
       via  573e5e06f8d example: Remove outdated config files from tridge
      from  dfeabce44fb s3:rpc_server:netlogon: generate FAULT_INVALID_TAG for invalid netr_LogonGetCapabilities levels

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


- Log -----------------------------------------------------------------
commit 7d2c68f2e257a64b58bfa3e9fe593d27718b3cd4
Author: Andreas Schneider <asn at samba.org>
Date:   Thu Jul 13 09:09:48 2023 +0200

    s3:nmbd: Fix code spelling
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Andrew Bartlett <abartlet at samba.org>
    
    Autobuild-User(master): Andreas Schneider <asn at cryptomilk.org>
    Autobuild-Date(master): Mon Jul 17 12:41:21 UTC 2023 on atb-devel-224

commit 0ff51f86a67c5d7a08519d7a115135a6d8e910df
Author: Andreas Schneider <asn at samba.org>
Date:   Thu Jul 13 09:10:07 2023 +0200

    s3:nmbd: Fix trailing white spaces in nmbd_incomingrequests.c
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Andrew Bartlett <abartlet at samba.org>

commit 4e1f1a8acee717b3b6cd56f567dd518e93c43b51
Author: Andreas Schneider <asn at samba.org>
Date:   Thu Jul 13 09:08:32 2023 +0200

    s3:nmbd: Fix trailing white spaces in nmbd_incomingdgrams.c
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Andrew Bartlett <abartlet at samba.org>

commit 6c2338f36c3b045850d2cc1135f4e25f51458837
Author: Andreas Schneider <asn at samba.org>
Date:   Thu Jul 13 09:08:01 2023 +0200

    s3:nmbd: Fix trailing white spaces in nmbd.c
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Andrew Bartlett <abartlet at samba.org>

commit 856b5abc957453a58c17d2efcc1c5168200b8f59
Author: Andreas Schneider <asn at samba.org>
Date:   Thu Jul 13 08:52:45 2023 +0200

    s3:modules: Fix code spelling
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Andrew Bartlett <abartlet at samba.org>

commit 1d2ec674a7065c5745e13618f4600353649f5b9f
Author: Andreas Schneider <asn at samba.org>
Date:   Thu Jul 13 09:03:18 2023 +0200

    s3:modules: Remove fruit:ressource option with incorrect spelling
    
    The plan was to remove it in 4.7. I think it is safe to remove it with
    4.19.
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Andrew Bartlett <abartlet at samba.org>

commit 005a78ee7fde3520a9532cdff3b7a6979cfec1d8
Author: Andreas Schneider <asn at samba.org>
Date:   Thu Jul 13 08:55:31 2023 +0200

    s3:modules: Remove trailing white spaces of README.nfs4acls.txt
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Andrew Bartlett <abartlet at samba.org>

commit b64308f2a42bfb5d1c4da553c754c8b7c27d82a8
Author: Andreas Schneider <asn at samba.org>
Date:   Thu Jul 13 08:53:26 2023 +0200

    s3:modules: Remove trailing white spaces of vfs_hpuxacl.c
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Andrew Bartlett <abartlet at samba.org>

commit b746f7773288fe9a42d73b5b2c82e9e6aa0e2c52
Author: Andreas Schneider <asn at samba.org>
Date:   Thu Jul 13 08:50:21 2023 +0200

    s3:locking: Fix code spelling
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Andrew Bartlett <abartlet at samba.org>

commit f64add99473672cdca85f53a7b3be7455f1bd594
Author: Andreas Schneider <asn at samba.org>
Date:   Thu Jul 13 08:47:11 2023 +0200

    s3:librpc: Fix code spelling
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Andrew Bartlett <abartlet at samba.org>

commit 7f033268c86c857e20fbdfe65c64e9a00130fbda
Author: Andreas Schneider <asn at samba.org>
Date:   Thu Jul 13 08:46:20 2023 +0200

    wscript: Fix code spelling
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Andrew Bartlett <abartlet at samba.org>

commit f9107c55a88460722fa548b2de10f41f3e8c7f06
Author: Andreas Schneider <asn at samba.org>
Date:   Thu Jul 13 07:52:02 2023 +0200

    examples: Remove outdated validchars
    
    I don't think we even look into this anymore and have other tests in
    place.
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Andrew Bartlett <abartlet at samba.org>

commit 573e5e06f8dac695659edc22a6934f4e10d966d7
Author: Andreas Schneider <asn at samba.org>
Date:   Thu Jul 13 07:44:44 2023 +0200

    example: Remove outdated config files from tridge
    
    I don't think he still runs Windows 95 ...
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Andrew Bartlett <abartlet at samba.org>

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

Summary of changes:
 examples/tridge/README                  |   8 -
 examples/tridge/smb.conf                |  92 ------------
 examples/tridge/smb.conf.WinNT          |  14 --
 examples/tridge/smb.conf.fjall          |  20 ---
 examples/tridge/smb.conf.lapland        |  14 --
 examples/tridge/smb.conf.vittjokk       |  14 --
 examples/validchars/msdos70.out         | 257 --------------------------------
 examples/validchars/nwdos70.out         | 257 --------------------------------
 examples/validchars/readme              | 101 -------------
 examples/validchars/validchr.c          | 123 ---------------
 examples/validchars/validchr.com        |  77 ----------
 source3/librpc/crypto/gse.c             |   2 +-
 source3/librpc/rpc/dcerpc_helpers.c     |   2 +-
 source3/locking/brlock.c                |   2 +-
 source3/locking/locking.c               |   2 +-
 source3/locking/posix.c                 |   2 +-
 source3/modules/README.nfs4acls.txt     |   8 +-
 source3/modules/The_New_VFS.org         |  10 +-
 source3/modules/The_New_VFS.txt         |  10 +-
 source3/modules/getdate.c               |   4 +-
 source3/modules/getdate.y               |   4 +-
 source3/modules/nfs41acl.x              |   2 +-
 source3/modules/test_nfs4_acls.c        |   2 +-
 source3/modules/vfs_acl_common.c        |   8 +-
 source3/modules/vfs_aixacl2.c           |   2 +-
 source3/modules/vfs_commit.c            |   2 +-
 source3/modules/vfs_expand_msdfs.c      |   2 +-
 source3/modules/vfs_fruit.c             |  21 +--
 source3/modules/vfs_glusterfs.c         |   2 +-
 source3/modules/vfs_hpuxacl.c           | 206 ++++++++++++-------------
 source3/modules/vfs_preopen.c           |   4 +-
 source3/modules/vfs_shadow_copy2.c      |   2 +-
 source3/modules/vfs_snapper.c           |   2 +-
 source3/modules/vfs_streams_depot.c     |   2 +-
 source3/modules/vfs_tsmsm.c             |   2 +-
 source3/modules/vfs_virusfilter_utils.c |   2 +-
 source3/modules/vfs_vxfs.c              |   2 +-
 source3/modules/vfs_widelinks.c         |   2 +-
 source3/nmbd/nmbd.c                     |  18 +--
 source3/nmbd/nmbd_become_dmb.c          |   4 +-
 source3/nmbd/nmbd_browsesync.c          |   2 +-
 source3/nmbd/nmbd_incomingdgrams.c      |  84 +++++------
 source3/nmbd/nmbd_incomingrequests.c    | 132 ++++++++--------
 source3/nmbd/nmbd_lmhosts.c             |   2 +-
 source3/nmbd/nmbd_logonnames.c          |   2 +-
 source3/nmbd/nmbd_mynames.c             |   2 +-
 source3/nmbd/nmbd_namelistdb.c          |   2 +-
 source3/nmbd/nmbd_nameregister.c        |   2 +-
 source3/nmbd/nmbd_responserecordsdb.c   |   2 +-
 source3/nmbd/nmbd_winsproxy.c           |   2 +-
 source3/nmbd/nmbd_winsserver.c          |   6 +-
 wscript_configure_system_mitkrb5        |   2 +-
 52 files changed, 278 insertions(+), 1272 deletions(-)
 delete mode 100644 examples/tridge/README
 delete mode 100644 examples/tridge/smb.conf
 delete mode 100644 examples/tridge/smb.conf.WinNT
 delete mode 100644 examples/tridge/smb.conf.fjall
 delete mode 100644 examples/tridge/smb.conf.lapland
 delete mode 100644 examples/tridge/smb.conf.vittjokk
 delete mode 100644 examples/validchars/msdos70.out
 delete mode 100644 examples/validchars/nwdos70.out
 delete mode 100644 examples/validchars/readme
 delete mode 100644 examples/validchars/validchr.c
 delete mode 100644 examples/validchars/validchr.com


Changeset truncated at 500 lines:

diff --git a/examples/tridge/README b/examples/tridge/README
deleted file mode 100644
index 11c72f20b3a..00000000000
--- a/examples/tridge/README
+++ /dev/null
@@ -1,8 +0,0 @@
-This is the configuration I use at home. I have 2 client PCs, one
-running Win95, one running alternately WfWg and NTAS3.5. My server is
-a 486dx2-66 Linux box.
-
-Note that I use the %a and %m macros to load smb.conf extensions
-particular to machines and architectures. This gives me a lot of
-flexibility in how I handle each of the machines.
-
diff --git a/examples/tridge/smb.conf b/examples/tridge/smb.conf
deleted file mode 100644
index d1d18db50a3..00000000000
--- a/examples/tridge/smb.conf
+++ /dev/null
@@ -1,92 +0,0 @@
-[global]   
-   config file = /usr/local/samba/smb.conf.%m
-   status = yes
-   security = user
-   encrypt passwords = yes
-   server string = Tridge (%v,%h)
-   load printers = yes
-   log level = 1
-   log file = /usr/local/samba/var/log.%m
-   guest account = pcguest
-   hosts allow = 192.0.2. localhost 
-   auto services = tridge susan
-   message command = csh -c '/usr/bin/X11/xedit -display :0 %s;rm %s' &
-   read prediction = yes
-   socket options = TCP_NODELAY 
-   valid chars = ö:Ö å:Å ä:Ä 
-   share modes = yes
-   locking = yes
-   strict locking = yes
-   keepalive = 30
-   include = /usr/local/samba/lib/smb.conf.%m
-   include = /usr/local/samba/lib/smb.conf.%a
-
-
-[uniprint]
-   comment = University Printing
-   path = /home/susan/print
-   user = susan
-   postscript = yes
-   print ok = yes
-   print command = xmenu -heading "%s" OK&
-
-[amd]
-   comment = amd area
-   path = /mount
-   force user = tridge
-   read only = no
-
-[homes]
-   browseable = no
-   guest ok = no
-   read only = no
-   create mask = 0755
-
-[printers]
-  browseable = no
-  comment = Printer in Printcap
-  guest ok = no
-  path = /tmp
-  read only = no
-  print ok = yes
-
-[dos]
-  browseable = yes
-  comment = Dos Files
-  force group = samba
-  create mode = 0775
-  path = /home/tridge/dos
-  copy = homes
-
-[msoffice]
-  browseable = yes
-  comment = Microsoft Office
-  force group = samba
-  create mode = 0775
-  path = /data/msoffice
-  read only = yes
-
-[root]
-  comment = Root Dir
-  copy = dos
-  path = /
-  dont descend = /proc ./proc /etc
-
-[tmp]
-  comment = tmp files
-  copy = dos
-  path = /tmp
-  read only = no
-
-
-[cdrom]
-  comment = Tridge's CdRom
-  path = /mount/cdrom
-  read only = yes
-  locking = no
-
-[data]
-	comment = Data Partition
-	path = /data
-	read only = yes
-	guest ok = yes
diff --git a/examples/tridge/smb.conf.WinNT b/examples/tridge/smb.conf.WinNT
deleted file mode 100644
index f490f830ca7..00000000000
--- a/examples/tridge/smb.conf.WinNT
+++ /dev/null
@@ -1,14 +0,0 @@
-#log level = 4
-#readraw = no
-#writeraw = no
-
-
-
-
-
-
-
-
-
-
-
diff --git a/examples/tridge/smb.conf.fjall b/examples/tridge/smb.conf.fjall
deleted file mode 100644
index 840659640f0..00000000000
--- a/examples/tridge/smb.conf.fjall
+++ /dev/null
@@ -1,20 +0,0 @@
-;log level = 4
-;readraw = no
-;writeraw = no
-;mangled map = (;1 )
-;protocol = lanman1
-;user = susan
-;getwd cache = no
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/examples/tridge/smb.conf.lapland b/examples/tridge/smb.conf.lapland
deleted file mode 100644
index f490f830ca7..00000000000
--- a/examples/tridge/smb.conf.lapland
+++ /dev/null
@@ -1,14 +0,0 @@
-#log level = 4
-#readraw = no
-#writeraw = no
-
-
-
-
-
-
-
-
-
-
-
diff --git a/examples/tridge/smb.conf.vittjokk b/examples/tridge/smb.conf.vittjokk
deleted file mode 100644
index 919ecd15420..00000000000
--- a/examples/tridge/smb.conf.vittjokk
+++ /dev/null
@@ -1,14 +0,0 @@
-;protocol = LANMAN2
-log level = 2
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/examples/validchars/msdos70.out b/examples/validchars/msdos70.out
deleted file mode 100644
index a722b83604f..00000000000
--- a/examples/validchars/msdos70.out
+++ /dev/null
@@ -1,257 +0,0 @@
-255: ok
-254: ok
-253: ok
-252: ok
-251: ok
-250: ok
-249: ok
-248: ok
-247: ok
-246: ok
-245: ok
-244: ok
-243: ok
-242: ok
-241: ok
-240: ok
-239: ok
-238: ok
-237: ok
-236: 237
-235: ok
-234: ok
-233: ok
-232: ok
-231: 232
-230: ok
-229: ok
-228: 229
-227: ok
-226: ok
-225: ok
-224: ok
-223: ok
-222: ok
-221: ok
-220: ok
-219: ok
-218: ok
-217: ok
-216: ok
-215: ok
-214: ok
-213: 73
-212: ok
-211: ok
-210: ok
-209: ok
-208: 209
-207: ok
-206: ok
-205: ok
-204: ok
-203: ok
-202: ok
-201: ok
-200: ok
-199: ok
-198: 199
-197: ok
-196: ok
-195: ok
-194: ok
-193: ok
-192: ok
-191: ok
-190: ok
-189: ok
-188: ok
-187: ok
-186: ok
-185: ok
-184: ok
-183: ok
-182: ok
-181: ok
-180: ok
-179: ok
-178: ok
-177: ok
-176: ok
-175: ok
-174: ok
-173: ok
-172: ok
-171: ok
-170: ok
-169: ok
-168: ok
-167: ok
-166: ok
-165: ok
-164: 165
-163: 233
-162: 224
-161: 214
-160: 181
-159: ok
-158: ok
-157: ok
-156: ok
-155: 157
-154: ok
-153: ok
-152: length 0
-151: 235
-150: 234
-149: 227
-148: 153
-147: 226
-146: ok
-145: 146
-144: ok
-143: ok
-142: ok
-141: 222
-140: 215
-139: 216
-138: 212
-137: 211
-136: 210
-135: 128
-134: 143
-133: 183
-132: 142
-131: 182
-130: 144
-129: 154
-128: ok
-127: ok
-126: ok
-125: ok
-124: open unlink 0
-123: ok
-122: 90
-121: 89
-120: 88
-119: 87
-118: 86
-117: 85
-116: 84
-115: 83
-114: 82
-113: 81
-112: 80
-111: 79
-110: 78
-109: 77
-108: 76
-107: 75
-106: 74
-105: 73
-104: 72
-103: 71
-102: 70
-101: 69
-100: 68
-99: 67
-98: 66
-97: 65
-96: ok
-95: ok
-94: ok
-93: open unlink 0
-92: open unlink 0
-91: open unlink 0
-90: ok
-89: ok
-88: ok
-87: ok
-86: ok
-85: ok
-84: ok
-83: ok
-82: ok
-81: ok
-80: ok
-79: ok
-78: ok
-77: ok
-76: ok
-75: ok
-74: ok
-73: ok
-72: ok
-71: ok
-70: ok
-69: ok
-68: ok
-67: ok
-66: ok
-65: ok
-64: ok
-63: open unlink 0
-62: open unlink 0
-61: open unlink 0
-60: open unlink 0
-59: open unlink 0
-58: open unlink 0
-57: ok
-56: ok
-55: ok
-54: ok
-53: ok
-52: ok
-51: ok
-50: ok
-49: ok
-48: ok
-47: open unlink 0
-46: open unlink 0
-45: ok
-44: open unlink 0
-43: open unlink 0
-42: open unlink 0
-41: ok
-40: ok
-39: ok
-38: ok
-37: ok
-36: ok
-35: ok
-34: open unlink 0
-33: ok
-32: open unlink 0
-31: open unlink 0
-30: open unlink 0
-29: open unlink 0
-28: open unlink 0
-27: open unlink 0
-26: open unlink 0
-25: open unlink 0
-24: open unlink 0
-23: open unlink 0
-22: open unlink 0
-21: open unlink 0
-20: open unlink 0
-19: open unlink 0
-18: open unlink 0
-17: open unlink 0
-16: open unlink 0
-15: open unlink 0
-14: open unlink 0
-13: open unlink 0
-12: open unlink 0
-11: open unlink 0
-10: open unlink 0
-9: open unlink 0
-8: open unlink 0
-7: open unlink 0
-6: open unlink 0
-5: open unlink 0
-4: open unlink 0
-3: open unlink 0
-2: open unlink 0
-1: open unlink 0
-
-   valid chars = 73:213 213:73 73:73 33 35 36 37 38 39 40 41 45 48 49 50 51 52 53 54 55 56 57 64 97:65 98:66 99:67 100:68 101:69 102:70 103:71 104:72 105:73 106:74 107:75 108:76 109:77 110:78 111:79 112:80 113:81 114:82 115:83 116:84 117:85 118:86 119:87 120:88 121:89 122:90 94 95 96 123 125 126 127 135:128 132:142 134:143 130:144 145:146 148:153 129:154 156 155:157 158 159 164:165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 160:181 131:182 133:183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198:199 200 201 202 203 204 205 206 207 208:209 136:210 137:211 138:212 161:214 140:215 139:216 217 218 219 220 221 141:222 223 162:224 225 147:226 149:227 228:229 230 231:232 163:233 150:234 151:235 236:237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255
diff --git a/examples/validchars/nwdos70.out b/examples/validchars/nwdos70.out
deleted file mode 100644
index b0dbf628531..00000000000
--- a/examples/validchars/nwdos70.out
+++ /dev/null
@@ -1,257 +0,0 @@
-255: ok
-254: ok
-253: ok
-252: ok
-251: ok
-250: ok
-249: ok
-248: ok
-247: ok
-246: ok
-245: ok
-244: ok
-243: ok
-242: ok
-241: ok
-240: ok
-239: ok
-238: ok
-237: ok
-236: ok
-235: ok
-234: ok
-233: ok
-232: ok
-231: ok
-230: ok
-229: ok
-228: ok
-227: ok
-226: ok
-225: ok
-224: ok
-223: ok


-- 
Samba Shared Repository



More information about the samba-cvs mailing list