Displaying 20 results from an estimated 100000 matches similar to: "[Bug 347] wrong macro used"
2002 Jul 09
0
[Bug 347] New: wrong macro used
http://bugzilla.mindrot.org/show_bug.cgi?id=347
Summary: wrong macro used
Product: Portable OpenSSH
Version: -current
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: rodney at bond.net
This
2002 Feb 24
0
[Bug 107] syntax error in 'configure' under Solaris 8
http://bugzilla.mindrot.org/show_bug.cgi?id=107
tim at multitalents.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From tim at multitalents.net
2002 Apr 27
0
[Bug 229] openssh 3.1p1 configure script aborts at "checking for OpenSSL directory" under Solaris 8
http://bugzilla.mindrot.org/show_bug.cgi?id=229
tim at multitalents.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From tim at multitalents.net
2002 May 08
0
[Bug 208] SCO build/runtime fixes
http://bugzilla.mindrot.org/show_bug.cgi?id=208
tim at multitalents.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From tim at multitalents.net 2002-05-08
2002 Jul 14
0
[Bug 348] infinite loop scanning wtmpx
http://bugzilla.mindrot.org/show_bug.cgi?id=348
tim at multitalents.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From tim at multitalents.net 2002-07-15
2002 Feb 26
0
[Bug 123] ssh linked with libpam
http://bugzilla.mindrot.org/show_bug.cgi?id=123
tim at multitalents.net changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|openssh-unix-dev at mindrot.org|tim at multitalents.net
------- Additional Comments From tim at multitalents.net 2002-02-26 16:58 -------
I've addressed this
2002 Feb 26
0
[Bug 102] defines.h modifications for proper UNICOS behavior
http://bugzilla.mindrot.org/show_bug.cgi?id=102
tim at multitalents.net changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|openssh-unix-dev at mindrot.org|tim at multitalents.net
------- Additional Comments From tim at multitalents.net 2002-02-26 17:01 -------
I've addressed this
2002 Feb 26
0
[Bug 74] Use of sig_atomic_t breaks SunOS4 compile
http://bugzilla.mindrot.org/show_bug.cgi?id=74
tim at multitalents.net changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|openssh-unix-dev at mindrot.org|tim at multitalents.net
------- Additional Comments From tim at multitalents.net 2002-02-26 17:03 -------
I've addressed this
2002 Feb 26
0
[Bug 12] incomplete configure checks for 64 bit int types
http://bugzilla.mindrot.org/show_bug.cgi?id=12
tim at multitalents.net changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|openssh-unix-dev at mindrot.org|tim at multitalents.net
------- Additional Comments From tim at multitalents.net 2002-02-26 17:07 -------
I've addressed this
2002 Jul 25
0
openssh-unix-dev digest, Vol 1 #505 - 15 msgs
subscribe openssh-unix-dev at mindrot.org
> Send openssh-unix-dev mailing list submissions to
> openssh-unix-dev at mindrot.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://www.mindrot.org/mailman/listinfo/openssh-unix-dev
> or, via email, send a message with subject or body 'help' to
> openssh-unix-dev-request at mindrot.org
>
2002 Jan 31
3
[Bug 45] configure refines a function in skey, which then bombs
http://bugzilla.mindrot.org/show_bug.cgi?id=45
------- Additional Comments From tim at multitalents.net 2002-01-31 16:37 -------
Autoconf uses char (*f) (); in all it's AC_CHECK_FUNC tests.
Seems like skey should be fixed.
Feel free to provide a patch to autoconf.ac that uses AC_TRY_RUN
instead of AC_CHECK_FUNC(skey_keyinfo,
------- You are receiving this mail because: -------
You
2002 Feb 24
1
[Bug 122] sshd does not update wtmpx at end of session
http://bugzilla.mindrot.org/show_bug.cgi?id=122
------- Additional Comments From tim at multitalents.net 2002-02-25 05:32 -------
I spent some time looking into this. Initially I did see that last was reporting
users still logged in that had logged out of their ssh connection. I noticed
logintest showed everything working as expected. Now I can not duplicate the
problem. I didn't change
2002 Dec 05
0
[Bug 323] arp -n flag doesn't exist under Solaris, ssh_prng_cmds still uses it
http://bugzilla.mindrot.org/show_bug.cgi?id=323
tim at multitalents.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |keith at ajmani.org
------- Additional Comments From tim at multitalents.net 2002-12-05 16:03 -------
*** Bug 449 has been marked as
2002 May 17
0
[Bug 246] md5_crypt conflict fails
http://bugzilla.mindrot.org/show_bug.cgi?id=246
------- Additional Comments From tim at multitalents.net 2002-05-18 03:12 -------
Perhaps you are getting confused by the "MD5 password support: no" line.
configure is reporting that in error as pointed out by
Kagan Kongar <kongar at tsrsb.org.tr>
Try removing line 2026 (MD5_MSG="no") of configure.ac and run autoconf.
2002 Feb 25
1
[Bug 41] Static compilation
http://bugzilla.mindrot.org/show_bug.cgi?id=41
------- Additional Comments From stevesk at pobox.com 2002-01-06 11:10 -------
a patch would speed up fixing this. can someone produce one?
------- Additional Comments From tim at multitalents.net 2002-02-26 08:22 -------
What platform do you have this problem on?
SCO builds static binaries just fine. UnixWare doesn't have a chance
due to
2005 Nov 21
5
[Bug 1122] __USE_GNU is internal glibc macro and should not be used
http://bugzilla.mindrot.org/show_bug.cgi?id=1122
Summary: __USE_GNU is internal glibc macro and should not be used
Product: Portable OpenSSH
Version: 4.2p1
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Miscellaneous
AssignedTo: bitbucket at mindrot.org
2002 Mar 08
0
[Bug 151] 3.0.2p1 and 3.1p1 fail to build.
http://bugzilla.mindrot.org/show_bug.cgi?id=151
------- Additional Comments From tim at multitalents.net 2002-03-09 04:16 -------
Does IRIX not have it's own getcwd()?
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2002 Jul 08
0
[Bug 336] ssh does not compile on Linux with libc5 and 2.0 kernel
http://bugzilla.mindrot.org/show_bug.cgi?id=336
------- Additional Comments From tim at multitalents.net 2002-07-08 10:57 -------
Please post the section of your config.log where it is doing
the msghdr tests.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2002 Dec 05
9
[Bug 450] sftp crashes when trying to upload a file which doesn't exist
http://bugzilla.mindrot.org/show_bug.cgi?id=450
------- Additional Comments From tim at multitalents.net 2002-12-05 15:57 -------
I can not duplicate this problem on UnixWare or Linux
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2002 Jan 14
4
[Bug 60] OpenSSH 3.0.2p1 configure script fails on NEXTSTEP
http://bugzilla.mindrot.org/show_bug.cgi?id=60
------- Additional Comments From djm at mindrot.org 2002-01-14 19:28 -------
Why / where is this needed? Can you show an example of a failed build. This may
be an autoconf bug.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.