Displaying 5 results from an estimated 5 matches for "skey_fake_keyinfo".
2000 Mar 07
1
Fail to compile on FreeBSD 3.3
...-login.o md5crypt.o -L. -L/usr/local/ssl/lib -lssh -lz -lcrypto -lutil -lpam -lskey -lwrap
sshd.o: In function `do_authloop':
/usr/local/src/openssh-1.2.2/sshd.c(.text+0x1d68): undefined reference to `skey_keyinfo'
/usr/local/src/openssh-1.2.2/sshd.c(.text+0x1d8a): undefined reference to `skey_fake_keyinfo'
/usr/local/src/openssh-1.2.2/sshd.c(.text+0x1e52): undefined reference to `skey_haskey'
/usr/local/src/openssh-1.2.2/sshd.c(.text+0x1e64): undefined reference to `skey_passcheck'
sshd.o: In function `do_fake_authloop':
/usr/local/src/openssh-1.2.2/sshd.c(.text+0x1fff): undefined re...
2000 May 09
0
OpenSSH compile error when enabling S/Key support
....o pty.o log-server.o
login.o servconf.o serverloop.o bsd-login.o md5crypt.o session.o -L.
-L/usr/local/openssl-0.9.5a/lib -L/usr/local/skey-1.1/lib -lssh -ldl
-lnsl -lz -lutil -lpam -lcrypto -lskey -lwrap
auth1.o: In function `do_fake_authloop1':
auth1.o(.text+0x126): undefined reference to `skey_fake_keyinfo'
auth1.o: In function `do_authloop':
auth1.o(.text+0x803): undefined reference to `skey_fake_keyinfo'
collect2: ld returned 1 exit status
make: *** [sshd] Error 1
Any Idea? Help would be very appreciated.
Axel Wagner
--
----------------------------------------------------------------...
2001 Jan 19
0
sshd crashes (w/ skey)
...strdup.c:43
#4 0x400dd3c0 in tzset_internal (always=0) at tzset.c:169
#5 0x400de0db in __tz_convert (timer=0xbfffee8c, use_localtime=1, tp=0x40148460) at tzset.c:582
#6 0x400d9c9c in localtime (t=0xbfffee8c) at localtime.c:43
#7 0x400d9bd8 in ctime (t=0xbfffee8c) at ctime.c:32
#8 0x80501b6 in skey_fake_keyinfo (username=0x80ed5d8 "blah") at auth-skey.c:145
#9 0x804eb9c in do_authloop (pw=0x0, luser=0x80ed5d8 "blah") at auth1.c:279
#10 0x804ef77 in do_authentication () at auth1.c:473
#11 0x804dc4a in main (ac=2, av=0xbffffa3c) at sshd.c:1088
(gdb)
I might be talking complete BS, but...
2000 Oct 28
11
Another shapshot
I have just uploaded another snapshot to:
http://www.mindrot.org/misc/openssh/openssh-SNAP-20001028.tar.gz
Please test this one extra hard, it is likely to become 2.3.0p1 early
next week.
Regards,
Damien Miller
--
| ``We've all heard that a million monkeys banging on | Damien Miller -
| a million typewriters will eventually reproduce the | <djm at mindrot.org>
| works of
2000 Jul 26
1
compiling openssh with skey? Fails on redhat linux
...ation of function `skey_keyinfo'
auth-skey.c:20: warning: initialization makes pointer from integer
without a cast
auth-skey.c:30: warning: implicit declaration of function `skey_haskey'
auth-skey.c:31: warning: implicit declaration of function
`skey_passcheck'
auth-skey.c: In function `skey_fake_keyinfo':
auth-skey.c:70: `SKEY_MAX_SEED_LEN' undeclared (first use in this
function)
auth-skey.c:70: (Each undeclared identifier is reported only once
auth-skey.c:70: for each function it appears in.)
auth-skey.c:71: `SKEY_MAX_PW_LEN' undeclared (first use in this
function)
auth-skey.c:71: siz...