DragonFly BSD
DragonFly commits List (threaded) for 2012-08
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: dhclient - Drop medium/alias useless utilization.


From: Antonio Huete Jimenez <tuxillo@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 19 Aug 2012 07:32:44 -0700 (PDT)

commit 7cbe36018c8cb1ff48ab5dd64d7ff03dc0c10939
Author: Antonio Huete Jimenez <tuxillo@quantumachine.net>
Date:   Sat Aug 4 00:26:45 2012 +0200

    dhclient - Drop medium/alias useless utilization.
    
    - Dump some useless calls to dhclient-script. i.e. MEDIUM, PREINIT,
      ARPSEND, ARPCHECK. Drop support for 'media', 'medium' and 'alias'
      specifications in dhclient.conf.
    - Old leases still parse but these options now have no effect.
    - Be more polite and decline all offers we don't accept.
    - Fix a IMSG length check.
    - Many expressions of support at various bars.
    
    Taken-from: OpenBSD

Summary of changes:
 sbin/dhclient/clparse.c       |   58 +--------------
 sbin/dhclient/dhclient-script |   52 +++-----------
 sbin/dhclient/dhclient.c      |  156 ++++-------------------------------------
 sbin/dhclient/dhclient.conf.5 |   77 +-------------------
 sbin/dhclient/dhcpd.h         |   11 +--
 sbin/dhclient/privsep.c       |   22 ++-----
 6 files changed, 42 insertions(+), 334 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7cbe36018c8cb1ff48ab5dd64d7ff03dc0c10939


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]