| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
| |
This fixes bug #6519.
(cherry picked from commit 4fb1f8e8fe46b3e77c06612ac3fc3d67cf650a11)
(cherry picked from commit 39bfcc5d50892ad0c387f0ca3932e961e77fdc39)
|
|
|
|
|
|
|
|
|
| |
parameters
(cherry picked from commit 969106a21fe169282e3b42e51d9e14836d6a41b2)
This fixes bug #6264.
(cherry picked from commit 8135fb06fb18fe42b05f6a938d31905d8ebc903a)
|
|
|
|
|
|
|
|
|
|
| |
(when called from places with "#define NO_CONFIG_H" set, such as configure)
This fixes bug #6521.
Michael
(cherry picked from commit e4e855563bcbeb7be54de57d8c1d41d35ddc5e7a)
(cherry picked from commit 6bac56bc6873470958a2369827cbfa3a7c8241d4)
|
|
|
|
|
| |
Karolin
(cherry picked from commit 21c9ca179abc18cb3f898e1885adb293c785508c)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
stopped working when "modify properties" permissions were not granted (meaning you had to be allowed to disable the account that you were about to delete).
Libnetapi should not delete machine accounts, as this does not
happen on win32. The WKSSVC_JOIN_FLAGS_ACCOUNT_DELETE flag
really means "disable" (both in practice and docs).
However, to keep the functionality in "net ads leave", we
will still try to do the delete. If this fails, we try
to do the disable.
Additionally, it is possible in windows to not disable or
delete the account, but just tell the local machine that it
is no longer in the account. libnet can now do this as well.
Don't use ads realm name for non-ads case. #6481
Also check that the connection to ads worked.
(cherry picked from commit 75eacdd7e0faa72775c4a143193edd594bd99ee7)
|
|
|
|
|
| |
Karolin
(cherry picked from commit e742e2b3968801f15f0127f02dff27c78371b5f7)
|
|
|
|
|
| |
Guenther
(cherry picked from commit d5c73127b7e6a9ab917c35811fcfdcfe11681086)
|
|
|
|
|
| |
(cherry picked from commit 55ed0be65f07b46d51a647e556644039d68a002d)
(cherry picked from commit 36791e2d05f05282ac4eaab17541aa857e48d830)
|
|
|
|
|
| |
Karolin
(cherry picked from commit 2fdd917894c3571a101ac6f9cafd63585bcb8d52)
|
|
|
|
|
|
| |
Signed-off-by: Bo Yang <boyang@samba.org>
Signed-off-by: Michael Adam <obnox@samba.org>
(cherry picked from commit de4c8478e5f6de8c9207f15287b52cb383a903bf)
|
|
|
|
|
| |
Karolin
(cherry picked from commit bb59901d6e4f7c03b815ac6afd297b4230031330)
|
|
|
|
|
| |
Karolin
(cherry picked from commit 228d43ce016e56396f83ed4fb77b246c539bba79)
|
|
|
|
|
|
| |
This addresses bug #6498.
(cherry picked from commit a702dea5a86f22e0b7857b67447152a06b3bbea2)
(cherry picked from commit ed9d22f23789aa0b3c3c69aabcd398d52c95de5b)
|
|
|
|
|
|
|
|
| |
With the previous code, the cache can never have been hit at all.
Michael
(cherry picked from commit a4bc5bfa95be242fe1c8e0cd520a8f1e3d2a67f5)
(cherry picked from commit 410fa8258169bc9b4a61164cd893746d3e6abfae)
|
|
|
|
|
| |
(cherry picked from commit ddd37c2b235eb03ddb438ebb2cdd14dd67f867f3)
(cherry picked from commit 35c8019db31ccb673498b32134944d8acac6ffa9)
|
|
|
|
|
|
|
|
|
| |
This fixes bug #6412.
Thanks to Carsten Dumke <carsten [at] cdumke.de> for reporting!
Karolin
(cherry picked from commit 4ad43a21344b43f1c9fe459165098bcab1695711)
(cherry picked from commit 84750d556d0a42b5d8b134308311e2cb9a533b58)
|
|
|
|
|
| |
Karolin
(cherry picked from commit 58e847f998087a33f0c80c2705ac2ce5b2807e75)
|
|
|
|
|
| |
variable.
(cherry picked from commit 2c2894b4646567e3d92b9044a5059021def338f9)
|
|
|
|
|
| |
Karolin
(cherry picked from commit 209452c60930542bf383a9fba8626da73e0e0861)
|
|
|
|
|
| |
(cherry picked from commit 5a9ca3db032af5938e9709f3355a1f45b1e08d27)
(cherry picked from commit 9424e91ecdcf2e5dbdd06e9d97693dd193608324)
|
|
|
|
| |
(cherry picked from commit 1a0005e1c508cf3b170d1c7e43b94a47b2820506)
|
|
|
|
|
| |
Karolin
(cherry picked from commit cfd94239b89139b3c3ec4e2815f3e05217f0419a)
|
|
|
|
|
|
|
| |
Based on patch from Blindauer Emmanuel <samba@mooby.net>.
Guenther
(cherry picked from commit e77355fec0f3b30cadcefc106c4f7957bf763c6b)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This reverts commit c039bc15ba597d955d0ccbf5642388b0a03ba40b and dependent
commits 33c6ba805756739b7b4395bedb66ae00797cbcb1 and
ce18ba7e24b5578672d2f2ffaab97ef708421067.
While it certainly would be a nice to have feature, this has caused more
hassle than reasonable, e.g. in net commands that need to use the machine
account like net (ads|rpc) testjoin.
This un-fixes bug #6305.
(cherry picked from commit eadbd85b2797683b3a17a1919c4aea28d6519a01)
|
|
|
|
|
|
|
| |
We weren't reaping children in the [x]inetd case.
Jeremy.
(cherry picked from commit 7d20e8f7f4d3d1a17b3817cea370304f2f437809)
(cherry picked from commit ec18e0f11eda8d25feb14c92cf7d90bda8d79269)
|
|
|
|
|
|
|
|
| |
This is part of a fix for bug #6328.
Karolin
(cherry picked from commit e912764a5e0c1f05f921667eb56ef58552de454b)
(cherry picked from commit a291e88019771bb2703bf9854483404a6ee8d622)
|
|
|
|
|
|
|
|
|
| |
rights.
David
Signed-off-by: Günther Deschner <gd@samba.org>
(cherry picked from commit 4d189ed0be01d71689731d315b53d8ba1d158be3)
|
|
|
|
|
| |
Karolin
(cherry picked from commit 86adaae8ea12a88e6f7e84de4c645f237730da1c)
|
|
|
|
|
| |
Karolin
(cherry picked from commit 13494c0f8f9459c51b520a7cf60790e9e2f475b4)
|
|
|
|
|
| |
Karolin
(cherry picked from commit 6098be34ba62b96908e6dfe7a9d63519cee6a5af)
|
|
|
|
|
|
| |
Debian.org and SerNet packages.
(cherry picked from commit ba4a047b360c14587430d9bca6c7bf3a88445d6a)
(cherry picked from commit 6400b0c36df259fe43a93cec9521e21114a02fc9)
|
|
|
|
|
|
| |
Karolin
(cherry picked from commit c5580cafcb19853e06e06844c7ce36daa8cb4298)
(cherry picked from commit f86948bcbfffea7ad5bee9bdfd8e1ac3bd0ac98d)
|
|
|
|
|
|
|
|
| |
Thanks to Yuri Kozlov <kozlov.y [at] gmail.com>!
This is part of a fix for bug #4755.
(cherry picked from commit e26de2dadcb7b3b9d39e066867e04fe1d5553261)
(cherry picked from commit 8057dbd51d3e4d67042a1751359bc71cea0a0d77)
|
|
|
|
|
|
|
|
|
|
|
| |
was given.
When no callback or wrapping has managed to get a password, prompt in the
netapi connection manager for a password.
Guenther
(cherry picked from commit 33be1f56f778116a5657b257ffb0f1eb7196658a)
(cherry picked from commit 601520bf618555d7ef04f5586956b53a37594bff)
|
|
|
|
|
|
|
|
|
|
| |
This is part of a fix for bug #4755.
Patch was provided (mainly) by Helge Kreutzmann <debian [at] helgefjell.de>.
Thanks!
Karolin
(cherry picked from commit f0930cef837cb4bdbbc98b01abde41303bef6d88)
(cherry picked from commit 39b97a9826847e4336c35d8a2d02be2d64334e76)
|
|
|
|
|
|
| |
Guenther
(cherry picked from commit 29b8e08b83eeb0ab7d33bf46981cdbad8c35dc9b)
(cherry picked from commit dc4b6a14b64c9ab38490527fa6b248ba29ec4a73)
|
|
|
|
|
|
|
|
| |
Thanks to Herb Lewis <hlewis [at] panasas.com> for noticing!
Karolin
(cherry picked from commit 095f66b0ed74d4b5c7561ca05bbfdf33f60d0600)
(cherry picked from commit 04b45fbbec832bb35adebe03583b9b622954a9dc)
|
|
|
|
|
| |
Karolin
(cherry picked from commit c2010f134b6a888e1dcd17b1f5e2c1b2656419a4)
|
|
|
|
|
| |
Signed-off-by: Andreas Schneider <mail@cynapses.org>
(cherry picked from commit 9b3d5fc7de1103a634b86ff4d18ceb146ca6b027)
|
|
|
|
|
|
| |
Signed-off-by: Andreas Schneider <mail@cynapses.org>
(cherry picked from commit 59ab1574e41993d24733affbca07d3f7da245fc7)
(cherry picked from commit d547aab1511c72e1cab034e2945f6ad63bda6659)
|
|
|
|
|
|
| |
Signed-off-by: Andreas Schneider <mail@cynapses.org>
(cherry picked from commit 1809ff4b2339bd3066532abccea0944da45edf64)
(cherry picked from commit 5d2dfba6d1699c6e417cc21233a1cc871f3c0ad1)
|
|
|
|
|
|
| |
Signed-off-by: Andreas Schneider <mail@cynapses.org>
(cherry picked from commit 779eea49de3f53040fe792de4b74b73a0c51ecb3)
(cherry picked from commit 24d6f697844bc85a03c047e5470abcfdd53735a2)
|
|
|
|
|
|
| |
Signed-off-by: Andreas Schneider <mail@cynapses.org>
(cherry picked from commit 24f9f32fedb92f881658db856db15173e57af0bd)
(cherry picked from commit 55df96313c5b966f41b0b5c426cf6a420cafa855)
|
|
|
|
|
|
|
|
|
|
| |
This fixes bug #6472.
Karolin
Signed-off-by: Volker Lendecke <vl@samba.org>
(cherry picked from commit f92269a6ce220e12b9b80c15ed3fa2e9e6b4a6dc)
(cherry picked from commit e24c2401750212d7212952f574ed9765fb1f2e8e)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
others.
The reason we couldn't delete was we were erroring out early
if requestor was not the owner of the file we wanted to delete,
instead of checking if the requestor owned the directory as well.
If either of these is true, we must go on and check the ACL.
Karolin, this is a must for 3.4.0 and also 3.3.next. I'll update
the bug report with patches for 3.4.0 and 3.3.next and ask vl
to review.
Jeremy.
(cherry picked from commit cea3a63a86a733a16c3e91f5a78e972be802eb5c)
|
|
|
|
|
|
|
|
|
|
|
|
| |
It is totally valid to have an alias with no members.
This fixes bug #6465.
Tridge, please check.
Found by RPC-SAMR torture test.
Guenther
(cherry picked from commit 08bb869d03520479989052b1fd9ef3f788d95589)
|
|
|
|
|
|
|
|
| |
users.
GUenther
(cherry picked from commit 3938d1e5fa1996f64e92d33d6893bab620d16b23)
(cherry picked from commit 0491f038403036814acf6eacc7bb742345bbe27b)
|
|
|
|
|
| |
Karolin
(cherry picked from commit 524b090b12c51ad2748e2b635144c9d0fa89c350)
|
|
|
|
|
| |
Karolin
(cherry picked from commit 0f68bd945ff797ffaa3fcc3a5722a4bc17639276)
|
|
|
|
|
|
|
|
|
|
|
|
| |
This always needs to use machine account credentials.
Fixes bug #6456.
Kai, please check.
Guenther
Signed-off-by: Kai Blin <kai@samba.org>
(cherry picked from commit f1d8ffab15d339f485b4cb2062167db026537b1f)
|