Displaying 4 results from an estimated 4 matches for "buffer_".
Did you mean:
  buffer
  
2006 Sep 29
0
HPN-SSH for OpenSSH 4.4p1 Available
...c.edu/networking/projects/hpn-ssh/openssh-4.4p1-hpn.diff.gz
This patch is not linked off of the main web page as of yet. I want to 
run some more usage tests on it and get some feedback from people. I'm 
also trying to figure out a non-horrific way of passing an additional 
value to some of the buffer_* functions. :)
If you do install it please let me know what your experiences are. 
Please make sure your system send and receive buffers are properly tuned 
(http://www.psc.edu/networking/projects/tcptune).
Thanks!
Chris Rapier
2001 Aug 09
2
Debugging help: BUG: Assertion failure with ext3-0.95 for 2.4.7
...Hl 117, free 714, 52ef0,
force_copy, 1069): journa1de27ef0
Aug  9 17:57:39 boeaet34 kernel: <.c, 695):
e_get_writournal_dirty_mr_get_write_acourn_get_wournal_dirty_mee_
5transaction.c, 1069): journal_dirty_metadata: journal_head 1de27ec0
Aug  9 17:57:39 boeaet34 kernel: <de27e60de27ec0access: buffer__coa_copy
y_metadata: journal_head 1deext3_orphan_deansaction.c, 52getn.c, 1069):
journal_dirty_metadata: journal_head 1de27ec0
Aug  9 17:57:39 boeaet34 kernel: <7r_head 1de27e60, force_copy 0
Aug  9 17:57:39 boeaet34 kernel:
Aug  9 17:57:39 boeaet34 kernel: <7ad 1de27e60
Aug  9 17:57:39 boeae...
2002 Jul 02
3
New PAM kbd-int diff
...es Exp $
+ */
+
+/*
+ * XXX: todo:
+ *      - Make this module handle multiple passes through the PAM 
+ *        conversation function. Currently it exits after each reply. 
+ *        It should stick around do it can process password change 
+ *        requests, etc.
+ *     
+ *      - Conver to buffer_() API instead of SOCK_DGRAM messages
+ */
+ 
 #include "includes.h"
-RCSID("$Id: auth2-pam.c,v 1.14 2002/06/28 16:48:12 mouring Exp $");
 
 #ifdef USE_PAM
+RCSID("$Id$");
+
 #include <security/pam_appl.h>
 
 #include "ssh.h"
-#include "ssh2.h"...
2002 Jun 25
4
PAM kbd-int with privsep
...o/openssh/auth2-pam.c,v 1.1 2002/03/21 12:18:27 des Exp $
+ */
+
+/*
+ * XXX: todo:
+ *      - Make this module handle multiple prompts. Currently it exits 
+ *        after each reply. It should stick around do it can process 
+ *        password change requests, etc.
+ *     
+ *      - Conver to buffer_() API instead of SOCK_DGRAM messages
+ */
+ 
 #include "includes.h"
-RCSID("$Id: auth2-pam.c,v 1.12 2002/01/22 12:43:13 djm Exp $");
 
 #ifdef USE_PAM
+RCSID("$FreeBSD: src/crypto/openssh/auth2-pam.c,v 1.1 2002/03/21 12:18:27 des Exp $");
+
 #include <security/pam_a...