summaryrefslogtreecommitdiff
path: root/source3/winbindd
AgeCommit message (Expand)AuthorFilesLines
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
2007-12-13Rename get_trust_pw() to get_trust_pw_hash().Michael Adam1-2/+2
2007-12-13Let get_trust_pw() determine the machine_account_name to use.Michael Adam1-19/+3
2007-12-13Streamline logic in cm_connect_netlogon()Michael Adam1-5/+6
2007-12-13In cm_prepare_connection(), only get auth user creds if we need to.Michael Adam1-2/+2
2007-12-12Don't restart winbind if a corrupted tdb is found during initialization.Andreas Schneider2-17/+10
2007-12-12winbindd: remove unused WINBINDD_DUMP_MAPS supportStefan Metzmacher4-157/+0
2007-12-12winbindd: remove unused WINBINDD_DUAL_NAME2*ID and WINBINDD_DUAL_*ID2NAME callsStefan Metzmacher1-255/+0
2007-12-11winbindd: pass const char *logfile to winbindd_dump_maps_async()Stefan Metzmacher2-7/+15
2007-12-11winbindd: rename child table struct elementsStefan Metzmacher4-57/+150
2007-12-11idmap: add a const to idmap_dump_maps()Stefan Metzmacher1-1/+1
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison4-8/+8
2007-12-07Remove next_token - all uses must now be next_token_talloc.Jeremy Allison1-5/+11
2007-12-07Don't build rpctorture anymore - not maintained. Just remove.Jeremy Allison1-1/+1
2007-12-06Improve a debug message.Michael Adam1-1/+1
2007-12-05Fix a debug message (missing newline).Michael Adam1-1/+1
2007-12-05Remove some globalsVolker Lendecke1-4/+4
2007-12-03Remove more pstrings, from the winbindd protocol def andJeremy Allison2-8/+13
2007-12-03Last pstring here.Jeremy Allison1-4/+6