Deleted Added
full compact
port-aix.h (126274) port-aix.h (137015)
1/* $Id: port-aix.h,v 1.19 2004/02/10 04:27:35 dtucker Exp $ */
1/* $Id: port-aix.h,v 1.21 2004/08/14 14:09:12 dtucker Exp $ */
2
3/*
4 *
5 * Copyright (c) 2001 Gert Doering. All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:

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

58#ifdef HAVE_SETAUTHDB
59# define REGISTRY_SIZE 16
60#endif
61
62void aix_usrinfo(struct passwd *);
63
64#ifdef WITH_AIXAUTHENTICATE
65# define CUSTOM_SYS_AUTH_PASSWD 1
2
3/*
4 *
5 * Copyright (c) 2001 Gert Doering. All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:

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

58#ifdef HAVE_SETAUTHDB
59# define REGISTRY_SIZE 16
60#endif
61
62void aix_usrinfo(struct passwd *);
63
64#ifdef WITH_AIXAUTHENTICATE
65# define CUSTOM_SYS_AUTH_PASSWD 1
66# define CUSTOM_SYS_AUTH_ALLOWED_USER 1
67int sys_auth_allowed_user(struct passwd *);
68# define CUSTOM_SYS_AUTH_RECORD_LOGIN 1
69int sys_auth_record_login(const char *, const char *, const char *);
66# define CUSTOM_FAILED_LOGIN 1
67void record_failed_login(const char *, const char *);
68#endif
69
70void aix_setauthdb(const char *);
71void aix_restoreauthdb(void);
72void aix_remove_embedded_newlines(char *);
73#endif /* _AIX */
70# define CUSTOM_FAILED_LOGIN 1
71void record_failed_login(const char *, const char *);
72#endif
73
74void aix_setauthdb(const char *);
75void aix_restoreauthdb(void);
76void aix_remove_embedded_newlines(char *);
77#endif /* _AIX */