Displaying 4 results from an estimated 4 matches for "creds_to_radix".
2003 Apr 24
1
[Bug 547] Missing radix.o in makefile for AFS
...Severity: minor
Priority: P3
Component: Build system
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: argent at thayer.dartmouth.edu
When compiling Openssh-3.6.1p1 for linux (on RedHat-7.3), linking of the ssh and
sshd binaries fails, complaining that creds_to_radix (or radix_to_creds) cannot
be found. The problem is that radix.o is not included in the makefile rules for
these targets. I ran configure as:
./configure --prefix=/usr/etc/openssh/ --with-pam
--with-kerberos4=/usr/local/krb4 --with-afs --sysconfdir=/etc/ssh
--bindir=/usr/bin --mandir=/usr/local/...
2001 Nov 14
0
OpenSSH / Kerberos / AFS
...undefined reference to
`krb_life_to_time'
/home/jnfergu/openssh/sshconnect1.c:735: undefined reference to
`krb_err_txt'
sshconnect1.o: In function `send_afs_tokens':
/home/jnfergu/openssh/sshconnect1.c:783: undefined reference to
`krb_time_to_life'
./libssh.a(radix.o): In function `creds_to_radix':
/home/jnfergu/openssh/radix.c:129: undefined reference to
`krb_life_to_time'
./libssh.a(radix.o): In function `radix_to_creds':
/home/jnfergu/openssh/radix.c:192: undefined reference to
`krb_time_to_life'
collect2: ld returned 1 exit status
make: *** [ssh] Error 1
I myself am no...
2003 Jan 09
0
Building openssh-3.5p1 with new DES functions
...PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/usr/local/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c sshconnect1.c
cc: Error: radix.h, line 27: Error parsing parameter list. Found "*" when expecting one of: ",", ")". (notexpecting)
int creds_to_radix(CREDENTIALS *, u_char *, size_t);
------------------------------------^
cc: Error: radix.h, line 28: Ill-formed parameter type list. (parmtyplist)
int radix_to_creds(const char *, CREDENTIALS *);
--------------------------------------^
cc: Error: sshconnect1.c, line 786: In this declaration, &...
2001 Nov 20
3
problem with AFS token forwarding
Hello,
I came across an interoperability problem in OpenSSH 3.0p1 and 3.0.1p1
concerning the AFS token forwarding. That means that the new versions are
not able to exchange AFS tokens (and Kerberos TGTs) with older OpenSSH
releases (including 2.9p2) and with the old SSH 1.2.2x. In my opinion this
problem already existed in Openssh 2.9.9p1, but I have never used this
version (I only looked at the