Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. |