Deleted Added
full compact
port-aix.h (197679) port-aix.h (204917)
1/* $Id: port-aix.h,v 1.31 2009/08/20 06:20:50 dtucker Exp $ */
1/* $Id: port-aix.h,v 1.32 2009/12/20 23:49:22 dtucker Exp $ */
2
3/*
4 *
5 * Copyright (c) 2001 Gert Doering. All rights reserved.
6 * Copyright (c) 2004,2005,2006 Darren Tucker. All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

--- 80 unchanged lines hidden (view full) ---

90# define CUSTOM_SYS_AUTH_PASSWD 1
91# define CUSTOM_SYS_AUTH_ALLOWED_USER 1
92int sys_auth_allowed_user(struct passwd *, Buffer *);
93# define CUSTOM_SYS_AUTH_RECORD_LOGIN 1
94int sys_auth_record_login(const char *, const char *, const char *, Buffer *);
95# define CUSTOM_SYS_AUTH_GET_LASTLOGIN_MSG
96char *sys_auth_get_lastlogin_msg(const char *, uid_t);
97# define CUSTOM_FAILED_LOGIN 1
2
3/*
4 *
5 * Copyright (c) 2001 Gert Doering. All rights reserved.
6 * Copyright (c) 2004,2005,2006 Darren Tucker. All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

--- 80 unchanged lines hidden (view full) ---

90# define CUSTOM_SYS_AUTH_PASSWD 1
91# define CUSTOM_SYS_AUTH_ALLOWED_USER 1
92int sys_auth_allowed_user(struct passwd *, Buffer *);
93# define CUSTOM_SYS_AUTH_RECORD_LOGIN 1
94int sys_auth_record_login(const char *, const char *, const char *, Buffer *);
95# define CUSTOM_SYS_AUTH_GET_LASTLOGIN_MSG
96char *sys_auth_get_lastlogin_msg(const char *, uid_t);
97# define CUSTOM_FAILED_LOGIN 1
98# if defined(S_AUTHDOMAIN) && defined (S_AUTHNAME)
99# define USE_AIX_KRB_NAME
100char *aix_krb5_get_principal_name(char *);
101# endif
98#endif
99
100void aix_setauthdb(const char *);
101void aix_restoreauthdb(void);
102void aix_remove_embedded_newlines(char *);
103
104#if defined(AIX_GETNAMEINFO_HACK) && !defined(BROKEN_GETADDRINFO)
105# ifdef getnameinfo

--- 18 unchanged lines hidden ---
102#endif
103
104void aix_setauthdb(const char *);
105void aix_restoreauthdb(void);
106void aix_remove_embedded_newlines(char *);
107
108#if defined(AIX_GETNAMEINFO_HACK) && !defined(BROKEN_GETADDRINFO)
109# ifdef getnameinfo

--- 18 unchanged lines hidden ---