bugzilla-daemon at mindrot.org
2004-Jan-25  02:20 UTC
[Bug 673] skeychallenge call has 4 args in NetBSD
http://bugzilla.mindrot.org/show_bug.cgi?id=673
dtucker at zip.com.au changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |793
              nThis|                            |
             Status|NEW                         |ASSIGNED
------- Additional Comments From dtucker at zip.com.au  2004-01-24 19:20 -------
Perhaps configure could test for a 4-arg version the same as it does for
loginfailed() on AIX, then add the define if required?
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2004-Feb-10  05:58 UTC
[Bug 673] skeychallenge call has 4 args in NetBSD
http://bugzilla.mindrot.org/show_bug.cgi?id=673 ------- Additional Comments From djm at mindrot.org 2004-02-10 16:58 ------- Is there an easy way to detect how many args a #define has from autoconf? It may need a test prog. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2004-Feb-10  06:10 UTC
[Bug 673] skeychallenge call has 4 args in NetBSD
http://bugzilla.mindrot.org/show_bug.cgi?id=673 ------- Additional Comments From dtucker at zip.com.au 2004-02-10 17:10 ------- There's an example in the AIX section of configure.ac (look for LOGINFAILED_4ARG). It just does AC_TRY_COMPILE. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2004-Feb-24  02:28 UTC
[Bug 673] skeychallenge call has 4 args in NetBSD
http://bugzilla.mindrot.org/show_bug.cgi?id=673
dtucker at zip.com.au changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|793                         |
              nThis|                            |
           Keywords|                            |help-wanted
            Version|3.7.1p1                     |-current
------- Additional Comments From dtucker at zip.com.au  2004-02-24 13:28 -------
If someone could write (and test!) a patch against configure.ac to check for a
4-arg skeychallenge we will review and probably apply it.  The test should not
be NetBSD-specific, in case other platforms have the same issue.
See LOGINFAILED_4ARG for an example of how it can be done.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
Reasonably Related Threads
- [Bug 14] Can't change expired /etc/shadow password without PAM
 - [Bug 712] ssh does not properly utilize OS specified authentication methods on AIX
 - [Bug 463] PrintLastLog doesn't work in privsep mode
 - [Bug 896] Improper Input buffer handling
 - [Bug 926] pam_session_close called as user or not at all