mirror of git://anongit.mindrot.org/openssh.git
- (dtucker) [port-aix.h] Fix prototypes.
This commit is contained in:
parent
fc3454ee67
commit
0abf13bb50
|
@ -6,6 +6,7 @@
|
||||||
- (dtucker) Bug #543: [configure.ac port-aix.c port-aix.h]
|
- (dtucker) Bug #543: [configure.ac port-aix.c port-aix.h]
|
||||||
Call setauthdb() before loginfailed(), which may load password registry-
|
Call setauthdb() before loginfailed(), which may load password registry-
|
||||||
specific functions. Based on patch by cawlfiel@us.ibm.com.
|
specific functions. Based on patch by cawlfiel@us.ibm.com.
|
||||||
|
- (dtucker) [port-aix.h] Fix prototypes.
|
||||||
|
|
||||||
20030708
|
20030708
|
||||||
- (dtucker) [acconfig.h auth-passwd.c configure.ac session.c port-aix.[ch]]
|
- (dtucker) [acconfig.h auth-passwd.c configure.ac session.c port-aix.[ch]]
|
||||||
|
@ -679,4 +680,4 @@
|
||||||
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
||||||
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.2852 2003/07/14 06:41:55 dtucker Exp $
|
$Id: ChangeLog,v 1.2853 2003/07/14 06:43:42 dtucker Exp $
|
||||||
|
|
|
@ -52,10 +52,10 @@
|
||||||
|
|
||||||
#ifdef WITH_AIXAUTHENTICATE
|
#ifdef WITH_AIXAUTHENTICATE
|
||||||
# define CUSTOM_FAILED_LOGIN 1
|
# define CUSTOM_FAILED_LOGIN 1
|
||||||
void record_failed_login(const char *user, const char *ttyname);
|
void record_failed_login(const char *, const char *);
|
||||||
void aix_setauthdb(const char *);
|
void aix_setauthdb(const char *);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void aix_usrinfo(struct passwd *pw);
|
void aix_usrinfo(struct passwd *);
|
||||||
void aix_remove_embedded_newlines(char *);
|
void aix_remove_embedded_newlines(char *);
|
||||||
#endif /* _AIX */
|
#endif /* _AIX */
|
||||||
|
|
Loading…
Reference in New Issue