summaryrefslogtreecommitdiff
path: root/source3/include/krb5_protos.h
AgeCommit message (Collapse)AuthorFilesLines
2011-06-10source3/include/krb5_protos.h: fix licence/copyrightGünther Deschner1-2/+29
Guenther
2011-05-03s3-proto: move remaining krb5 protos to krb5_protos.hGünther Deschner1-0/+6
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue May 3 15:38:40 CEST 2011 on sn-devel-104
2011-04-20libcli/auth Move PAC parsing and verification in common.Andrew Bartlett1-15/+0
This uses the source3 PAC code (originally from Samba4) with some small changes to restore functionality needed by the torture tests, and to have a common API. Andrew Bartlett
2011-02-23s3-proto: remove some prototypes of non-existing functions.Günther Deschner1-2/+0
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Feb 23 15:42:35 CET 2011 on sn-devel-104
2010-08-19s3-ads: Fix wrong test in if statementSimo Sorce1-0/+2
2010-08-18s3-ads: Remove unused wrapper and make function staticSimo Sorce1-8/+0
2010-08-06s3-krb5: include krb5pac.h where needed.Günther Deschner1-0/+3
Guenther
2010-07-20s3-libsmb: Use data_blob_talloc to get krb5 ticket and session keysSimo Sorce1-3/+7
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