Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - (dtucker) [openbsd-compat/port-aix.c openbsd-compat/port-aix.h] Move | Darren Tucker | 2004-02-10 | 1 | -5/+1 |
| | | | | | | | | 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. | ||||
* | - (dtucker) [auth-passwd.c auth.h openbsd-compat/port-aix.c | Darren Tucker | 2004-02-10 | 1 | -2/+6 |
| | | | | | openbsd-compat/port-aix.h] Bug #14: Use do_pwchange to support AIX's native password expiry. | ||||
* | - (dtucker) [openbsd-compat/port-aix.c openbsd-compat/port-aix.h] Restore | Darren Tucker | 2004-02-06 | 1 | -1/+10 |
| | | | | | previous authdb setting after auth calls. Fixes problems with setpcred failing on accounts that use AFS or NIS password registries. | ||||
* | - (dtucker) [auth-passwd.c openbsd-compat/port-aix.c openbsd-compat/port-aix.h] | Darren Tucker | 2003-11-22 | 1 | -3/+5 |
| | | | | | Move AIX specific password authentication code to port-aix.c, call authenticate() until reenter flag is clear. | ||||
* | - (dtucker) [openbsd-compat/port-aix.h] Bug #640: Don't include audit.h | Darren Tucker | 2003-09-19 | 1 | -3/+3 |
| | | | | unless required. Reorder to reduce warnings. | ||||
* | - (bal) openbsd-compat/ clean up. Considate headers, add in $Id$ on our | Ben Lindstrom | 2003-08-29 | 1 | -1/+2 |
| | | | | files, and added missing license to header. | ||||
* | - (dtucker) [port-aix.h] Fix prototypes. | Darren Tucker | 2003-07-14 | 1 | -2/+2 |
| | |||||
* | - (dtucker) Bug #543: [configure.ac port-aix.c port-aix.h] | Darren Tucker | 2003-07-14 | 1 | -0/+1 |
| | | | | | Call setauthdb() before loginfailed(), which may load password registry- specific functions. Based on patch by cawlfiel@us.ibm.com. | ||||
* | - (dtucker) [port-aix.h] Work around name collision on AIX for r_type by | Darren Tucker | 2003-07-14 | 1 | -0/+5 |
| | | | | undef'ing it. | ||||
* | - (dtucker) [auth-passwd.c auth.c session.c sshd.c port-aix.c port-aix.h] | Darren Tucker | 2003-07-08 | 1 | -0/+1 |
| | | | | Convert aixloginmsg into platform-independant Buffer loginmsg. | ||||
* | - (dtucker) [acconfig.h auth-passwd.c configure.ac session.c port-aix.[ch]] | Darren Tucker | 2003-07-08 | 1 | -0/+9 |
| | | | | | Include AIX headers for authentication functions and make calls match prototypes. Test for and handle 3-args and 4-arg variants of loginfailed. | ||||
* | - (dtucker) Move handling of bad password authentications into a platform | Darren Tucker | 2003-05-02 | 1 | -0/+5 |
| | | | | specific record_failed_login() function (affects AIX & Unicos). | ||||
* | - (bal) AIX 4.2.1 lacks nanosleep(). Patch to use nsleep() provided by | Ben Lindstrom | 2003-02-01 | 1 | -0/+11 |
| | | | | dtucker@zip.com.au | ||||
* | Added author to ports-aix.[ch]. | Ben Lindstrom | 2002-07-07 | 1 | -0/+3 |
| | |||||
* | - (bal) Clean up aix_usrinfo(). Ignore TTY= period I guess. | Ben Lindstrom | 2002-07-04 | 1 | -3/+24 |
| | |||||
* | - (bal) Fixed AIX environment handling, use setpcred() instead of existing | Ben Lindstrom | 2002-06-21 | 1 | -5/+0 |
| | | | | code. (Bugzilla Bug 261) | ||||
* | - (bal) Last AIX patch. Moved aix_usrinfo() outside of do_setuserconext() | Ben Lindstrom | 2002-02-25 | 1 | -1/+1 |
| | | | | since we need more session information than provided by that function. | ||||
* | - (bal) Drop Session *s usage in ports-aix.[ch] and pass just what we | Ben Lindstrom | 2002-02-24 | 1 | -1/+1 |
| | | | | | need to do the jobs (AIX still does not fully compile, but that is coming). | ||||
* | - (bal) Migrated AIX getuserattr and usrinfo code to | Ben Lindstrom | 2002-02-19 | 1 | -0/+10 |
openbsd-compat/port-aix.[c] to improve readilbity of do_child() and simplify our diffs against upstream source. |