summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* s3/docs: Fix typo.Matt Kraai2009-07-011-1/+1
| | | | | | This fixes bug #6519. (cherry picked from commit 4fb1f8e8fe46b3e77c06612ac3fc3d67cf650a11) (cherry picked from commit 39bfcc5d50892ad0c387f0ca3932e961e77fdc39)
* s3 docs: Add documentation for 'kerberos method' and 'dedicated keytab file' ↵Tim Prouty2009-07-012-0/+54
| | | | | | | | | parameters (cherry picked from commit 969106a21fe169282e3b42e51d9e14836d6a41b2) This fixes bug #6264. (cherry picked from commit 8135fb06fb18fe42b05f6a938d31905d8ebc903a)
* lib/util: fix building tevent_ntstatus without config.hMichael Adam2009-07-011-1/+0
| | | | | | | | | | (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)
* WHATSNEW: Update changes since 3.4.0rc1.Karolin Seeger2009-06-301-0/+5
| | | | | Karolin (cherry picked from commit 21c9ca179abc18cb3f898e1885adb293c785508c)
* Don't require "Modify property" perms to unjoin bug #6481) "net ads leave" ↵Jim McDonough2009-06-306-23/+57
| | | | | | | | | | | | | | | | | | | | | 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)
* WHATSNEW: Update changes.Karolin Seeger2009-06-291-0/+4
| | | | | Karolin (cherry picked from commit e742e2b3968801f15f0127f02dff27c78371b5f7)
* s3-selftest: add RPC-SAMR-MACHINE-AUTH to list of test to run against s3.Günther Deschner2009-06-291-2/+3
| | | | | Guenther (cherry picked from commit d5c73127b7e6a9ab917c35811fcfdcfe11681086)
* Fix bug 6514: net gives unhelpful "lp_load failed" when it's missing smb.confDavid Markey2009-06-291-1/+1
| | | | | (cherry picked from commit 55ed0be65f07b46d51a647e556644039d68a002d) (cherry picked from commit 36791e2d05f05282ac4eaab17541aa857e48d830)
* WHATSNEW: Update changes.Karolin Seeger2009-06-271-1/+8
| | | | | Karolin (cherry picked from commit 2fdd917894c3571a101ac6f9cafd63585bcb8d52)
* s3: fix building of pam_smbpass.Bo Yang2009-06-271-0/+15
| | | | | | Signed-off-by: Bo Yang <boyang@samba.org> Signed-off-by: Michael Adam <obnox@samba.org> (cherry picked from commit de4c8478e5f6de8c9207f15287b52cb383a903bf)
* s3/VERSION: Raise version number up to 3.4.0.Karolin Seeger2009-06-271-1/+1
| | | | | Karolin (cherry picked from commit bb59901d6e4f7c03b815ac6afd297b4230031330)
* WHATSNEW: Update changes since 3.4.0rc1.Karolin Seeger2009-06-271-8/+21
| | | | | Karolin (cherry picked from commit 228d43ce016e56396f83ed4fb77b246c539bba79)
* s3/lanman: Workaround for KB932762.Volker Lendecke2009-06-271-0/+1
| | | | | | This addresses bug #6498. (cherry picked from commit a702dea5a86f22e0b7857b67447152a06b3bbea2) (cherry picked from commit ed9d22f23789aa0b3c3c69aabcd398d52c95de5b)
* s3:passdb: fix bug #6509: use gid (not uid) cache in fetch_gid_from_cache().Michael Adam2009-06-271-1/+1
| | | | | | | | With the previous code, the cache can never have been hit at all. Michael (cherry picked from commit a4bc5bfa95be242fe1c8e0cd520a8f1e3d2a67f5) (cherry picked from commit 410fa8258169bc9b4a61164cd893746d3e6abfae)
* s3:configure: "test" only takes one "="Björn Jacke2009-06-271-1/+1
| | | | | (cherry picked from commit ddd37c2b235eb03ddb438ebb2cdd14dd67f867f3) (cherry picked from commit 35c8019db31ccb673498b32134944d8acac6ffa9)
* s3/docs: Fix typo.Karolin Seeger2009-06-271-1/+1
| | | | | | | | | 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)
* WHATSNEW: Update changes.samba-3.4.0rc1Karolin Seeger2009-06-191-0/+2
| | | | | Karolin (cherry picked from commit 58e847f998087a33f0c80c2705ac2ce5b2807e75)
* Bug 6488: acl_group_override() call in posix acls references an uninitializedJeremy Allison2009-06-191-12/+10
| | | | | variable. (cherry picked from commit 2c2894b4646567e3d92b9044a5059021def338f9)
* WHATSNEW: Update changes since 3.4.0pre2.Karolin Seeger2009-06-191-0/+2
| | | | | Karolin (cherry picked from commit 209452c60930542bf383a9fba8626da73e0e0861)
* Fix bug 4699: Remove pidfile on clean shutdownVolker Lendecke2009-06-195-8/+28
| | | | | (cherry picked from commit 5a9ca3db032af5938e9709f3355a1f45b1e08d27) (cherry picked from commit 9424e91ecdcf2e5dbdd06e9d97693dd193608324)
* Fix bug #6487: Missing DFS call in trans2 mkdir call.Jeremy Allison2009-06-191-0/+15
| | | | (cherry picked from commit 1a0005e1c508cf3b170d1c7e43b94a47b2820506)
* WHATSNEW: Update changes since 3.4.0pre2.Karolin Seeger2009-06-191-0/+12
| | | | | Karolin (cherry picked from commit cfd94239b89139b3c3ec4e2815f3e05217f0419a)
* s3-pam_winbind: Fix Bug 6253: Use correct value for password expiry calculation.Günther Deschner2009-06-191-1/+2
| | | | | | | Based on patch from Blindauer Emmanuel <samba@mooby.net>. Guenther (cherry picked from commit e77355fec0f3b30cadcefc106c4f7957bf763c6b)
* Revert "net: Use samba default command line arguments."Kai Blin2009-06-1912-175/+209
| | | | | | | | | | | | | 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)
* Fix bug #6476 - more then 3000 smbd-zombies in memoryJeremy Allison2009-06-191-0/+12
| | | | | | | We weren't reaping children in the [x]inetd case. Jeremy. (cherry picked from commit 7d20e8f7f4d3d1a17b3817cea370304f2f437809) (cherry picked from commit ec18e0f11eda8d25feb14c92cf7d90bda8d79269)
* s3/docs: Add documentation for 'net sam rights'.Karolin Seeger2009-06-191-0/+27
| | | | | | | | This is part of a fix for bug #6328. Karolin (cherry picked from commit e912764a5e0c1f05f921667eb56ef58552de454b) (cherry picked from commit a291e88019771bb2703bf9854483404a6ee8d622)
* s3-net: Fix Bug #6328: support "net sam rights grant/revoke" with multiple ↵David Markey2009-06-191-27/+37
| | | | | | | | | rights. David Signed-off-by: Günther Deschner <gd@samba.org> (cherry picked from commit 4d189ed0be01d71689731d315b53d8ba1d158be3)
* WHATSNEW: Update changes since 3.4.0pre2.Karolin Seeger2009-06-171-1/+13
| | | | | Karolin (cherry picked from commit 86adaae8ea12a88e6f7e84de4c645f237730da1c)
* s3/packaging: pam_winbind has been moved to section 8.Karolin Seeger2009-06-171-1/+1
| | | | | Karolin (cherry picked from commit 13494c0f8f9459c51b520a7cf60790e9e2f475b4)
* s3/packaging: source -> source3Karolin Seeger2009-06-171-7/+7
| | | | | Karolin (cherry picked from commit 6098be34ba62b96908e6dfe7a9d63519cee6a5af)
* packaging/Debian: Remove outdated Debian package sources and instead refer toJelmer Vernooij2009-06-17277-30924/+16
| | | | | | Debian.org and SerNet packages. (cherry picked from commit ba4a047b360c14587430d9bca6c7bf3a88445d6a) (cherry picked from commit 6400b0c36df259fe43a93cec9521e21114a02fc9)
* s3/i18n: Add Russian to the list.Karolin Seeger2009-06-171-1/+1
| | | | | | Karolin (cherry picked from commit c5580cafcb19853e06e06844c7ce36daa8cb4298) (cherry picked from commit f86948bcbfffea7ad5bee9bdfd8e1ac3bd0ac98d)
* s3/i18n: Add Russian translation for SWAT messages.Karolin Seeger2009-06-1712-0/+694
| | | | | | | | 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)
* s3-netapi: Fix Bug #6305. Correctly prompt for a password when a username ↵Günther Deschner2009-06-171-1/+5
| | | | | | | | | | | 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)
* s3/i18n: Update German SWAT translations.Karolin Seeger2009-06-171-215/+239
| | | | | | | | | | 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)
* s3-netapi: Fix Bug #6451: net/libnetapi user rename using wrong access bits.Günther Deschner2009-06-171-0/+2
| | | | | | Guenther (cherry picked from commit 29b8e08b83eeb0ab7d33bf46981cdbad8c35dc9b) (cherry picked from commit dc4b6a14b64c9ab38490527fa6b248ba29ec4a73)
* s3/libsmb: Fix typo in error message.Karolin Seeger2009-06-171-1/+1
| | | | | | | | Thanks to Herb Lewis <hlewis [at] panasas.com> for noticing! Karolin (cherry picked from commit 095f66b0ed74d4b5c7561ca05bbfdf33f60d0600) (cherry picked from commit 04b45fbbec832bb35adebe03583b9b622954a9dc)
* s3/docs: Correct version number.Karolin Seeger2009-06-171-1/+1
| | | | | Karolin (cherry picked from commit c2010f134b6a888e1dcd17b1f5e2c1b2656419a4)
* Fix the section of the pam_winbind manpage.Andreas Schneider2009-06-172-5/+5
| | | | | Signed-off-by: Andreas Schneider <mail@cynapses.org> (cherry picked from commit 9b3d5fc7de1103a634b86ff4d18ceb146ca6b027)
* Move pam_winbind to the right manpage section (8).Andreas Schneider2009-06-171-0/+0
| | | | | | Signed-off-by: Andreas Schneider <mail@cynapses.org> (cherry picked from commit 59ab1574e41993d24733affbca07d3f7da245fc7) (cherry picked from commit d547aab1511c72e1cab034e2945f6ad63bda6659)
* Dcoument the PAM data exports in the pam_winbind manpage.Andreas Schneider2009-06-171-0/+44
| | | | | | Signed-off-by: Andreas Schneider <mail@cynapses.org> (cherry picked from commit 1809ff4b2339bd3066532abccea0944da45edf64) (cherry picked from commit 5d2dfba6d1699c6e417cc21233a1cc871f3c0ad1)
* Document the try_first_pass option in the pam_winbind manpage.Andreas Schneider2009-06-171-5/+8
| | | | | | Signed-off-by: Andreas Schneider <mail@cynapses.org> (cherry picked from commit 779eea49de3f53040fe792de4b74b73a0c51ecb3) (cherry picked from commit 24d6f697844bc85a03c047e5470abcfdd53735a2)
* Add a synopsis section to the pam_winbind manpage.Andreas Schneider2009-06-171-0/+25
| | | | | | Signed-off-by: Andreas Schneider <mail@cynapses.org> (cherry picked from commit 24f9f32fedb92f881658db856db15173e57af0bd) (cherry picked from commit 55df96313c5b966f41b0b5c426cf6a420cafa855)
* s3/libsmb: Fix debug message.Karolin Seeger2009-06-171-1/+1
| | | | | | | | | | This fixes bug #6472. Karolin Signed-off-by: Volker Lendecke <vl@samba.org> (cherry picked from commit f92269a6ce220e12b9b80c15ed3fa2e9e6b4a6dc) (cherry picked from commit e24c2401750212d7212952f574ed9765fb1f2e8e)
* Fix bug #6297 - owner of sticky directory cannot delete files created byJeremy Allison2009-06-171-2/+13
| | | | | | | | | | | | | 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)
* s3-groupdb: fix enum_aliasmem in ldb branch.Günther Deschner2009-06-171-1/+1
| | | | | | | | | | | | 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)
* s3-docs: Fix Bug #4280. Shutdown scripts are called as root for privileged ↵Günther Deschner2009-06-172-2/+2
| | | | | | | | users. GUenther (cherry picked from commit 3938d1e5fa1996f64e92d33d6893bab620d16b23) (cherry picked from commit 0491f038403036814acf6eacc7bb742345bbe27b)
* WHATSNEW: Update changes since 3.4.0pre2.Karolin Seeger2009-06-111-5/+23
| | | | | Karolin (cherry picked from commit 524b090b12c51ad2748e2b635144c9d0fa89c350)
* VERSION: Raise version number up to 3.4.0rc1.Karolin Seeger2009-06-111-2/+2
| | | | | Karolin (cherry picked from commit 0f68bd945ff797ffaa3fcc3a5722a4bc17639276)
* s3-net: fix "net ads testjoin".Günther Deschner2009-06-111-0/+1
| | | | | | | | | | | | 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)