summaryrefslogtreecommitdiff
path: root/source3/include/krb5_protos.h
AgeCommit message (Collapse)AuthorFilesLines
2010-04-07s3: Fix bug 7327 -- Build fails while building without kerberosVolker Lendecke1-5/+6
libsmb/clikrb5.c has a dummy implementation for the non-kerberos case
2009-11-27s3-kerberos: only use krb5 headers where required.Günther Deschner1-0/+148
This seems to be the only way to deal with mixed heimdal/MIT setups during merged build. Guenther