summaryrefslogtreecommitdiffstats
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #5504. winbindd children and parent were handing SIGTERM in the same ...Jeremy Allison2008-05-303-12/+17
* Fix winbindd on a PDC by reverting : 83b04c60fac76ccd2d5aecb14f8896a07d488b1f...Jeremy Allison2008-05-292-9/+6
* winbind: correctly omit check for trusted domain support in cm_prepare_connec...Michael Adam2008-05-261-1/+1
* Fix two c++ warningsVolker Lendecke2008-05-252-2/+3
* Manually merge Steven Danneman's patch for SPNEGO auth to a trustedGerald W. Carter2008-05-231-5/+7
* Manually port Steven Dannenman fix for using the correct machine domain whenGerald W. Carter2008-05-231-3/+3
* Get rid of "shadowed local var" warnings with gcc.Jeremy Allison2008-05-221-7/+7
* Make WINBINDD_LIST_GROUPS handler asynchronous.Steven Danneman2008-05-226-60/+187
* winbindd: freeze winbindd_proto.hMichael Adam2008-05-181-0/+583
* Fix bug #5464. Pointed out by Herb @ Connectathon. In fork_domain_child() we ...Jeremy Allison2008-05-141-3/+3
* Enable winbind child processes to do something with signals,Jim McDonough2008-05-132-12/+27
* libwbclient: Abstract the DS_XXX flags for DsGetDcName().coffeedude2008-05-132-1/+46
* dsgetdcname: use existing messaging_context if possible.Günther Deschner2008-05-091-1/+2
* Use strip_hostname after dsgetdcname/getdcname calls.Günther Deschner2008-05-092-12/+3
* dsgetdcname: mailslot replies are identical to the cldap ones, use cldap ever...Günther Deschner2008-05-091-0/+1
* mailslot/cldap: use nt_version bits in queries.Günther Deschner2008-05-061-1/+3
* Winbind: Prevent cycle in children list when reaping dead child processes.Gerald W. Carter2008-04-301-0/+4
* mailslot: allow to give back struct nbt_ntlogon_packet.Günther Deschner2008-04-241-1/+2
* mailslot: allow to define nt_version in send_getdc_request().Günther Deschner2008-04-241-1/+1
* Fix CLEAR_IF_FIRST handling of messages.tdbVolker Lendecke2008-04-233-3/+3
* Mark a domain offline in the wbcDomainInfo structure using the domain_flags.Gerald W. Carter2008-04-231-4/+14
* winbindd_cache: simplify logic in new key length check for UA keys.Michael Adam2008-04-231-14/+9
* winbindd_cache: recognize and allow longer UA keysHolger Hetterich2008-04-231-3/+13
* 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