Age | Commit message (Expand) | Author | Files | Lines |
2008-01-25 | Fix winbindd_can_contact_domain() on a samba DC. | Michael Adam | 1 | -3/+6 |
2008-01-25 | Use generated DSSETUP client & server rpc functions and remove the hand-writt... | Günther Deschner | 1 | -15/+16 |
2008-01-25 | Add debug message: show which domain_child is being forked. | Michael Adam | 1 | -0/+7 |
2008-01-25 | Add a debug message winbindd_can_contact_domain() | Michael Adam | 1 | -0/+2 |
2008-01-25 | Fix assignment to request->data.init_conn.is_primary in init_child_connection(). | Michael Adam | 1 | -1/+1 |
2008-01-24 | Fix winbindd build w/o ADS. | Günther Deschner | 1 | -3/+7 |
2008-01-24 | Add winbind_msg_dump_domain_list to winbindd. | Günther Deschner | 2 | -0/+88 |
2008-01-24 | Add winbindd debugging ndr_print helpers. | Günther Deschner | 1 | -0/+149 |
2008-01-23 | Windows 2008 (Longhorn) auth2 flag fixes. | Andreas Schneider | 1 | -1/+1 |
2008-01-23 | Fix panic: Don't free the logfilename in winbind_child_died(). | Michael Adam | 1 | -1/+0 |
2008-01-23 | Initialize _domain_list to NULL. | Michael Adam | 1 | -1/+1 |
2008-01-23 | Fix get_trust_creds() to return always an upper-cased krb5 principal (this | Günther Deschner | 1 | -4/+8 |
2008-01-21 | winbindd: remove useless strcpy | Stefan Metzmacher | 1 | -4/+1 |
2008-01-20 | Fix a segfault | Volker Lendecke | 1 | -3/+10 |
2008-01-17 | Finally enable pidl generated SAMR & NETLOGON headers and clients. | Günther Deschner | 2 | -4/+4 |
2008-01-16 | Convert old sid-string handling in idmap_tdb2 to a new one | Alexander Bokovoy | 1 | -4/+7 |
2008-01-16 | idmap TDB2 backend, used for clustered Samba setups. | Alexander Bokovoy | 1 | -0/+1014 |
2008-01-15 | Apply const to rpccli_lsa_query_info_policy() and rpccli_lsa_query_info_polic... | Günther Deschner | 1 | -3/+3 |
2008-01-11 | Ensure we don't access an uninitialized variable | Jeremy Allison | 1 | -1/+1 |
2008-01-11 | As long as DsGetDcName is not part of libnetapi, lowercase the fn name. | Günther Deschner | 1 | -3/+3 |
2008-01-09 | Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS. | Michael Adam | 5 | -46/+58 |
2008-01-09 | Fix prototype: Add a void to an empty function parameter list. | Michael Adam | 1 | -1/+1 |
2008-01-07 | Fix build warning. | Günther Deschner | 1 | -16/+18 |
2008-01-07 | Use the proper boolean constants. | Michael Adam | 1 | -93/+93 |
2008-01-07 | Fix a comment. | Michael Adam | 1 | -1/+2 |
2008-01-07 | Make wcache_invalidate_cache() return bool, not int. | Michael Adam | 2 | -4/+4 |
2008-01-07 | Add some braces to if statement. | Michael Adam | 1 | -1/+2 |
2008-01-07 | Prevent winbindd from segfaulting due to corrupted cache tdb. | Andreas Schneider | 2 | -4/+36 |
2008-01-04 | Fix the inherited trust flags when spidering the trust heirarchy. | Gerald (Jerry) Carter | 2 | -3/+19 |
2008-01-04 | Add a missing check for dealing with a one-way trust in query_user(). | Gerald (Jerry) Carter | 1 | -0/+6 |
2008-01-04 | Ensure that winbindd_getgroups() can deal with a UPN name. | Gerald (Jerry) Carter | 1 | -1/+10 |
2008-01-04 | When connecting to an AD DC, use the DsGetDCName variant. | Gerald (Jerry) Carter | 1 | -2/+36 |
2007-12-29 | Use correct size value for linearize call. | Jeremy Allison | 1 | -1/+1 |
2007-12-29 | Remove tiny code duplication | Volker Lendecke | 1 | -4/+7 |
2007-12-21 | Add NT error to debug to try and track this down. | Jeremy Allison | 1 | -1/+4 |
2007-12-21 | Kill fstring in getdcname & getanydcname return. | Günther Deschner | 2 | -5/+5 |
2007-12-20 | Only retrieve password policies in pam_auth when WBFLAG_PAM_GET_PWD_POLICY is... | Michael Adam | 1 | -6/+9 |
2007-12-19 | Remove Get_Pwnam and its associated static variable | Volker Lendecke | 1 | -4/+6 |
2007-12-18 | Fix logic error in cm_connect_sam(). | Michael Adam | 1 | -1/+0 |
2007-12-17 | Fix a segv in winbindd caused by trying to free an fstring. | Gerald (Jerry) Carter | 1 | -2/+6 |
2007-12-15 | s/sid_to_string/sid_to_fstring/ | Volker Lendecke | 10 | -45/+50 |
2007-12-15 | Replace sid_string_static with sid_to_string | Volker Lendecke | 5 | -19/+43 |
2007-12-15 | Use sid_to_string directly | Volker Lendecke | 3 | -9/+6 |
2007-12-15 | Use sid_string_talloc where we have a tmp talloc ctx | Volker Lendecke | 1 | -23/+24 |
2007-12-15 | Replace sid_string_static by sid_string_dbg in DEBUGs | Volker Lendecke | 15 | -91/+86 |
2007-12-15 | Use sid_string_talloc where we have a tmp talloc ctx | Volker Lendecke | 1 | -3/+4 |
2007-12-14 | winbindd: move domain child specific stuff into its own file | Stefan Metzmacher | 6 | -114/+132 |
2007-12-13 | Make cm_connect_sam() try harder to connect autheticated. | Michael Adam | 1 | -9/+26 |
2007-12-13 | Refactor out assembling of trust creds (pw, account name, principal). | Michael Adam | 1 | -17/+38 |
2007-12-13 | Streamline and fix logic of cm_prepare_connection(). | Michael Adam | 1 | -25/+37 |