Age | Commit message (Expand) | Author | Files | Lines |
2008-05-09 | Use strip_hostname after dsgetdcname/getdcname calls. | Günther Deschner | 1 | -7/+1 |
2008-05-09 | dsgetdcname: mailslot replies are identical to the cldap ones, use cldap ever... | Günther Deschner | 1 | -0/+1 |
2008-05-06 | mailslot/cldap: use nt_version bits in queries. | Günther Deschner | 1 | -1/+3 |
2008-04-24 | mailslot: allow to give back struct nbt_ntlogon_packet. | Günther Deschner | 1 | -1/+2 |
2008-04-24 | mailslot: allow to define nt_version in send_getdc_request(). | Günther Deschner | 1 | -1/+1 |
2008-04-23 | Fix CLEAR_IF_FIRST handling of messages.tdb | Volker Lendecke | 1 | -1/+1 |
2008-04-21 | cldap: avoid duplicate definitions so remove ads_cldap.h. | Günther Deschner | 1 | -1/+1 |
2008-04-21 | winbind: pass down existing talloc context. | Günther Deschner | 1 | -5/+6 |
2008-04-21 | winbind: Use libnbt for NTLOGON SAMLOGON mailslot request and reply. | Günther Deschner | 1 | -1/+3 |
2008-04-20 | Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_struct | Volker Lendecke | 1 | -29/+23 |
2008-04-20 | Introduce rpccli_set_timeout() | Volker Lendecke | 1 | -2/+2 |
2008-04-20 | Add "desthost" to rpc_pipe_client | Volker Lendecke | 1 | -4/+4 |
2008-04-18 | winbindd: call reinit_after_fork() in the child processes | Stefan Metzmacher | 1 | -3/+2 |
2008-04-17 | Move GETDC mailslot out of winbindd. | Günther Deschner | 1 | -162/+2 |
2008-04-10 | Also accept 0x15 getdc replies | Volker Lendecke | 1 | -19/+22 |
2008-04-09 | Try anonymous session setup | Volker Lendecke | 1 | -1/+3 |
2008-04-02 | Fix NETLOGON credential chain with Windows 2008 all over the place. | Günther Deschner | 1 | -5/+1 |
2008-03-31 | Fix enumeration of forest trusts from our root domain. | Gerald W. Carter | 1 | -1/+1 |
2008-03-26 | Fix winbind NETLOGON cred chain on a samba dc for w2k8 trusts. | Günther Deschner | 1 | -1/+5 |
2008-03-19 | Merge dd9e0bea31751 from 3-0-ctdb -- use NetSamLogonEx when possible | Volker Lendecke | 1 | -0/+10 |
2008-03-10 | Use a separate tdb for mutexes | Volker Lendecke | 1 | -11/+6 |
2008-02-08 | Use rpccli_netr_DsRGetDCName() in rpcclient and winbindd. | Günther Deschner | 1 | -12/+13 |
2008-02-08 | Use rpccli_lsa_QueryInfoPolicy() all over the place. | Günther Deschner | 1 | -14/+17 |
2008-02-08 | Use rpccli_lsa_QueryInfoPolicy2 in winbindd. | Günther Deschner | 1 | -16/+19 |
2008-02-07 | Use rpccli_netr_GetAnyDCName and rpccli_netr_GetDCName everywhere. | Günther Deschner | 1 | -12/+18 |
2008-02-04 | Use rpccli_samr_Connect2() all over the place. | Günther Deschner | 1 | -12/+15 |
2008-02-01 | Use rpccli_samr_OpenDomain() all over the place. | Günther Deschner | 1 | -6/+6 |
2008-01-29 | Remove include/rpc_ds.h and all references to it completly. | Günther Deschner | 1 | -6/+6 |
2008-01-29 | Use pidl generated call to enumerate ds trusted domains in winbindd. | Günther Deschner | 1 | -12/+19 |
2008-01-25 | Use the correct domain name when looking up the trust password. | Gerald W. Carter | 1 | -1/+15 |
2008-01-25 | Use generated DSSETUP client & server rpc functions and remove the hand-writt... | Günther Deschner | 1 | -15/+16 |
2008-01-23 | Windows 2008 (Longhorn) auth2 flag fixes. | Andreas Schneider | 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-20 | Fix a segfault | Volker Lendecke | 1 | -3/+10 |
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-07 | Fix build warning. | Günther Deschner | 1 | -16/+18 |
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 | Kill fstring in getdcname & getanydcname return. | Günther Deschner | 1 | -2/+2 |
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-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 |
2007-12-13 | Rename get_trust_pw() to get_trust_pw_hash(). | Michael Adam | 1 | -2/+2 |
2007-12-13 | Let get_trust_pw() determine the machine_account_name to use. | Michael Adam | 1 | -19/+3 |
2007-12-13 | Streamline logic in cm_connect_netlogon() | Michael Adam | 1 | -5/+6 |
2007-12-13 | In cm_prepare_connection(), only get auth user creds if we need to. | Michael Adam | 1 | -2/+2 |
2007-12-10 | Remove the char[1024] strings from dynconfig. Replace | Jeremy Allison | 1 | -1/+1 |