summaryrefslogtreecommitdiffstats
path: root/source/winbindd/winbindd_cm.c
Commit message (Expand)AuthorAgeFilesLines
* Use rpccli_netr_DsRGetDCName() in rpcclient and winbindd.Günther Deschner2008-02-081-12/+13
* Use rpccli_lsa_QueryInfoPolicy() all over the place.Günther Deschner2008-02-081-14/+17
* Use rpccli_lsa_QueryInfoPolicy2 in winbindd.Günther Deschner2008-02-081-16/+19
* Use rpccli_netr_GetAnyDCName and rpccli_netr_GetDCName everywhere.Günther Deschner2008-02-071-12/+18
* Use rpccli_samr_Connect2() all over the place.Günther Deschner2008-02-041-12/+15
* Use rpccli_samr_OpenDomain() all over the place.Günther Deschner2008-02-011-6/+6
* Remove include/rpc_ds.h and all references to it completly.Günther Deschner2008-01-291-6/+6
* Use pidl generated call to enumerate ds trusted domains in winbindd.Günther Deschner2008-01-291-12/+19
* Use the correct domain name when looking up the trust password.Gerald W. Carter2008-01-251-1/+15
* Use generated DSSETUP client & server rpc functions and remove the hand-writt...Günther Deschner2008-01-251-15/+16
* Windows 2008 (Longhorn) auth2 flag fixes.Andreas Schneider2008-01-231-1/+1
* Fix get_trust_creds() to return always an upper-cased krb5 principal (thisGünther Deschner2008-01-231-4/+8
* Fix a segfaultVolker Lendecke2008-01-201-3/+10
* Apply const to rpccli_lsa_query_info_policy() and rpccli_lsa_query_info_polic...Günther Deschner2008-01-151-3/+3
* Fix build warning.Günther Deschner2008-01-071-16/+18
* 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
* Kill fstring in getdcname & getanydcname return.Günther Deschner2007-12-211-2/+2
* 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
* 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
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-101-1/+1
* Last pstring here.Jeremy Allison2007-12-031-4/+6
* Remove the explicit TALLOC_CTX * from cli_struct.Jeremy Allison2007-11-291-11/+12
* Add set_sockaddr_port function for winbindd.Jeremy Allison2007-11-211-0/+2
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-241-58/+111
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-18/+18
* Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison2007-10-101-2/+2
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.samba-misc-tags/initial-v3-2-testGerald (Jerry) Carter2007-10-101-11/+0
* r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree.Gerald Carter2007-10-101-1/+1
* r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags,Gerald Carter2007-10-101-1/+1
* r25154: move winbindd code into winbindd/Stefan Metzmacher2007-10-101-0/+2271