summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2008-01-30ntlm_auth: test should honour configfile option to run on build farm.Kai Blin2-2/+8
2008-01-30ntlm_auth: Fix typos in the torture test script.Kai Blin1-2/+2
2008-01-30ntlm_auth: Add a blackbox test.Kai Blin3-0/+234
2008-01-30Fix build warning.Günther Deschner1-1/+0
2008-01-30Re-enable async I/O for non-TSM systemsVolker Lendecke2-11/+6
2008-01-30Add netrenumtrusteddomains() and netrenumtrusteddomainsex() cmds to rpcclient.Günther Deschner1-0/+71
2008-01-29Fix uninitialized variablesVolker Lendecke2-15/+15
2008-01-29Make make_way_for_eventlogs() staticGerald W. Carter1-2/+2
2008-01-29Fix a memleakVolker Lendecke1-4/+0
2008-01-29Fix a return value from sync_eventlog_params() (patch from Volker)Gerald W. Carter1-1/+1
2008-01-29Allow NULL request and/or response pointers to be passed to wbcRequestRespons...Gerald W. Carter1-5/+1
2008-01-29Remove include/rpc_ds.h and all references to it completly.Günther Deschner9-79/+30
2008-01-29Remove unused rpc_ds marshalling code that is unused now.Günther Deschner5-294/+2
2008-01-29Finally delete rpccli_ds_enum_domain_trusts() completly.Günther Deschner2-97/+1
2008-01-29Remove last caller of rpccli_ds_enum_domain_trusts().Günther Deschner2-26/+1
2008-01-29Use another pidl generated call to enumerate ds trusted domains in winbindd.Günther Deschner1-26/+23
2008-01-29Use pidl generated call to enumerate ds trusted domains in winbindd.Günther Deschner1-12/+19
2008-01-29Fix the build. Avoid unrequired ndr_print_ads_struct dependencies.Günther Deschner3-100/+122
2008-01-29Add ndr_print_ads_auth_flags().Günther Deschner1-2/+17
2008-01-29Move DS_DOMAIN_FUNCTION defines to ads.h.Günther Deschner2-6/+7
2008-01-29Add missing windows 2008 netr_DsR_DcFlags and netr_DsRGetDCName_flags flags.Günther Deschner1-15/+18
2008-01-29Eliminate remote tree of dsgetdcname (which will happen in libnetapi then).Günther Deschner6-108/+19
2008-01-28Restrict the enctypes in the generated krb5.conf files to Win2003 types.Gerald W. Carter1-4/+8
2008-01-27We need to leave the corepath aroundVolker Lendecke1-1/+0
2008-01-27Adding missing calls to va_end().Tim Potter6-6/+39
2008-01-27Remove an unused external referenceVolker Lendecke1-1/+0
2008-01-26Fix uninitialized variablesVolker Lendecke1-1/+2
2008-01-25Add cmd_netlogon_dsr_getforesttrustinfo and deregisterdnsrecords to rpcclient.Günther Deschner1-0/+49
2008-01-25Remove hand-written rpccli_netlogon_dsr_getdcnameex[2].Günther Deschner3-347/+0
2008-01-25Use rpccli_netr_DsRGetDCNameEx and rpccli_netr_DsRGetDCNameEx2 in rpcclient.Günther Deschner1-34/+99
2008-01-25Re-run make idl.Günther Deschner7-40/+227
2008-01-25Fix netr_DsRGetDCNameEx and netr_DsRGetDCNameEx2 IDL.Günther Deschner1-2/+2
2008-01-25Add IDL for netr_DsrDeregisterDNSHostRecords (just for completion).Günther Deschner1-1/+7
2008-01-25Fix bogus uninitialized variable warningsVolker Lendecke3-3/+3
2008-01-25Fix Coverity IDs 451, 452Volker Lendecke1-1/+1
2008-01-25Tiny simplificationVolker Lendecke1-8/+7
2008-01-25Remove a pointless while loopVolker Lendecke1-11/+7
2008-01-25Attempt to fix the build on OpenBSDVolker Lendecke1-1/+1
2008-01-25Always trust the domain flags in the wcache trusted domain cache.Gerald W. Carter1-13/+33
2008-01-25Use the correct domain name when looking up the trust password.Gerald W. Carter1-1/+15
2008-01-25Remove more unused LSA marshalling functions.Günther Deschner1-406/+0
2008-01-25Remove some unused structures from rpc_lsa.h.Günther Deschner1-122/+0
2008-01-25Add cmd_netlogon_dsr_enumtrustdom() to rpcclient.Günther Deschner1-0/+48
2008-01-25run "make idl".Günther Deschner5-23/+7
2008-01-25Fix netr_DsrEnumerateDomainTrusts IDL.Günther Deschner1-1/+1
2008-01-25Add LIBNETAPI_LOCAL_SERVER() macro.Günther Deschner1-0/+5
2008-01-25No need to close registry on libnetapi_free() anymore.Günther Deschner1-1/+0
2008-01-25Fix winbindd_can_contact_domain() on a samba DC.Michael Adam1-3/+6
2008-01-25Use generated DSSETUP client & server rpc functions and remove the hand-writt...Günther Deschner14-479/+281
2008-01-25Add generated dssetup code after make idl.Günther Deschner8-1/+2732