summaryrefslogtreecommitdiff
path: root/source3/winbindd
AgeCommit message (Expand)AuthorFilesLines
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
2007-12-29Remove tiny code duplicationVolker Lendecke1-4/+7
2007-12-21Add NT error to debug to try and track this down.Jeremy Allison1-1/+4
2007-12-21Kill fstring in getdcname & getanydcname return.Günther Deschner2-5/+5
2007-12-20Only retrieve password policies in pam_auth when WBFLAG_PAM_GET_PWD_POLICY is...Michael Adam1-6/+9
2007-12-19Remove Get_Pwnam and its associated static variableVolker Lendecke1-4/+6
2007-12-18Fix logic error in cm_connect_sam().Michael Adam1-1/+0
2007-12-17Fix a segv in winbindd caused by trying to free an fstring.Gerald (Jerry) Carter1-2/+6
2007-12-15s/sid_to_string/sid_to_fstring/Volker Lendecke10-45/+50
2007-12-15Replace sid_string_static with sid_to_stringVolker Lendecke5-19/+43
2007-12-15Use sid_to_string directlyVolker Lendecke3-9/+6
2007-12-15Use sid_string_talloc where we have a tmp talloc ctxVolker Lendecke1-23/+24
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke15-91/+86
2007-12-15Use sid_string_talloc where we have a tmp talloc ctxVolker Lendecke1-3/+4
2007-12-14winbindd: move domain child specific stuff into its own fileStefan Metzmacher6-114/+132
2007-12-13Make cm_connect_sam() try harder to connect autheticated.Michael Adam1-9/+26
2007-12-13Refactor out assembling of trust creds (pw, account name, principal).Michael Adam1-17/+38
2007-12-13Streamline and fix logic of cm_prepare_connection().Michael Adam1-25/+37