Darren Tucker
|
d76341616d
|
- (dtucker) [auth-passwd.c openbsd-compat/port-aix.c openbsd-compat/port-aix.h]
Move AIX specific password authentication code to port-aix.c, call
authenticate() until reenter flag is clear.
|
2003-11-22 14:16:56 +11:00 |
Darren Tucker
|
051c270f88
|
- (dtucker) [openbsd-compat/port-aix.c] Use correct include for xmalloc.h,
add canohost.h to stop warning. Based on patch from openssh-unix-dev at
thewrittenword.com
|
2003-09-22 13:05:26 +10:00 |
Darren Tucker
|
fc3454ee67
|
- (dtucker) Bug #543: [configure.ac port-aix.c port-aix.h]
Call setauthdb() before loginfailed(), which may load password registry-
specific functions. Based on patch by cawlfiel@us.ibm.com.
|
2003-07-14 16:41:55 +10:00 |
Darren Tucker
|
5c6a91a39d
|
- (dtucker) [acconfig.h configure.ac port-aix.c] Older AIXes don't declare
loginfailed at all, so assume 3-arg loginfailed if not declared.
|
2003-07-14 16:21:44 +10:00 |
Darren Tucker
|
b9aa0a0baa
|
- (dtucker) [auth-passwd.c auth.c session.c sshd.c port-aix.c port-aix.h]
Convert aixloginmsg into platform-independant Buffer loginmsg.
|
2003-07-08 22:59:59 +10:00 |
Darren Tucker
|
a0c0b63112
|
- (dtucker) [acconfig.h auth-passwd.c configure.ac session.c port-aix.[ch]]
Include AIX headers for authentication functions and make calls match
prototypes. Test for and handle 3-args and 4-arg variants of loginfailed.
|
2003-07-08 20:52:12 +10:00 |
Darren Tucker
|
eb28cbc399
|
- (dtucker) [port-aix.c bsd-cray.c] Fix uses of verify_reverse_mapping.
|
2003-06-03 12:45:27 +10:00 |
Damien Miller
|
3867bf3e7a
|
unfuck
|
2003-05-19 09:33:15 +10:00 |
Damien Miller
|
317412502b
|
- (djm) Big KNF on openbsd-compat/
|
2003-05-19 00:13:38 +10:00 |
Darren Tucker
|
97363a8b24
|
- (dtucker) Move handling of bad password authentications into a platform
specific record_failed_login() function (affects AIX & Unicos).
|
2003-05-02 23:42:25 +10:00 |
Ben Lindstrom
|
024f08f3f6
|
Added author to ports-aix.[ch].
|
2002-07-07 02:17:36 +00:00 |
Ben Lindstrom
|
d00a1a1a03
|
- (bal) One too many nulls in ports-aix.c
|
2002-07-04 19:33:49 +00:00 |
Ben Lindstrom
|
51b2488aad
|
- (bal) Clean up aix_usrinfo(). Ignore TTY= period I guess.
|
2002-07-04 03:08:40 +00:00 |
Ben Lindstrom
|
f0bfa839bd
|
- (bal) Fixed AIX environment handling, use setpcred() instead of existing
code. (Bugzilla Bug 261)
|
2002-06-21 00:01:18 +00:00 |
Ben Lindstrom
|
127398c6ec
|
- (bal) Drop Session *s usage in ports-aix.[ch] and pass just what we
need to do the jobs (AIX still does not fully compile, but that is
coming).
|
2002-02-24 20:25:46 +00:00 |
Ben Lindstrom
|
a9c039cf04
|
- (bal) Migrated AIX getuserattr and usrinfo code to
openbsd-compat/port-aix.[c] to improve readilbity of do_child() and
simplify our diffs against upstream source.
|
2002-02-19 20:27:55 +00:00 |