summaryrefslogtreecommitdiffstats
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
* Fix wbinfo --group-info if the winbind separator set to non \Volker Lendecke2008-04-221-2/+4
* cldap: avoid duplicate definitions so remove ads_cldap.h.Günther Deschner2008-04-211-1/+1
* winbind: pass down existing talloc context.Günther Deschner2008-04-211-5/+6
* Add in a nice big comment explaining why SamLogonEx matters.Andrew Bartlett2008-04-211-0/+21
* winbind: Use libnbt for NTLOGON SAMLOGON mailslot request and reply.Günther Deschner2008-04-211-1/+3
* Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_structVolker Lendecke2008-04-201-29/+23
* Introduce rpccli_set_timeout()Volker Lendecke2008-04-203-6/+6
* Add "desthost" to rpc_pipe_clientVolker Lendecke2008-04-202-5/+5
* winbindd: create the messaging conntext earlierStefan Metzmacher2008-04-181-7/+17
* winbindd: call reinit_after_fork() in the child processesStefan Metzmacher2008-04-182-6/+4
* Move GETDC mailslot out of winbindd.Günther Deschner2008-04-171-162/+2
* dbwrap: wait for tdb2 change notifies in smbd, nmbd and winbinddStefan Metzmacher2008-04-121-0/+7
* winbindd: only call winbindd_validate_cache when not in offline logon mode.Michael Adam2008-04-102-20/+17
* Also accept 0x15 getdc repliesVolker Lendecke2008-04-101-19/+22
* Try anonymous session setupVolker Lendecke2008-04-091-1/+3
* winbindd: fix break out early condition in fill_grent_mem().Michael Adam2008-04-071-1/+1
* Only cache password policy results that worked, otherwise weBo Yang2008-04-071-1/+3
* Use sid_array_from_info3 in lookup_usergroups_cached().Günther Deschner2008-04-042-41/+11
* Fix trusted users on a DC that uses the old idmap syntax. There was no defaul...Simo Sorce2008-04-031-0/+70
* Fix NETLOGON credential chain with Windows 2008 all over the place.Günther Deschner2008-04-021-5/+1
* 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