diff options
author | Damien Miller <djm@mindrot.org> | 2003-11-17 21:41:42 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2003-11-17 21:41:42 +1100 |
commit | c756e9b56e5b4649f120c417eb9bc99cf23db10f (patch) | |
tree | 70e3a7e326bddd3b46ebe457026e4f842bc3e7f9 /auth-pam.h | |
parent | 9bdba70350919fced9ecdf5ca8a3709d22d69797 (diff) |
- (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 @@ | |||
1 | /* $Id: auth-pam.h,v 1.22 2003/10/07 01:30:16 dtucker Exp $ */ | 1 | /* $Id: auth-pam.h,v 1.23 2003/11/17 10:41:42 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2000 Damien Miller. All rights reserved. | 4 | * Copyright (c) 2000 Damien Miller. All rights reserved. |
@@ -42,6 +42,7 @@ void do_pam_chauthtok(void); | |||
42 | int do_pam_putenv(char *, char *); | 42 | int do_pam_putenv(char *, char *); |
43 | void print_pam_messages(void); | 43 | void print_pam_messages(void); |
44 | char ** fetch_pam_environment(void); | 44 | char ** fetch_pam_environment(void); |
45 | char ** fetch_pam_child_environment(void); | ||
45 | void free_pam_environment(char **); | 46 | void free_pam_environment(char **); |
46 | void sshpam_thread_cleanup(void); | 47 | void sshpam_thread_cleanup(void); |
47 | void sshpam_cleanup(void); | 48 | void sshpam_cleanup(void); |