Displaying 4 results from an estimated 4 matches for "krb5_auth_con_set_req_cksumtype".
2012 May 30
1
ANNOUNCE: cifs-utils release 5.5 is ready for download
...Acked-by: Suresh Jayaraman <sjayaraman at suse.com>
Signed-off-by: Lars Mueller <lmuelle at suse.com>
commit e5f124c10fa8e582c5df61017d6f6c2b10c397dc
Author: Lars Mueller <lmuelle at suse.com>
Date: Fri Apr 20 07:59:06 2012 -0400
cifs.upcall: missing prototype for krb5_auth_con_set_req_cksumtype in MIT
krb5 < 1.7
products coming with MIT krb5 < 1.7 (like SUSE Linux Enterprise 11 SP 1
or SP 2) suffer from the same issue as described by
https://bugzilla.samba.org/show_bug.cgi?id=6918
The declaration of krb5_auth_con_set_req_cksumtype is missing....
2011 Jan 16
0
ANNOUNCE: cifs-utils release 4.8 available for download
...upcall: use krb5_auth_con_init() to create an explicit auth_context
Signed-off-by: Stefan Metzmacher <metze at samba.org>
commit 99dfd04655aab3a8e6ea03184a32e360f23df9ad
Author: Stefan Metzmacher <metze at samba.org>
Date: Tue Dec 28 14:21:34 2010 -0500
cifs.upcall: use krb5_auth_con_set_req_cksumtype() and pass a GSSAPI checksum (bug #7890)
Some closed source SMB servers doesn't support all checksum types,
so we should try to match windows clients.
This is almost the same logic which is used by Samba.
Signed-off-by: Stefan Metzmacher <metze at samba.org>...
2010 Feb 04
3
3.3 and 3.4 compile failure on dbwrap
...... no
checking for initialize_krb5_error_table... yes
checking for krb5_get_init_creds_opt_alloc... no
checking for krb5_get_init_creds_opt_free... no
checking for krb5_get_init_creds_opt_get_error... no
checking for krb5_enctype_to_string... yes
checking for krb5_fwd_tgt_creds... yes
checking for krb5_auth_con_set_req_cksumtype... yes
checking whether krb5_auth_con_set_req_cksumtype is declared... no
checking whether krb5_ticket contains kvno and enctype... yes
checking whether krb5_get_init_creds_opt_free takes a context argument...
yes
checking whether krb5_verify_checksum takes 7 arguments... 7
checking for checksum i...
2010 May 11
1
Samba 3.5.2 compile on AIX
...yes
checking for initialize_krb5_error_table... yes
checking for krb5_get_init_creds_opt_alloc... yes
checking for krb5_get_init_creds_opt_free... yes
checking for krb5_get_init_creds_opt_get_error... yes
checking for krb5_enctype_to_string... yes
checking for krb5_fwd_tgt_creds... yes
checking for krb5_auth_con_set_req_cksumtype... no
checking for krb5_get_creds_opt_alloc... yes
checking for krb5_get_creds_opt_set_impersonate... yes
checking for krb5_get_creds... yes
checking for krb5_get_credentials_for_user... no
checking for krb5_get_host_realm... yes
checking for krb5_free_host_realm... yes
checking whether krb5_get_cr...