summaryrefslogtreecommitdiffstats
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
...
| * Use generated DSSETUP client & server rpc functions and remove the hand-writt...Günther Deschner2008-01-251-15/+16
| * Add debug message: show which domain_child is being forked.Michael Adam2008-01-251-0/+7
| * Add a debug message winbindd_can_contact_domain()Michael Adam2008-01-251-0/+2
| * Fix assignment to request->data.init_conn.is_primary in init_child_connection().Michael Adam2008-01-251-1/+1
| * Fix winbindd build w/o ADS.Günther Deschner2008-01-241-3/+7
| * Add winbind_msg_dump_domain_list to winbindd.Günther Deschner2008-01-242-0/+88
| * Add winbindd debugging ndr_print helpers.Günther Deschner2008-01-241-0/+149
| * Windows 2008 (Longhorn) auth2 flag fixes.Andreas Schneider2008-01-231-1/+1
| * Fix panic: Don't free the logfilename in winbind_child_died().Michael Adam2008-01-231-1/+0
| * Initialize _domain_list to NULL.Michael Adam2008-01-231-1/+1
| * Fix get_trust_creds() to return always an upper-cased krb5 principal (thisGünther Deschner2008-01-231-4/+8
| * winbindd: remove useless strcpyStefan Metzmacher2008-01-211-4/+1
| * Fix a segfaultVolker Lendecke2008-01-201-3/+10
| * Finally enable pidl generated SAMR & NETLOGON headers and clients.Günther Deschner2008-01-172-4/+4
| * Convert old sid-string handling in idmap_tdb2 to a new oneAlexander Bokovoy2008-01-161-4/+7
| * idmap TDB2 backend, used for clustered Samba setups.Alexander Bokovoy2008-01-161-0/+1014
| * 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
* | Fix winbindd running on a Samba DC,Simo Sorce2008-02-012-6/+11
|/
* 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