summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove unused rpc_ds marshalling code that is unused now.Günther Deschner2008-01-295-294/+2
* Finally delete rpccli_ds_enum_domain_trusts() completly.Günther Deschner2008-01-292-97/+1
* Remove last caller of rpccli_ds_enum_domain_trusts().Günther Deschner2008-01-292-26/+1
* Use another pidl generated call to enumerate ds trusted domains in winbindd.Günther Deschner2008-01-291-26/+23
* Use pidl generated call to enumerate ds trusted domains in winbindd.Günther Deschner2008-01-291-12/+19
* Fix the build. Avoid unrequired ndr_print_ads_struct dependencies.Günther Deschner2008-01-293-100/+122
* Add ndr_print_ads_auth_flags().Günther Deschner2008-01-291-2/+17
* Move DS_DOMAIN_FUNCTION defines to ads.h.Günther Deschner2008-01-292-6/+7
* Add missing windows 2008 netr_DsR_DcFlags and netr_DsRGetDCName_flags flags.Günther Deschner2008-01-291-15/+18
* Eliminate remote tree of dsgetdcname (which will happen in libnetapi then).Günther Deschner2008-01-296-108/+19
* 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