similar to: [Bug 123] ssh linked with libpam

Displaying 20 results from an estimated 100000 matches similar to: "[Bug 123] ssh linked with libpam"

2002 Feb 20
0
[Bug 123] New: ssh linked with libpam
http://bugzilla.mindrot.org/show_bug.cgi?id=123 Summary: ssh linked with libpam Product: Portable OpenSSH Version: -current Platform: ix86 OS/Version: Linux Status: NEW Severity: minor Priority: P2 Component: ssh AssignedTo: openssh-unix-dev at mindrot.org ReportedBy: peak at
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 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
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.
2003 Dec 05
6
ssh not resolving host names on HP-UX 11i
Actually it really never was answered, but here's how I fixed (worked around) it. At first I thought installing patch PHNE_27796 (libnss_dns DNS backend patch) had fixed it. It didn't. It just flip-flopped the problem. Prior to installing that patch, ssh would never go to DNS no matter what was in nsswitch.conf. It appeared to only look in /etc/hosts. After installing the patch, ssh
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 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 347] wrong macro used
http://bugzilla.mindrot.org/show_bug.cgi?id=347 tim at multitalents.net changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From tim at multitalents.net 2002-07-15
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 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 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
2005 May 12
2
[Bug 1038] buildpkg.sh postinstall script does not install RC links using installroot and non-symlinks.
http://bugzilla.mindrot.org/show_bug.cgi?id=1038 Summary: buildpkg.sh postinstall script does not install RC links using installroot and non-symlinks. Product: Portable OpenSSH Version: 4.0p1 Platform: UltraSparc OS/Version: Solaris Status: NEW Severity: normal Priority: P2 Component:
2005 Mar 13
7
[Bug 998] --without-opensc is not respected
http://bugzilla.mindrot.org/show_bug.cgi?id=998 Summary: --without-opensc is not respected Product: Portable OpenSSH Version: -current Platform: All OS/Version: Linux Status: NEW Severity: minor Priority: P2 Component: Build system AssignedTo: openssh-bugs at mindrot.org ReportedBy: stian
2003 Dec 08
3
[Bug 770] configure --without-rpath is incomplete
http://bugzilla.mindrot.org/show_bug.cgi?id=770 Summary: configure --without-rpath is incomplete Product: Portable OpenSSH Version: -current Platform: Sparc OS/Version: Solaris Status: NEW Severity: normal Priority: P2 Component: Build system AssignedTo: openssh-bugs at mindrot.org