Displaying 8 results from an estimated 8 matches for "broken_realpath".
2002 Apr 17
6
[Bug 220] sshd fails to read other users authorized_keys over nfs as root
http://bugzilla.mindrot.org/show_bug.cgi?id=220
------- Additional Comments From markus at openbsd.org 2002-04-18 06:01 -------
i think i've seen this before and it was related to
the realpath() implementation....
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2004 Oct 28
2
Problem copying directories using sftp
Hello!
A couple of days ago I submitted the problem report shown below to the
support forum for WinSCP.
I got a reply (shown at the end of this e-mail) saying that this in part
was a WinSCP problem, but also that there appeared to be something wrong
with the replies from OpenSSH-3.9p1 under AIX 4.3.3.
The full dialog including the reply can be seen at
2002 Mar 21
0
StrictModes yes fails in some cases on AIX
...:
- /users/fmohr/ is mounted by the automounter
- the directory is exported via a dfs/nfs gateway
- StrictModes is set to yes
it works if the mounted directory is directly exported
via nfs or StrictModes is set to no (no secure_filename check).
the problem is caused by AIX realpath(), if I define BROKEN_REALPATH
and use the realpath() function from openbsd-compat the authentication
works fine.
is this a known problem?
is there any option to tell configure to set BROKEN_REALPATH
(as far as i understand that part of the configure script,
only the existence of the function is checked, but there is no
way to...
2003 Sep 22
13
[Bug 697] ending slash is not used
http://bugzilla.mindrot.org/show_bug.cgi?id=697
Summary: ending slash is not used
Product: Portable OpenSSH
Version: 3.7.1p1
Platform: PPC
OS/Version: AIX
Status: NEW
Severity: normal
Priority: P2
Component: sftp-server
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: ramses at
2015 Jul 14
16
[Bug 2428] New: realpath command doesn't work
https://bugzilla.mindrot.org/show_bug.cgi?id=2428
Bug ID: 2428
Summary: realpath command doesn't work
Product: Portable OpenSSH
Version: 6.9p1
Hardware: amd64
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Build system
Assignee: unassigned-bugs at
2003 Oct 06
0
OpenSSH_3.6.1p2: key authentication on HP-UX.
...have a problem with a key created on a NT machine that no
> longer works. The key was created w/ F-Secure keygen and then converted w/
> OpenSSh keygen on the Unix side. I have tried creating new keypairs and it
> still doesn't work.
This is just a hunch but try adding "#define BROKEN_REALPATH 1" to
config.h (ie, run configure, edit config.h, then run make).
--
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69
Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.
2003 Jul 03
0
AIX cleanups: includes and arguments
...failed takes 4 arguments)
+ AC_TRY_COMPILE(
+ [#include <usersec.h>],
+ [(void)loginfailed("user","host","tty",0);],
+ [AC_MSG_RESULT(yes)
+ AC_DEFINE(AIX_LOGINFAILED_4ARG)],
+ [AC_MSG_RESULT(no)]
+ )
+ fi
AC_DEFINE(BROKEN_GETADDRINFO)
AC_DEFINE(BROKEN_REALPATH)
dnl AIX handles lastlog as part of its login message
@@ -456,8 +469,8 @@
login_cap.h maillock.h netdb.h netgroup.h \
netinet/in_systm.h paths.h pty.h readpassphrase.h \
rpc/types.h security/pam_appl.h shadow.h stddef.h stdint.h \
- strings.h sys/strtio.h sys/bitypes.h sys/bsdtty.h sys/cdef...
2005 Sep 19
1
ssh hangs or gives Segmentation fault
...NET_NTOA */
#define HAVE_SYS_ERRLIST 1
#define HAVE_SYS_NERR 1
/* #undef IP_TOS_IS_BROKEN */
/* #undef HAVE_GETUSERATTR */
#define HAVE_BASENAME 1
#define PAM_TTY_KLUDGE 1
/* #undef SSHPAM_CHAUTHTOK_NEEDS_RUID */
/* #undef USE_PIPES */
/* #undef BROKEN_SNPRINTF */
/* #undef HAVE_CYGWIN */
/* #undef BROKEN_REALPATH */
/* #undef HAVE_NEXT */
/* #undef USE_PAM */
/* #undef WITH_AIXAUTHENTICATE */
/* #undef AIX_LOGINFAILED_4ARG */
/* #undef SKEYCHALLENGE_4ARG */
/* #undef WITH_IRIX_ARRAY */
/* #undef WITH_IRIX_PROJECT */
/* #undef WITH_IRIX_AUDIT */
/* #undef WITH_IRIX_JOBS */
/* #undef PRNGD_SOCKET */
/* #undef...