summaryrefslogtreecommitdiffstats
path: root/openbsd-compat/port-aix.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - (dtucker) [openbsd-compat/port-aix.c openbsd-compat/port-aix.h] MoveDarren Tucker2004-02-101-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.cDarren Tucker2004-02-101-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] RestoreDarren Tucker2004-02-061-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 Tucker2003-11-221-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.hDarren Tucker2003-09-191-3/+3
| | | | unless required. Reorder to reduce warnings.
* - (bal) openbsd-compat/ clean up. Considate headers, add in $Id$ on ourBen Lindstrom2003-08-291-1/+2
| | | | files, and added missing license to header.
* - (dtucker) [port-aix.h] Fix prototypes.Darren Tucker2003-07-141-2/+2
|
* - (dtucker) Bug #543: [configure.ac port-aix.c port-aix.h]Darren Tucker2003-07-141-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 byDarren Tucker2003-07-141-0/+5
| | | | undef'ing it.
* - (dtucker) [auth-passwd.c auth.c session.c sshd.c port-aix.c port-aix.h]Darren Tucker2003-07-081-0/+1
| | | | Convert aixloginmsg into platform-independant Buffer loginmsg.
* - (dtucker) [acconfig.h auth-passwd.c configure.ac session.c port-aix.[ch]]Darren Tucker2003-07-081-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 platformDarren Tucker2003-05-021-0/+5
| | | | specific record_failed_login() function (affects AIX & Unicos).
* - (bal) AIX 4.2.1 lacks nanosleep(). Patch to use nsleep() provided byBen Lindstrom2003-02-011-0/+11
| | | | dtucker@zip.com.au
* Added author to ports-aix.[ch].Ben Lindstrom2002-07-071-0/+3
|
* - (bal) Clean up aix_usrinfo(). Ignore TTY= period I guess.Ben Lindstrom2002-07-041-3/+24
|
* - (bal) Fixed AIX environment handling, use setpcred() instead of existingBen Lindstrom2002-06-211-5/+0
| | | | code. (Bugzilla Bug 261)
* - (bal) Last AIX patch. Moved aix_usrinfo() outside of do_setuserconext()Ben Lindstrom2002-02-251-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 weBen Lindstrom2002-02-241-1/+1
| | | | | need to do the jobs (AIX still does not fully compile, but that is coming).
* - (bal) Migrated AIX getuserattr and usrinfo code toBen Lindstrom2002-02-191-0/+10
openbsd-compat/port-aix.[c] to improve readilbity of do_child() and simplify our diffs against upstream source.