search for: have___gss_userok

Displaying 1 result from an estimated 1 matches for "have___gss_userok".

2008 Sep 03
1
Dovecot 1.1.3 Kerberos5 GSSAPI bug (with patch)
...e needed #include: diff -r 43e55b9af85b src/auth/mech-gssapi.c --- a/src/auth/mech-gssapi.c Mon Sep 01 15:02:49 2008 +0300 +++ b/src/auth/mech-gssapi.c Wed Sep 03 11:37:33 2008 -0400 @@ -22,6 +22,8 @@ #include "safe-memset.h" #ifdef HAVE_GSSAPI + +#include <stdlib.h> #ifndef HAVE___GSS_USEROK # define USE_KRB5_USEROK -- UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things. -- Doug Gwyn -------------- next part -------------- A non-text attachment was scrubbed... Name: stdlib.bundle Type: application/oc...