Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-28 | - (dtucker) [openbsd-compat/port-aix.h] Use the HAVE_DECL_* definitions as | Darren Tucker | |
per the autoconf man page. Configure should always define them but it doesn't hurt to check. | |||
2005-03-21 | - (dtucker) [configure.ac openbsd-compat/port-aix.h] Prevent redefinitions | Darren Tucker | |
of setauthdb on AIX 5.3, reported by anders.liljegren at its.uu.se. | |||
2005-02-16 | - (dtucker) [configure.ac openbsd-compat/port-aix.{c,h}] Silence some more | Darren Tucker | |
compiler warnings on AIX. | |||
2005-02-15 | - (dtucker) [README.platform auth.c configure.ac loginrec.c | Darren Tucker | |
openbsd-compat/port-aix.c openbsd-compat/port-aix.h] Bug #835: enable IPv6 on AIX where possible (see README.platform for details) and work around a misfeature of AIX's getnameinfo. ok djm@ | |||
2005-02-02 | - (dtucker) [auth.c loginrec.h openbsd-compat/{bsd-cray,port-aix}.{c,h}] | Darren Tucker | |
Make record_failed_login() call provide hostname rather than having the implementations having to do lookups themselves. Only affects AIX and UNICOS (the latter only uses the "user" parameter anyway). ok djm@ | |||
2004-08-15 | - (dtucker) [loginrec.c openbsd-compat/port-aix.c openbsd-compat/port-aix.h] | Darren Tucker | |
Plug AIX login recording into login_write so logins will be recorded for all auth types. | |||
2004-06-23 | - (dtucker) [auth.c openbsd-compat/port-aix.c openbsd-compat/port-aix.h] | Darren Tucker | |
Move loginrestrictions test to port-aix.c, replace with a generic hook. | |||
2004-02-10 | - (dtucker) [openbsd-compat/port-aix.c openbsd-compat/port-aix.h] Move | Darren Tucker | |
include from port-aix.h to port-aix.c and remove unnecessary function definition. Fixes build errors on AIX. #include'ing auth.h in port-aix.h causes conflicting definitions of Authctxt in sshconnect2.c. Sigh. | |||
2004-02-10 | - (dtucker) [auth-passwd.c auth.h openbsd-compat/port-aix.c | Darren Tucker | |
openbsd-compat/port-aix.h] Bug #14: Use do_pwchange to support AIX's native password expiry. | |||
2004-02-06 | - (dtucker) [openbsd-compat/port-aix.c openbsd-compat/port-aix.h] Restore | Darren Tucker | |
previous authdb setting after auth calls. Fixes problems with setpcred failing on accounts that use AFS or NIS password registries. | |||
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-19 | - (dtucker) [openbsd-compat/port-aix.h] Bug #640: Don't include audit.h | Darren Tucker | |
unless required. Reorder to reduce warnings. | |||
2003-08-29 | - (bal) openbsd-compat/ clean up. Considate headers, add in $Id$ on our | Ben Lindstrom | |
files, and added missing license to header. | |||
2003-07-14 | - (dtucker) [port-aix.h] Fix prototypes. | Darren Tucker | |
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) [port-aix.h] Work around name collision on AIX for r_type by | Darren Tucker | |
undef'ing it. | |||
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-05-02 | - (dtucker) Move handling of bad password authentications into a platform | Darren Tucker | |
specific record_failed_login() function (affects AIX & Unicos). | |||
2003-02-01 | - (bal) AIX 4.2.1 lacks nanosleep(). Patch to use nsleep() provided by | Ben Lindstrom | |
dtucker@zip.com.au | |||
2002-07-07 | Added author to ports-aix.[ch]. | Ben 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 existing | Ben Lindstrom | |
code. (Bugzilla Bug 261) | |||
2002-02-25 | - (bal) Last AIX patch. Moved aix_usrinfo() outside of do_setuserconext() | Ben Lindstrom | |
since we need more session information than provided by that function. | |||
2002-02-24 | - (bal) Drop Session *s usage in ports-aix.[ch] and pass just what we | Ben 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 to | Ben Lindstrom | |
openbsd-compat/port-aix.[c] to improve readilbity of do_child() and simplify our diffs against upstream source. |