diff options
author | Damien Miller <djm@mindrot.org> | 2003-11-17 11:41:42 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2003-11-17 11:41:42 +0100 |
commit | c756e9b56e5b4649f120c417eb9bc99cf23db10f (patch) | |
tree | 70e3a7e326bddd3b46ebe457026e4f842bc3e7f9 /auth-pam.h | |
parent | - (djm) Bug #632: Don't call pam_end indirectly from within kbd-int (diff) | |
download | openssh-c756e9b56e5b4649f120c417eb9bc99cf23db10f.tar.xz openssh-c756e9b56e5b4649f120c417eb9bc99cf23db10f.zip |
- (djm) Export environment variables from authentication subprocess to
parent. Part of Bug #717
Diffstat (limited to 'auth-pam.h')
-rw-r--r-- | auth-pam.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/auth-pam.h b/auth-pam.h index 58176f013..fd62e9534 100644 --- a/auth-pam.h +++ b/auth-pam.h @@ -1,4 +1,4 @@ -/* $Id: auth-pam.h,v 1.22 2003/10/07 01:30:16 dtucker Exp $ */ +/* $Id: auth-pam.h,v 1.23 2003/11/17 10:41:42 djm Exp $ */ /* * Copyright (c) 2000 Damien Miller. All rights reserved. @@ -42,6 +42,7 @@ void do_pam_chauthtok(void); int do_pam_putenv(char *, char *); void print_pam_messages(void); char ** fetch_pam_environment(void); +char ** fetch_pam_child_environment(void); void free_pam_environment(char **); void sshpam_thread_cleanup(void); void sshpam_cleanup(void); |