summaryrefslogtreecommitdiff
path: root/source3/winbindd
AgeCommit message (Expand)AuthorFilesLines
2008-06-02Fix by Bo Yang <boyang@novell.com> for bug with winbindd trusted domain childJeremy Allison1-2/+18
2008-05-30Split the winbindd_passdb backend into a 'builtin' and a 'sam'Jeremy Allison4-115/+349
2008-05-30Fix valgrind bug in debug statement. Don't reference uninitialized memory.Jeremy Allison1-3/+2
2008-05-30Fix bug #5504. winbindd children and parent were handing SIGTERM in the same ...Jeremy Allison3-12/+17
2008-05-29Fix winbindd on a PDC by reverting : 83b04c60fac76ccd2d5aecb14f8896a07d488b1f...Jeremy Allison2-9/+6
2008-05-26winbind: correctly omit check for trusted domain support in cm_prepare_connec...Michael Adam1-1/+1
2008-05-25Fix two c++ warningsVolker Lendecke2-2/+3
2008-05-23Manually merge Steven Danneman's patch for SPNEGO auth to a trustedGerald W. Carter1-5/+7
2008-05-23Manually port Steven Dannenman fix for using the correct machine domain whenGerald W. Carter1-3/+3
2008-05-22Get rid of "shadowed local var" warnings with gcc.Jeremy Allison1-7/+7
2008-05-22Make WINBINDD_LIST_GROUPS handler asynchronous.Steven Danneman6-60/+187
2008-05-18winbindd: freeze winbindd_proto.hMichael Adam1-0/+583
2008-05-14Fix bug #5464. Pointed out by Herb @ Connectathon. In fork_domain_child() we ...Jeremy Allison1-3/+3
2008-05-13Enable winbind child processes to do something with signals,Jim McDonough2-12/+27
2008-05-13libwbclient: Abstract the DS_XXX flags for DsGetDcName().coffeedude2-1/+46
2008-05-09dsgetdcname: use existing messaging_context if possible.Günther Deschner1-1/+2
2008-05-09Use strip_hostname after dsgetdcname/getdcname calls.Günther Deschner2-12/+3
2008-05-09dsgetdcname: mailslot replies are identical to the cldap ones, use cldap ever...Günther Deschner1-0/+1
2008-05-06mailslot/cldap: use nt_version bits in queries.Günther Deschner1-1/+3
2008-04-30Winbind: Prevent cycle in children list when reaping dead child processes.Gerald W. Carter1-0/+4
2008-04-24mailslot: allow to give back struct nbt_ntlogon_packet.Günther Deschner1-1/+2
2008-04-24mailslot: allow to define nt_version in send_getdc_request().Günther Deschner1-1/+1
2008-04-23Fix CLEAR_IF_FIRST handling of messages.tdbVolker Lendecke3-3/+3
2008-04-23Mark a domain offline in the wbcDomainInfo structure using the domain_flags.Gerald W. Carter1-4/+14
2008-04-23winbindd_cache: simplify logic in new key length check for UA keys.Michael Adam1-14/+9
2008-04-23winbindd_cache: recognize and allow longer UA keysHolger Hetterich1-3/+13
2008-04-22Fix wbinfo --group-info if the winbind separator set to non \Volker Lendecke1-2/+4
2008-04-21cldap: avoid duplicate definitions so remove ads_cldap.h.Günther Deschner1-1/+1
2008-04-21winbind: pass down existing talloc context.Günther Deschner1-5/+6
2008-04-21Add in a nice big comment explaining why SamLogonEx matters.Andrew Bartlett1-0/+21
2008-04-21winbind: Use libnbt for NTLOGON SAMLOGON mailslot request and reply.Günther Deschner1-1/+3
2008-04-20Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_structVolker Lendecke1-29/+23
2008-04-20Introduce rpccli_set_timeout()Volker Lendecke3-6/+6
2008-04-20Add "desthost" to rpc_pipe_clientVolker Lendecke2-5/+5
2008-04-18winbindd: create the messaging conntext earlierStefan Metzmacher1-7/+17
2008-04-18winbindd: call reinit_after_fork() in the child processesStefan Metzmacher2-6/+4
2008-04-17Move GETDC mailslot out of winbindd.Günther Deschner1-162/+2
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