summaryrefslogtreecommitdiff
path: root/source/winbindd
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #5533. Winbindd fails to cope correctly with a workgroup name contain...Jeremy Allison2008-06-201-9/+3
* Revert "Fix a memleak caused by a crappy get_sorted_dc_list() API"Volker Lendecke2008-06-171-14/+1
* Bugfix noticed by Herb. On using the again: tag as aJeremy Allison2008-06-091-0/+15
* Manually port Steven Dannenman fix for using the correct machine domain whenGerald W. Carter2008-06-091-3/+3
* Manually merge Steven Danneman's patch for SPNEGO auth to a trustedGerald W. Carter2008-06-091-5/+7
* Fix a memleak caused by a crappy get_sorted_dc_list() APIVolker Lendecke2008-06-051-1/+14
* Split the winbindd_passdb backend into a 'builtin' and a 'sam'Jeremy Allison2008-06-054-115/+349
* Fix by Bo Yang <boyang@novell.com> for bug with winbindd trusted domain childJeremy Allison2008-06-031-2/+18
* Fix bug #5504. winbindd children and parent were handing SIGTERM in the same ...Jeremy Allison2008-05-312-11/+16
* Fix valgrind bug in debug statement. Don't reference uninitialized memory.Jeremy Allison2008-05-311-3/+2
* Fix winbindd on a PDC by reverting : 83b04c60fac76ccd2d5aecb14f8896a07d488b1f...Jeremy Allison2008-05-312-9/+6
* dsgetdcname: use existing messaging_context if possible.Günther Deschner2008-05-221-1/+2
* Use strip_hostname after dsgetdcname/getdcname calls.Günther Deschner2008-05-222-12/+3
* dsgetdcname: mailslot replies are identical to the cldap ones, use cldap ever...Günther Deschner2008-05-221-0/+1
* mailslot/cldap: use nt_version bits in queries.Günther Deschner2008-05-221-1/+3
* mailslot: allow to give back struct nbt_ntlogon_packet.Günther Deschner2008-05-221-1/+2
* mailslot: allow to define nt_version in send_getdc_request().Günther Deschner2008-05-221-1/+1
* Enable winbind child processes to do something with signals,Jim McDonough2008-05-202-12/+27
* Fix bug #5464. Pointed out by Herb @ Connectathon. In fork_domain_child() we ...Jeremy Allison2008-05-151-3/+3
* Winbind: Prevent cycle in children list when reaping dead child processes.Gerald W. Carter2008-05-071-0/+4
* Add in a nice big comment explaining why SamLogonEx matters.Andrew Bartlett2008-05-051-0/+21
* winbindd_cache: simplify logic in new key length check for UA keys.Michael Adam2008-05-051-14/+9
* winbindd_cache: recognize and allow longer UA keysHolger Hetterich2008-05-051-3/+13
* Fix CLEAR_IF_FIRST handling of messages.tdbVolker Lendecke2008-04-243-3/+3
* Mark a domain offline in the wbcDomainInfo structure using the domain_flags.Gerald W. Carter2008-04-231-4/+14
* 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-221-1/+1
* winbind: pass down existing talloc context.Günther Deschner2008-04-221-5/+6
* winbind: Use libnbt for NTLOGON SAMLOGON mailslot request and reply.Günther Deschner2008-04-221-1/+3
* Move GETDC mailslot out of winbindd.Günther Deschner2008-04-221-162/+2
* Only cache password policy results that worked, otherwise weBo Yang2008-04-211-1/+3
* winbindd: create the messaging conntext earlierStefan Metzmacher2008-04-211-7/+17
* winbindd: call reinit_after_fork() in the child processesStefan Metzmacher2008-04-212-6/+4
* Fix typo.Günther Deschner2008-04-161-5/+5
* Don't fill password policy structure for any domain other than our own.Gerald W. Carter2008-04-161-3/+15
* dbwrap: wait for tdb2 change notifies in smbd, nmbd and winbinddStefan Metzmacher2008-04-131-0/+7
* Use sid_array_from_info3 in lookup_usergroups_cached().Günther Deschner2008-04-122-41/+11
* winbindd: only call winbindd_validate_cache when not in offline logon mode.Michael Adam2008-04-102-20/+17
* winbindd: fix break out early condition in fill_grent_mem().Michael Adam2008-04-101-1/+1
* Also accept 0x15 getdc repliesVolker Lendecke2008-04-101-19/+22
* Try anonymous session setupVolker Lendecke2008-04-101-1/+3
* Fix NETLOGON credential chain with Windows 2008 all over the place.Günther Deschner2008-04-041-5/+1
* Fix trusted users on a DC that uses the old idmap syntax. There was no defaul...Simo Sorce2008-04-041-0/+70
* Fix enumeration of forest trusts from our root domain.Gerald W. Carter2008-04-011-1/+1
* Augmented "wbinfo -m" to list additional information about the type, directio...Steven Danneman2008-04-011-13/+91
* Forest root trust flags won't overwrite child trust flagsSteven Danneman2008-04-012-33/+54
* Don't let winbind getgroups crash when we have no gids in the token.Günther Deschner2008-03-311-3/+5
* Move LOGON_KRB5_FAIL_CLOCK_SKEW to winbindd_pam.Günther Deschner2008-03-311-0/+2
* Fix winbind NETLOGON cred chain on a samba dc for w2k8 trusts.Günther Deschner2008-03-311-1/+5
* winbindd_cache: add missing validation function for pwinfo cache entryMichael Adam2008-03-311-0/+24