summaryrefslogtreecommitdiffstats
path: root/source3/include/krb5_protos.h
Commit message (Collapse)AuthorAgeFilesLines
* source3/include/krb5_protos.h: fix licence/copyrightGünther Deschner2011-06-101-2/+29
| | | | Guenther
* s3-proto: move remaining krb5 protos to krb5_protos.hGünther Deschner2011-05-031-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
* libcli/auth Move PAC parsing and verification in common.Andrew Bartlett2011-04-201-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
* s3-proto: remove some prototypes of non-existing functions.Günther Deschner2011-02-231-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
* s3-ads: Fix wrong test in if statementSimo Sorce2010-08-191-0/+2
|
* s3-ads: Remove unused wrapper and make function staticSimo Sorce2010-08-181-8/+0
|
* s3-krb5: include krb5pac.h where needed.Günther Deschner2010-08-061-0/+3
| | | | Guenther
* s3-libsmb: Use data_blob_talloc to get krb5 ticket and session keysSimo Sorce2010-07-201-3/+7
|
* s3: Fix bug 7327 -- Build fails while building without kerberosVolker Lendecke2010-04-071-5/+6
| | | | libsmb/clikrb5.c has a dummy implementation for the non-kerberos case
* s3-kerberos: only use krb5 headers where required.Günther Deschner2009-11-271-0/+148
This seems to be the only way to deal with mixed heimdal/MIT setups during merged build. Guenther