Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jun 2009 17:10:43 +0000 (UTC)
From:      Alexander Kabaev <kan@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/include/rpc svc_dg.h src/lib/libc/rpc svc_dg.c svc_generic.c src/usr.sbin/mountd mountd.c
Message-ID:  <200906181715.n5IHFJNn056501@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kan         2009-06-18 17:10:43 UTC

  FreeBSD src repository

  Modified files:
    include/rpc          svc_dg.h 
    lib/libc/rpc         svc_dg.c svc_generic.c 
    usr.sbin/mountd      mountd.c 
  Log:
  SVN rev 194448 on 2009-06-18 17:10:43Z by kan
  
  Re-do r192913 in less intrusive way. Only do IP_RECVDSTADDR/IP_SENDSRCADDR
  dace for UPDv4 sockets bound to INADDR_ANY. Move the code to set
  IP_RECVDSTADDR/IP_SENDSRCADDR into svc_dg.c, so that both TLI and non-TLI
  users will be using it.
  
  Back out my previous commit to mountd. Turns out the problem was affecting
  more than one binary so it needs to me addressed in generic rpc code in
  libc in order to fix them all.
  
  Reported by:    lstewart
  Tested by:      lstewart
  
  Revision  Changes    Path
  1.2       +1 -0      src/include/rpc/svc_dg.h
  1.12      +36 -12    src/lib/libc/rpc/svc_dg.c
  1.10      +0 -9      src/lib/libc/rpc/svc_generic.c
  1.102     +0 -7      src/usr.sbin/mountd/mountd.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906181715.n5IHFJNn056501>