summaryrefslogtreecommitdiff
path: root/source3/winbindd
AgeCommit message (Expand)AuthorFilesLines
2008-02-05Use rpccli_samr_QueryGroupMember() all over the place.Günther Deschner1-3/+7
2008-02-05Use rpccli_samr_GetAliasMembership() in winbindd and rpcclient.Günther Deschner1-16/+21
2008-02-04Use rpccli_samr_Connect2() all over the place.Günther Deschner1-12/+15
2008-02-04Fix a typo in a debug message.Michael Adam1-1/+1
2008-02-02Convert read_data() to NTSTATUSVolker Lendecke1-9/+11
2008-02-01Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testSimo Sorce17-315/+1767
2008-02-01Fix winbindd running on a Samba DC,Simo Sorce2-6/+11
2008-02-01Use rpccli_samr_OpenUser() all over the place.Günther Deschner2-9/+15
2008-02-01Use rpccli_samr_OpenGroup() all over the place.Günther Deschner1-2/+5
2008-02-01Use rpccli_samr_OpenDomain() all over the place.Günther Deschner1-6/+6
2008-01-31Remove rpccli_samr_close and use pidl generated function instead.Günther Deschner2-6/+6
2008-01-29Remove include/rpc_ds.h and all references to it completly.Günther Deschner5-27/+27
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-29Eliminate remote tree of dsgetdcname (which will happen in libnetapi then).Günther Deschner1-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-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 Deschner1-15/+16
2008-01-25Add debug message: show which domain_child is being forked.Michael Adam1-0/+7
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-24Fix winbindd build w/o ADS.Günther Deschner1-3/+7
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 Deschner1-0/+149
2008-01-23Windows 2008 (Longhorn) auth2 flag fixes.Andreas Schneider1-1/+1
2008-01-23Fix panic: Don't free the logfilename in winbind_child_died().Michael Adam1-1/+0
2008-01-23Initialize _domain_list to NULL.Michael Adam1-1/+1
2008-01-23Fix get_trust_creds() to return always an upper-cased krb5 principal (thisGünther Deschner1-4/+8
2008-01-21winbindd: remove useless strcpyStefan Metzmacher1-4/+1
2008-01-20Fix a segfaultVolker Lendecke1-3/+10
2008-01-17Finally enable pidl generated SAMR & NETLOGON headers and clients.Günther Deschner2-4/+4
2008-01-16Convert old sid-string handling in idmap_tdb2 to a new oneAlexander Bokovoy1-4/+7
2008-01-16idmap TDB2 backend, used for clustered Samba setups.Alexander Bokovoy1-0/+1014
2008-01-15Apply const to rpccli_lsa_query_info_policy() and rpccli_lsa_query_info_polic...Günther Deschner1-3/+3
2008-01-11Ensure we don't access an uninitialized variableJeremy Allison1-1/+1
2008-01-11As long as DsGetDcName is not part of libnetapi, lowercase the fn name.Günther Deschner1-3/+3
2008-01-09Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.Michael Adam5-46/+58
2008-01-09Fix prototype: Add a void to an empty function parameter list.Michael Adam1-1/+1
2008-01-07Fix build warning.Günther Deschner1-16/+18
2008-01-07Use the proper boolean constants.Michael Adam1-93/+93
2008-01-07Fix a comment.Michael Adam1-1/+2
2008-01-07Make wcache_invalidate_cache() return bool, not int.Michael Adam2-4/+4
2008-01-07Add some braces to if statement.Michael Adam1-1/+2
2008-01-07Prevent winbindd from segfaulting due to corrupted cache tdb.Andreas Schneider2-4/+36
2008-01-04Fix the inherited trust flags when spidering the trust heirarchy.Gerald (Jerry) Carter2-3/+19
2008-01-04Add a missing check for dealing with a one-way trust in query_user().Gerald (Jerry) Carter1-0/+6
2008-01-04Ensure that winbindd_getgroups() can deal with a UPN name.Gerald (Jerry) Carter1-1/+10
2008-01-04When connecting to an AD DC, use the DsGetDCName variant.Gerald (Jerry) Carter1-2/+36
2007-12-29Use correct size value for linearize call.Jeremy Allison1-1/+1