summaryrefslogtreecommitdiffstats
Commit message (Expand)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
* 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
* | | Restrict the enctypes in the generated krb5.conf files to Win2003 types.Gerald W. Carter2008-01-281-4/+8
* | | We need to leave the corepath aroundVolker Lendecke2008-01-271-1/+0
* | | Adding missing calls to va_end().Tim Potter2008-01-276-6/+39
* | | Remove an unused external referenceVolker Lendecke2008-01-271-1/+0
* | | Fix uninitialized variablesVolker Lendecke2008-01-261-1/+2
* | | Add cmd_netlogon_dsr_getforesttrustinfo and deregisterdnsrecords to rpcclient.Günther Deschner2008-01-251-0/+49
* | | Remove hand-written rpccli_netlogon_dsr_getdcnameex[2].Günther Deschner2008-01-253-347/+0
* | | Use rpccli_netr_DsRGetDCNameEx and rpccli_netr_DsRGetDCNameEx2 in rpcclient.Günther Deschner2008-01-251-34/+99
* | | Re-run make idl.Günther Deschner2008-01-257-40/+227
* | | Fix netr_DsRGetDCNameEx and netr_DsRGetDCNameEx2 IDL.Günther Deschner2008-01-251-2/+2
* | | Add IDL for netr_DsrDeregisterDNSHostRecords (just for completion).Günther Deschner2008-01-251-1/+7
* | | 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
* | | Always trust the domain flags in the wcache trusted domain cache.Gerald W. Carter2008-01-251-13/+33
* | | Use the correct domain name when looking up the trust password.Gerald W. Carter2008-01-251-1/+15
* | | Remove more unused LSA marshalling functions.Günther Deschner2008-01-251-406/+0
* | | Remove some unused structures from rpc_lsa.h.Günther Deschner2008-01-251-122/+0
* | | Add cmd_netlogon_dsr_enumtrustdom() to rpcclient.Günther Deschner2008-01-251-0/+48
* | | run "make idl".Günther Deschner2008-01-255-23/+7
* | | Fix netr_DsrEnumerateDomainTrusts IDL.Günther Deschner2008-01-251-1/+1
* | | Add LIBNETAPI_LOCAL_SERVER() macro.Günther Deschner2008-01-251-0/+5
* | | No need to close registry on libnetapi_free() anymore.Günther Deschner2008-01-251-1/+0
* | | Fix winbindd_can_contact_domain() on a samba DC.Michael Adam2008-01-251-3/+6
* | | Use generated DSSETUP client & server rpc functions and remove the hand-writt...Günther Deschner2008-01-2514-479/+281
* | | Add generated dssetup code after make idl.Günther Deschner2008-01-258-1/+2732
* | | Adding dssetup.idl from samba4.Günther Deschner2008-01-251-0/+101
* | | Remove rpccli_samr_get_dom_pwinfo() and rpccli_samr_get_usrdom_pwinfo().Günther Deschner2008-01-252-106/+23
* | | Fix the same bug with user -> user_obj.Jeremy Allison2008-01-241-1/+7
* | | Fix a really subtle old, old bug :-). When canonicalizing theJeremy Allison2008-01-241-3/+9
* | | Correctly set flags in ACE's inherited from parent. Still one bugJeremy Allison2008-01-241-3/+35
* | | Fix missing error check that caused crash when winbindd not running.Jeremy Allison2008-01-241-0/+1
* | | Fix lookup_sids to detect unix_groups and unix_users domain sids.Michael Adam2008-01-251-0/+10
* | | Add a debug message: show the sid lookup_sid() was called for.Michael Adam2008-01-251-0/+2
* | | Add debug message: show which domain_child is being forked.Michael Adam2008-01-251-0/+7
* | | Add a debug message to lookup_rids() printing the domain SID.Michael Adam2008-01-251-0/+3
* | | Add a debug message winbindd_can_contact_domain()Michael Adam2008-01-251-0/+2
* | | Fix assignment to request->data.init_conn.is_primary in init_child_connection().Michael Adam2008-01-251-1/+1
* | | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2008-01-2422-192/+321
|\ \ \
| * | | Trying to avoid defining new SAMR acct creation flags when we already have th...Günther Deschner2008-01-256-50/+35
| * | | Re-run make idl.Günther Deschner2008-01-254-76/+64