summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Attempt to fix the build on Irix CCsamba-3.2.0Volker Lendecke2008-07-011-1/+3
| | | | (cherry picked from commit 666bf8456ac44cbbbd5524af2bf4fd89e18ddf62)
* WHATSNEW: Remove reference to 3rd version of Using Samba.Karolin Seeger2008-07-011-4/+0
| | | | | | | Book is still missing, so I can't ship it. Karolin (cherry picked from commit b124b02afe6a010fd99b29803caaf267d05fab98)
* WHATSNEW: Update changes since 3.2.0rc2.Karolin Seeger2008-06-301-0/+4
| | | | | Karolin (cherry picked from commit c1a708ddba737f9147e4f5f179aca031584d0983)
* After technical consultation, add Steven Danneman's ↵Jeremy Allison2008-06-308-180/+305
| | | | | | | | <steven.danneman@isilon.com> patch to make winbindd enum users and groups async. We need this for 3.2.0 official. Jeremy. (cherry picked from commit d05451c2c256e04870ebe6467f38585dad72f3a9)
* WHATSNEW: Fix alphabetical order, update changes.Karolin Seeger2008-06-301-4/+8
| | | | | Karolin (cherry picked from commit 3d5872c64d5cefc3125702b4c1a3156161abfad2)
* Fix from Atte Peltomäki - atte.peltomaki@f-secure.com to correctly checkJeremy Allison2008-06-301-1/+1
| | | | | | error code in winbindd group expansion. Jeremy. (cherry picked from commit c622c997c513d02f929beaaf8ce2e5aa249fcc47)
* WHATSNEW: Update changes since 3.2.0rc2.Karolin Seeger2008-06-291-0/+3
| | | | | Karolin (cherry picked from commit 8e28052cbc923077616f4cbddc81f4f3d4f341ab)
* Return NULL in sitename_fetch() if gencache_init() fails. Not falseGerald W. Carter2008-06-291-1/+1
| | | | | (cherry picked from commit 9e9bab2dd859c7bb8082b4c932f1a95adf1895c6) (cherry picked from commit 7a853d265b3701a8a0003c4e3771c4a2fa1c6156)
* Fix a file descriptor leak in add_port_hookVolker Lendecke2008-06-291-4/+1
| | | | | | | This was probably cut&paste from add_printer_hook which further down has the unconditional close(fd). In add_port_hook() we're not interested in the output of 'addport command', so don't create the out fd. (cherry picked from commit 0c5ca2127ac6e3c71e369242376d27429c3aee5e)
* Fix bug #5568 net rpc trustdom add broken !Jeremy Allison2008-06-292-3/+24
| | | | | | | | | | | net rpc trustdom add was broken. The default 10second timeout can be too short to create an account on a Samba DC (calling out to a script), error message reporting was poor, and more importantly the new marshalling code for user_info23 was broken (maps onto a user_info21 but doesn't clear the user_info23 struct before marshalling, leaving an uninitialized size field - give "alloc failure"). Jeremy. (cherry picked from commit 52552623277726c2f28a992f68d8bc22982bab28)
* Fix usage message for net rpc trustdom add.Jeremy Allison2008-06-291-2/+2
| | | | | Jeremy. (cherry picked from commit 55a6664cfdab9c0230836aff57ec8d2cc5bfca14)
* Fix warnings on SuSE 9.0.Karolin Seeger2008-06-272-0/+16
| | | | | | | The macros "[un]likely" are already defined on SuSE 9.0. Patch from Volker. (cherry picked from commit 30d181c92463aecd6e649330d3645d86d5a17e43) (cherry picked from commit 33eb39de7b0e88bf51430d645be26d47effaa98f)
* WHATSNEW: Update changes since 3.2.0rc2.Karolin Seeger2008-06-271-0/+2
| | | | | Karolin (cherry picked from commit 1cc413677eee0134cd203d85302da55d3d0be328)
* Fix gcc warnings at -O3.Jeremy Allison2008-06-273-4/+5
| | | | | Jeremy. (cherry picked from commit 096ff390a24ce971c9a207493dc1b5d9f88518b6)
* Fix valgrind errors in _spoolss_addprinterdriverVolker Lendecke2008-06-271-0/+11
| | | | | | | | | | Jerry, this was dropped as part of your SVN r15309 (037f9f83). Can you please check? Thanks, Volker (cherry picked from commit 5aa2411f0b3720b790439359a2dadb23008e936e)
* WHATSNEW: Update changes since 3.2.0rc2.Karolin Seeger2008-06-261-0/+1
| | | | | Karolin (cherry picked from commit 956e1f754580d7194e1716a90725f1e02c8001f7)
* Fix a segfault in rpcclient adddriverVolker Lendecke2008-06-261-12/+13
| | | | (cherry picked from commit d4b5a9d67389578f531527b339f6feead62f082d)
* WHATSNEW: Preparations for 3.2.0.Karolin Seeger2008-06-261-635/+14
| | | | | Karolin (cherry picked from commit 7e3e68bbeaa8b644c6a84848bcb28507765b2b3d)
* VERSION: Update version.Karolin Seeger2008-06-261-1/+1
| | | | | Karolin (cherry picked from commit 3dfa6c3b34652c5b13b9f1fc299241214611a4e2)
* Part of fix for #5551. Split out the group enumeration functions to a ↵Jeremy Allison2008-06-261-15/+27
| | | | | | | | BUILTIN and a Domain specific version. Stops the domain groups appearing twice. Jeremy. (cherry picked from commit ee7af33ec6e752b1b1898b50aebc96e66ea423db)
* Final (hopefully :-) part of fix for bug #5551. Allow passdb backend to ↵Jeremy Allison2008-06-261-23/+45
| | | | | | | enumerate domain groups. Jeremy (cherry picked from commit 269521ee08b962040afe63ea74130ba27f29e092)
* Fix for bug #5551, smbd recursing back into winbindd from a winbindd call.Jeremy Allison2008-06-251-13/+66
| | | | | Jeremy. (cherry picked from commit 132a5f4a5740f8a4e3bd634af654c9761c11aa1a)
* Fix bug #5555. Don't return NT_STATUS_PASSWORD_MUST_CHANGE error on machine ↵Jeremy Allison2008-06-251-2/+3
| | | | | | | account logon. Jeremy. (cherry picked from commit 2a3e2c9550acb1c55c0c55e4bfb0faaadad2f6fd)
* Sorry volker, lost your original git-id due to proto.h conflicts.Jeremy Allison2008-06-242-15/+13
| | | | | | | | | | | | | Remove the "exists" parameter from create_msdfs_link Jeremy, setting "exists" to True in _dfs_Add prevented the initial creation of a new symlink for me, because the SMB_VFS_UNLINK failed. This also exists in 3.2. I only check it into 3.3 as I would like you to look at it first. Thanks, Volker (cherry picked from commit 47e66814c176d597d9a3c165a7cfa6a5a2fd70be)
* Check for sec_initial_uid() instead of uid==0 in dfs managementVolker Lendecke2008-06-241-2/+2
| | | | (cherry picked from commit 12d816dc997b1bfc048c5c042945a5e935abf4b4)
* Reduce memory usage in form_junctions() a little bitVolker Lendecke2008-06-241-0/+1
| | | | (cherry picked from commit 0dafec20396a0722d691ab3723eadc6124759e12)
* Remove prototype of unimplemented smbc_chown() function.Derrell Lipman2008-06-241-26/+0
| | | | (cherry picked from commit 0e84e3bb800cec2b63df4692afbf9c40850b108f)
* Add documentation for kerberos support in libsmbclient.Andreas Schneider2008-06-241-0/+10
| | | | | | Signed-off-by: Andreas Schneider <anschneider@suse.de> Signed-off-by: Derrell Lipman <derrell.lipman@unwireduniverse.com> (cherry picked from commit fa803ce183376c938f92b0f31a7d89d522fd309f)
* Add krb5 support for the testbrowse example.Andreas Schneider2008-06-242-1/+15
| | | | | | Signed-off-by: Andreas Schneider <anschneider@suse.de> Signed-off-by: Derrell Lipman <derrell.lipman@unwireduniverse.com> (cherry picked from commit 84b1ea39a4f27ebcf06a2bafed78396c7353df0e)
* testsuite: enable the testparm_s3 tests.Michael Adam2008-06-231-0/+7
| | | | | | Michael (cherry picked from commit 0f5c13e5735990f4325f98156a7dc410276372fe) (cherry picked from commit 784e9e6b9ce4cc043bdeba8ca396f59de51cd294)
* testsuite: add a testparm_s3 test script.Michael Adam2008-06-231-0/+90
| | | | | | | | | | | | | | | | | This is a first testparm/lp_load test that runs testparm on a couple of configuration files. The main purpose for now is to test the options that have special handlers (to check whether the handlers succeed). In particular, all the Macro expansions that are available via alloc_sub_basic() are tested with the include handler. This is to catch such crashbugs as #5548 where %m expansion led to a segfault. The tests now are very simple. Just check if testparm completes successfully on the given config files. This can (and should) be elaborated in the future. Michael (cherry picked from commit eb28146d40b8a8bc2c20b8d222abf191ea178d5a) (cherry picked from commit eff6a48cee0fa6a320728f3bb44c3894dd3f6044)
* testsuite: update introductory comment to test_net_regsistry.shMichael Adam2008-06-231-1/+2
| | | | | | | | | This is now used to test rpc and local access depending on command line parameters. Michael (cherry picked from commit 73c17b630317b5019e5d5f2b989b8de081a73e07) (cherry picked from commit febf046fc47dd3de3bbb6c0da5b218d73ef0487c)
* Fix typoVolker Lendecke2008-06-231-1/+1
| | | | | (cherry picked from commit 2eef2c682c18ad37b78214c755b9dd7c8b607cb8) (cherry picked from commit b517b0c0f20127876c63cc726afe7f902421af15)
* testsuite: give admin rights to testuser only for the "net rpc registry" test.Michael Adam2008-06-231-0/+41
| | | | | | | | | | Remove the user from BUILTIN\Administrators at the end of the tests. Note: BUILTIN\Administrators is not deletet at the end because that functionality is not implemented. Michael (cherry picked from commit 1734f9305a38eff05f0147d9c7391ef34085e7b2) (cherry picked from commit 1df339954b1dcc120195b26a6b3a08268dd0041c)
* testsuite: don't give the testuser administrative rights globally.Michael Adam2008-06-231-9/+0
| | | | | | | | | | It breaks RPC-SAMBA3-GETUSERNAME for reasons I have not quite understood yet. Somhow loosing rights fails when the user belogns to BUILTIN\Administrators at some point. Michael (cherry picked from commit 9fe99c69f35b005b66c1eacb5d999cc73f1bb521) (cherry picked from commit cebe6225d5bc584b24c2bebf30db353653df34b0)
* tests_all.sh: Do not execute $SMB4TORTURE --version if it is not available.Karolin Seeger2008-06-231-1/+4
| | | | | | | | Improve error message if no SMB4TORTURE is available. Karolin (cherry picked from commit 443691eb2614919043406f94e9c71b49230612d5) (cherry picked from commit 4de981e5174dffd9a21431017cfa75fc73910b48)
* testsuite: allow selection of posix_s3 subtests by env var POSIX_SUBTESTS.Michael Adam2008-06-231-0/+4
| | | | | | | | | | This allows for calling e.g. TESTS=posix_s3 POSIX_SUBTESTS="RPC-SAMBA3-GETUSERNAME" make test Michael (cherry picked from commit 7418d89b2941fff307e0980d1f71f106aed8cbce) (cherry picked from commit 3fdce53f72242381eeda15ad6c3817a4cc88b323)
* testsuite: make structuring output of net_s3 tests stand out more.Michael Adam2008-06-231-3/+3
| | | | | | | | say "RUNNING SUBTESTS ..." instead of "Running ... tests" Michael (cherry picked from commit 0b879817ba20861c7d0b239d7f7199b0a5ed2ca1) (cherry picked from commit 370295aef1f8ee7cf8b5126de4629b69d1559578)
* testsuite: make diagnostic output more appropriate in tests_all.shMichael Adam2008-06-231-9/+9
| | | | | | | | Say "RUNNING TESTS ..." instead of "RUNNING SUBTESTS ..." Michael (cherry picked from commit b73821c392a23c213e4b1ad25a8a2d0c845cee3a) (cherry picked from commit c9f82b175c2f38eeec77cab2906ef480ae558861)
* testsuite: give the testuser administrative rights in selftest.shMichael Adam2008-06-231-0/+10
| | | | | | | | (by adding him to builtin\administrators) Michael (cherry picked from commit baea0615003cc2db8b27872e87064364f2deb079) (cherry picked from commit 5d564b25e946e3a57fa251271711937e938cd22d)
* testsuite: run the net rpc registry tests from the net_s3 tests.Michael Adam2008-06-231-0/+7
| | | | | | Michael (cherry picked from commit dcf39078cf0524a7450db3f67c8e004eb42690c2) (cherry picked from commit 3b09034bd9ad7a95d0d74302c953a5983ff4a417)
* testsuite: add the ability to test "net rpc registry" with the net_registry ↵Michael Adam2008-06-231-2/+9
| | | | | | | | | | tests by specifying a parameter "rpc" on the commandline. Michael (cherry picked from commit 110c26374ef3e0bdefe2e54db2b8ffd4544780ef) (cherry picked from commit 6cdeb832bd11c0a12ce577ce10e30cc098bca729)
* testsuite: adapt informative message to say "Running _local_ registry tests".Michael Adam2008-06-231-1/+1
| | | | | | | | The plan is to also test remote registry with "net rpc registry". Michael (cherry picked from commit b5507f8a95399193099a0474fb8b8bc95ba04a48) (cherry picked from commit 1580941cb7718eec3931893ec8ac7a2c0c62c363)
* testsuite: use domain==workgroup in wbinfo tests now that we are PDC.Michael Adam2008-06-231-2/+2
| | | | | | | | Previously domain==netbios name was the right thing to use. Michael (cherry picked from commit a5fc47c2457ce370a4f6150b9f2a417dac7589bf) (cherry picked from commit b211b576cc1287aeb2b541ae6575a3230350d044)
* tests: Add a net_misc test.Kai Blin2008-06-233-4/+80
| | | | | (cherry picked from commit 026d701aff2c035359894786ec22b4ed829cfb31) (cherry picked from commit 09fe8019a7b688312892be96eacec55fd1f059e7)
* selftest: Advertise as PDC and time server during make testKai Blin2008-06-231-0/+4
| | | | | (cherry picked from commit 65c619b36d08ac2f24b622c71b7e05d50bdeea50) (cherry picked from commit 1b24a06502a910909cf889916423c94aca92b1cf)
* selftest: Use TESTS env var to specify tests to run like Samba4 does.Kai Blin2008-06-232-4/+4
| | | | | (cherry picked from commit 6fb1fe803ccbd3af2946fcbe4586c11d394d5dc2) (cherry picked from commit 11252c8faff0373bf16b7bc42d65dbc5cf5ec57d)
* WHATSNEW: Fix typo.Karolin Seeger2008-06-231-1/+1
| | | | | Karolin (cherry picked from commit c434b3e2131b0d5e68d00f887412372e9192a39f)
* WHATSNEW: Update changes since 3.2.0rc2.Karolin Seeger2008-06-231-0/+21
| | | | | Karolin (cherry picked from commit 769d9434349d4c683e92cea34cb5bd177273fe40)
* Samba3 HOWTO: Remove trailing whitespaces.Karolin Seeger2008-06-231-5/+5
| | | | | Karolin (cherry picked from commit c7a9c903acbba9c70211e6f3c25964533bbc1622)