View | Details | Raw Unified
Collapse All | Expand All

(-) emacs-22.0.97.orig/lib-src/pop.c (-3 / +3 lines)
 Lines 1181-1196    Link Here 
      krb5_free_principal (kcontext, server);
      krb5_free_principal (kcontext, server);
      if (rem)
      if (rem)
	{
	{
	  if (err_ret && err_ret->text.length)
	  if (err_ret && err_ret->e_data->length)
	    {
	    {
	      strcpy (pop_error, KRB_ERROR);
	      strcpy (pop_error, KRB_ERROR);
	      strncat (pop_error, error_message (rem),
	      strncat (pop_error, error_message (rem),
		       ERROR_MAX - sizeof (KRB_ERROR));
		       ERROR_MAX - sizeof (KRB_ERROR));
	      strncat (pop_error, " [server says '",
	      strncat (pop_error, " [server says '",
		       ERROR_MAX - strlen (pop_error) - 1);
		       ERROR_MAX - strlen (pop_error) - 1);
	      strncat (pop_error, err_ret->text.data,
	      strncat (pop_error, err_ret->e_data->data,
		       min (ERROR_MAX - strlen (pop_error) - 1,
		       min (ERROR_MAX - strlen (pop_error) - 1,
			    err_ret->text.length));
			    err_ret->e_data->length));
	      strncat (pop_error, "']",
	      strncat (pop_error, "']",
		       ERROR_MAX - strlen (pop_error) - 1);
		       ERROR_MAX - strlen (pop_error) - 1);
	    }
	    }
(-) emacs-22.0.97.orig/src/config.in (-2 / +2 lines)
 Lines 283-289    Link Here 
#undef HAVE_KERBEROS_KRB_H
#undef HAVE_KERBEROS_KRB_H
/* Define to 1 if you have the <krb5.h> header file. */
/* Define to 1 if you have the <krb5.h> header file. */
#undef HAVE_KRB5_H
#define HAVE_KRB5_H
/* Define to 1 if you have the <krb.h> header file. */
/* Define to 1 if you have the <krb.h> header file. */
#undef HAVE_KRB_H
#undef HAVE_KRB_H
 Lines 325-331    Link Here 
#undef HAVE_LIBKRB4
#undef HAVE_LIBKRB4
/* Define to 1 if you have the `krb5' library (-lkrb5). */
/* Define to 1 if you have the `krb5' library (-lkrb5). */
#undef HAVE_LIBKRB5
#define HAVE_LIBKRB5
/* Define to 1 if you have the `kstat' library (-lkstat). */
/* Define to 1 if you have the `kstat' library (-lkstat). */
#undef HAVE_LIBKSTAT
#undef HAVE_LIBKSTAT