1. 01 6月, 2012 8 次提交
  2. 19 5月, 2012 1 次提交
    • A
      ceph: add auth buf in prepare_write_connect() · 3da54776
      Alex Elder 提交于
      Move the addition of the authorizer buffer to a connection's
      out_kvec out of get_connect_authorizer() and into its caller.  This
      way, the caller--prepare_write_connect()--can avoid adding the
      connect header to out_kvec before it has been fully initialized.
      
      Prior to this patch, it was possible for a connect header to be
      sent over the wire before the authorizer protocol or buffer length
      fields were initialized.  An authorizer buffer associated with that
      header could also be queued to send only after the connection header
      that describes it was on the wire.
      
      Fixes http://tracker.newdream.net/issues/2424Signed-off-by: NAlex Elder <elder@inktank.com>
      Reviewed-by: NSage Weil <sage@inktank.com>
      3da54776
  3. 17 5月, 2012 12 次提交
  4. 15 5月, 2012 3 次提交
  5. 22 3月, 2012 16 次提交