summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Use pidl for _samr_OpenAlias().Günther Deschner2008-02-012-44/+11
| | | | | | | | | | | | | | | Guenther (This used to be commit 1a98282d2c61e45645c68941631eb0499baa4cbb)
| | * Use pidl for _samr_OpenUser().Günther Deschner2008-02-012-44/+12
| | | | | | | | | | | | | | | Guenther (This used to be commit ea3a096bcdc42fd4a86be5df3e8f9745e99970ff)
| | * Use pidl for _samr_OpenDomain().Günther Deschner2008-02-012-47/+14
| | | | | | | | | | | | | | | Guenther (This used to be commit 15801832ecd59bdb35ed33696944fe5beb08bf3f)
| * | Fix winbindd running on a Samba DC,Simo Sorce2008-02-012-6/+11
| | | | | | | | | | | | | | | | | | | | | | | | This patch make sure we do not try to contact smbd in the main dameon to avoid deadlocks. All the operations that require connecting to smbd are performed in the domain child anyway. (This used to be commit 9347d34b502bef70cdae8f3e8acd9796dba49581)
* | | Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into ↵Alexander Bokovoy2008-01-317-11/+25
|\ \ \ | | |/ | |/| | | | | | | | | | dmapi-integration (This used to be commit 974cf508fb5ba2ba3bd8fe7ae79710c9396d1d06)
| * | Fix _samr_Close().Günther Deschner2008-01-311-1/+1
| | | | | | | | | | | | | | | | | | | | | A good example that work in this area needs very careful testing :) Guenther (This used to be commit 7d369906ec37caebaa4e2097874997fa257f1a31)
| * | Re-run make idl.Günther Deschner2008-01-316-10/+24
| | | | | | | | | | | | | | | Guenther (This used to be commit b658270518140c457536b0c7db06a646d7077529)
* | | Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into ↵Alexander Bokovoy2008-01-3128-415/+1588
|\| | | | | | | | | | | | | | | | | dmapi-integration (This used to be commit d46fc35dd4e22ecd777800a8cdb6c31763d0fac4)
| * | Enable build of pidl generated netlogon server.Günther Deschner2008-01-312-1/+474
| | | | | | | | | | | | | | | Guenther (This used to be commit cb0fad1c97e1b590791fc0661f8ada1cdaa69318)
| * | Remove old, unused marshalling code for SAMR_GET_DOM_PWINFO.Günther Deschner2008-01-312-89/+0
| | | | | | | | | | | | | | | Guenther (This used to be commit d74ab657df051b7bad616dbe7fe7732a653ffe6d)
| * | Use pidl for samr_GetDomPwInfo() server-side.Günther Deschner2008-01-312-39/+9
| | | | | | | | | | | | | | | Guenther (This used to be commit 60fe8ade74d24d49f0fed0aae360a3b00edcd2b4)
| * | Cleanup status codes inside _net_logon_ctrl2() reply structs.Günther Deschner2008-01-311-13/+5
| | | | | | | | | | | | | | | Guenther (This used to be commit 1acb9daf809acab15bc390f6598814549b88368c)
| * | Remove unused samr_close marshalling.Günther Deschner2008-01-312-72/+0
| | | | | | | | | | | | | | | Guenther (This used to be commit 93d2ad944772513520de22aecffda15f38907b4e)
| * | Let _samr_Close() use pidl generated server code.Günther Deschner2008-01-315-33/+702
| | | | | | | | | | | | | | | Guenther (This used to be commit 2df3408079fc382d00d01a0b82b0b8e1ffeba6e4)
| * | Remove rpccli_samr_close and use pidl generated function instead.Günther Deschner2008-01-319-143/+107
| | | | | | | | | | | | | | | Guenther (This used to be commit 64f0889401855ab76953bfae5db4fe4df19ad8a5)
| * | When running with debug level > 10, dump ads_struct in ads_connect().Günther Deschner2008-01-311-9/+33
| | | | | | | | | | | | | | | Guenther (This used to be commit 2dd7c64fa8845fe502789068b877f5eaf060afc7)
| * | Fix netlogon IDL for netr_GetDcName that returns WERROR.Günther Deschner2008-01-311-1/+1
| | | | | | | | | | | | | | | | | | | | | (didn't we fix this a couple of times already?) Guenther (This used to be commit 9ca1505d44e2c4459487c8e2f943a861e2dffb1e)
| * | ntlm_auth: Parse configfile after parsing it's location, not before.Kai Blin2008-01-311-9/+14
| | | | | | | | | | | | (This used to be commit cf671ca35bff09af56c67e789a86a3b86093b5fb)
| * | merged tdb transaction fixAndrew Tridgell2008-01-311-0/+3
| | | | | | | | | | | | (This used to be commit 1a1c7954368a7f168a57f86f4f857cf70258e37a)
| * | Fix some IBM checker warningsVolker Lendecke2008-01-301-4/+4
| | | | | | | | | | | | (This used to be commit 0341b0be49fef5e6003a170100388b5c47a41e67)
| * | ntlm_auth: Fix another typo in the test.Kai Blin2008-01-301-2/+2
| | | | | | | | | | | | | | | This _should_ be the last one. (This used to be commit d12c49e60f4390707c924b9e9f12fa9333b006e2)
| * | ntlm_auth: test should honour configfile option to run on build farm.Kai Blin2008-01-302-2/+8
| | | | | | | | | | | | (This used to be commit 11c9c1536b153047ba387b9804f34a6555a5ae26)
| * | ntlm_auth: Fix typos in the torture test script.Kai Blin2008-01-301-2/+2
| | | | | | | | | | | | | | | | | | This should fix the build farm. Sorry, wonder why it worked on my box before. (This used to be commit bfa919cde57a26cd2ae7397281923792b7afe83a)
| * | ntlm_auth: Add a blackbox test.Kai Blin2008-01-303-0/+234
| | | | | | | | | | | | (This used to be commit f02b74fc067074d8e48e186a7b7255a244592f7d)
| * | Fix build warning.Günther Deschner2008-01-301-1/+0
| | | | | | | | | | | | | | | Guenther (This used to be commit a3417be934e34af2525ddb731af288034d51432b)
| * | Re-enable async I/O for non-TSM systemsVolker Lendecke2008-01-302-11/+6
| | | | | | | | | | | | | | | | | | | | | | | | The logic was wrong: A "SMB_VFS_AIO_FORCE()==False" disabled async I/O, whereas a "SMB_VFS_AIO_FORCE()==True" should enforce it regardless of other settings. Alexander, please check! (This used to be commit 46882ad9927c95caadeb7fb03c1d7491bbe1fb22)
* | | Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into ↵Alexander Bokovoy2008-01-3029-774/+331
|\| | | | | | | | | | | | | | | | | dmapi-integration (This used to be commit d841a3fc999c5ebd9e9d54b2bd5099b1b50402b1)
| * | Add netrenumtrusteddomains() and netrenumtrusteddomainsex() cmds to rpcclient.Günther Deschner2008-01-301-0/+71
| | | | | | | | | | | | | | | Guenther (This used to be commit 6bbe0fde6ebb5c1ea00ea24d3bdbffbf6f246bd6)
| * | Fix uninitialized variablesVolker Lendecke2008-01-292-15/+15
| | | | | | | | | | | | | | | | | | | | | response.extra_data.data is not initialized on the first error path Found by the IBM checker (This used to be commit e9b3115c85e3d04eeaa04bfa71972d393272afca)
| * | Make make_way_for_eventlogs() staticGerald W. Carter2008-01-291-2/+2
| | | | | | | | | | | | (This used to be commit cb6531965b2baab320123d4301ab851c6e22aa58)
| * | Fix a memleakVolker Lendecke2008-01-291-4/+0
| | | | | | | | | | | | (This used to be commit 252c3130697d1b7fd34a5225d83cef4f32e663b2)
| * | Fix a return value from sync_eventlog_params() (patch from Volker)Gerald W. Carter2008-01-291-1/+1
| | | | | | | | | | | | (This used to be commit 77085f1a58666ac4314924d18c87d4add0553dba)
| * | Allow NULL request and/or response pointers to be passed to ↵Gerald W. Carter2008-01-291-5/+1
| | | | | | | | | | | | | | | | | | | | | wbcRequestResponse(). This is a valid parameter set for things like setpwent() and ping(). (This used to be commit c1cdf6085329d55cf29ccc8c980fc853a03a695e)
| * | Remove include/rpc_ds.h and all references to it completly.Günther Deschner2008-01-299-79/+30
| | | | | | | | | | | | | | | | | | | | | Jerry, please have a look if you're fine with that. Guenther (This used to be commit beae25c808a3a03d645f247e9befcd05e3ecca2c)
| * | Remove unused rpc_ds marshalling code that is unused now.Günther Deschner2008-01-295-294/+2
| | | | | | | | | | | | | | | Guenther (This used to be commit 153253e14f82fc7078e9cc6f12409e6eda7ee7cb)
| * | Finally delete rpccli_ds_enum_domain_trusts() completly.Günther Deschner2008-01-292-97/+1
| | | | | | | | | | | | | | | Guenther (This used to be commit c420e42adfea9908a93d3eea5688488e5a9062a2)
| * | Remove last caller of rpccli_ds_enum_domain_trusts().Günther Deschner2008-01-292-26/+1
| | | | | | | | | | | | | | | | | | | | | I added an alias in rpcclient's netlogon command table. Guenther (This used to be commit 1a900e08e92484407d69661517f08e675a3c352a)
| * | Use another pidl generated call to enumerate ds trusted domains in winbindd.Günther Deschner2008-01-291-26/+23
| | | | | | | | | | | | | | | Guenther (This used to be commit f6397fbeae6668c6d0470f968cb1506b3ce34e4a)
| * | Use pidl generated call to enumerate ds trusted domains in winbindd.Günther Deschner2008-01-291-12/+19
| | | | | | | | | | | | | | | Guenther (This used to be commit 3a3c1aed9bfc681457aa06f706fc6fe2d9b2e903)
| * | Fix the build. Avoid unrequired ndr_print_ads_struct dependencies.Günther Deschner2008-01-293-100/+122
| | | | | | | | | | | | | | | Guenther (This used to be commit c832882e49ff0dac6a717819dda24ab814253b2f)
| * | Add ndr_print_ads_auth_flags().Günther Deschner2008-01-291-2/+17
| | | | | | | | | | | | | | | Guenther (This used to be commit 52bd4ce68d7ff24c480ed350cecfd325e51ba0b4)
| * | Move DS_DOMAIN_FUNCTION defines to ads.h.Günther Deschner2008-01-292-6/+7
| | | | | | | | | | | | | | | Guenther (This used to be commit 2605c6758ebb2f53c0c91f99d766e3db548e07ce)
| * | Add missing windows 2008 netr_DsR_DcFlags and netr_DsRGetDCName_flags flags.Günther Deschner2008-01-291-15/+18
| | | | | | | | | | | | | | | Guenther (This used to be commit 1702a1512ece1a9d2bb092cb9bbfc499c081da70)
| * | Eliminate remote tree of dsgetdcname (which will happen in libnetapi then).Günther Deschner2008-01-296-108/+19
| | | | | | | | | | | | | | | Guenther (This used to be commit fd490d236b1fb73a75c457b75128c9b98719418f)
* | | Fix typos and replace statvfs call with fs_capabilities()Alexander Bokovoy2008-01-291-12/+7
| | | | | | | | | | | | (This used to be commit 863b5ed07aca0978aeaf919d7c51204a95ce03e0)
* | | Fix BOOL introduced by last commitAlexander Bokovoy2008-01-291-1/+1
| | | | | | | | | | | | (This used to be commit 8afb7133e956ec963ac55720fb297b4d5b44702c)
* | | Merge DMAPI fixes from TridgeAlexander Bokovoy2008-01-292-19/+78
| | | | | | | | | | | | | | | | | | | | | Support cases when existing DMAPI session is stale. In this case we are creating another one. The code differs from 3-0_ctdb branch in that we fail when it is not possible to create more sessions and pretend that file is offline. This allows to escape endless loop in vfs_tsmsm.c. (This used to be commit 5efb57d904e25e68b09a567e260292439ad9c095)
* | | Merge branch 'ctdb-merge' into dmapi-integrationAlexander Bokovoy2008-01-293-174/+129
|\ \ \ | |/ / |/| | | | | (This used to be commit 58dce4cdf277c8c68865185d9d8b4faea996dd3e)
| * | Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into ctdb-mergeAlexander Bokovoy2008-01-24103-982/+3590
| |\ \ | | | | | | | | | | | | (This used to be commit 42d06d41bf2e9fb094f6064dc04f549d880b5f8d)
| * | | Merge DMAPI fixes from CTDB SambaAlexander Bokovoy2008-01-183-174/+129
| | | | | | | | | | | | | | | | (This used to be commit cf1f90ad7a79dbe5926018790bb50d4e3b36cc7b)