summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* 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)
* Restrict the enctypes in the generated krb5.conf files to Win2003 types.Gerald W. Carter2008-01-281-4/+8
| | | | | | | This fixes the failure observed on FC8 when joining a Windows 2008 RC1 domain. We currently do not handle user session keys correctly when the KDC uses AES in the ticket replies. (This used to be commit 8039a2518caae54bc876368c73ec493f3cd4eb73)
* We need to leave the corepath aroundVolker Lendecke2008-01-271-1/+0
| | | | | | | | | | In case we need to dump core, in line 191 we dereference corepath to be able to chdir there. Jeremy, please check! Volker (This used to be commit 3959b1954b02405ec174497fa17e345ca6d5ee94)
* Adding missing calls to va_end().Tim Potter2008-01-276-6/+39
| | | | | | | | | Just a small commit to get a handle on this git thingy. This patch fixes some missing calls to va_end() to match various calls to va_start() and VA_COPY(). Tim. (This used to be commit ec367f307dff7948722b9ac97beb960efd91991f)
* Remove an unused external referenceVolker Lendecke2008-01-271-1/+0
| | | | (This used to be commit 147033b9dff7160ff324fa52aba1f054f962961b)
* Fix uninitialized variablesVolker Lendecke2008-01-261-1/+2
| | | | | Thanks to Corinna Vinschen (This used to be commit aba8c17599f0be82cff33229bb107814d88faafe)
* Add cmd_netlogon_dsr_getforesttrustinfo and deregisterdnsrecords to rpcclient.Günther Deschner2008-01-251-0/+49
| | | | | Guenther (This used to be commit 227f5755c8844dbff8d66adec3d7fd94b583358f)
* Remove hand-written rpccli_netlogon_dsr_getdcnameex[2].Günther Deschner2008-01-253-347/+0
| | | | | Guenther (This used to be commit 3ded8b9b7eee18a3f903e264adfb7fea6a3c0c5f)
* Use rpccli_netr_DsRGetDCNameEx and rpccli_netr_DsRGetDCNameEx2 in rpcclient.Günther Deschner2008-01-251-34/+99
| | | | | Guenther (This used to be commit 2caed3f816d29bd7dfa36df3ddd6aeba5bbfa252)
* Re-run make idl.Günther Deschner2008-01-257-40/+227
| | | | | | | Couldn't we move on doing this during the build?? Guenther (This used to be commit d69cbd009903a8b36c9254a59faa5783fbc737f9)
* Fix netr_DsRGetDCNameEx and netr_DsRGetDCNameEx2 IDL.Günther Deschner2008-01-251-2/+2
| | | | | Guenther (This used to be commit 46679ddbc3137ac6edcdb1c61e2a7fa65f91341d)
* Add IDL for netr_DsrDeregisterDNSHostRecords (just for completion).Günther Deschner2008-01-251-1/+7
| | | | | Guenther (This used to be commit 454a0711f1614107436ef36ec21ebb8567728bf9)
* Fix bogus uninitialized variable warningsVolker Lendecke2008-01-253-3/+3
| | | | (This used to be commit 71d6580c837adcc2cddcdff561f6fb09701501ee)
* Fix Coverity IDs 451, 452Volker Lendecke2008-01-251-1/+1
| | | | (This used to be commit d28a537277bedb65d1c2a01c971a3a22b1aa6624)
* Tiny simplificationVolker Lendecke2008-01-251-8/+7
| | | | (This used to be commit e78f6872bfc19ce0476b8d79c856a8d9c646a913)
* Remove a pointless while loopVolker Lendecke2008-01-251-11/+7
| | | | (This used to be commit f591bd68eafdbaefcaa95510cc4cb9a74cef0562)
* Attempt to fix the build on OpenBSDVolker Lendecke2008-01-251-1/+1
| | | | | Thanks to metze for pointing this out (This used to be commit c94c04e3e6f6ae243a55534a76654755bff55651)
* Always trust the domain flags in the wcache trusted domain cache.Gerald W. Carter2008-01-251-13/+33
| | | | | | | | | | | Use the flags stored in the tdb when determining if a domain can be contacted. The tdb should be considered authoratative anyways unless you know the flags in the winbindd_domain are correct (such as when first enumerating trusts). Original suggestion and patch from Steven Danneman <steven.danneman@isilon.com>. Manually rewritten by me for 3.2. (This used to be commit f53658a20de07a29abbe2e90917b328d00fc0024)
* Use the correct domain name when looking up the trust password.Gerald W. Carter2008-01-251-1/+15
| | | | | | On a DC, we always use the domain name given. On a domain member, we use lp_workgroup(). This fixes a bug supporting trusted domains. (This used to be commit 8b063a414149bdf401a8f854d55ed7dc6f94cb60)
* Remove more unused LSA marshalling functions.Günther Deschner2008-01-251-406/+0
| | | | | Guenther (This used to be commit 95e0fb452bda4c81b26e3dec4953bbba37940467)
* Remove some unused structures from rpc_lsa.h.Günther Deschner2008-01-251-122/+0
| | | | | Guenther (This used to be commit a52066e6083ff4b0d21b57ba43a812c02c0cbd78)
* Add cmd_netlogon_dsr_enumtrustdom() to rpcclient.Günther Deschner2008-01-251-0/+48
| | | | | Guenther (This used to be commit cb44c901c1bc66da9f3636020401238ce0005105)
* run "make idl".Günther Deschner2008-01-255-23/+7
| | | | | Guenther (This used to be commit 5db4310d4c9149dc9d68f7684dc961926f94544a)
* Fix netr_DsrEnumerateDomainTrusts IDL.Günther Deschner2008-01-251-1/+1
| | | | | Guenther (This used to be commit 527aae96a6c2da822a21996ba4e6f7df1941fdbc)
* Add LIBNETAPI_LOCAL_SERVER() macro.Günther Deschner2008-01-251-0/+5
| | | | | Guenther (This used to be commit 4bdcf07bcc3aaf7c3f7245cfdda06433bcf4ae60)
* No need to close registry on libnetapi_free() anymore.Günther Deschner2008-01-251-1/+0
| | | | | Guenther (This used to be commit 6bf75652ef07f5a534cef5034b7aad4fdcbcd265)
* Fix winbindd_can_contact_domain() on a samba DC.Michael Adam2008-01-251-3/+6
| | | | | | | | | | | | | | | The check for inbound trusts is invalid when samba is a DC and has a trust with an active directory domain. This effectively prevented tusts with an AD domain on a samba DC from working (unless using "winbindd rpc only"), because an ads_connect() was never performed. Only the rpc-based winbindd methods were working properly. Jerry: Please check! Michael (This used to be commit dcd42a1e0642c69348adfaeecef7f7f2f074ac30)