diff options
| author | Tom Yu <tlyu@mit.edu> | 2004-08-17 01:14:58 +0000 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 2004-08-17 01:14:58 +0000 |
| commit | b6f896d46dc824de8895c3606e1f6e84cf23ae6f (patch) | |
| tree | 681546e87428ee2b3637178de6b94da8dec803ea /src/lib/rpc/ChangeLog | |
| parent | 36e3764577f43c41a7fee3022172fc464fcbf902 (diff) | |
| download | krb5-b6f896d46dc824de8895c3606e1f6e84cf23ae6f.tar.gz krb5-b6f896d46dc824de8895c3606e1f6e84cf23ae6f.tar.xz krb5-b6f896d46dc824de8895c3606e1f6e84cf23ae6f.zip | |
* svc_auth_gss.c (gssrpc__svcauth_gss): Add some debug messages
* svc.c (svc_getreqset): Don't allocate either raw or cooked
credentials on the stack using the cred_area char array; use
mem_alloc() instead. This avoids alignment problems.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16668 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/rpc/ChangeLog')
| -rw-r--r-- | src/lib/rpc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/rpc/ChangeLog b/src/lib/rpc/ChangeLog index a2f037137..f58e80098 100644 --- a/src/lib/rpc/ChangeLog +++ b/src/lib/rpc/ChangeLog @@ -1,3 +1,11 @@ +2004-08-16 Tom Yu <tlyu@mit.edu> + + * svc_auth_gss.c (gssrpc__svcauth_gss): Add some debug messages. + + * svc.c (svc_getreqset): Don't allocate either raw or cooked + credentials on the stack using the cred_area char array; use + mem_alloc() instead. This avoids alignment problems. + 2004-06-28 Tom Yu <tlyu@mit.edu> * auth_gss.c (g_OID_equal): Fix signedness. |
