summaryrefslogtreecommitdiff
path: root/lib/krb5_wrap
Commit message (Expand)AuthorAgeFilesLines
* lib/krb5_wrap: Fix leaking using mkstempNoel Power2019-07-031-2/+5
* lib/krb5_wrap: clang: Fix warning: Null pointer passed as an argumentNoel Power2019-07-011-1/+1
* lib/krb5_wrap: clang: Fix warning: Call to function 'mktemp' is insecureNoel Power2019-07-011-1/+1
* krb5_wrap: Only use the required md4 headerAndreas Schneider2019-02-271-1/+1
* Fix typo and remove the sun and the cloudsSwen Schillig2019-01-101-1/+1
* Fix typos and ban the rams from sambatdb-1.3.17Swen Schillig2019-01-101-1/+1
* lib: Add kerberos tracingSwen Schillig2018-12-191-8/+10
* Add MIT kerberos tracing capabilitySwen Schillig2018-12-192-0/+41
* krb5_wrap: Fix bit shiftingAndreas Schneider2018-12-191-1/+1
* krb5_samba: Fix checking for config.h #define in krb5_samba.hAndreas Schneider2018-12-161-1/+1
* krb5_wrap: Use #ifdef instead of #if for config.h definitionsAndreas Schneider2018-11-281-1/+1
* krb5_wrap: Fix a typoVolker Lendecke2018-11-281-1/+1
* krb5_wrap: Add a talloc_ctx to smb_krb5_principal_get_realm()Volker Lendecke2018-11-282-10/+12
* libads: Give krb5_errs.c its own headerVolker Lendecke2018-11-271-3/+0
* krb5-samba: interdomain trust uses different salt principalAlexander Bokovoy2018-09-052-17/+46
* krb5_wrap: fix keep_old_entries logic for older kerberos librariesChristof Schmitt2018-06-231-1/+1
* Fix spelling s/allows to/allows one to/Mathieu Parent2018-05-121-2/+2
* krb5_wrap: Fix CID 1414755 Resource leakVolker Lendecke2018-04-041-0/+1
* krb5_wrap: Fix CID 1034833 Resource leakVolker Lendecke2018-04-041-0/+3
* libads: Fix CID 1272809 Free of address-of expressionVolker Lendecke2018-04-041-1/+1
* krb5_wrap: ADDRTYPE_INET6 is available in all supported MIT versionsStefan Metzmacher2017-10-111-1/+1
* krb5_wrap: KRB5_ADDRESS_INET6 is not a define in HeimdalStefan Metzmacher2017-10-111-1/+1
* krb5_wrap: add smb_krb5_salt_principal2data()Stefan Metzmacher2017-06-272-1/+72
* krb5_wrap: add smb_krb5_salt_principal()Stefan Metzmacher2017-06-272-0/+126
* krb5_wrap: handle KRB5_ERR_HOST_REALM_UNKNOWN in smb_krb5_get_realm_from_host...Stefan Metzmacher2017-06-161-0/+4
* lib/krb5_samba: remove some dead prototypesGünther Deschner2017-05-101-2/+0
* krb5_wrap: Fix smb_gss_krb5_import_cred() picky-developer buildAndreas Schneider2017-03-141-1/+3
* krb5_wrap: Print a warning for an invalid keytab nameAndreas Schneider2017-03-141-0/+2
* krb5_wrap: Remove obsolete smb_krb5_get_principal_from_service_hostname()Andreas Schneider2017-03-102-116/+0
* krb5_wrap: Make smb_krb5_get_realm_from_hostname() publicAndreas Schneider2017-03-102-7/+25
* krb5_wrap: pass client_realm to smb_krb5_get_realm_from_hostname()Andreas Schneider2017-03-101-2/+14
* krb5_wrap: Try to guess the correct realm from the service hostnameAndreas Schneider2017-03-101-0/+13
* krb5_wrap: Do not return an empty realm from smb_krb5_get_realm_from_hostname()Andreas Schneider2017-03-101-1/+3
* s3-gse: move krb5 fallback to smb_gss_krb5_import_cred wrapperAlexander Bokovoy2017-03-081-3/+43
* lib/krb5_wrap: add smb_gss_krb5_import_cred wrapperAlexander Bokovoy2017-03-082-0/+134
* Correct "occured" typos.Chris Lamb2017-02-221-5/+5
* krb5_wrap: use our own code to calculate the ENCTYPE_ARCFOUR_HMAC keyStefan Metzmacher2017-02-211-0/+37
* wscript: remove executable bits for all wscript* filesStefan Metzmacher2017-01-111-0/+0
* krb5_wrap: let smb_krb5_kinit_s4u2_ccache() work if store_creds.client and se...Stefan Metzmacher2017-01-101-0/+24
* lib: Use "all_zero" where appropriateVolker Lendecke2017-01-031-6/+2
* krb5_wrap: fix smb_krb5_cc_copy_creds() for MIT krb5Stefan Metzmacher2016-12-241-0/+12
* krb5_wrap: Remove incorrect absolute path checks in smb_krb5_kt_open_relative()Andreas Schneider2016-12-161-2/+2
* krb5_wrap: More checks for absolute path in smb_krb5_kt_open()Andreas Schneider2016-12-161-4/+21
* krb5_wrap: Fix smb_krb5_mk_error() with MIT KerberosAndreas Schneider2016-09-112-9/+45
* Revert "krb5_wrap: Add MIT implmentation of smb_krb5_keyblock_init_contents()"Andreas Schneider2016-09-091-16/+0
* krb5_wrap: Remove extra parentheses causing compile errorAnoop C S2016-09-011-3/+3
* krb5_wrap: Move unwrap_edata_ntstatus() and make it staticAndreas Schneider2016-08-313-54/+1
* krb5_wrap: Remove unused smb_krb5_principal_compare_any_realm()Andreas Schneider2016-08-312-10/+0
* krb5_wrap: Remove unused smb_krb5_parse_name_norealm()Andreas Schneider2016-08-312-15/+0
* krb5_wrap: Improve smb_krb5_unparse_name() documentationAndreas Schneider2016-08-311-5/+20