search for: liaf

Displaying 8 results from an estimated 8 matches for "liaf".

Did you mean: leaf
2007 Sep 10
1
4.7p1 password auth broken on SCO OSR6
openssh 4.7p1 SCO OSR6 Password authentication is non-functional. This seems dependent on USE_LIBIAF which further depends on HAVE_LIBIAF (in defines.h), but there is no longer any code in configure to define the latter. Building with HAVE_LIBIAF defined enables password authentication, but only for non-long (<9 char) passwords, even though UNIXWARE_LONG_PASSWORDS seems to be defined. I
2007 May 01
1
problem while doing make - openssh on sco unix 7.1
.../usr/bin/perl ./fixprogs ssh_prng_cmds ; \ fi (cd openbsd-compat && make) cc -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o sshconnect1.o sshconnect2.o -L. -Lopenbsd-compat/ -L/usr/local/ssl/lib -L/usr/local/lib -lssh -lopenbsd-compat -lresolv -liaf -lcrypto -lsocket -lnsl -lgen -lz -lcrypt cc -o sshd sshd.o auth-rhosts.o auth-passwd.o auth-rsa.o auth-rh-rsa.o sshpty.o sshlogin.o servconf.o serverloop.o auth.o auth1.o auth2.o auth-options.o session.o auth-chall.o auth2-chall.o groupaccess.o auth-skey.o auth-bsdauth.o auth2-hostbas...
2007 Mar 23
2
openssh 4.6p1 bug / IRIX
...r_wrap.o kexdhs.o kexgexs.o auth-krb5.o auth2-gss.o gss-serv.o gss-serv-krb5.o loginrec.o auth-pam.o auth-shadow.o auth-sia.o md5crypt.o audit.o audit-bsm.o platform.o -L. -Lopenbsd-compat/ -L/usr/local/lib -L/usr/local2/lib -L/usr/nekoware/lib -L/usr/freeware/lib32 -lssh -lopenbsd-compat -liaf -lcrypto -lz -lgen ld32: ERROR 33 : Unresolved text symbol "set_id" -- 1st referenced by session.o. thanks in advance -- ah-consulting.net G?tz Fischer Senior Consultant Phone: +49(0)7225/98 98 79 Fax: +49(0)7225/28 64 eMail: g.fischer at ah-consulting.net http://www.ah-consult...
2005 Jul 28
1
greater than 8 character passwords on Unixware (IA database support)
...he IA security thing in Uniware 7.1.1. I wish I understood all of this well enough to make a proper patch to include new defines and what not. I tried and made a mess. Hopefully I can get a better grasp this weekend. The only files I changed were xcrypt.c and Makefile. Makefile needed -lcrypt and -liaf added to LIBS=. It had -lcrypto but needed -lcrypt for bigcrypt() xcrypt.c needed: - #include <ia.h> - xcrypt() needed to call bigcrypt() - shadow_pw() needed this, although it didn't really belong there: uinfo_t uinfo; ia_openinfo(pw->pw_name, &uinfo); ia_get_logpwd(uinfo, &p...
2006 Feb 06
1
Compile warning report of openssh 4.3p1 on Intel Macs
..... yes checking OpenSSL header version... 90709f (OpenSSL 0.9.7i 14 Oct 2005) checking OpenSSL library version... 90709f (OpenSSL 0.9.7i 14 Oct 2005) checking whether OpenSSL's headers match the library... yes checking whether OpenSSL has crippled AES support... yes checking for ia_openinfo in -liaf... no checking whether OpenSSL's PRNG is internally seeded... yes checking for ls... /bin/ls checking for netstat... /usr/sbin/netstat checking for arp... /usr/sbin/arp checking for ifconfig... /sbin/ifconfig checking for jstat... no checking for ps... /bin/ps checking for sar... /usr/bin/sar c...
2006 Apr 23
0
Configuration Warnings OpenSSH 4.3p2
...on... 90704f (OpenSSL 0.9.7d 17 Mar 2004) checking OpenSSL library version... 90704f (OpenSSL 0.9.7d 17 Mar 2004) checking whether OpenSSL's headers match the library... yes checking whether OpenSSL has crippled AES support... no checking for crypt in -lcrypt... yes checking for ia_openinfo in -liaf... no checking whether OpenSSL's PRNG is internally seeded... yes checking for ls... /bin/ls checking for netstat... /usr/bin/netstat checking for arp... /usr/sbin/arp checking for ifconfig... /sbin/ifconfig checking for jstat... no checking for ps... /bin/ps checking for sar... no checking for...
2011 Sep 02
1
problems building openssh-5.8p1 on qnx
.... yes checking whether OpenSSL has crippled AES support... no checking if EVP_DigestUpdate returns an int... yes checking for crypt in -lcrypt... no checking for SHA256_Update... yes checking for EVP_sha256... yes checking whether OpenSSL has complete ECC support... yes checking for ia_openinfo in -liaf... no checking whether OpenSSL's PRNG is internally seeded... configure: WARNING: cross compiling: assuming yes checking for ls... /bin/ls checking for netstat... /bin/netstat checking for arp... /usr/sbin/arp checking for ifconfig... /sbin/ifconfig checking for jstat... no checking for ps... /...
1998 Oct 15
1
Problem to map home dir
...es support. # Contributed by tangent@cyberport.com #FLAGSM = -Xa -DSVR4 #LIBSM = -lsocket -lnsl -lc -L/usr/ucblib -lucb # This is for UnixWare 2.x WITHOUT libdes support. # Contributed by tangent@cyberport.com #FLAGSM = -Xa -DSVR4 -DIA_UINFO #LIBSM = -lsocket -lnsl -lc -L/usr/ucblib -lucb -lcrypt -liaf # This is for UNIXWARE 2.x with shadow passwords. # Contributed by fja@extratech.com #FLAGSM = -Xa -DSVR4 -DSHADOW_PWD #LIBSM = -lsocket -lnsl -lc -L/usr/ucblib -lucb -lcrypt -lgen # This is for ULTRIX. Add -DULTRIX_AUTH for Ultrix enhanced security. # contributed by iversen@dsfys1.fi.uib.no # FL...