From 7050b307e9e712471d987e0c5f8dd1cb2260511c Mon Sep 17 00:00:00 2001 From: "Andrew G. Morgan" Date: Tue, 14 Jan 2003 05:43:07 +0000 Subject: Relevant BUGIDs: 667584 664290 Purpose of commit: bugfix Commit summary: --------------- Two bug fixes in one: don't trust getlogin() and sanely lower the time the password databases are locked in pam_unix. --- modules/pam_unix/support.h | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/pam_unix/support.h') diff --git a/modules/pam_unix/support.h b/modules/pam_unix/support.h index 755d1c9f..3127e6b0 100644 --- a/modules/pam_unix/support.h +++ b/modules/pam_unix/support.h @@ -125,7 +125,6 @@ static const UNIX_Ctrls unix_args[UNIX_CTRLS_] = _pam_drop(xx); \ } -extern char *PAM_getlogin(void); extern void _log_err(int err, pam_handle_t *pamh, const char *format,...); extern int _make_remark(pam_handle_t * pamh, unsigned int ctrl ,int type, const char *text); -- cgit v1.2.3