summaryrefslogtreecommitdiff
path: root/openbsd-compat/port-aix.c
AgeCommit message (Collapse)Author
2003-11-22 - (dtucker) [auth-passwd.c openbsd-compat/port-aix.c openbsd-compat/port-aix.h]Darren Tucker
Move AIX specific password authentication code to port-aix.c, call authenticate() until reenter flag is clear.
2003-09-22 - (dtucker) [openbsd-compat/port-aix.c] Use correct include for xmalloc.h,Darren Tucker
add canohost.h to stop warning. Based on patch from openssh-unix-dev at thewrittenword.com
2003-07-14 - (dtucker) Bug #543: [configure.ac port-aix.c port-aix.h]Darren Tucker
Call setauthdb() before loginfailed(), which may load password registry- specific functions. Based on patch by cawlfiel@us.ibm.com.
2003-07-14 - (dtucker) [acconfig.h configure.ac port-aix.c] Older AIXes don't declareDarren Tucker
loginfailed at all, so assume 3-arg loginfailed if not declared.
2003-07-08 - (dtucker) [auth-passwd.c auth.c session.c sshd.c port-aix.c port-aix.h]Darren Tucker
Convert aixloginmsg into platform-independant Buffer loginmsg.
2003-07-08 - (dtucker) [acconfig.h auth-passwd.c configure.ac session.c port-aix.[ch]]Darren Tucker
Include AIX headers for authentication functions and make calls match prototypes. Test for and handle 3-args and 4-arg variants of loginfailed.
2003-06-03 - (dtucker) [port-aix.c bsd-cray.c] Fix uses of verify_reverse_mapping.Darren Tucker
2003-05-19unfuckDamien Miller
2003-05-19 - (djm) Big KNF on openbsd-compat/Damien Miller
2003-05-02 - (dtucker) Move handling of bad password authentications into a platformDarren Tucker
specific record_failed_login() function (affects AIX & Unicos).
2002-07-07Added author to ports-aix.[ch].Ben Lindstrom
2002-07-04 - (bal) One too many nulls in ports-aix.cBen Lindstrom
2002-07-04 - (bal) Clean up aix_usrinfo(). Ignore TTY= period I guess.Ben Lindstrom
2002-06-21 - (bal) Fixed AIX environment handling, use setpcred() instead of existingBen Lindstrom
code. (Bugzilla Bug 261)
2002-02-24 - (bal) Drop Session *s usage in ports-aix.[ch] and pass just what weBen Lindstrom
need to do the jobs (AIX still does not fully compile, but that is coming).
2002-02-19 - (bal) Migrated AIX getuserattr and usrinfo code toBen Lindstrom
openbsd-compat/port-aix.[c] to improve readilbity of do_child() and simplify our diffs against upstream source.