Displaying 2 results from an estimated 2 matches for "49568".
Did you mean:
495,8
2001 Feb 12
1
pam protocol 1 fix
...ot;stevesk"
debug1: Trying to reverse map address 127.0.0.1.
debug1: PAM setting rhost to "localhost"
debug1: Attempting authentication for stevesk.
debug1: PAM Password authentication for "stevesk" failed[9]: Authentication failed
Failed rsa for stevesk from 127.0.0.1 port 49568
Index: auth1.c
===================================================================
RCS file: /var/cvs/openssh/auth1.c,v
retrieving revision 1.30
diff -u -r1.30 auth1.c
--- auth1.c 2001/02/12 07:02:24 1.30
+++ auth1.c 2001/02/12 18:58:22
@@ -97,7 +97,7 @@
(!options.kerberos_authentication ||...
2010 Mar 11
1
Plugin like zlib
...l (smaller than original file).
When I receive the email, clicking in "Send/Receive", The read function is
aborted because the size to read (like zlib) is negative. I put some debug
in my plugin, and print some stuffs about the functions.
Email decryt size = 49556
Email encrypt size = 49568
Attachements:
mail-arrived, is when the email arrives, and it's ok the read.
mail-receive, is when the email is received, and have the error.
maillog is the /var/log/mail
The bigger difference from zlib is the i_stream_zlib_read part....
do {
ret = read(zstream->fd ,crypttext...