Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-06-10 | source3/include/krb5_protos.h: fix licence/copyright | Günther Deschner | 1 | -2/+29 | |
Guenther | |||||
2011-05-03 | s3-proto: move remaining krb5 protos to krb5_protos.h | Günther Deschner | 1 | -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-20 | libcli/auth Move PAC parsing and verification in common. | Andrew Bartlett | 1 | -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-23 | s3-proto: remove some prototypes of non-existing functions. | Günther Deschner | 1 | -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-19 | s3-ads: Fix wrong test in if statement | Simo Sorce | 1 | -0/+2 | |
2010-08-18 | s3-ads: Remove unused wrapper and make function static | Simo Sorce | 1 | -8/+0 | |
2010-08-06 | s3-krb5: include krb5pac.h where needed. | Günther Deschner | 1 | -0/+3 | |
Guenther | |||||
2010-07-20 | s3-libsmb: Use data_blob_talloc to get krb5 ticket and session keys | Simo Sorce | 1 | -3/+7 | |
2010-04-07 | s3: Fix bug 7327 -- Build fails while building without kerberos | Volker Lendecke | 1 | -5/+6 | |
libsmb/clikrb5.c has a dummy implementation for the non-kerberos case | |||||
2009-11-27 | s3-kerberos: only use krb5 headers where required. | Günther Deschner | 1 | -0/+148 | |
This seems to be the only way to deal with mixed heimdal/MIT setups during merged build. Guenther |