Age | Commit message (Expand) | Author | Files | Lines |
2008-02-17 | Use netr_SamInfo3 everywhere in winbindd. | Günther Deschner | 6 | -139/+122 |
2008-02-17 | Getting rid of net_io_user_info3() when sending an NDR encoded netr_SamInfo3. | Günther Deschner | 1 | -16/+18 |
2008-02-13 | winbindd: add rids and other_sids arrays in WBFLAG_PAM_INFO3_TEXT mode | Stefan Metzmacher | 1 | -1/+43 |
2008-02-13 | Convert last caller (in winbindd) to rpccli_samr_EnumDomainAliases. | Günther Deschner | 1 | -7/+16 |
2008-02-13 | Convert last caller (in winbindd) to rpccli_samr_EnumDomainGroups. | Günther Deschner | 1 | -7/+16 |
2008-02-13 | Convert last caller (in winbindd) to rpccli_samr_LookupRids. | Günther Deschner | 1 | -23/+25 |
2008-02-13 | nsswitch: convert winbind_env_set(), winbind_on() and winbind_off() into macros | Stefan Metzmacher | 1 | -4/+4 |
2008-02-13 | Fix the build of winbindd, sorry. | Günther Deschner | 1 | -5/+3 |
2008-02-13 | Use rpccli_lsa_EnumTrustDom all over the place. | Günther Deschner | 1 | -8/+10 |
2008-02-12 | Use rpccli_samr_QueryUserInfo in net and winbindd. | Günther Deschner | 2 | -14/+16 |
2008-02-08 | Use rpccli_netr_DsRGetDCName() in rpcclient and winbindd. | Günther Deschner | 1 | -12/+13 |
2008-02-08 | Fix winbindd msrpc_lookup_useraliases. | Günther Deschner | 1 | -1/+1 |
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-08 | Use rpccli_samr_QueryDisplayInfo() all over the place. | Günther Deschner | 1 | -19/+20 |
2008-02-07 | Use rpccli_samr_GetGroupsForUser() all over the place. | Günther Deschner | 1 | -5/+7 |
2008-02-07 | Use rpccli_netr_GetAnyDCName and rpccli_netr_GetDCName everywhere. | Günther Deschner | 2 | -22/+38 |
2008-02-07 | Let rpccli_samr_chgpasswd3 use rpccli_samr_ChangePasswordUser3 internally. | Günther Deschner | 1 | -16/+21 |
2008-02-06 | Use rpccli_samr_QueryDomainInfo() in winbindd. | Günther Deschner | 7 | -85/+106 |
2008-02-05 | Small whitespace cleanup + check for null returns on talloc_strdup. | Jeremy Allison | 1 | -8/+12 |
2008-02-05 | Use rpccli_samr_QueryGroupMember() all over the place. | Günther Deschner | 1 | -3/+7 |
2008-02-05 | Use rpccli_samr_GetAliasMembership() in winbindd and rpcclient. | Günther Deschner | 1 | -16/+21 |
2008-02-04 | Use rpccli_samr_Connect2() all over the place. | Günther Deschner | 1 | -12/+15 |
2008-02-04 | Fix a typo in a debug message. | Michael Adam | 1 | -1/+1 |
2008-02-02 | Convert read_data() to NTSTATUS | Volker Lendecke | 1 | -9/+11 |
2008-02-01 | Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-test | Simo Sorce | 17 | -315/+1767 |
2008-02-01 | Fix winbindd running on a Samba DC, | Simo Sorce | 2 | -6/+11 |
2008-02-01 | Use rpccli_samr_OpenUser() all over the place. | Günther Deschner | 2 | -9/+15 |
2008-02-01 | Use rpccli_samr_OpenGroup() all over the place. | Günther Deschner | 1 | -2/+5 |
2008-02-01 | Use rpccli_samr_OpenDomain() all over the place. | Günther Deschner | 1 | -6/+6 |
2008-01-31 | Remove rpccli_samr_close and use pidl generated function instead. | Günther Deschner | 2 | -6/+6 |
2008-01-29 | Remove include/rpc_ds.h and all references to it completly. | Günther Deschner | 5 | -27/+27 |
2008-01-29 | Use another pidl generated call to enumerate ds trusted domains in winbindd. | Günther Deschner | 1 | -26/+23 |
2008-01-29 | Use pidl generated call to enumerate ds trusted domains in winbindd. | Günther Deschner | 1 | -12/+19 |
2008-01-29 | Eliminate remote tree of dsgetdcname (which will happen in libnetapi then). | Günther Deschner | 1 | -1/+1 |
2008-01-25 | Always trust the domain flags in the wcache trusted domain cache. | Gerald W. Carter | 1 | -13/+33 |
2008-01-25 | Use the correct domain name when looking up the trust password. | Gerald W. Carter | 1 | -1/+15 |
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 |