summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Fix typos and replace statvfs call with fs_capabilities()Alexander Bokovoy2008-01-291-12/+7
| | | |
| * | | Fix BOOL introduced by last commitAlexander Bokovoy2008-01-291-1/+1
| | | |
| * | | 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.
| * | | Merge branch 'ctdb-merge' into dmapi-integrationAlexander Bokovoy2008-01-293-174/+129
| |\ \ \ | | |/ / | |/| |
| | * | Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into ctdb-mergeAlexander Bokovoy2008-01-24103-982/+3590
| | |\ \
| | * | | Merge DMAPI fixes from CTDB SambaAlexander Bokovoy2008-01-183-174/+129
| | | | |
| * | | | Dump msDS-SupportedEncryptionTypes in adssearch.Günther Deschner2008-01-281-1/+15
| | | | | | | | | | | | | | | | | | | | Guenther
| * | | | 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.
| * | | | 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
| * | | | 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.
| * | | | Remove an unused external referenceVolker Lendecke2008-01-271-1/+0
| | | | |
| * | | | Fix uninitialized variablesVolker Lendecke2008-01-261-1/+2
| | | | | | | | | | | | | | | | | | | | Thanks to Corinna Vinschen
| * | | | Add cmd_netlogon_dsr_getforesttrustinfo and deregisterdnsrecords to rpcclient.Günther Deschner2008-01-251-0/+49
| | | | | | | | | | | | | | | | | | | | Guenther
| * | | | Remove hand-written rpccli_netlogon_dsr_getdcnameex[2].Günther Deschner2008-01-253-347/+0
| | | | | | | | | | | | | | | | | | | | Guenther
| * | | | Use rpccli_netr_DsRGetDCNameEx and rpccli_netr_DsRGetDCNameEx2 in rpcclient.Günther Deschner2008-01-251-34/+99
| | | | | | | | | | | | | | | | | | | | Guenther
| * | | | Re-run make idl.Günther Deschner2008-01-257-40/+227
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Couldn't we move on doing this during the build?? Guenther
| * | | | Fix netr_DsRGetDCNameEx and netr_DsRGetDCNameEx2 IDL.Günther Deschner2008-01-251-2/+2
| | | | | | | | | | | | | | | | | | | | Guenther
| * | | | Add IDL for netr_DsrDeregisterDNSHostRecords (just for completion).Günther Deschner2008-01-251-1/+7
| | | | | | | | | | | | | | | | | | | | Guenther
| * | | | Fix bogus uninitialized variable warningsVolker Lendecke2008-01-253-3/+3
| | | | |
| * | | | Fix Coverity IDs 451, 452Volker Lendecke2008-01-251-1/+1
| | | | |
| * | | | Tiny simplificationVolker Lendecke2008-01-251-8/+7
| | | | |
| * | | | Remove a pointless while loopVolker Lendecke2008-01-251-11/+7
| | | | |
| * | | | Attempt to fix the build on OpenBSDVolker Lendecke2008-01-251-1/+1
| | | | | | | | | | | | | | | | | | | | Thanks to metze for pointing this out
| * | | | 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.
| * | | | 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.
| * | | | Remove more unused LSA marshalling functions.Günther Deschner2008-01-251-406/+0
| | | | | | | | | | | | | | | | | | | | Guenther
| * | | | Remove some unused structures from rpc_lsa.h.Günther Deschner2008-01-251-122/+0
| | | | | | | | | | | | | | | | | | | | Guenther
| * | | | Add cmd_netlogon_dsr_enumtrustdom() to rpcclient.Günther Deschner2008-01-251-0/+48
| | | | | | | | | | | | | | | | | | | | Guenther
| * | | | run "make idl".Günther Deschner2008-01-255-23/+7
| | | | | | | | | | | | | | | | | | | | Guenther
| * | | | Fix netr_DsrEnumerateDomainTrusts IDL.Günther Deschner2008-01-251-1/+1
| | | | | | | | | | | | | | | | | | | | Guenther
| * | | | Add LIBNETAPI_LOCAL_SERVER() macro.Günther Deschner2008-01-251-0/+5
| | | | | | | | | | | | | | | | | | | | Guenther
| * | | | No need to close registry on libnetapi_free() anymore.Günther Deschner2008-01-251-1/+0
| | | | | | | | | | | | | | | | | | | | Guenther
| * | | | 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
| * | | | Use generated DSSETUP client & server rpc functions and remove the ↵Günther Deschner2008-01-2514-479/+281
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hand-written ones. Guenther
| * | | | Add generated dssetup code after make idl.Günther Deschner2008-01-258-1/+2732
| | | | | | | | | | | | | | | | | | | | Guenther
| * | | | Adding dssetup.idl from samba4.Günther Deschner2008-01-251-0/+101
| | | | | | | | | | | | | | | | | | | | Guenther
| * | | | Remove rpccli_samr_get_dom_pwinfo() and rpccli_samr_get_usrdom_pwinfo().Günther Deschner2008-01-252-106/+23
| | | | | | | | | | | | | | | | | | | | Guenther
| * | | | Fix the same bug with user -> user_obj.Jeremy Allison2008-01-241-1/+7
| | | | | | | | | | | | | | | | | | | | Jeremy.
| * | | | Fix a really subtle old, old bug :-). When canonicalizing theJeremy Allison2008-01-241-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NT ACL into a POSIX one, if the group being set is the primary group of the file, map it into a SMB_ACL_GROUP_OBJ, not a SMB_ACL_GROUP. Otherwise we get an extra bogus group entry in the POSIX ACL. Jeremy.
| * | | | Correctly set flags in ACE's inherited from parent. Still one bugJeremy Allison2008-01-241-3/+35
| | | | | | | | | | | | | | | | | | | | | | | | | left to find then I'll back-port to 3.0.28. Jeremy.
| * | | | Fix missing error check that caused crash when winbindd not running.Jeremy Allison2008-01-241-0/+1
| | | | | | | | | | | | | | | | | | | | Jeremy.
| * | | | Fix lookup_sids to detect unix_groups and unix_users domain sids.Michael Adam2008-01-251-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes panics in wbcLookupRids when 1-2-22 was passed as a domain sid. Michael
| * | | | Add a debug message: show the sid lookup_sid() was called for.Michael Adam2008-01-251-0/+2
| | | | | | | | | | | | | | | | | | | | Michael
| * | | | Add debug message: show which domain_child is being forked.Michael Adam2008-01-251-0/+7
| | | | | | | | | | | | | | | | | | | | Michael
| * | | | Add a debug message to lookup_rids() printing the domain SID.Michael Adam2008-01-251-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is to ease debugging. I sporadically get panics that are apparently due to NULL domain sid passed to lookup_rids somewhere. Michael
| * | | | Add a debug message winbindd_can_contact_domain()Michael Adam2008-01-251-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | explaining the reason for failure. Michael
| * | | | Fix assignment to request->data.init_conn.is_primary in init_child_connection().Michael Adam2008-01-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The present assignment "request->data.init_conn.is_primary = domain->internal ? False : True" simply feels wrong. This seems to be the thing right to do: "request->data.init_conn.is_primary = domain->primary ? true : false". The question is: Does this have any purpose at all? data.init_conn.is_primary seems to be used nowhere in the whole code at all. Is it (still) needed? Michael
| * | | | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison2008-01-2422-192/+321
| |\ \ \ \ | | | | | | | | | | | | | | | | | | v3-2-test
| | * | | | Trying to avoid defining new SAMR acct creation flags when we already have ↵Günther Deschner2008-01-256-50/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | them with different names. Matt, Jeremy, please check. Guenther
| | * | | | Re-run make idl.Günther Deschner2008-01-254-76/+64
| | | | | | | | | | | | | | | | | | | | | | | | Guenther