summaryrefslogtreecommitdiff
path: root/source3/winbindd
AgeCommit message (Expand)AuthorFilesLines
2008-04-12dbwrap: wait for tdb2 change notifies in smbd, nmbd and winbinddStefan Metzmacher1-0/+7
2008-04-10winbindd: only call winbindd_validate_cache when not in offline logon mode.Michael Adam2-20/+17
2008-04-10Also accept 0x15 getdc repliesVolker Lendecke1-19/+22
2008-04-09Try anonymous session setupVolker Lendecke1-1/+3
2008-04-07winbindd: fix break out early condition in fill_grent_mem().Michael Adam1-1/+1
2008-04-07Only cache password policy results that worked, otherwise weBo Yang1-1/+3
2008-04-04Use sid_array_from_info3 in lookup_usergroups_cached().Günther Deschner2-41/+11
2008-04-03Fix trusted users on a DC that uses the old idmap syntax. There was no defaul...Simo Sorce1-0/+70
2008-04-02Fix NETLOGON credential chain with Windows 2008 all over the place.Günther Deschner1-5/+1
2008-03-31Fix enumeration of forest trusts from our root domain.Gerald W. Carter1-1/+1
2008-03-31Augmented "wbinfo -m" to list additional information about the type, directio...Steven Danneman1-13/+91
2008-03-31Forest root trust flags won't overwrite child trust flagsSteven Danneman2-33/+54
2008-03-29winbindd_cache: add missing validation function for pwinfo cache entryMichael Adam1-0/+24
2008-03-29Don't let winbind getgroups crash when we have no gids in the token.Günther Deschner1-3/+5
2008-03-28Make some fns staticVolker Lendecke1-16/+5
2008-03-27Fix typo.Günther Deschner1-5/+5
2008-03-27Don't fill password policy structure for any domain other than our own.Gerald W. Carter1-3/+15
2008-03-27Fix wbinfo -a trusted\\user%password on a Samba DC with trustsVolker Lendecke2-1/+5
2008-03-27Move LOGON_KRB5_FAIL_CLOCK_SKEW to winbindd_pam.Günther Deschner1-0/+2
2008-03-26Fix winbind NETLOGON cred chain on a samba dc for w2k8 trusts.Günther Deschner1-1/+5
2008-03-25Fix a segfaultVolker Lendecke1-1/+1
2008-03-25Fix typoVolker Lendecke1-1/+1
2008-03-19Merge dd9e0bea31751 from 3-0-ctdb -- use NetSamLogonEx when possibleVolker Lendecke3-23/+90
2008-03-19Fix some "nexted extern" warninsVolker Lendecke1-8/+8
2008-03-10Use a separate tdb for mutexesVolker Lendecke1-11/+6
2008-02-28winbind: use a struct element for WBFLAG_PAM_UNIX_NAMEStefan Metzmacher1-14/+4
2008-02-28Let dsgetdcname() return a struct netr_DsRGetDCNameInfo.Günther Deschner1-5/+5
2008-02-27Add my copyright.Günther Deschner1-0/+1
2008-02-17Use netr_SamInfo3 everywhere in winbindd.Günther Deschner6-139/+122
2008-02-17Getting rid of net_io_user_info3() when sending an NDR encoded netr_SamInfo3.Günther Deschner1-16/+18
2008-02-13winbindd: add rids and other_sids arrays in WBFLAG_PAM_INFO3_TEXT modeStefan Metzmacher1-1/+43
2008-02-13Convert last caller (in winbindd) to rpccli_samr_EnumDomainAliases.Günther Deschner1-7/+16
2008-02-13Convert last caller (in winbindd) to rpccli_samr_EnumDomainGroups.Günther Deschner1-7/+16
2008-02-13Convert last caller (in winbindd) to rpccli_samr_LookupRids.Günther Deschner1-23/+25
2008-02-13nsswitch: convert winbind_env_set(), winbind_on() and winbind_off() into macrosStefan Metzmacher1-4/+4
2008-02-13Fix the build of winbindd, sorry.Günther Deschner1-5/+3
2008-02-13Use rpccli_lsa_EnumTrustDom all over the place.Günther Deschner1-8/+10
2008-02-12Use rpccli_samr_QueryUserInfo in net and winbindd.Günther Deschner2-14/+16
2008-02-08Use rpccli_netr_DsRGetDCName() in rpcclient and winbindd.Günther Deschner1-12/+13
2008-02-08Fix winbindd msrpc_lookup_useraliases.Günther Deschner1-1/+1
2008-02-08Use rpccli_lsa_QueryInfoPolicy() all over the place.Günther Deschner1-14/+17
2008-02-08Use rpccli_lsa_QueryInfoPolicy2 in winbindd.Günther Deschner1-16/+19
2008-02-08Use rpccli_samr_QueryDisplayInfo() all over the place.Günther Deschner1-19/+20
2008-02-07Use rpccli_samr_GetGroupsForUser() all over the place.Günther Deschner1-5/+7
2008-02-07Use rpccli_netr_GetAnyDCName and rpccli_netr_GetDCName everywhere.Günther Deschner2-22/+38
2008-02-07Let rpccli_samr_chgpasswd3 use rpccli_samr_ChangePasswordUser3 internally.Günther Deschner1-16/+21
2008-02-06Use rpccli_samr_QueryDomainInfo() in winbindd.Günther Deschner7-85/+106
2008-02-05Small whitespace cleanup + check for null returns on talloc_strdup.Jeremy Allison1-8/+12
2008-02-05Use rpccli_samr_QueryGroupMember() all over the place.Günther Deschner1-3/+7
2008-02-05Use rpccli_samr_GetAliasMembership() in winbindd and rpcclient.Günther Deschner1-16/+21