Commits on Source (87)
-
Karolin Seeger authored
and re-enable GIT_SNAPSHOT. Signed-off-by:
Karolin Seeger <kseeger@samba.org>
-
Jeremy Allison authored
If we are returning file entries, we have a duplicate list in dirplus. Update dirplus_next also so readdir and readdirplus are kept in sync. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14094 Signed-off-by:
Jeremy Allison <jra@samba.org> Reviewed-by:
Ralph Böhme <slow@samba.org> (cherry picked from commit 4bca8e09)
-
Jeremy Allison authored
If we are returning file entries, we have a duplicate list in dir_list. Update dir_next also so readdir and readdirplus are kept in sync. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14094 Signed-off-by:
Jeremy Allison <jra@samba.org> Reviewed-by:
Ralph Böhme <slow@samba.org> (cherry picked from commit 3d82b7d1)
-
Jeremy Allison authored
If we are returning file entries, we have a duplicate list in dirplus. Update dirplus_next also so readdir and readdirplus are kept in sync. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14094 Signed-off-by:
Jeremy Allison <jra@samba.org> Reviewed-by:
Ralph Böhme <slow@samba.org> (cherry picked from commit 754cec77)
-
Jeremy Allison authored
If returning files the dir_list and the dirplus_list have exactly the same entries, we just need to keep the next pointers in sync on seek. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14094 Signed-off-by:
Jeremy Allison <jra@samba.org> Reviewed-by:
Ralph Böhme <slow@samba.org> (cherry picked from commit 0d9b1645)
-
Jeremy Allison authored
s3/4: libsmbclient test. Test using smbc_telldir/smbc_lseekdir with smbc_readdir/smbc_readdirplus/smbc_getdents. Ensure that for file access you can mix any of these three access methods for directory entries and the returned names/structs stay in sync across telldir/seekdir changes. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14094 Signed-off-by:
Jeremy Allison <jra@samba.org> Reviewed-by:
Ralph Böhme <slow@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Tue Sep 3 17:31:29 UTC 2019 on sn-devel-184 (cherry picked from commit 3355601f) Autobuild-User(v4-11-test): Karolin Seeger <kseeger@samba.org> Autobuild-Date(v4-11-test): Wed Sep 18 13:51:56 UTC 2019 on sn-devel-184
-
Bryan Mason authored
CUPS sanitizes argv[0] by removing username/password, so use DEVICE_URI environment variable first. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14128 Signed-off-by:
Bryan Mason <bmason@redhat.com> Reviewed-by:
Alexander Bokovoy <ab@samba.org> Reviewed-by:
Andreas Schneider <asn@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Wed Sep 18 12:31:11 UTC 2019 on sn-devel-184 (cherry picked from commit d65b17c3)
-
Martin Schwenke authored
Deleted nodes should simply be ignored. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14129 RN: Stop deleted nodes from influencing ctdb nodestatus exit code Signed-off-by:
Martin Schwenke <martin@meltin.net> Reviewed-by:
Amitay Isaacs <amitay@gmail.com> (cherry picked from commit 32b5ceb3)
-
Mathieu Parent authored
Since e24e344d. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14131 Signed-off-by:
Mathieu Parent <math.parent@gmail.com> Reviewed-by:
Martin Schwenke <martin@meltin.net> Reviewed-by:
Andrew Bartlett <abartlet@samba.org> (cherry picked from commit 8df123e7) Autobuild-User(v4-11-test): Karolin Seeger <kseeger@samba.org> Autobuild-Date(v4-11-test): Fri Sep 20 21:13:55 UTC 2019 on sn-devel-184
-
Björn Jacke authored
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14136 Signed-off-by:
Bjoern Jacke <bjacke@samba.org> Reviewed-by:
Björn Baumbach <bb@samba.org> Autobuild-User(master): Björn Jacke <bjacke@samba.org> Autobuild-Date(master): Mon Sep 23 12:58:20 UTC 2019 on sn-devel-184 (cherry picked from commit 465e518d) Autobuild-User(v4-11-test): Karolin Seeger <kseeger@samba.org> Autobuild-Date(v4-11-test): Tue Sep 24 18:30:08 UTC 2019 on sn-devel-184
-
Noel Power authored
Fixes: source3/libads/kerberos.c:192:2: warning: Value stored to 'canon_princ' is never read <--[clang] canon_princ = me; ^ ~~ 1 warning generated. Signed-off-by:
Noel Power <noel.power@suse.com> Reviewed-by:
Gary Lockyer <gary@catalyst.net.nz> (cherry picked from commit 52d20087)
-
Stefan Metzmacher authored
Signed-off-by:
Stefan Metzmacher <metze@samba.org> Reviewed-by:
Guenther Deschner <gd@samba.org> (cherry picked from commit acbf922f)
-
Stefan Metzmacher authored
The function gensec_gssapi_client_creds() may call kinit and gets a TGT for the user. The principal provided by the user may not be canonicalized. The user may use 'given.last@example.com' but that may be mapped to glast@AD.EXAMPLE.PRIVATE in the background. It means we should use client_realm = AD.EXAMPLE.PRIVATE instead of client_realm = EXAMPLE.COM BUG: https://bugzilla.samba.org/show_bug.cgi?id=14124 Signed-off-by:
Stefan Metzmacher <metze@samba.org> Reviewed-by:
Guenther Deschner <gd@samba.org> (cherry picked from commit db8fd3d6)
-
Stefan Metzmacher authored
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14124 Signed-off-by:
Stefan Metzmacher <metze@samba.org> Reviewed-by:
Guenther Deschner <gd@samba.org> (cherry picked from commit bc473e5c)
-
Stefan Metzmacher authored
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14124 Signed-off-by:
Stefan Metzmacher <metze@samba.org> Reviewed-by:
Guenther Deschner <gd@samba.org> (cherry picked from commit 361fb0ef)
-
Stefan Metzmacher authored
s3:libsmb: let cli_session_creds_prepare_krb5() update the canonicalized principal to cli_credentials BUG: https://bugzilla.samba.org/show_bug.cgi?id=14124 Signed-off-by:
Stefan Metzmacher <metze@samba.org> Reviewed-by:
Guenther Deschner <gd@samba.org> (cherry picked from commit 6ed18c12)
-
Stefan Metzmacher authored
We should always use krb5_get_init_creds_opt_set_canonicalize() and krb5_get_init_creds_opt_set_win2k() for heimdal and expect the client principal to be changed. There's no reason to have a different logic between MIT and Heimdal. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14124 Signed-off-by:
Stefan Metzmacher <metze@samba.org> Reviewed-by:
Guenther Deschner <gd@samba.org> (cherry picked from commit 0bced73b)
-
Stefan Metzmacher authored
We should always use krb5_get_init_creds_opt_set_canonicalize() and krb5_get_init_creds_opt_set_win2k() for heimdal and expect the client principal to be changed. There's no reason to have a different logic between MIT and Heimdal. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14124 Signed-off-by:
Stefan Metzmacher <metze@samba.org> Reviewed-by:
Guenther Deschner <gd@samba.org> (cherry picked from commit 5d0bf32e)
-
Stefan Metzmacher authored
We should always use krb5_get_init_creds_opt_set_canonicalize() and krb5_get_init_creds_opt_set_win2k() for heimdal and expect the client principal to be changed. There's no reason to have a different logic between MIT and Heimdal. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14124 Signed-off-by:
Stefan Metzmacher <metze@samba.org> Reviewed-by:
Guenther Deschner <gd@samba.org> (cherry picked from commit 162b4199)
-
Stefan Metzmacher authored
We should always use krb5_get_init_creds_opt_set_canonicalize() and krb5_get_init_creds_opt_set_win2k() for heimdal and expect the client principal to be changed. There's no reason to have a different logic between MIT and Heimdal. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14124 Signed-off-by:
Stefan Metzmacher <metze@samba.org> Reviewed-by:
Guenther Deschner <gd@samba.org> (cherry picked from commit 303b7e59)
-
Stefan Metzmacher authored
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14124 Signed-off-by:
Stefan Metzmacher <metze@samba.org> Reviewed-by:
Guenther Deschner <gd@samba.org> (cherry picked from commit 3bdf0239)
-
Stefan Metzmacher authored
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14124 Signed-off-by:
Stefan Metzmacher <metze@samba.org> Reviewed-by:
Guenther Deschner <gd@samba.org> (cherry picked from commit 95206523)
-
Stefan Metzmacher authored
We can use enterprise principals (e.g. upnfromB@B.EXAMPLE.COM@PRIMARY.A.EXAMPLE.COM) and delegate the routing decisions to the KDCs. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14124 Signed-off-by:
Stefan Metzmacher <metze@samba.org> Reviewed-by:
Guenther Deschner <gd@samba.org> (cherry picked from commit a77be15d)
-
Stefan Metzmacher authored
A failure generated by the AssertionError() checks can be added to selftest/knownfail.d/*. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14124 Signed-off-by:
Stefan Metzmacher <metze@samba.org> Reviewed-by:
Guenther Deschner <gd@samba.org> (cherry picked from commit cd3ffaab)
-
Stefan Metzmacher authored
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14124 Signed-off-by:
Stefan Metzmacher <metze@samba.org> Reviewed-by:
Guenther Deschner <gd@samba.org> (cherry picked from commit 653e9048)
-
Stefan Metzmacher authored
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14124 Signed-off-by:
Stefan Metzmacher <metze@samba.org> Reviewed-by:
Guenther Deschner <gd@samba.org> (cherry picked from commit 3d38a8e9)
-
Stefan Metzmacher authored
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14124 Signed-off-by:
Stefan Metzmacher <metze@samba.org> Reviewed-by:
Guenther Deschner <gd@samba.org> (cherry picked from commit 72daf99f)
-
Stefan Metzmacher authored
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14124 Signed-off-by:
Stefan Metzmacher <metze@samba.org> Reviewed-by:
Guenther Deschner <gd@samba.org> (cherry picked from commit 36e95e42)
-
Stefan Metzmacher authored
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14124 Signed-off-by:
Stefan Metzmacher <metze@samba.org> Reviewed-by:
Guenther Deschner <gd@samba.org> (cherry picked from commit f07b542c)
-
Andreas Schneider authored
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14124 Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> Signed-off-by:
Andreas Schneider <asn@samba.org> Signed-off-by:
Stefan Metzmacher <metze@samba.org> Reviewed-by:
Guenther Deschner <gd@samba.org> (cherry picked from commit 13e3811c)
-
Stefan Metzmacher authored
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14124 Signed-off-by:
Stefan Metzmacher <metze@samba.org> Reviewed-by:
Guenther Deschner <gd@samba.org> (cherry picked from commit ad6f0e05)
-
Stefan Metzmacher authored
This demonstrates that we rely on knowning about trusted domains before we can do krb5_auth in winbindd. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14124 Signed-off-by:
Stefan Metzmacher <metze@samba.org> Reviewed-by:
Guenther Deschner <gd@samba.org> (cherry picked from commit e2737a74)
-
Stefan Metzmacher authored
This demonstrates that can do krb5_auth in winbindd without knowning about trusted domains. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14124 Signed-off-by:
Stefan Metzmacher <metze@samba.org> Reviewed-by:
Guenther Deschner <gd@samba.org> Autobuild-User(master): Günther Deschner <gd@samba.org> Autobuild-Date(master): Tue Sep 24 19:51:29 UTC 2019 on sn-devel-184 (cherry picked from commit 0ee085b5)
-
Björn Jacke authored
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14139 Signed-off-by:
Bjoern Jacke <bjacke@samba.org> Reviewed-by:
Alexander Bokovoy <ab@samba.org> (cherry picked from commit ec4c5975)
-
Günther Deschner authored
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14130 Guenther Signed-off-by:
Guenther Deschner <gd@samba.org> Reviewed-by:
Stefan Metzmacher <metze@samba.org> Reviewed-by:
Andreas Schneider <asn@samba.org> (cherry picked from commit d78c87e6)
-
Andreas Schneider authored
We use usleep() in the meantime. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14140 Signed-off-by:
Andreas Schneider <asn@samba.org> Signed-off-by:
Isaac Boukris <iboukris@gmail.com> Pair-Programmed-With: Isaac Boukris <iboukris@gmail.com> Reviewed-by:
Matthias Dieter Wallnöfer <mdw@samba.org> Reviewed-by:
Alexander Bokovoy <ab@samba.org> (cherry picked from commit 952e1812)
-
Andreas Schneider authored
fdatasync() and clock_gettime() are provided by glibc on Linux, so there is no need to link against librt. Checks have been added so if there are platforms which require it are still functional. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14140 Signed-off-by:
Andreas Schneider <asn@samba.org> Signed-off-by:
Isaac Boukris <iboukris@gmail.com> Pair-Programmed-With: Isaac Boukris <iboukris@gmail.com> Reviewed-by:
Matthias Dieter Wallnöfer <mdw@samba.org> Reviewed-by:
Alexander Bokovoy <ab@samba.org> (cherry picked from commit 480152dd)
-
Andreas Schneider authored
This calls clock_gettime() which is available in glibc on Linux. If the wscript in libreplace detected that librt is needed for clock_gettime() we have to link against it. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14140 Signed-off-by:
Andreas Schneider <asn@samba.org> Signed-off-by:
Isaac Boukris <iboukris@gmail.com> Pair-Programmed-With: Isaac Boukris <iboukris@gmail.com> Reviewed-by:
Matthias Dieter Wallnöfer <mdw@samba.org> Reviewed-by:
Alexander Bokovoy <ab@samba.org> (cherry picked from commit 4b28239d)
-
Andreas Schneider authored
cmocka also uses clock_gettime(). BUG: https://bugzilla.samba.org/show_bug.cgi?id=14140 Signed-off-by:
Andreas Schneider <asn@samba.org> Signed-off-by:
Isaac Boukris <iboukris@gmail.com> Pair-Programmed-With: Isaac Boukris <iboukris@gmail.com> Reviewed-by:
Matthias Dieter Wallnöfer <mdw@samba.org> Reviewed-by:
Alexander Bokovoy <ab@samba.org> (cherry picked from commit 36e8d715)
-
Andreas Schneider authored
nss_wrapper uses pthread_atfork() which is only provided by libpthread. So we need an explicit dependency. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14140 Signed-off-by:
Andreas Schneider <asn@samba.org> Signed-off-by:
Isaac Boukris <iboukris@gmail.com> Pair-Programmed-With: Isaac Boukris <iboukris@gmail.com> Reviewed-by:
Matthias Dieter Wallnöfer <mdw@samba.org> Reviewed-by:
Alexander Bokovoy <ab@samba.org> (cherry picked from commit 68d8a02e)
-
Andreas Schneider authored
uid_wrapper uses pthread_atfork() which is only provided by libpthread. │···················· So we need an explicit dependency. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14140 Signed-off-by:
Andreas Schneider <asn@samba.org> Signed-off-by:
Isaac Boukris <iboukris@gmail.com> Pair-Programmed-With: Isaac Boukris <iboukris@gmail.com> Reviewed-by:
Matthias Dieter Wallnöfer <mdw@samba.org> Reviewed-by:
Alexander Bokovoy <ab@samba.org> (cherry picked from commit bd0cd8e1)
-
Andreas Schneider authored
On Linux we should avoid linking everything against libpthread. Symbols used my most application are provided by glibc and code which deals with threads has to explicitly link against libpthread. This avoids setting LDFLAGS=-pthread globally. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14140 Signed-off-by:
Andreas Schneider <asn@samba.org> Signed-off-by:
Isaac Boukris <iboukris@gmail.com> Pair-Programmed-With: Isaac Boukris <iboukris@gmail.com> Reviewed-by:
Matthias Dieter Wallnöfer <mdw@samba.org> Reviewed-by:
Alexander Bokovoy <ab@samba.org> (cherry picked from commit 9499db07)
-
Christof Schmitt authored
ID_TYPE_BOTH means that each user and group has two mappings, a uid and gid. In addition the calls to getpwent, getpwuid, getgrent and getgrgid always return some information, so that uid and gid can be mapped to a name. Establish a test to verify that the expected information is returned. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14141 Signed-off-by:
Christof Schmitt <cs@samba.org> Reviewed-by:
Stefan Metzmacher <metze@samba.org> (cherry picked from commit 485874d6)
-
Michael Adam authored
https://git.samba.org/?p=samba.git;a=commitdiff;h=394622ef8c916cf361f8596dba4664dc8d6bfc9e originally introduced the above feature. This functionality was undone as part of "winbind: Restructure get_pwsid" https://git.samba.org/?p=samba.git;a=commitdiff;h=bce19a6efe11980933531f0349c8f5212419366a I think that this semantic change was accidential. This patch undoes the semantic change and re-establishes the functionality. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14141 Signed-off-by:
Michael Adam <obnox@samba.org> Reviewed-by:
Christof Schmitt <cs@samba.org> Reviewed-by:
Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Christof Schmitt <cs@samba.org> Autobuild-Date(master): Fri Sep 27 17:25:29 UTC 2019 on sn-devel-184 (cherry picked from commit 63c9147f) Autobuild-User(v4-11-test): Karolin Seeger <kseeger@samba.org> Autobuild-Date(v4-11-test): Wed Oct 2 11:06:20 UTC 2019 on sn-devel-184
-
Amitay Isaacs authored
This currently skips the last record. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14147 RN: Avoid potential data loss during recovery after vacuuming error Signed-off-by:
Amitay Isaacs <amitay@gmail.com> Reviewed-by:
Martin Schwenke <martin@meltin.net> (cherry picked from commit 33f1c9d9)
-
Jeremy Allison authored
Fix in the same way this was done in SMBC_opendir_ctx() for libsmbclient. This fix means the admin no longer has to remember to set 'min client protocol =' when connecting to an SMB2-only server (MacOSX for example) and trying to list shares. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14152 Signed-off-by:
Jeremy Allison <jra@samba.org> Reviewed-by:
Andreas Schneider <asn@samba.org> (cherry picked from commit ea82bca8)
-
Andreas Schneider authored
There are missing ` at the end of the line. BUG: https://bugzilla.samba.org/show_bug.cgi?id=13884 Signed-off-by:
Andreas Schneider <asn@samba.org> Reviewed-by:
Alexander Bokovoy <ab@samba.org> (cherry picked from commit 320b5be4)
-
Andreas Schneider authored
ldap_add_s() is marked as deprecated. Signed-off-by:
Andreas Schneider <asn@samba.org> Reviewed-by:
Alexander Bokovoy <ab@samba.org> (cherry picked from commit 456322a6)
-
Andreas Schneider authored
Signed-off-by:
Andreas Schneider <asn@samba.org> Reviewed-by:
Alexander Bokovoy <ab@samba.org> (cherry picked from commit b84abb3a)
-
Andreas Schneider authored
Signed-off-by:
Andreas Schneider <asn@samba.org> Reviewed-by:
Alexander Bokovoy <ab@samba.org> (cherry picked from commit 8ed99378)
-
Andreas Schneider authored
Signed-off-by:
Andreas Schneider <asn@samba.org> Reviewed-by:
Alexander Bokovoy <ab@samba.org> (cherry picked from commit 35f3e4ae)
-
Andreas Schneider authored
Signed-off-by:
Andreas Schneider <asn@samba.org> Reviewed-by:
Alexander Bokovoy <ab@samba.org> (cherry picked from commit 4f389c1f)
-
Andreas Schneider authored
This is already handled by libnet_join_post_processing_ads_modify() which calls libnet_join_set_etypes() if encrytion types should be set. Signed-off-by:
Andreas Schneider <asn@samba.org> Reviewed-by:
Alexander Bokovoy <ab@samba.org> (cherry picked from commit b755a643)
-
Andreas Schneider authored
This implements the same behaviour as Windows. BUG: https://bugzilla.samba.org/show_bug.cgi?id=13884 Pair-Programmed-With: Guenther Deschner <gd@samba.org> Signed-off-by:
Guenther Deschner <gd@samba.org> Signed-off-by:
Andreas Schneider <asn@samba.org> Reviewed-by:
Alexander Bokovoy <ab@samba.org> (cherry picked from commit ce776293)
-
Andreas Schneider authored
Signed-off-by:
Andreas Schneider <asn@samba.org> Reviewed-by:
Alexander Bokovoy <ab@samba.org> (cherry picked from commit 39b8c8b3)
-
Andreas Schneider authored
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13884 Pair-Programmed-With: Guenther Deschner <gd@samba.org> Signed-off-by:
Guenther Deschner <gd@samba.org> Signed-off-by:
Andreas Schneider <asn@samba.org> Reviewed-by:
Alexander Bokovoy <ab@samba.org> (cherry picked from commit 14f320fa)
-
Andreas Schneider authored
Signed-off-by:
Andreas Schneider <asn@samba.org> Reviewed-by:
Alexander Bokovoy <ab@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Wed Oct 9 08:26:17 UTC 2019 on sn-devel-184 (cherry picked from commit 459b43e5)
-
Günther Deschner authored
Guenther Signed-off-by:
Guenther Deschner <gd@samba.org> Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> Reviewed-by:
Andreas Schneider <asn@samba.org> (cherry picked from commit 7eae4280)
-
Günther Deschner authored
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14134 Guenther Signed-off-by:
Guenther Deschner <gd@samba.org> Reviewed-by:
Andreas Schneider <asn@samba.org> (cherry picked from commit 709d54d6)
-
Ralph Boehme authored
This now hopefully covers most possible combinations of creating and opening files plus, checking the file's File-ID after every operation. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14137 Signed-off-by:
Ralph Boehme <slow@samba.org> Reviewed-by:
Jeremy Allison <jra@samba.org> (cherry picked from commit 43220241)
-
Ralph Boehme authored
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14137 Signed-off-by:
Ralph Boehme <slow@samba.org> Reviewed-by:
Jeremy Allison <jra@samba.org> (cherry picked from commit 300b4744)
-
Ralph Boehme authored
This is needed for ordinary file or directory opens so the QFID create context response gets the correct File-ID value via dos_mode() from the DOS attributes xattr. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14137 Signed-off-by:
Ralph Boehme <slow@samba.org> Reviewed-by:
Jeremy Allison <jra@samba.org> (cherry picked from commit e1dfaa2b)
-
Ralph Boehme authored
This is required to ensure File-ID info is populated with the correct on-disk value, before calling file_set_dosmode() which will update the on-disk value. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14137 Signed-off-by:
Ralph Boehme <slow@samba.org> Reviewed-by:
Jeremy Allison <jra@samba.org> (cherry picked from commit 49a754b8)
-
Ralph Boehme authored
Needed to add additional stuff after the if block in the next commit. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14137 Signed-off-by:
Ralph Boehme <slow@samba.org> Reviewed-by:
Jeremy Allison <jra@samba.org> (cherry picked from commit d7dc8599)
-
Ralph Boehme authored
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14137 Signed-off-by:
Ralph Boehme <slow@samba.org> Reviewed-by:
Jeremy Allison <jra@samba.org> (cherry picked from commit 6c1647ca)
-
Ralph Boehme authored
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14137 Signed-off-by:
Ralph Boehme <slow@samba.org> Reviewed-by:
Jeremy Allison <jra@samba.org> (cherry picked from commit f9fdb8a2)
-
Ralph Boehme authored
Signed-off-by:
Ralph Boehme <slow@samba.org> Reviewed-by:
Jeremy Allison <jra@samba.org> (cherry picked from commit 2584b4cd)
-
Ralph Boehme authored
This allows changing the semantics of is_ntfs_stream_smb_fname() in the next commit. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14137 Signed-off-by:
Ralph Boehme <slow@samba.org> Reviewed-by:
Jeremy Allison <jra@samba.org> (cherry picked from commit 3f8bc1ce)
-
Ralph Boehme authored
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14137 Signed-off-by:
Ralph Boehme <slow@samba.org> Reviewed-by:
Jeremy Allison <jra@samba.org> (cherry picked from commit 780a8dcb)
-
Ralph Boehme authored
Add a new utility functions that checks whether a struct smb_filename points to a real named stream, excluding the default stream "::$DATA". foo -> false foo::$DATA -> false foo:bar -> true foo:bar:$DATA -> true BUG: https://bugzilla.samba.org/show_bug.cgi?id=14137 Signed-off-by:
Ralph Boehme <slow@samba.org> Reviewed-by:
Jeremy Allison <jra@samba.org> (cherry picked from commit 091e3fda)
-
Ralph Boehme authored
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14137 Signed-off-by:
Ralph Boehme <slow@samba.org> Reviewed-by:
Jeremy Allison <jra@samba.org> (cherry picked from commit 90a14c90)
-
Ralph Boehme authored
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14137 Signed-off-by:
Ralph Boehme <slow@samba.org> Reviewed-by:
Jeremy Allison <jra@samba.org> (cherry picked from commit c190f3ef)
-
Isaac Boukris authored
We should not use the mech list sent by the server in the last 'negotiate' packet in CIFS protocol, as it is not protected and may be subject to downgrade attacks. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14106 Signed-off-by:
Isaac Boukris <iboukris@redhat.com> Reviewed-by:
Andreas Schneider <asn@samba.org> Reviewed-by:
Andrew Bartlett <abartlet@samba.org> Reviewed-by:
Stefan Metzmacher <metze@samba.org>
-
Andreas Schneider authored
The list is not protected and this could be a downgrade attack. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14106 Pair-Programmed-With: Isaac Boukris <iboukris@redhat.com> Reviewed-by:
Andreas Schneider <asn@samba.org> Signed-off-by:
Andreas Schneider <asn@samba.org> Signed-off-by:
Isaac Boukris <iboukris@redhat.com> Reviewed-by:
Stefan Metzmacher <metze@samba.org>
-
Isaac Boukris authored
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14106 Signed-off-by:
Isaac Boukris <iboukris@redhat.com> Reviewed-by:
Andreas Schneider <asn@samba.org> Reviewed-by:
Andrew Bartlett <abartlet@samba.org> Reviewed-by:
Stefan Metzmacher <metze@samba.org>
-
Isaac Boukris authored
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14106 Signed-off-by:
Isaac Boukris <iboukris@redhat.com> Reviewed-by:
Andreas Schneider <asn@samba.org> Reviewed-by:
Andrew Bartlett <abartlet@samba.org> Reviewed-by:
Stefan Metzmacher <metze@samba.org>
-
Isaac Boukris authored
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14106 Signed-off-by:
Isaac Boukris <iboukris@redhat.com> Reviewed-by:
Andreas Schneider <asn@samba.org> Reviewed-by:
Andrew Bartlett <abartlet@samba.org> Reviewed-by:
Stefan Metzmacher <metze@samba.org>
-
Stefan Metzmacher authored
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14106 Signed-off-by:
Stefan Metzmacher <metze@samba.org> Reviewed-by:
Andreas Schneider <asn@samba.org>
-
Isaac Boukris authored
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14106 Pair-Programmed-With: Andreas Schneider <asn@samba.org> Signed-off-by:
Isaac Boukris <iboukris@gmail.com> Signed-off-by:
Andreas Schneider <asn@samba.org> Reviewed-by:
Stefan Metzmacher <metze@samba.org>
-
Isaac Boukris authored
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14106 Signed-off-by:
Isaac Boukris <iboukris@redhat.com> Reviewed-by:
Andreas Schneider <asn@samba.org> Reviewed-by:
Andrew Bartlett <abartlet@samba.org> Reviewed-by:
Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Sat Oct 12 15:51:42 UTC 2019 on sn-devel-184
-
Andreas Schneider authored
The autobuild cleanup script fails with: The tree has 3 new uncommitted files!!! git clean -n Would remove MEMORY:tmp_smb_creds_SK98Lv Would remove MEMORY:tmp_smb_creds_kornU6 Would remove MEMORY:tmp_smb_creds_ljR828 Signed-off-by:
Andreas Schneider <asn@samba.org> Reviewed-by:
Stefan Metzmacher <metze@samba.org> (cherry picked from commit d8886552)
-
Andreas Schneider authored
This partially reverts 303b7e59. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14155 Pair-Programmed-With: Isaac Boukris <iboukris@redhat.com> Signed-off-by:
Andreas Schneider <asn@samba.org> Signed-off-by:
Isaac Boukris <iboukris@redhat.com> Reviewed-by:
Stefan Metzmacher <metze@samba.org> (cherry picked from commit 12358429)
-
Isaac Boukris authored
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14140 Signed-off-by:
Isaac Boukris <iboukris@gmail.com> Reviewed-by:
Andreas Schneider <asn@samba.org> Reviewed-by:
Alexander Bokovoy <ab@samba.org> (cherry picked from commit d473f1e3)
-
Isaac Boukris authored
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14140 Signed-off-by:
Isaac Boukris <iboukris@gmail.com> Reviewed-by:
Andreas Schneider <asn@samba.org> Reviewed-by:
Alexander Bokovoy <ab@samba.org> (cherry picked from commit 7259197b) Autobuild-User(v4-11-test): Karolin Seeger <kseeger@samba.org> Autobuild-Date(v4-11-test): Wed Oct 16 20:39:04 UTC 2019 on sn-devel-184
-
Karolin Seeger authored
Signed-off-by:
Karolin Seeger <kseeger@samba.org>
-
Karolin Seeger authored
Signed-off-by:
Karolin Seeger <kseeger@samba.org>
-
Mathieu Parent authored