diff options
author | Darren Tucker <dtucker@zip.com.au> | 2009-12-21 10:49:21 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2009-12-21 10:49:21 +1100 |
commit | 1bf3503c9d5f0c79a108ea0060bcec3e0efe2b37 (patch) | |
tree | 8821d5df4418bb67f6cf1c4ab5f01a94cf27fcf0 /platform.h | |
parent | c8802aac28470714ec204d00342f6ecbca45908f (diff) |
- (dtucker) [auth-krb5.c platform.{c,h} openbsd-compat/port-aix.{c,h}]
Bug #1583: Use system's kerberos principal name on AIX if it's available.
Based on a patch from and tested by Miguel Sanders.
Diffstat (limited to 'platform.h')
-rw-r--r-- | platform.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/platform.h b/platform.h index 8a34e364e..07ae3ad85 100644 --- a/platform.h +++ b/platform.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $Id: platform.h,v 1.2 2009/12/08 02:39:48 dtucker Exp $ */ | 1 | /* $Id: platform.h,v 1.3 2009/12/20 23:49:22 dtucker Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2006 Darren Tucker. All rights reserved. | 4 | * Copyright (c) 2006 Darren Tucker. All rights reserved. |
@@ -22,3 +22,5 @@ void platform_pre_listen(void); | |||
22 | void platform_pre_fork(void); | 22 | void platform_pre_fork(void); |
23 | void platform_post_fork_parent(pid_t child_pid); | 23 | void platform_post_fork_parent(pid_t child_pid); |
24 | void platform_post_fork_child(void); | 24 | void platform_post_fork_child(void); |
25 | char * platform_get_krb5_client(const char *); | ||
26 | |||