summaryrefslogtreecommitdiff
path: root/nsswitch/winbind_krb5_locator.c
AgeCommit message (Collapse)AuthorFilesLines
2012-04-25Fix bug reported by Dina_Fine@Dell.com.Jeremy Allison1-16/+19
Don't ask the DC for an IP list when locating kdc's. Ask for the name and use getaddrinfo to get all possible addresses instead. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Apr 25 22:01:18 CEST 2012 on sn-devel-104
2011-02-10nsswitch: fix a segfault in the krb5 locator pluginChristian Ambach1-1/+1
after the number of retries was exceeded, the loop did not bail out correctly with an error and went on using a null pointer
2009-11-26s3-kerberos: next step to resolve Bug #6929: build with recent heimdal.Günther Deschner1-1/+5
Based on patch from Allan <allan@archlinux.org>. Also should fix the FreeBSD build on the buildfarm. Guenther
2009-11-25nsswitch: fix compile of winbind_krb5_locator with recent Heimdal versions.Günther Deschner1-0/+1
Guenther
2008-12-16nsswitch: Move source3 files to top level dir.Kai Blin1-0/+411
Don't move source4 files yet to not confuse git's rename tracking too much.