1.1b10
Exported krb5 and gss interfaces to set cache name
-
\ No newline at end of file
+
+1.1b11
+ Fixed krb5 globals lib to use existing default cache instead of creating a new one
\ No newline at end of file
if (ccErr != CC_NOERROR)
return memFullErr;
- gKerberos5GlobalsRefCount++;
- err = Krb5GlobalsSetUniqueDefaultCacheName ();
+ gKerberos5GlobalsRefCount++;
+ if (gKerberos5SystemDefaultCacheName == nil)
+ err = Krb5GlobalsSetUniqueDefaultCacheName ();
+
return err;
}
#endif
resource 'vers' (1) {
- 0x01, 0x10, beta, 0x10,
+ 0x01, 0x10, beta, 0x11,
verUS,
- "1.1b10",
- "1.1b10, Copyright 1996-1999 Massachusetts Institute of Technology"
+ "1.1b11",
+ "1.1b11, Copyright 1996-1999 Massachusetts Institute of Technology"
};
resource 'vers' (2) {