summaryrefslogtreecommitdiffstats
path: root/nsswitch/winbind_krb5_locator.c
Commit message (Collapse)AuthorAgeFilesLines
* krb5_locator: Slightly simplify codeVolker Lendecke2014-02-201-2/+1
| | | | | | | This makes it a bit easier to read for me Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Kai Blin <kai@samba.org>
* Fix bug reported by Dina_Fine@Dell.com.Jeremy Allison2012-04-251-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
* nsswitch: fix a segfault in the krb5 locator pluginChristian Ambach2011-02-101-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
* s3-kerberos: next step to resolve Bug #6929: build with recent heimdal.Günther Deschner2009-11-261-1/+5
| | | | | | | | Based on patch from Allan <allan@archlinux.org>. Also should fix the FreeBSD build on the buildfarm. Guenther
* nsswitch: fix compile of winbind_krb5_locator with recent Heimdal versions.Günther Deschner2009-11-251-0/+1
| | | | Guenther
* nsswitch: Move source3 files to top level dir.Kai Blin2008-12-161-0/+411
Don't move source4 files yet to not confuse git's rename tracking too much.