| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make krb5 wrapper library common so they can be used all over | Simo Sorce | 2012-04-23 | 1 | -243/+0 |
| | | |||||
| * | krb5_wrap: krb5_string_to_key / krb5_encrypt_block are deprecated. | Simo Sorce | 2012-04-12 | 1 | -4/+4 |
| | | | | | | | Remove checks and replace with krb5_c_string_to_key(). Signed-off-by: Andreas Schneider <asn@samba.org> | ||||
| * | auth-krb: Move pac related util functions in a single place. | Simo Sorce | 2012-04-12 | 1 | -49/+0 |
| | | | | | Signed-off-by: Andreas Schneider <asn@samba.org> | ||||
| * | krb5_wrap: remove duplicate declaration and dead ifdef | Simo Sorce | 2012-04-12 | 1 | -4/+0 |
| | | | | | Signed-off-by: Andreas Schneider <asn@samba.org> | ||||
| * | krb5: Require krb5_string_to_key be available to build with krb5 | Andrew Bartlett | 2012-01-10 | 1 | -1/+1 |
| | | |||||
| * | krb5: Require krb5_principal_compare_any_realm be available to build with krb5 | Andrew Bartlett | 2012-01-10 | 1 | -28/+0 |
| | | |||||
| * | krb5: Require krb5_c_verify_checksum is available to build with krb5 | Andrew Bartlett | 2012-01-10 | 1 | -63/+20 |
| | | |||||
| * | libcli/auth/krb5_wrap: correctly use discard_const(). | Günther Deschner | 2011-05-13 | 1 | -2/+2 |
| | | | | | | | Jeremy, please check. Guenther | ||||
| * | libcli/auth: fix "no talloc stackframe around" message from the ↵ | Michael Adam | 2011-05-10 | 1 | -2/+4 |
| | | | | | | | | | samba4.blackbox.kinit test create_kerberos_key_from_string_direct() used talloc_tos() directly. Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> | ||||
| * | More const fixes. Remove CONST_DISCARD. | Jeremy Allison | 2011-05-06 | 1 | -2/+2 |
| | | |||||
| * | libcli/auth Move Samba4's gssapi_error_string from GENSEC to libcli/auth | Andrew Bartlett | 2011-04-27 | 1 | -0/+39 |
| | | | | | | | This will allow the GSSAPI PAC fetch code to use it. Andrew Bartlett | ||||
| * | libcli/auth: Move more kerberos wrapping in common | Andrew Bartlett | 2011-04-20 | 1 | -1/+206 |
| | | | | | | | | These functions are required to get the krb5 PAC parsing and verfication in common. Andrew Bartlett | ||||
| * | libcli/auth Fix compile on hosts without krb5 | Andrew Bartlett | 2011-04-14 | 1 | -2/+2 |
| | | | | | | | | Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Thu Apr 14 11:08:49 CEST 2011 on sn-devel-104 | ||||
| * | libcli/auth Move krb5 wrapper functions from s3 into common | Andrew Bartlett | 2011-04-14 | 1 | -0/+121 |
| This requires a small rework of the build system to ensure that the correct #define statements are made in both the s3 and top level builds. We now define the various HAVE_ macros in config.h at all times, using heimdal_build/wscript_configure when that is in use. Andrew Bartlett | |||||
