search for: do_fake_authloop

Displaying 5 results from an estimated 5 matches for "do_fake_authloop".

1999 Nov 22
0
OpenSSH 1.2pre14 fails on pam_open_session() ...
...open_session) about to run"); pam_retval = pam_open_session((pam_handle_t *)pamh, 0); debug("PAM_retval(open_session) successful"); if (pam_retval != PAM_SUCCESS) { log("PAM session setup failed: %.200s", PAM_STRERROR((pam_handle_t *)pamh, pam_retval)); do_fake_authloop(username); } ========================================== PAM Password authentication accepted for user "marc" debug: PAM setting rhost to "atelier.acadiau.ca" debug: PAM_retval(remote_host) successful debug: PAM_retval(acct_mgmt) successful debug: PAM_retval(open_session) abou...
1999 Dec 14
0
1.2pre17 fails to compile on RedHat 4.2/i386 (libc5)
...__timeout)); If I copy in a poll.h, I get (obviously): gcc -g -O2 -Wall -DETCDIR=\"/etc/ssh\" -DSSH_PROGRAM=\"/usr/bin/ssh\" -DSSH_ASKPASS_DEFAULT=\"/usr/libexec/ssh/ssh-askpass\" -DHAVE_CONFIG_H -c sshd.c -o sshd.o sshd.c: In function `do_fake_authloop': sshd.c:1647: warning: unused variable `type' sshd.c: In function `do_child': sshd.c:2490: warning: initialization from incompatible pointer type gcc -o sshd sshd.o auth-rhosts.o auth-passwd.o auth-rsa.o auth-rh-rsa.o pty.o log-server.o login.o servconf.o serverloop.o bsd-login.o md5cr...
2000 Mar 07
1
Fail to compile on FreeBSD 3.3
...ocal/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 reference to `skey_fake_keyinfo' *** Error code 1 Stop. How can I solve it, please help? Regards, Phen. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mindrot.org/pipermail/openss...
1999 Nov 21
1
openssh 1.2pre13 on Linux/i386 RH4.2 problems
...include -DETCDIR=\"/etc/ssh\" -DSSH_PROGRAM=\"/usr/bin/ssh\" -DASKPASS_PROGRAM=\"/usr/libexec/ssh/ssh-askpass\" -DHAVE_CONFIG_H -c sshd.c -o sshd.o sshd.c: In function `main': sshd.c:518: warning: implicit declaration of function `daemon' sshd.c: In function `do_fake_authloop': sshd.c:1526: warning: unused variable `type' sshd.c: In function `do_child': sshd.c:2373: warning: initialization from incompatible pointer type gcc -g -O2 -Wall -I/usr/local/ssl/include -DETCDIR=\"/etc/ssh\" -DSSH_PROGRAM=\"/usr/bin/ssh\" -DASKPASS_PROGRAM=\"...
2000 Jan 19
3
AIX openssh patches
...= packet_get_string((unsigned int *)&dlen); packet_integrity_check(plen, 4 + dlen, type); #ifdef USE_PAM *************** *** 1405,1430 **** #ifdef USE_PAM if (!do_pam_account(pw->pw_name, client_user)) { ! if (client_user != NULL) xfree(client_user); do_fake_authloop(pw->pw_name); } #endif /* USE_PAM */ return; ! } ! if (client_user != NULL) xfree(client_user); if (attempt > AUTH_FAIL_MAX) packet_disconnect(AUTH_FAIL_MSG, pw->pw_name); /* Send a message indicating that the authentication attempt failed. */...