summaryrefslogtreecommitdiffstats
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
* Fix enumeration of forest trusts from our root domain.Gerald W. Carter2008-03-311-1/+1
* Augmented "wbinfo -m" to list additional information about the type, directio...Steven Danneman2008-03-311-13/+91
* Forest root trust flags won't overwrite child trust flagsSteven Danneman2008-03-312-33/+54
* winbindd_cache: add missing validation function for pwinfo cache entryMichael Adam2008-03-291-0/+24
* Don't let winbind getgroups crash when we have no gids in the token.Günther Deschner2008-03-291-3/+5
* Make some fns staticVolker Lendecke2008-03-281-16/+5
* Fix typo.Günther Deschner2008-03-271-5/+5
* Don't fill password policy structure for any domain other than our own.Gerald W. Carter2008-03-271-3/+15
* Fix wbinfo -a trusted\\user%password on a Samba DC with trustsVolker Lendecke2008-03-272-1/+5
* Move LOGON_KRB5_FAIL_CLOCK_SKEW to winbindd_pam.Günther Deschner2008-03-271-0/+2
* Fix winbind NETLOGON cred chain on a samba dc for w2k8 trusts.Günther Deschner2008-03-261-1/+5
* Fix a segfaultVolker Lendecke2008-03-251-1/+1
* Fix typoVolker Lendecke2008-03-251-1/+1
* Merge dd9e0bea31751 from 3-0-ctdb -- use NetSamLogonEx when possibleVolker Lendecke2008-03-193-23/+90
* Fix some "nexted extern" warninsVolker Lendecke2008-03-191-8/+8
* Use a separate tdb for mutexesVolker Lendecke2008-03-101-11/+6
* winbind: use a struct element for WBFLAG_PAM_UNIX_NAMEStefan Metzmacher2008-02-281-14/+4
* Let dsgetdcname() return a struct netr_DsRGetDCNameInfo.Günther Deschner2008-02-281-5/+5
* Add my copyright.Günther Deschner2008-02-271-0/+1
* Use netr_SamInfo3 everywhere in winbindd.Günther Deschner2008-02-176-139/+122
* Getting rid of net_io_user_info3() when sending an NDR encoded netr_SamInfo3.Günther Deschner2008-02-171-16/+18
* winbindd: add rids and other_sids arrays in WBFLAG_PAM_INFO3_TEXT modeStefan Metzmacher2008-02-131-1/+43
* Convert last caller (in winbindd) to rpccli_samr_EnumDomainAliases.Günther Deschner2008-02-131-7/+16
* Convert last caller (in winbindd) to rpccli_samr_EnumDomainGroups.Günther Deschner2008-02-131-7/+16
* Convert last caller (in winbindd) to rpccli_samr_LookupRids.Günther Deschner2008-02-131-23/+25
* nsswitch: convert winbind_env_set(), winbind_on() and winbind_off() into macrosStefan Metzmacher2008-02-131-4/+4
* Fix the build of winbindd, sorry.Günther Deschner2008-02-131-5/+3
* Use rpccli_lsa_EnumTrustDom all over the place.Günther Deschner2008-02-131-8/+10
* Use rpccli_samr_QueryUserInfo in net and winbindd.Günther Deschner2008-02-122-14/+16
* Use rpccli_netr_DsRGetDCName() in rpcclient and winbindd.Günther Deschner2008-02-081-12/+13
* Fix winbindd msrpc_lookup_useraliases.Günther Deschner2008-02-081-1/+1
* 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_samr_QueryDisplayInfo() all over the place.Günther Deschner2008-02-081-19/+20
* Use rpccli_samr_GetGroupsForUser() all over the place.Günther Deschner2008-02-071-5/+7
* Use rpccli_netr_GetAnyDCName and rpccli_netr_GetDCName everywhere.Günther Deschner2008-02-072-22/+38
* Let rpccli_samr_chgpasswd3 use rpccli_samr_ChangePasswordUser3 internally.Günther Deschner2008-02-071-16/+21
* Use rpccli_samr_QueryDomainInfo() in winbindd.Günther Deschner2008-02-067-85/+106
* Small whitespace cleanup + check for null returns on talloc_strdup.Jeremy Allison2008-02-051-8/+12
* Use rpccli_samr_QueryGroupMember() all over the place.Günther Deschner2008-02-051-3/+7
* Use rpccli_samr_GetAliasMembership() in winbindd and rpcclient.Günther Deschner2008-02-051-16/+21
* Use rpccli_samr_Connect2() all over the place.Günther Deschner2008-02-041-12/+15
* Fix a typo in a debug message.Michael Adam2008-02-041-1/+1
* Convert read_data() to NTSTATUSVolker Lendecke2008-02-021-9/+11
* Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testSimo Sorce2008-02-0117-315/+1767
|\
| * Use rpccli_samr_OpenUser() all over the place.Günther Deschner2008-02-012-9/+15
| * Use rpccli_samr_OpenGroup() all over the place.Günther Deschner2008-02-011-2/+5
| * Use rpccli_samr_OpenDomain() all over the place.Günther Deschner2008-02-011-6/+6
| * Remove rpccli_samr_close and use pidl generated function instead.Günther Deschner2008-01-312-6/+6
| * Remove include/rpc_ds.h and all references to it completly.Günther Deschner2008-01-295-27/+27