summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-25Adding dssetup.idl from samba4.Günther Deschner1-0/+101
2008-01-25Remove rpccli_samr_get_dom_pwinfo() and rpccli_samr_get_usrdom_pwinfo().Günther Deschner2-106/+23
2008-01-24Fix the same bug with user -> user_obj.Jeremy Allison1-1/+7
2008-01-24Fix a really subtle old, old bug :-). When canonicalizing theJeremy Allison1-3/+9
2008-01-24Correctly set flags in ACE's inherited from parent. Still one bugJeremy Allison1-3/+35
2008-01-24Fix missing error check that caused crash when winbindd not running.Jeremy Allison1-0/+1
2008-01-25Fix lookup_sids to detect unix_groups and unix_users domain sids.Michael Adam1-0/+10
2008-01-25Add a debug message: show the sid lookup_sid() was called for.Michael Adam1-0/+2
2008-01-25Add debug message: show which domain_child is being forked.Michael Adam1-0/+7
2008-01-25Add a debug message to lookup_rids() printing the domain SID.Michael Adam1-0/+3
2008-01-25Add a debug message winbindd_can_contact_domain()Michael Adam1-0/+2
2008-01-25Fix assignment to request->data.init_conn.is_primary in init_child_connection().Michael Adam1-1/+1
2008-01-24Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison22-192/+321
2008-01-24Make explicit in debug we're ignoring flags from the parent SD.Jeremy Allison1-6/+10
2008-01-25Trying to avoid defining new SAMR acct creation flags when we already have th...Günther Deschner6-50/+35
2008-01-25Re-run make idl.Günther Deschner4-76/+64
2008-01-25Rename samr_*AccessMask bitfields to start with SAMR_.Günther Deschner1-32/+32
2008-01-24Add WERR_INVALID_COMPUTER_NAME.Günther Deschner2-0/+2
2008-01-24Add cmd_netlogon_gettrustrid() to rpcclient.Günther Deschner1-0/+42
2008-01-24make idl.Günther Deschner7-33/+141
2008-01-24Add IDL for netr_LogonGetTrustRid.Günther Deschner1-1/+5
2008-01-24Add debug messages to trace this if needed.Jeremy Allison1-0/+14
2008-01-24The checks for OI and CI were just wrong.... Fix them. Thanks toJeremy Allison1-9/+4
2008-01-24First part of fix for bug #4929 - worked out by jmcd.Jeremy Allison1-80/+29
2008-01-24Fix winbindd build w/o ADS.Günther Deschner1-3/+7
2008-01-24Fix Coverity ID 454Volker Lendecke1-1/+8
2008-01-24Fix Coverity ID 463Volker Lendecke1-1/+3
2008-01-24Fix Coverity ID 465Volker Lendecke1-0/+2
2008-01-24Add winbind_msg_dump_domain_list to winbindd.Günther Deschner2-0/+88
2008-01-24Add winbindd debugging ndr_print helpers.Günther Deschner2-0/+150