summaryrefslogtreecommitdiffstats
path: root/source/winbindd
Commit message (Expand)AuthorAgeFilesLines
* Apply const to rpccli_lsa_query_info_policy() and rpccli_lsa_query_info_polic...Günther Deschner2008-01-151-3/+3
* Ensure we don't access an uninitialized variableJeremy Allison2008-01-111-1/+1
* As long as DsGetDcName is not part of libnetapi, lowercase the fn name.Günther Deschner2008-01-111-3/+3
* Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.Michael Adam2008-01-095-46/+58
* Fix prototype: Add a void to an empty function parameter list.Michael Adam2008-01-091-1/+1
* Fix build warning.Günther Deschner2008-01-071-16/+18
* Use the proper boolean constants.Michael Adam2008-01-071-93/+93
* Fix a comment.Michael Adam2008-01-071-1/+2
* Make wcache_invalidate_cache() return bool, not int.Michael Adam2008-01-072-4/+4
* Add some braces to if statement.Michael Adam2008-01-071-1/+2
* Prevent winbindd from segfaulting due to corrupted cache tdb.Andreas Schneider2008-01-072-4/+36
* Fix the inherited trust flags when spidering the trust heirarchy.Gerald (Jerry) Carter2008-01-042-3/+19
* Add a missing check for dealing with a one-way trust in query_user().Gerald (Jerry) Carter2008-01-041-0/+6
* Ensure that winbindd_getgroups() can deal with a UPN name.Gerald (Jerry) Carter2008-01-041-1/+10
* When connecting to an AD DC, use the DsGetDCName variant.Gerald (Jerry) Carter2008-01-041-2/+36
* Use correct size value for linearize call.Jeremy Allison2007-12-291-1/+1
* Remove tiny code duplicationVolker Lendecke2007-12-291-4/+7
* Add NT error to debug to try and track this down.Jeremy Allison2007-12-211-1/+4
* Kill fstring in getdcname & getanydcname return.Günther Deschner2007-12-212-5/+5
* Only retrieve password policies in pam_auth when WBFLAG_PAM_GET_PWD_POLICY is...Michael Adam2007-12-201-6/+9
* Remove Get_Pwnam and its associated static variableVolker Lendecke2007-12-191-4/+6
* Fix logic error in cm_connect_sam().Michael Adam2007-12-181-1/+0
* Fix a segv in winbindd caused by trying to free an fstring.Gerald (Jerry) Carter2007-12-171-2/+6
* s/sid_to_string/sid_to_fstring/Volker Lendecke2007-12-1510-45/+50
* Replace sid_string_static with sid_to_stringVolker Lendecke2007-12-155-19/+43
* Use sid_to_string directlyVolker Lendecke2007-12-153-9/+6
* Use sid_string_talloc where we have a tmp talloc ctxVolker Lendecke2007-12-151-23/+24
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-1515-91/+86
* Use sid_string_talloc where we have a tmp talloc ctxVolker Lendecke2007-12-151-3/+4
* winbindd: move domain child specific stuff into its own fileStefan Metzmacher2007-12-146-114/+132
* Make cm_connect_sam() try harder to connect autheticated.Michael Adam2007-12-131-9/+26
* Refactor out assembling of trust creds (pw, account name, principal).Michael Adam2007-12-131-17/+38
* Streamline and fix logic of cm_prepare_connection().Michael Adam2007-12-131-25/+37
* Rename get_trust_pw() to get_trust_pw_hash().Michael Adam2007-12-131-2/+2
* Let get_trust_pw() determine the machine_account_name to use.Michael Adam2007-12-131-19/+3
* Streamline logic in cm_connect_netlogon()Michael Adam2007-12-131-5/+6
* In cm_prepare_connection(), only get auth user creds if we need to.Michael Adam2007-12-131-2/+2
* Don't restart winbind if a corrupted tdb is found during initialization.Andreas Schneider2007-12-122-17/+10
* winbindd: remove unused WINBINDD_DUMP_MAPS supportStefan Metzmacher2007-12-124-157/+0
* winbindd: remove unused WINBINDD_DUAL_NAME2*ID and WINBINDD_DUAL_*ID2NAME callsStefan Metzmacher2007-12-121-255/+0
* winbindd: pass const char *logfile to winbindd_dump_maps_async()Stefan Metzmacher2007-12-112-7/+15
* winbindd: rename child table struct elementsStefan Metzmacher2007-12-114-57/+150
* idmap: add a const to idmap_dump_maps()Stefan Metzmacher2007-12-111-1/+1
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-104-8/+8
* Remove next_token - all uses must now be next_token_talloc.Jeremy Allison2007-12-071-5/+11
* Don't build rpctorture anymore - not maintained. Just remove.Jeremy Allison2007-12-071-1/+1
* Improve a debug message.Michael Adam2007-12-061-1/+1
* Fix a debug message (missing newline).Michael Adam2007-12-051-1/+1
* Remove some globalsVolker Lendecke2007-12-051-4/+4
* Remove more pstrings, from the winbindd protocol def andJeremy Allison2007-12-032-8/+13