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

cvs commit: src/contrib/dhcp-3.0 LICENSE README README.DELETED README.DRAGONFLY RELNOTES src/contrib/dhcp-3.0/client clparse.c dhclient-script.8 dhclient.8 dhclient.c dhclient.conf dhclient.conf.5 dhclient.leases.5 src/contrib/dhcp-3.0/client/scripts ...


From: Joerg Sonnenberger <joerg@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 4 Jan 2005 11:58:54 -0800 (PST)

joerg       2005/01/04 11:58:54 PST

DragonFly src repository

  Modified files:
    usr.sbin             Makefile 
    sbin/dhclient        Makefile Makefile.inc 
    sbin/dhclient/client Makefile 
    sbin/dhclient/common Makefile 
    sbin/dhclient/dst    Makefile 
    sbin/dhclient/minires Makefile 
    sbin/dhclient/omapip Makefile 
  Added files:
    contrib/dhcp-3.0     LICENSE README README.DELETED 
                         README.DRAGONFLY RELNOTES 
    contrib/dhcp-3.0/client clparse.c dhclient-script.8 dhclient.8 
                            dhclient.c dhclient.conf 
                            dhclient.conf.5 dhclient.leases.5 
    contrib/dhcp-3.0/client/scripts freebsd 
    contrib/dhcp-3.0/common alloc.c bpf.c comapi.c conflex.c 
                            ctrace.c dhcp-eval.5 dhcp-options.5 
                            discover.c dispatch.c dlpi.c dns.c 
                            ethernet.c execute.c fddi.c icmp.c 
                            inet.c lpf.c memory.c nit.c options.c 
                            packet.c parse.c print.c raw.c 
                            resolv.c socket.c tables.c tr.c tree.c 
                            upf.c 
    contrib/dhcp-3.0/dhcpctl callback.c dhcpctl.3 dhcpctl.c 
                             dhcpctl.h omshell.1 omshell.c 
                             remote.c 
    contrib/dhcp-3.0/dst base64.c dst_api.c dst_internal.h 
                         dst_support.c hmac_link.c md5.h 
                         md5_dgst.c md5_locl.h prandom.c 
    contrib/dhcp-3.0/includes cdefs.h ctrace.h dhcp.h dhcpd.h 
                              dhctoken.h failover.h inet.h osdep.h 
                              site.h statement.h tree.h version.h 
    contrib/dhcp-3.0/includes/arpa nameser.h nameser_compat.h 
    contrib/dhcp-3.0/includes/cf freebsd.h 
    contrib/dhcp-3.0/includes/isc-dhcp boolean.h dst.h int.h 
                                       lang.h list.h result.h 
                                       types.h 
    contrib/dhcp-3.0/includes/minires minires.h res_update.h 
                                      resolv.h 
    contrib/dhcp-3.0/includes/netinet if_ether.h ip.h ip_icmp.h 
                                      udp.h 
    contrib/dhcp-3.0/includes/omapip alloc.h buffer.h convert.h 
                                     hash.h omapip.h omapip_p.h 
                                     trace.h 
    contrib/dhcp-3.0/minires ns_date.c ns_name.c ns_parse.c 
                             ns_samedomain.c ns_sign.c ns_verify.c 
                             res_comp.c res_findzonecut.c 
                             res_init.c res_mkquery.c 
                             res_mkupdate.c res_query.c res_send.c 
                             res_sendsigned.c res_update.c 
    contrib/dhcp-3.0/omapip alloc.c array.c auth.c buffer.c 
                            connection.c convert.c dispatch.c 
                            errwarn.c generic.c handle.c hash.c 
                            inet_addr.c iscprint.c listener.c 
                            message.c mrtrace.c omapi.3 protocol.c 
                            result.c support.c toisc.c trace.c 
    contrib/dhcp-3.0/relay dhcrelay.8 dhcrelay.c 
    contrib/dhcp-3.0/server bootp.c class.c confpars.c db.c ddns.c 
                            dhcp.c dhcpd.8 dhcpd.c dhcpd.conf 
                            dhcpd.conf.5 dhcpd.leases.5 failover.c 
                            mdb.c omapi.c salloc.c stables.c 
    usr.sbin/dhcp        Makefile Makefile.common Makefile.inc 
    usr.sbin/dhcp/dhcpctl Makefile Makefile.bin Makefile.lib 
    usr.sbin/dhcp/relay  Makefile 
    usr.sbin/dhcp/server Makefile 
    sbin/dhclient        Makefile.common 
    sbin/dhclient/client clparse.c.patch dhclient.8.patch 
                         dhclient.c.patch scripts,freebsd.patch 
    sbin/dhclient/common dhcp-options.5.patch discover.c.patch 
                         dispatch.c.patch parse.c.patch 
    sbin/dhclient/includes Makefile dhcpd.h.patch osdep.h.patch 
  Removed files:
    sbin/dhclient        dhclient-script.sh 
  Log:
  Update isc-dhcp to 3.0.2rc3 using patch infrastructure.
  Also include the server and relay, but currently without rcNG script.
  
  Submitted-by: Simon 'corecode' Schubert <corecode@xxxxxxxxxxxx>
  
  Revision  Changes    Path
  1.18      +4 -0      src/usr.sbin/Makefile
  1.3       +2 -50     src/sbin/dhclient/Makefile
  1.6       +1 -2      src/sbin/dhclient/Makefile.inc
  1.3       +6 -5      src/sbin/dhclient/client/Makefile
  1.3       +10 -8     src/sbin/dhclient/common/Makefile
  1.3       +2 -4      src/sbin/dhclient/dst/Makefile
  1.3       +2 -4      src/sbin/dhclient/minires/Makefile
  1.3       +7 -6      src/sbin/dhclient/omapip/Makefile


http://www.dragonflybsd.org/cvsweb/src/usr.sbin/Makefile.diff?r1=1.17&r2=1.18&f=u
http://www.dragonflybsd.org/cvsweb/src/sbin/dhclient/Makefile.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/sbin/dhclient/Makefile.inc.diff?r1=1.5&r2=1.6&f=u
http://www.dragonflybsd.org/cvsweb/src/sbin/dhclient/client/Makefile.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/sbin/dhclient/common/Makefile.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/sbin/dhclient/dst/Makefile.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/sbin/dhclient/minires/Makefile.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/sbin/dhclient/omapip/Makefile.diff?r1=1.2&r2=1.3&f=u



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