summaryrefslogtreecommitdiffstats
path: root/source3/include/krb5_protos.h
Commit message (Collapse)AuthorAgeFilesLines
* Make krb5 wrapper library common so they can be used all overSimo Sorce2012-04-231-141/+0
|
* clikrb5: Move pure krb wrapper functions from libads to clikrb5.Simo Sorce2012-04-121-0/+3
| | | | Signed-off-by: Andreas Schneider <asn@samba.org>
* s3-krb5: Remove unused smb_krb5_get_keyinfo_from_ap_req()Andrew Bartlett2012-04-031-4/+0
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-krb5: remove unused unwrap_pac()Andrew Bartlett2012-04-031-1/+0
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-krb5: remove unused get_auth_data_from_tktAndrew Bartlett2012-04-031-1/+0
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-krb5: Remove unused get_authtime_from_tktAndrew Bartlett2012-04-031-1/+0
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-krb5: Remove unused krb5_rd_req_return_keyblock_from_keytabAndrew Bartlett2012-04-031-8/+0
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-krb5: Remove unused get_principal_from_tktAndrew Bartlett2012-04-031-1/+0
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-libsmb: Remove unused smb_krb5_mk_error()Andrew Bartlett2012-02-101-4/+0
| | | | | | | | Also remove now-unused configure checks for krb5_mk_error(). Found by callcatcher: http://www.skynet.ie/~caolan/Packages/callcatcher.html Andrew Bartlett
* s3-libsmb: Remove obsolete smb_krb5_locate_kdc.Andreas Schneider2012-02-091-4/+0
| | | | | | | Signed-off-by: Günther Deschner <gd@samba.org> Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Feb 9 14:58:57 CET 2012 on sn-devel-104
* krb5: Require krb5_set_real_time is available to build with krb5Andrew Bartlett2012-01-101-4/+0
|
* 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