Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > d420bd1fd6d3e47078c0710234475d9b > files > 11

dhcpv6-1.0.10-22.el5_11.x86_64.rpm

commit 3b185e17b169e7e67b0f1f470be882cccbd3b227
Author: David L. Cantrell Jr <dcantrell@redhat.com>
Date:   Mon Jan 21 07:53:19 2008 -1000

    New version.

commit 7cb538ec7115c8f1c41247a7ff6119c503058442
Author: David L. Cantrell Jr <dcantrell@redhat.com>
Date:   Mon Jan 21 07:52:49 2008 -1000

    Do not link using -z nodlopen
    
    We need to dlopen() the library because we link it to _isys.so,
    the Python module, in anaconda and it needs to dlopen() all the
    ELF deps.

commit 3a1f6179d4e8bb60f552eee61bfe11f8f25854a8
Author: David L. Cantrell Jr <dcantrell@redhat.com>
Date:   Mon Jan 21 07:52:11 2008 -1000

    Update to do list.

commit ad5cf419ec1202670c83a9ae8d39cbf79b5e9fc3
Author: David L. Cantrell Jr <dcantrell@redhat.com>
Date:   Thu Jan 17 12:23:35 2008 -1000

    New version.

commit 202302c92e5961ab49907e21d1121dd78ac9131a
Author: David L. Cantrell Jr <dcantrell@redhat.com>
Date:   Thu Jan 17 12:23:11 2008 -1000

    Copy in client and server DUIDs in server6_react_message()
    
    Do not check for the DH6OPT_CLIENTID or DH6OPT_SERVERID option
    flags, always copy these DUID values over for our response.

commit a79ef3b2c722f4851f7251f22a340aeccc0032b1
Author: David L. Cantrell Jr <dcantrell@redhat.com>
Date:   Thu Jan 17 09:49:53 2008 -1000

    Set compiler and linker flags
    
    Compile binaries with -fPIE, libraries with -fPIC.  Link with
    relro, nodlopen, and noexecstack.

commit 126cfea1a690cadc9e3b7c0b6dea58993279ba29
Author: David L. Cantrell Jr <dcantrell@redhat.com>
Date:   Thu Jan 17 09:42:45 2008 -1000

    New version.

commit e702b96d8749f119840851551a71b6d71c00853b
Author: David L. Cantrell Jr <dcantrell@redhat.com>
Date:   Thu Jan 17 09:41:29 2008 -1000

    Do not return DNS options in CONFIRM messages.
    
    CONFIRM messages should not contain the DNS options (either the
    list of servers or the domain list).

commit bba517b682788fe5c03152575f76fa4d8483bebf
Author: David L. Cantrell Jr <dcantrell@redhat.com>
Date:   Wed Jan 16 17:25:22 2008 -1000

    New version.

commit 6e1c9ca680d73a7d90d00f62a7e97c2b93dfc7de
Author: David L. Cantrell Jr <dcantrell@redhat.com>
Date:   Wed Jan 16 17:24:51 2008 -1000

    Update to do list.

commit 89f399b7e82ed8552729ff7f325eb4966ebb0d1d
Author: David L. Cantrell Jr <dcantrell@redhat.com>
Date:   Wed Jan 16 17:22:20 2008 -1000

    Workaround problem in /usr/include/asm/gcc_intrin.h on ia64
    
    There is a problem with /usr/include/asm/gcc_intrin.h on ia64 on
    at least RHEL 5.1, which is my build platform for the moment.  So
    to get around that, if I see ia64, I include <linux/in6.h> and then
    define struct in6_ifreq (copied from ipv6.h).  Yeah, it's a hack,
    but only temporary.

commit 74739dd13a8122e31fd8a8ee83f566c89033590c
Author: David L. Cantrell Jr <dcantrell@redhat.com>
Date:   Wed Jan 16 17:21:06 2008 -1000

    Check for <linux/in6.h>
    
    Since checking for <linux/ipv6.h> breaks on IA64 right now, only
    check for <linux/in6.h> as required and do a safe check for ipv6.h
    instead.

commit a1be116d3a24f9de91316a6e3badd13652bc9d03
Author: David L. Cantrell Jr <dcantrell@redhat.com>
Date:   Wed Jan 16 09:59:32 2008 -1000

    New version.

commit 4e50f82a7c99293ee77fb87b785f4182e4730a72
Author: David L. Cantrell Jr <dcantrell@redhat.com>
Date:   Wed Jan 16 09:58:18 2008 -1000

    Updated license boilerplates.

commit e930c4e7f2dc06239d7ea06e6da12fde16586921
Author: David L. Cantrell Jr <dcantrell@redhat.com>
Date:   Wed Jan 16 09:53:14 2008 -1000

    License under LGPL 2.1 or later for maximum flexibility.
    
    Moved the license to LGPL from GPL to make sure the project can still
    be used by BSD projects.  Updated boilerplates.

commit e66e438f4847e8b7a1f2d055f7534e26f77cad7f
Author: David L. Cantrell Jr <dcantrell@redhat.com>
Date:   Tue Jan 15 18:56:38 2008 -1000

    New version.

commit bb2fe03c6f12a74e133e0bb3d5ac58924ada48a6
Author: David L. Cantrell Jr <dcantrell@redhat.com>
Date:   Tue Jan 15 18:32:00 2008 -1000

    Return IA option with NoAddrAvail.
    
    Return IA_NA option to client with status code set to NoAddrAvail
    if there are no addresses to assign.

commit ca40cdcfeb81678fa51e697148011732c29376d3
Author: David L. Cantrell Jr <dcantrell@redhat.com>
Date:   Tue Jan 15 18:12:59 2008 -1000

    Disable fvisibility=hidden for now.

commit ca1ebc7d35ef3aae5eb341c5060969e2d50d1001
Author: David L. Cantrell Jr <dcantrell@redhat.com>
Date:   Tue Jan 15 18:07:03 2008 -1000

    Set DUID type 1 time to POSIX time.
    
    DUID type 1 time field was set to an arbitary time in the year
    2000.  Don't know why.  Changed it to hold POSIX time.

commit 1c1b77bceddc5b8dea74f83773d715112720874e
Author: David L. Cantrell Jr <dcantrell@redhat.com>
Date:   Tue Jan 15 17:54:53 2008 -1000

    Respond the same for DECLINE
    
    Also send NoBinding status and success code to client for the
    DECLINE message (we also do this for the RELEASE message).

commit 4e49fae02a625a04920485df78c179f3fe6e4c9c
Author: David L. Cantrell Jr <dcantrell@redhat.com>
Date:   Tue Jan 15 17:52:43 2008 -1000

    Return requested options and reply NoBinding to RELEASE
    
    Honor the requested options list.  The client and server does not
    currently support all possible options, but at least honor what
    the client requests from the server and only return those options.
    
    When the client sends a DH6_RELEASE message, release the IA_NA and
    return a REPLY message with the NOBINDING status and the success
    code set.

commit 5f49c29b2b1ba1010113f97e7a1301c3b508f918
Author: David L. Cantrell Jr <dcantrell@redhat.com>
Date:   Tue Jan 15 17:50:38 2008 -1000

    Add dhcp6_has_option()
    
    Added a function that takes the list of requested options and
    returns true or false if the list contains the specified option.

commit 5a707b16df51b87087066a594301b614bc961366
Author: David L. Cantrell Jr <dcantrell@redhat.com>
Date:   Tue Jan 15 17:35:52 2008 -1000

    Updated the LICENSE file and added COPYING
    
    It was brought to my attention today that dhcpv6 is actually a
    derived work under the GPL.  I've updated the LICENSE file to
    explain all of the licenses in the source and then included the
    text of the GPL version 2.

commit 1619b012b99a2b9a005117fac1b933d9e103d08b
Author: David L. Cantrell Jr <dcantrell@redhat.com>
Date:   Tue Jan 15 16:29:13 2008 -1000

    Formatting fixes.

commit 8d73b08f6af8c32c68b57158356f6181c390f80b
Author: David L. Cantrell Jr <dcantrell@redhat.com>
Date:   Fri Jan 11 13:04:56 2008 -1000

    Avoid symbol clashes in libdhcp6client.so
    
    Compile with -fvisibility=hidden and only expose those symbols
    we want in libdhcp6client.so.

commit ef0c8b41b2c86208f5fc86368e189c7598257f71
Author: David L. Cantrell Jr <dcantrell@redhat.com>
Date:   Fri Jan 11 13:01:50 2008 -1000

    Save DUID-LLT in dhcp6c
    
    Save received DUID-LLT in /var/lib/dhcpv6/dhcp6c_duid to
    maintain a consistent client DUID across state changes.  The
    easiest state change is a reboot of the client.

commit f53ddf6534b9e00a594f9687dc4841969377e1c6
Author: David L. Cantrell Jr <dcantrell@redhat.com>
Date:   Tue Jan 8 15:57:32 2008 -1000

    Ensure to output trace messages in get_interface_info()
    
    In get_interface_info(), a message may not be output as fflush()
    is called a TRACE macro.  It should be around the end of the
    function.  Patch from Mitsuru Chinen <mitch@linux.vnet.ibm.com>

commit 7507f7ab9b574889da4a8962842dd342882e5c6a
Author: David L. Cantrell Jr <dcantrell@redhat.com>
Date:   Tue Jan 8 15:44:50 2008 -1000

    Cleaned up TRACE() messages
    
    Removed invalid error message from dhcp6r and cleaned up a lot
    of the TRACE() messages (but not all, that's later).

commit 9a474be56aa15a6539056597c3c2897865738e55
Author: David L. Cantrell Jr <dcantrell@redhat.com>
Date:   Tue Jan 8 15:44:23 2008 -1000

    Updated to do list.

commit ad1fb8e713d10deb6e39c310b1b154075185c1f7
Author: David L. Cantrell Jr. <dcantrell@redhat.com>
Date:   Wed Dec 19 18:14:24 2007 -1000

    Really remove curl command.

commit d90e3c8323e144c5f477b0a2f1aece9a65f4cabe
Author: David L. Cantrell Jr. <dcantrell@redhat.com>
Date:   Wed Dec 19 18:12:40 2007 -1000

    Do not upload source archive to sourceforge anymore.

commit fe5e995754e54552f8b1556fc3842f5bc7bed929
Author: David L. Cantrell Jr. <dcantrell@redhat.com>
Date:   Wed Dec 19 18:08:16 2007 -1000

    Modify tag target to use GPGKEY environment variable.
    
    Use the GPG key specified in GPGKEY environ variable to sign
    the tag.  If this variable does not exist, exit.

commit b05560ef9bb73eb915954c44130ac71841a12f64
Author: David Cantrell <dcantrell@redhat.com>
Date:   Wed Dec 19 11:59:05 2007 -1000

    Updated Makefile.am targets for git.
    
    Since the source repository is in git now rather than cvs, use
    git-tag and git-log to generate the tag and ChangeLog, respectively.
    With git-tag, the tag is GPG-signed using the default GPG key.

commit 7694dafee94e6a01580ca6abb10db890f291a22b
Author: David Cantrell <dcantrell@redhat.com>
Date:   Wed Dec 19 11:58:02 2007 -1000

    Updated to do list.

commit 363906f4e6e05c802481bfc6053b5b330af944bc
Author: David Cantrell <dcantrell@redhat.com>
Date:   Wed Dec 19 11:52:18 2007 -1000

    New version.
    
    Increase version number to 1.0.4.  Library API is still the same.

commit 633d77d651599c2a19d0410842d389c8873ef5c7
Author: David Cantrell <dcantrell@redhat.com>
Date:   Wed Dec 19 09:26:42 2007 -1000

    Modified .gitignore file for toplevel directory.

commit 860bc57449f2510bfcd89132f4dde330e6c960d0
Author: David Cantrell <dcantrell@redhat.com>
Date:   Wed Dec 19 09:26:23 2007 -1000

    Added .gitignore file for src/

commit 4bddb89f534bdc6f8c85a436635cb64e7625c08b
Author: David Cantrell <dcantrell@redhat.com>
Date:   Wed Dec 19 09:17:59 2007 -1000

    Include libgen.h for basename()
    
    To get application name, basename() function is introduced,
    however libgen.h is not included. This causes warning message.
    This patch add the decralation to include libgen.h.  Patch from
    Mitsuru Chinen <mitch@linux.vnet.ibm.com>.

commit 54ff5d6ef0716ee9260fe5b7e757c6e32998531b
Author: David Cantrell <dcantrell@redhat.com>
Date:   Wed Dec 19 09:15:37 2007 -1000

    Discard prefix-length configuration extension
    
    The extension introduced by dhcpv6-0.10-prefix_bz196429.patch is
    to provide prefix length by dhcp6s. To realize this extension, the
    patch modifies protocol. It uses option code 28 as `request prefix'
    option and add prefix length field to IA Address option.
    However,
    
      - Option code 28 is already used as OPTION_NISP_SERVERS (RFC3898)
      - No RFC defines prefix length field in IA Address option
    
    So, this extension causes interoperability troubles.  The
    communication with the other implementations that supports
    OPTION_NISP_SERVERS will be failed.
    
    The attached patch discards the extension.  Patch from Mitsuru
    Chinen <mitch@linux.vnet.ibm.com>.

commit 364388c069dbe97df116af25f184abaf71d1d8a3
Author: David Cantrell <dcantrell@redhat.com>
Date:   Wed Dec 19 09:12:01 2007 -1000

    Fix build break caused by changing usage()
    
    Although usage() function is changed to have char* type argument,
    but the prototype declaration of usage() is not changed.  This
    patch modifies the prototype declaration.  Patch from Mitsuru
    Chinen <mitch@linux.vnet.ibm.com>.

commit d294b781f770ece1ff45c02e6ad39d975b2f4bb9
Author: David Cantrell <dcantrell@redhat.com>
Date:   Wed Dec 19 09:10:01 2007 -1000

    dhcp6r: Use TRACE macro to output logs
    
    A macro termed `TRACE' is available to output log message.
    However, many of messages are outputted by printf() directly.
    This patch replaces those printf() with TRACE macro.  Patch
    from Mitsuru Chinen <mitch@linux.vnet.ibm.com>.

commit 1c72dfb86a9ae1fa0f3e1f3139f194977ba9f998
Author: David Cantrell <dcantrell@redhat.com>
Date:   Wed Dec 19 09:07:59 2007 -1000

    Do not require a global address to unnecessary interface in dhcp6r
    
    dhcp6r requires that all interface have global IPv6 address even
    if some of the interfaces don't belong to IPv6 network.  This patch
    lets dhcp6r to ignore the interfaces which don't have global
    addresses.  Patch from Mitsuru Chinen <mitch@linux.vnet.ibm.com>.

commit 969aefd69a444714141034455c8659c2b8195d3c
Author: David Cantrell <dcantrell@redhat.com>
Date:   Sun Dec 16 11:39:59 2007 -1000

    Updated to do list.

commit 084c593c04f59fbc3fb551d8c891bffc12aab5c1
Author: David Cantrell <dcantrell@redhat.com>
Date:   Sun Dec 16 11:39:50 2007 -1000

    Add more authors to the AUTHORS file.

commit bb329583a30ffd54ab7662256d8fdf0ee0902f53
Author: David Cantrell <dcantrell@redhat.com>
Date:   Sun Dec 9 07:22:20 2007 -1000

    Updated man pages.

commit b1e0a6ed4d414e2ed3557f46fa984a3355b4f66a
Author: David Cantrell <dcantrell@redhat.com>
Date:   Sun Dec 9 07:16:02 2007 -1000

    Revert "Renamed programs that we build."
    
    This reverts commit d8da2c16ee435c85e93d59a623be575f48309af6.

commit d8da2c16ee435c85e93d59a623be575f48309af6
Author: David Cantrell <dcantrell@redhat.com>
Date:   Sun Dec 9 07:10:54 2007 -1000

    Renamed programs that we build.
    
    Renamed the server to dhcpv6d, renamed relay daemon to dv6relayd, renamed
    client to dv6client.

commit 8ea61b39dd685879aa836d261506b8c7e0da334b
Author: David Cantrell <dcantrell@redhat.com>
Date:   Sat Dec 8 14:44:06 2007 -1000

    Removed .cvsignore files, add .gitignore file.

commit 04e75b7e8c84b879edb3f34d64f5d43cc5b0a3f5
Author: David Cantrell <dcantrell@redhat.com>
Date:   Sat Dec 8 14:41:55 2007 -1000

    Removed usermap file.
    
    We store the source in git now, so we don't need to run cvs2cl anymore.

commit 33b8df20640919beb62c404d3d561fc51e7e4f4a
Author: David Cantrell <dcantrell@redhat.com>
Date:   Sat Dec 8 14:41:18 2007 -1000

    Remove CVS $Id$ tags.

commit 2a5d56f0de03de804d84265e46651c3708d7c743
Author: David Cantrell <dcantrell@redhat.com>
Date:   Sat Dec 8 13:40:35 2007 -1000

    Updates docs tree.
    
    Pulled more complete list of RFCs for the protocol, removed draft
    specifications.

commit 5d5f9aa0c9f483d433dc1d269754dcb18b092b5d
Author: David Cantrell <dcantrell@redhat.com>
Date:   Sat Dec 8 12:45:09 2007 -1000

    Updated the dhcp6s.8 man page.

commit 3b88c0726f36398739e5f22815c6d3ef2ee2642b
Author: David Cantrell <dcantrell@redhat.com>
Date:   Sat Dec 8 12:44:00 2007 -1000

    Updated the dhcp6r.8 man page.

commit f575eaa9bc83bdda8aa4ce547f62178916885321
Author: David Cantrell <dcantrell@redhat.com>
Date:   Sat Dec 8 12:42:18 2007 -1000

    Updated dhcp6c.8 man page.
    
    Improved formatting and clarified some areas.

commit c7d43884bf040384d353f4aeface37c457f0c0a3
Author: dlc-atl <dlc-atl>
Date:   Sat Dec 8 20:07:50 2007 +0000

    Clean up usage messages.

commit 681dd1fededf3d2a15d93a0a99a1b36b2f69d0fe
Author: dlc-atl <dlc-atl>
Date:   Sat Dec 8 19:56:34 2007 +0000

    Updated to do list.

commit 8fd0e9340e50462f7e59f3c7308e3d6f5afc3943
Author: dlc-atl <dlc-atl>
Date:   Sat Dec 8 18:30:14 2007 +0000

    Removed ra_token.l.  The /proc/net/ra6 interface doesn't exist anymore and even if it does, we never make a call to ra_parse().

commit 34dd63ab8234e1a166b3eeeb0f708cfff26486c1
Author: dlc-atl <dlc-atl>
Date:   Sat Dec 8 18:26:42 2007 +0000

    Updated to do list.

commit c15103a0e2500fe9c61586abaf85f881506b7047
Author: dlc-atl <dlc-atl>
Date:   Fri Dec 7 23:30:38 2007 +0000

    Change email address.

commit 2bffe0788c20d8f3fbb5cc284a51b57ba84487a6
Author: dlc-atl <dlc-atl>
Date:   Tue Dec 4 01:51:47 2007 +0000

    Increment interface age and binary age (forgot that before).

commit b33f93ed5dfdc4d8c5f546a5011db7266086ccb2
Author: dlc-atl <dlc-atl>
Date:   Tue Dec 4 01:32:48 2007 +0000

    New version.

commit 46245e0b7b248d8e220cb2b87a84d9cb6811c062
Author: dlc-atl <dlc-atl>
Date:   Tue Dec 4 01:22:56 2007 +0000

    Generate the changelog with usernames converted to names and email addresses.

commit 1fe5bad00663774a5e6a04ddc7d9b6529335d40a
Author: dlc-atl <dlc-atl>
Date:   Tue Dec 4 00:31:42 2007 +0000

    Remove the default start and stop sysvinit levels in these init scripts.  We want to chkconfig --add them on a target system, but not run by default.  That is, users can just install the package, but extra work is required to configure and enable the service.

commit 3eab2045975ec27a7e3ab312edca4b7bf1fa312d
Author: dlc-atl <dlc-atl>
Date:   Fri Nov 30 21:59:07 2007 +0000

    New version.

commit e0bcc11fc926167b603569c2ab99917caa83199e
Author: dlc-atl <dlc-atl>
Date:   Fri Nov 30 21:50:41 2007 +0000

    Add libdhcp_control.h to the list of headers to install.

commit 7a935d791e6c818ad039ec6f39af7f506abe9ebf
Author: dlc-atl <dlc-atl>
Date:   Fri Nov 30 21:21:06 2007 +0000

    Add new libdhcp_control.h header.

commit f7de5356ae9be19f653219646c40d05af0720a13
Author: dlc-atl <dlc-atl>
Date:   Fri Nov 30 21:08:01 2007 +0000

    As the header isc-dhcp/libdhcp_control.h isn't included in the old dhcp utility.  So, it would be better to port it to dhcpv6 and use it when system doesn't have the header.

commit e7295758ecdc9cb0645fee2a0b0a85c7b53873fd
Author: dlc-atl <dlc-atl>
Date:   Fri Nov 30 20:14:19 2007 +0000

    Once a message sending event for a renew or rebind message is created, it isn't removed after that.  So a unfavorite message is sent out.  (e.g. Renew messages are sent out at the state for rebind.)

commit 4675f7d4412b23b723f84a4028266bc3ccad6f18
Author: dlc-atl <dlc-atl>
Date:   Sat Nov 17 06:06:29 2007 +0000

    New version.

commit b5c70b2db001ef707753bb96f9a961053ea74370
Author: dlc-atl <dlc-atl>
Date:   Sat Nov 17 06:06:01 2007 +0000

    Make sure we don't pack up any CVS subdirectories.

commit d5c033e36aeba316b01580049bcc986c0afcbdc1
Author: dlc-atl <dlc-atl>
Date:   Sat Nov 17 06:05:23 2007 +0000

    Install headers to /usr/include/dhcp6client

commit f2a6fedde290cdd0ff8c3d557a1d624c45147d13
Author: dlc-atl <dlc-atl>
Date:   Sat Nov 17 00:39:35 2007 +0000

    Install the init scripts to the correct location.

commit a88540e39e513c1a7d757a5a993aa37c38667b00
Author: dlc-atl <dlc-atl>
Date:   Sat Nov 17 00:35:34 2007 +0000

    Comment out examples in the configuration files.  Refer users to the man pages.

commit 6bba27cd96ae11187c4760994ac4ef02cbbef2bf
Author: dlc-atl <dlc-atl>
Date:   Fri Nov 16 23:35:32 2007 +0000

    Install sample configuration files.

commit ccd9a2de7ef214311023663d41913ab3f0ad0433
Author: dlc-atl <dlc-atl>
Date:   Fri Nov 16 16:03:27 2007 +0000

    Make sure init scripts and sysconfig examples are installed in to DESTDIR.

commit 86e8622a13994a0c54fe9cbf3d57a47f44002b93
Author: dlc-atl <dlc-atl>
Date:   Fri Nov 16 15:58:53 2007 +0000

    fter introducing libdhcp6 feature, process_signals() doesn't call exit() but returns. As a result of the change, dhcp6c doesn't terminated by signals, such as SIGTERM.  It's better to call exit() if LIBDHCP is not defined.  Patch from Mitsuru Chinen.

commit f4aa8f3350e06f9596625d08d341170055684713
Author: dlc-atl <dlc-atl>
Date:   Fri Nov 16 15:57:57 2007 +0000

    Although the main code for Domain Search List option is available for a long time, the configuration part of that option is missing somehow.  The attached patch completes the code for Domain Search List option.  Patch from Mitsuru Chinen.

commit 7d3cc2a3991b786638f023e53ee26de320b5bbdb
Author: dlc-atl <dlc-atl>
Date:   Fri Nov 16 15:57:01 2007 +0000

    [PATCH] define macors for lists and tail queues if they are not defined
    
    dhcp-0.99.3 regards to LIST_* and TAILQ_* macros are available in
    sys/queue.h. However, there are some environment like:
    
     1. sys/queue.h is missing (e.g. dietlibc)
     2. sys/queue.h is available, but some macros are missing
        (e.g. glibc-2.4 doesn't have TAILQ_FIRST, etc.)
    
    The attached patch add definitions of macros for lists and tail queues
    if they are not avaialble in the system.
    
    Patch from Mitsuru Chinen.

commit 8d665a65513043b98476a28b0035aa92094f415b
Author: dlc-atl <dlc-atl>
Date:   Thu Nov 15 22:13:11 2007 +0000

    Do not override includedir.

commit 392a52be877f2c786e020377fb17f73252896922
Author: dlc-atl <dlc-atl>
Date:   Thu Nov 15 21:41:29 2007 +0000

    Set includedir install path to $(includedir)/dhcp6client

commit 3f8191b6acdaa9635658ff71e0020b6fbbb257a1
Author: dlc-atl <dlc-atl>
Date:   Thu Nov 15 21:36:53 2007 +0000

    Updated to do list.

commit 24e80114f338638dafdb27f4a563c5d6622dc36c
Author: dlc-atl <dlc-atl>
Date:   Thu Nov 15 21:35:34 2007 +0000

    Ignore more files.

commit 963ec896e3d6196077cd11959a8b497f8df03462
Author: dlc-atl <dlc-atl>
Date:   Thu Nov 15 21:34:11 2007 +0000

    Install header files during make install (for libdhcp6client).

commit 3a257a1b8162ac45806bf8b2f02bb02fa0dc686d
Author: dlc-atl <dlc-atl>
Date:   Thu Nov 15 21:19:35 2007 +0000

    Define version variables, rules, and checks since there is a shared library being built now.  Bump version to 1.0.0.

commit edc01b1a1edd179da0163b324851d92e3b84e7e7
Author: dlc-atl <dlc-atl>
Date:   Thu Nov 15 21:18:59 2007 +0000

    Added required headers for libdhcp6client.

commit 1ca6baf09f2ce1c80b39c4c0fb9b10e5ffcebc28
Author: dlc-atl <dlc-atl>
Date:   Thu Nov 15 21:18:30 2007 +0000

    Build libdhcp6client.la, the magic libtool thing that generates libdhcp6client.a and libdhcp6client*.so

commit bfc4c0f70007c2202436786a110eb4ab5a3506dd
Author: dlc-atl <dlc-atl>
Date:   Thu Nov 15 21:17:01 2007 +0000

    Added dhc6_alloc.c, required by libdhcp6client.

commit 7a5a8fdcd0605ab34c62a86323e4b6980eb80ee7
Author: dlc-atl <dlc-atl>
Date:   Thu Nov 15 21:15:19 2007 +0000

    Added template and Makefile targets for libdhcp6client.pc

commit b9ecd99fe0f54dac17b0dc095afb2d163944d0f7
Author: dlc-atl <dlc-atl>
Date:   Thu Nov 15 21:14:09 2007 +0000

    Merged RH-specific libdhcp6client patch.  Creates a library version of dhcp6c for use with libdhcp.

commit db8b80cf53729f9cc62e636009c09a9d7478bfe8
Author: dlc-atl <dlc-atl>
Date:   Thu Nov 15 20:14:42 2007 +0000

    Updated to do list.

commit 3f03fae6f7e7579a26f08303ac96cd7b9bf1cf5f
Author: dlc-atl <dlc-atl>
Date:   Thu Nov 15 20:05:00 2007 +0000

    New version.

commit 2ab9b0dba065bebbb872208dba5ce57e11e6eb2d
Author: dlc-atl <dlc-atl>
Date:   Thu Nov 15 19:35:48 2007 +0000

    Fix header checks for linux/netlink.h and linux/rtnetlink.h in configure.ac.

commit 57bb9e398bb680b80114168fb540d2c62ad5b35f
Author: dlc-atl <dlc-atl>
Date:   Thu Nov 15 19:14:21 2007 +0000

    Set yy_init to 0 in lease_token.l to avoid a segfault in dhcp6c.  Patch from Mitsuru Chinen.

commit 7abd32c668928d8f6eda5405cb0e5bfb99585dd8
Author: dlc-atl <dlc-atl>
Date:   Thu Nov 15 19:11:22 2007 +0000

    Restore dhcp6s.conf parsing code.  Patch from Mitsuru Chinen.

commit aa33350d5b96222cd9519fb402aeed240a28e55d
Author: dlc-atl <dlc-atl>
Date:   Thu Nov 15 18:45:11 2007 +0000

    Clean up example config file formatting.

commit be912d138a65a96c6b8ef9a57af8d3f2141fc345
Author: dlc-atl <dlc-atl>
Date:   Wed Nov 14 20:15:11 2007 +0000

    Updated to do list.

commit c785c0589aa8bcca604b729179f6b68592e89bba
Author: dlc-atl <dlc-atl>
Date:   Wed Nov 14 20:14:57 2007 +0000

    Added a release target to make making releases a bit easier.

commit 3669e449c9a049416be6978845b92a99f5ff6415
Author: dlc-atl <dlc-atl>
Date:   Wed Nov 14 20:09:28 2007 +0000

    Updated to do list.

commit ec709b97b55f34a6583834d2c0b3042694f13bab
Author: dlc-atl <dlc-atl>
Date:   Wed Nov 14 20:04:35 2007 +0000

    Add back #include <stdarg.h>

commit 3d619427a1f31121c80f3badc42e495d8e56ab7f
Author: dlc-atl <dlc-atl>
Date:   Wed Nov 14 20:04:16 2007 +0000

    Remove LIBS line.

commit 3ce1669d46052fd8b038b5d2ec28b215a2aa78ab
Author: dlc-atl <dlc-atl>
Date:   Wed Nov 14 20:03:52 2007 +0000

    Clean up configure.ac based on an autoscan run.

commit 3c5332e341739eeca6342bd81db42bc175fa0fc4
Author: dlc-atl <dlc-atl>
Date:   Wed Nov 14 20:03:21 2007 +0000

    Wrote AM_CHECK_RESOLVER macro to test for dn_comp() and dn_expand() in libresolv.  The test is more or less Linux-only at this point.

commit 22c4cf0e13c89e528c0a79cb376c3c4710dfae96
Author: dlc-atl <dlc-atl>
Date:   Wed Nov 14 20:02:36 2007 +0000

    Updated to do list.

commit a0d81074b85ecbce2dbc61196776feae407215b9
Author: dlc-atl <dlc-atl>
Date:   Wed Nov 14 20:02:18 2007 +0000

    Add Mitsuru Chinen to the AUTHORS file.

commit 3b0d0c73862382e1ae8d928dd4db7d446d9e5cb8
Author: dlc-atl <dlc-atl>
Date:   Wed Nov 14 16:49:48 2007 +0000

    Set LIBS to $(RESOLVER_LIBS)

commit 1794ea3727c65b4fffa30c4d746d94a2e83dcb4a
Author: dlc-atl <dlc-atl>
Date:   Wed Nov 14 16:49:23 2007 +0000

    Do not create the m4 subdirectory.  Added m4 subdirectory with a resolver.m4 file for checking the system for dn_comp() and dn_expand().

commit 6e0ea45b9b3d7ba3d21cd898fb3504fd6efa80ca
Author: dlc-atl <dlc-atl>
Date:   Wed Nov 14 16:24:52 2007 +0000

    Remove dist archives on maintainer-clean.

commit 9d60a14480474642ed3ff5f0bc250fc052a3a329
Author: dlc-atl <dlc-atl>
Date:   Wed Nov 14 15:57:03 2007 +0000

    When receiving a RENEW or REBIND message with a Option Request Option, dhcp6s doesn't add DNS Recursive Name Server option to the Reply message.  As our policy of implementation is always including all information not to check the Option Request Option.  So this patch simply add the DNS Recursive Name Server option to the RENEW and REBIND message.  Patch from Mitsuru Chinen <mitch AT linux.vnet.ibm.com>.

commit 283a2dbd3b7f60ce3fedf382a5487ce98410e951
Author: dlc-atl <dlc-atl>
Date:   Wed Nov 14 15:55:53 2007 +0000

    When dhcp6s received an information-request message which contains a Server Identifier option, Server should not respond to it.  Patch from Mitsuru Chinen <mitch AT linux.vnet.ibm.com>.

commit 935971d2ba026a85f979b34d43540d869cde9007
Author: dlc-atl <dlc-atl>
Date:   Wed Nov 14 15:53:24 2007 +0000

    If an incoming Renew message inclues an address which is not appropriate for the link, dhcpv6 server should return the address to the client with lifetimes of 0.  Although the code to do so is already in the code by patch #1797624, the place is not appropriate.  This patch move the code more to suitable place.  Patch from Mitsuru Chinen <mitch AT linux.vnet.ibm.com>.

commit a7deb6d84031cc3e7866bbfa6918f70d937a056c
Author: dlc-atl <dlc-atl>
Date:   Wed Nov 14 15:51:30 2007 +0000

    dhcp6c uses port 547 to send messages, so we cannot run dhcp6c with dhcp6r/dhcp6s at the same box.  We are able to solve this with merging outbound socket to inbound socket.  For uniformity, sockets in dhcp6s and dhcp6r are merged in each.  Patch from Mitsuru Chinen <mitch AT linux.vnet.ibm.com>.

commit 5fe9284170f2651242308e793e333ec2fc15dc16
Author: dlc-atl <dlc-atl>
Date:   Wed Nov 14 15:50:03 2007 +0000

    Improve some of the debugging messages.  Patch from Mitsuru Chinen <mitch AT linux.vnet.ibm.com>.

commit 18674cd36c6ae0e54b292c24a3e10ba928877f07
Author: dlc-atl <dlc-atl>
Date:   Wed Nov 14 15:48:32 2007 +0000

    Correct a type in dhcp6s.conf.5 man page (should be 'option dns_servers', not 'option dns_server').  Patch from Mitsuru Chinen <mitch AT linux.vnet.ibm.com>.

commit 39701d07200d3ccde6577ef715675a55a4ff279a
Author: dlc-atl <dlc-atl>
Date:   Wed Nov 14 15:42:27 2007 +0000

    Updated to do list.

commit 97cdd7cddcccd562d92e103724a80fd59ae21dcf
Author: dlc-atl <dlc-atl>
Date:   Tue Nov 13 05:57:27 2007 +0000

    Fix up Makefiles so we get man pages and etc components in the release archive.

commit c55fcaadb9c7e1a349c229b312e8d8dfa3fa2fc8
Author: dlc-atl <dlc-atl>
Date:   Tue Nov 13 05:57:00 2007 +0000

    Start preparing for the next release.

commit ad842391c9bc8cd889eae22eb6831d0f881bfa33
Author: dlc-atl <dlc-atl>
Date:   Tue Nov 13 05:29:48 2007 +0000

    Add a target to tag the release tree.

commit 94c7c27725f714b021393e91741d2659c71f96ed
Author: dlc-atl <dlc-atl>
Date:   Tue Nov 13 05:20:31 2007 +0000

    Clean up etc install targets.  Remove server6_addr.conf since it's obsolete.  Removed dhcp6c.sh and dhcp6c.sysconfig since we don't care about those.

commit 569ae3042562314c5c2c96a2b16eccaa434cb158
Author: dlc-atl <dlc-atl>
Date:   Tue Nov 13 04:51:41 2007 +0000

    Check for required header files.

commit 4aa06efced1133720f6bb98074caac1716fd457e
Author: dlc-atl <dlc-atl>
Date:   Tue Nov 13 04:51:19 2007 +0000

    List extra files to include in the release archives.  Add a ChangeLog target to generate a ChangeLog file from the CVS log.

commit 9a500361003fb852d5fbc5c7ea6facf851c59adc
Author: dlc-atl <dlc-atl>
Date:   Tue Nov 13 04:47:55 2007 +0000

    Added a to do file.

commit e125be68014caaf5e1390b573aae58ca27b58e37
Author: dlc-atl <dlc-atl>
Date:   Tue Nov 13 04:34:55 2007 +0000

    Remove unnecessary 'return 0'.

commit d2b1562351a353e436fa1e66b1e2f20db7c62f8f
Author: dlc-atl <dlc-atl>
Date:   Tue Nov 13 03:14:32 2007 +0000

    Ignore generated Makefile and Makefile.in files.

commit 50ba20a0a047a6029c77303f9f385dd07d9bd50d
Author: dlc-atl <dlc-atl>
Date:   Tue Nov 13 03:13:32 2007 +0000

    Clean up compiler warnings a bit.

commit 42b688c623c36abc36e7811b47d2da551b032706
Author: dlc-atl <dlc-atl>
Date:   Tue Nov 13 03:12:12 2007 +0000

    Do not redefine IFNAMSIZ.

commit 3a6485f0dde9cfacdf0f844799616b7f5666b89b
Author: dlc-atl <dlc-atl>
Date:   Tue Nov 13 02:25:46 2007 +0000

    Check for required header files.

commit 3769d06bc36e068e5481a16b53de816df6471028
Author: dlc-atl <dlc-atl>
Date:   Tue Nov 13 02:15:19 2007 +0000

    Fixed headers so the software actually compiles.

commit c19436c9b302379ac16f0b2db5f6e96c3128b805
Author: dlc-atl <dlc-atl>
Date:   Mon Nov 12 22:36:49 2007 +0000

    Reduced include lines to only those we need.

commit d929801be1b965f82708ab4a588760913bc89802
Author: dlc-atl <dlc-atl>
Date:   Mon Nov 12 22:36:11 2007 +0000

    Updated header files to have minimal include lines.

commit 97d42fdf5ebe9d2386d8cf597f27e8575ba0414c
Author: dlc-atl <dlc-atl>
Date:   Fri Nov 9 16:28:16 2007 +0000

    Add *~ to the CLEANFILES list.

commit ae5de9f69d58ad8788c4f9d447a5a6a8f947cdaa
Author: dlc-atl <dlc-atl>
Date:   Fri Nov 9 16:25:58 2007 +0000

    Add more Makefile templates for the etc and man subdirectories.

commit e887c665b6cb15bad5b09eb7b8524d91b6ba03c7
Author: dlc-atl <dlc-atl>
Date:   Fri Nov 9 06:48:05 2007 +0000

    Start using the AC_CHECK_HEADERS macro in configure.ac to check for required headers and fail if we can't find them.

commit 148201ca67e531ce6c6ccdd2256a134c809c5bea
Author: dlc-atl <dlc-atl>
Date:   Fri Nov 9 06:47:01 2007 +0000

    Patched source to build correctly under new configuration environment.  Invoking lex and yacc (well, flex and bison) through autoconf/automake, so prefixes on all of that generated code changed.

commit c6ea2bd00bb1218d79fea1985280fda62d70577c
Author: dlc-atl <dlc-atl>
Date:   Fri Nov 9 04:01:09 2007 +0000

    Updated cvsignore files.  Lots to ignore now.

commit 695db1829b50ec2c1a7edaad9bc52ca4484453ab
Author: dlc-atl <dlc-atl>
Date:   Fri Nov 9 03:56:33 2007 +0000

    Rename config.h to cfg.h and config.c to cfg.c so it doesn't conflict with the config.h generated by the configure script.  Updated the include lines in all of the source files to reference cfg.h.  Added targets for dhcp6s, dhcp6r, and dhcp6c to the src/Makefile.am template.

commit 97750fbe1bf4965b6312ea837490fcb0a8e4b243
Author: dlc-atl <dlc-atl>
Date:   Fri Nov 9 02:37:35 2007 +0000

    Initial files for the new autoconf/automake configuration files.

commit 5abc37822ebddb4b35b4d505a297353c0030d2d6
Author: dlc-atl <dlc-atl>
Date:   Fri Nov 9 02:13:21 2007 +0000

    Removed Install file.  Put license text in the LICENSE file.

commit e5e0e0a59a6d1d2499d88989b2e973ed0084c938
Author: dlc-atl <dlc-atl>
Date:   Fri Nov 9 02:11:07 2007 +0000

    Added an AUTHORS file.

commit 35475526e8786ae339eda7633af2c5043f73047f
Author: dlc-atl <dlc-atl>
Date:   Fri Nov 9 02:10:00 2007 +0000

    Removed autoconf-only configuration files and generated configuration scripts.

commit 97f2b1569cd8b486eeae25b1e5e12737e9903d5a
Author: dlc-atl <dlc-atl>
Date:   Fri Nov 9 02:03:04 2007 +0000

    Updated README file and renamed from ReadMe to README.

commit 541264a75bf6f60056d93b5a9d542288e33b35d4
Author: dlc-atl <dlc-atl>
Date:   Fri Nov 9 01:46:25 2007 +0000

    Moved C source, lex source, and yacc source to the src/ subdirectory.

commit 0e54e03ac7c341ab774703d76cbf4ccab41e8896
Author: dlc-atl <dlc-atl>
Date:   Fri Nov 9 01:02:29 2007 +0000

    Moved header files to the include/ subdirectory.

commit d217427405c6a81467c38403a20536b4857374c0
Author: dlc-atl <dlc-atl>
Date:   Fri Nov 9 00:54:33 2007 +0000

    Moved man pages to the man/ subdirectory.  Removed the dhcp6relay.8 man page since it's not relevant anymore.

commit ee86122c42f2fdbd9acde228ebf669b8e4a61272
Author: dlc-atl <dlc-atl>
Date:   Thu Nov 8 22:54:19 2007 +0000

    Moved the init.d scripts, sample configuration files, and sysconfig files to the etc/ subdirectory.  NOTE:  THE TREE WILL BE BROKEN WHILE I UPDATE THE AUTOCONF AND AUTOMAKE FILES AND RESTRUCTURE THE TREE.

commit 4d5e3e861fadf79f2655303656a11f22ce6e6de2
Author: dlc-atl <dlc-atl>
Date:   Thu Nov 8 22:25:40 2007 +0000

    Copy ChangeLog in when making a new release.

commit 36937fdecd07431d4b607de6a9c6d5d1f40c4e7b
Author: dlc-atl <dlc-atl>
Date:   Thu Nov 8 22:18:59 2007 +0000

    Created a 'make release' target that I can use to make releases until I redo the autoconf/automake system.  Calling this release 0.99.0.  It contains a rollup of the Red Hat patches plus what is in CVS now.

commit 0a9fd06f14bb28261d9f2d623f48429d1124d572
Author: dlc-atl <dlc-atl>
Date:   Thu Nov 8 21:55:13 2007 +0000

    LSB compliance fixes for the init scripts.

commit 6b66fb5bb64a8f2ba6f581bf0d788b29c95dcf87
Author: dlc-atl <dlc-atl>
Date:   Thu Nov 8 21:54:32 2007 +0000

    Let ifname be any string and not just A-Za-z followed by a sequence of one of more numerals.  Users can rename interfaces as they see fit.

commit a4b31b45fb28d608655c14785323950e06a9c09a
Author: dlc-atl <dlc-atl>
Date:   Thu Nov 8 21:53:22 2007 +0000

    Check to see if the lease file exists before doing stuff with it.

commit 7d6fb812c17b0ad943e9c54532e729c9c3ff5d08
Author: dlc-atl <dlc-atl>
Date:   Thu Nov 8 21:52:35 2007 +0000

    Init scripts standards compliance fixes.

commit 0104a74a594fd4aa1cfd3611bba9d2fb8328aed4
Author: dlc-atl <dlc-atl>
Date:   Thu Nov 8 21:51:41 2007 +0000

    sockaddr length parameter fixes.

commit dcbbad33c2dfcd0a17f855a907da83cb982bd5e1
Author: dlc-atl <dlc-atl>
Date:   Thu Nov 8 21:47:22 2007 +0000

    In dhcp6c.conf man page, explain 'use-ra-prefix'.  In dhcp6s.conf man page, explain 'server-preference' and 'use-ra-prefix' options.

commit e6dffc41bb757aaa5e814bf53b105becc11a1e91
Author: dlc-atl <dlc-atl>
Date:   Thu Nov 8 21:44:47 2007 +0000

    Close socket correctly in gethwid().

commit d9236ece38771eafa37814a1668ee06ac8f064ab
Author: dlc-atl <dlc-atl>
Date:   Thu Nov 8 21:42:51 2007 +0000

    Added dhcp6r.sh init script and sysconfig control file.

commit 1cbfb578de894fed9ba9882a9ccc1e06cdd440ef
Author: dlc-atl <dlc-atl>
Date:   Thu Nov 8 21:36:55 2007 +0000

    More cleanup for a 'make distclean'.

commit 207713f4f0d42428ac8fa4040b196eab3b71b2e0
Author: dlc-atl <dlc-atl>
Date:   Thu Nov 8 21:30:13 2007 +0000

    Remove duplicate functions and fix some compile-time errors introduced by the big redhat patch that was applied.

commit 43a6e3dc90bb1b181de935b5cd94eb70d22bb2c3
Author: dlc-atl <dlc-atl>
Date:   Thu Nov 8 21:27:23 2007 +0000

    Ignore some more files.

commit 5ed57c119089f1f04b59413784d32b98351da252
Author: dlc-atl <dlc-atl>
Date:   Thu Nov 8 21:22:22 2007 +0000

    Removed these files as the headers and functions are provided by the C library on the system.

commit 39faf5f30b964bfaabe21586853ac844573fa526
Author: dlc-atl <dlc-atl>
Date:   Thu Nov 8 21:16:52 2007 +0000

    Applied the dhcpv6-0.10-redhat.patch diff from the Fedora dhcpv6 package.  This patch contains a mix of some CVS snapshot code as well as some local fixes.  Merged in the RH-generated fixes to the upstream code.

commit 6c64e400548140366ae53b23c5266e933428b040
Author: dlc-atl <dlc-atl>
Date:   Thu Nov 8 18:33:06 2007 +0000

    Actually, ignore ChangeLog*

commit c5d18a87bf7793f325016cda85533b91024a2c8d
Author: dlc-atl <dlc-atl>
Date:   Thu Nov 8 18:31:50 2007 +0000

    Ignore generated ChangeLog.

commit 000546f287821081761e27da562b33ae4b3f758b
Author: shirleyma <shirleyma>
Date:   Wed Oct 24 18:17:05 2007 +0000

    Set Hoplimit to 32 when relying to multicast. Patch from Mitsuru Chinen (IBM)
    Relay message to same scope address. Mitsuru Chinen (IBM)

commit 983c97ad42a59fa613668b65a576181b3de0b6e8
Author: shirleyma <shirleyma>
Date:   Wed Oct 24 18:13:48 2007 +0000

    Replace IPV6_PKTINFO sockoption, patch from Mitsuru Chinen (IBM)

commit 64db888e649aae2072f939f348f37b7010f38673
Author: shirleyma <shirleyma>
Date:   Tue Sep 25 07:37:48 2007 +0000

    Leave unchanged any information about addresses the client has but were
    not included ine the IA from the server.
    Patch is from Mitsuru Chinen (IBM).

commit b28776aada04f86d4676af289dfafaf194483851
Author: shirleyma <shirleyma>
Date:   Tue Sep 25 07:28:42 2007 +0000

    Fix server status code in some situations. Patch is from Mitsuru Chinen.

commit 4a5a02d4dd37e9bfa768b8f5500913e851811fd4
Author: shirleyma <shirleyma>
Date:   Tue Sep 25 07:20:55 2007 +0000

    Server must eply lifetimes of 0 if address isn't appropirate. Patch is
    from Mitsuru Chinen (IBM).

commit 5f95de841e35ffd9391488d9b0b327a96ce2e664
Author: shirleyma <shirleyma>
Date:   Tue Sep 25 07:16:18 2007 +0000

    Server must discard Sol/Conf/Rebind message with Server ID. Patch is from
    Mitsuru Chinen (IBM).

commit 27e844803c91d91a59a177f07675e32bbcd47589
Author: shirleyma <shirleyma>
Date:   Tue Sep 25 07:11:49 2007 +0000

    Server discards Confirm message without any address according to RFC section
    18.2.2. Patch is from Mitsuru Chinen (IBM).

commit 92451a04125816967a5716979d514d4b4a9d457b
Author: shirleyma <shirleyma>
Date:   Tue Sep 25 07:07:38 2007 +0000

    Server discards Conf/Rebind message with unicast addr according to RFC:
    Section 15. Patch is from Misuru Chinen (IBM).

commit e096eebb18ff0d60ad07f4907423c228338c9cfb
Author: shirleyma <shirleyma>
Date:   Tue Sep 25 07:02:04 2007 +0000

    Fix the wrong T1/T2 comparation. Patch is from Misuru Chinen.

commit b43040310fdcd8e12efe6891ca52c7cdb5238ba5
Author: shirleyma <shirleyma>
Date:   Tue Sep 25 06:57:35 2007 +0000

    Assign address after confirm when interface status changes from down to up.
    Patch is from Mitsuru Chinen (IBM).

commit 101c68bc2a206a6542963a180b9507a5942e9685
Author: shirleyma <shirleyma>
Date:   Tue Sep 25 06:52:57 2007 +0000

    Store elapsedtime as network byte order, patch is from Mitsuru Chinen (IBM).

commit 991e177b7d9f79b26c889e9885ae5f4d88de8630
Author: shirleyma <shirleyma>
Date:   Tue Sep 25 06:49:29 2007 +0000

    Correct CNF_MAX_RD to 10, patch from Mitsuru Chinen (IBM).

commit be8b66ae16cb452f23719ed18c0b8631889f5022
Author: shirleyma <shirleyma>
Date:   Fri Sep 14 20:17:59 2007 +0000

    Use proper length in strncpy, patch is from Matt Domsch.

commit 8371b7de5cd2b2aa32df11adc3a89a479dadc769
Author: shemminger <shemminger>
Date:   Thu Mar 17 20:55:09 2005 +0000

    Cleanup unused code from the source tree. Leftovers from BSD

commit 6ffb754f49edce6d885b3e39c564f32f0ca5c203
Author: shemminger <shemminger>
Date:   Thu Mar 17 20:38:53 2005 +0000

    missing relay code

commit efbee37a94719caa1d3c138a109c8dd6ccaefc13
Author: shemminger <shemminger>
Date:   Thu Mar 17 20:37:54 2005 +0000

    missing file from relay

commit ff659dbb24b9bcfd0eb57e3911fe0f5605a7208b
Author: shemminger <shemminger>
Date:   Wed Mar 16 22:29:02 2005 +0000

    Add relay files

commit 67f4d4187db5a03e0829d156222b71097c5dfa23
Author: shemminger <shemminger>
Date:   Thu Mar 10 00:57:45 2005 +0000

    Get rid of some Gcc warnings from unused variables.

commit 676bdcf021e8206b6b0419387e21ea86a1063d08
Author: shemminger <shemminger>
Date:   Thu Mar 10 00:49:25 2005 +0000

    Prefix delegtion interface patch

commit bbbdc329fa8e3f5a475d8f647f70455c3ee0a6c2
Author: shemminger <shemminger>
Date:   Thu Mar 10 00:44:41 2005 +0000

    Get rid of more carriage returns.
    Incorporate relay agent patch

commit c92f7a26fd8e268a883c3536340d12ff06411abe
Author: shemminger <shemminger>
Date:   Thu Mar 10 00:39:02 2005 +0000

    Add Relay suppport (from bbuesker) and clean up
    some of the documentation formatting.

commit b1ceddc9a57a1e6a810638e6849b7abfa70a8b94
Author: shirleyma <shirleyma>
Date:   Fri Feb 25 17:51:55 2005 +0000

    unused variables removal, submitted by Marcus Meissner

commit d539a3a7b5fa895cb4ff03f8896f685e67104ceb
Author: shirleyma <shirleyma>
Date:   Fri Feb 25 17:47:10 2005 +0000

    fix dprintf missing arg, submitted by Marcus Meissner

commit 4ec3f4a386c7fd9392eef62441952652954fe401
Author: shirleyma <shirleyma>
Date:   Fri Feb 25 17:26:51 2005 +0000

    fix some memory leak.

commit 0aacb36a11703fd73f10d8e9ddffbfaefe6c81b4
Author: shirleyma <shirleyma>
Date:   Tue Apr 6 21:18:29 2004 +0000

    some warning bugs fixes from Marcus Meissner <meissner@suse.de>.

commit db0dac9a6d3eea6666a02446e88315b613426d72
Author: shirleyma <shirleyma>
Date:   Tue Apr 6 21:07:53 2004 +0000

    add DHCPv6 and related RFC docs.

commit 4583af7b7826170f73eddb5864664e20c2e87174
Author: shirleyma <shirleyma>
Date:   Tue Apr 6 21:05:42 2004 +0000

    prefix delegation and dns configure options have been RFCed, the right
    option codes should be given.

commit 3846d0cdc554e945e2ada3d01a0b38ac4ac15752
Author: shemminger <shemminger>
Date:   Mon Mar 15 22:03:52 2004 +0000

    Don't need openssl to build server6_conf.c

commit 03baae2affae891d98db1c3fd745dd673e5bfc4e
Author: shemminger <shemminger>
Date:   Mon Mar 15 22:03:21 2004 +0000

    Use urandom to initialize random number generator.

commit 19b1037da9dbc6a1cebb9ea4803981ee568b002c
Author: shemminger <shemminger>
Date:   Mon Mar 15 22:02:55 2004 +0000

    Don't really need to MD5 results from random().
    Linux random() doesn't suck like BSD

commit ea2cd14c4b865fb16d432015d46fd141d90dc8e8
Author: shemminger <shemminger>
Date:   Mon Mar 15 22:02:09 2004 +0000

    Handle case where building on older system.

commit 829522b5744e7d8b0e390038c8fb9d321dbb21c5
Author: shirleyma <shirleyma>
Date:   Thu Mar 4 23:31:24 2004 +0000

    add netlink support for getting prefix list and Obit Mbit flags from
    linux 2.6.0 kernel.

commit 2ef65bbe3823bb59b369b6d8450aefb87014eb3e
Author: shirleyma <shirleyma>
Date:   Wed Mar 3 20:11:16 2004 +0000

    fix a bug in prefixcmp() shifting bits.

commit e6612df6e71c8b688709e7d85d93f6914e43d8fe
Author: shemminger <shemminger>
Date:   Thu Feb 5 00:13:05 2004 +0000

    got server and client confused.  Client needs OPTION

commit b21106ab514a132c4b8c061ed9e7a039084313e4
Author: shemminger <shemminger>
Date:   Thu Feb 5 00:10:31 2004 +0000

    Get rid of redundant definition of OPTION that confuse bison

commit cfb133a9411567b2c4e0b83ea7bac74fa66b6fb7
Author: shemminger <shemminger>
Date:   Wed Feb 4 23:47:54 2004 +0000

    Rebuild configure with autoconf

commit 715014e215ee5aa028ebefa454f90987319d5730
Author: shemminger <shemminger>
Date:   Wed Feb 4 23:31:24 2004 +0000

    memleaks.patch - Fixes three small memory leaks, one in
    dhcp6_find_iaidaddr, and two in the server6_parse.y file in which
    getprefix is called but the memory is never freed.
    
    From:  bbuesker@qualcomm.com

commit df9fcc26e9ecb71ea0d7aadf10025a44704f6126
Author: shemminger <shemminger>
Date:   Wed Feb 4 23:30:17 2004 +0000

    pref.patch - Changes the datatype used for the preference to be a
    u_int8_t so that sign extension is not done. Without this patch, the
    comparison to DH6OPT_PREF_MAX will fail in the client, even when the
    server sends that value.
    
    From: bbuesker@qualcomm.com

commit 2c8079d2b01b67f40069e7815ed156055bec8f98
Author: shemminger <shemminger>
Date:   Wed Feb 4 23:29:24 2004 +0000

    release.patch - When parsing the server6.leases file, if an address has
    been allocated, released, and then allocated again to a different
    client, and all of these appear in the leases file, then dhcp6s will
    fail to start saying that there is a duplicated lease. This fix attempts
    to remove any invalid leases when parsing the server6.leases file.
    
    From bbuesker@qualcomm.com

commit 8ada4b36b60253e14bf46119444a7c82c84fc1df
Author: shemminger <shemminger>
Date:   Wed Feb 4 23:27:50 2004 +0000

    hash.c.diff - In grow_hash, when computing the new index, the old hash
    table size is used rather than the new one. This patch modifies the
    index computation so that the new hash table size is used.

commit 7a634516518055888d2ba511256bd9e6b6161678
Author: shirleyma <shirleyma>
Date:   Wed Jul 16 19:09:53 2003 +0000

    fix iaid parsing problem

commit dbcbc1c0ba6d9abb6c6b023bf367bcdc77de87a1
Author: shirleyma <shirleyma>
Date:   Mon Jul 7 18:01:05 2003 +0000

    change the default path for radvd.pid file from /var/run to /var/run/radvd

commit 4db5d27b3384cb9c3b98c0de890508cfd3a0fe18
Author: shirleyma <shirleyma>
Date:   Wed Jul 2 02:21:25 2003 +0000

    add dhcpv6 over PPP support
    fix iaidaddr timer bug in lease parser

commit cc0fbbc5ef4b6f0dadfd60b5d79d0614781063de
Author: shirleyma <shirleyma>
Date:   Thu Jun 26 21:54:42 2003 +0000

    *** empty log message ***

commit cab2532b232181032483a6eaa281f369b6306130
Author: shirleyma <shirleyma>
Date:   Thu Jun 26 21:37:23 2003 +0000

    fix a bug on SOLICIT/REPLY checking

commit 20842c60a5c574b761454f05ff576ec16a46970b
Author: shirleyma <shirleyma>
Date:   Wed Jun 25 17:00:02 2003 +0000

    updating prefix list in other interface rather than the interface which is receiving
    prefix list.

commit e9d3bdd7d316e4bcda9fe289c5d5936e92fe9935
Author: shirleyma <shirleyma>
Date:   Wed Jun 25 01:00:35 2003 +0000

    fix reloading radvd

commit 2714468145e537ef597c6cf57ae53955a9e038d0
Author: shirleyma <shirleyma>
Date:   Mon Jun 23 17:33:46 2003 +0000

    *** empty log message ***

commit 4ac42ff419aaece06ecc73e0be55d432be25d7d1
Author: shirleyma <shirleyma>
Date:   Mon Jun 23 17:24:48 2003 +0000

    fix extra space in resolv.conf file, found by Giorgio Biacchi

commit 3c2b67be5c25eb34c8bce44fc43f402ff6cfed91
Author: shirleyma <shirleyma>
Date:   Thu Jun 5 22:51:00 2003 +0000

    only set up DAD timer after REQEUST/CONFIRM message

commit 316a8cedc2717d985cb80cc2e836b54faadd590e
Author: shirleyma <shirleyma>
Date:   Tue Jun 3 19:53:29 2003 +0000

    clean up debug messages

commit 50cf7fcbb3ee243f2a0d21f78ed7ad1eec61d7fe
Author: shirleyma <shirleyma>
Date:   Tue Jun 3 19:51:13 2003 +0000

    fix bug on parsing wrong argument on hash_add()

commit c4d1e4efd7890c3ae7ec4701786fe72a49910ebf
Author: shirleyma <shirleyma>
Date:   Tue Jun 3 19:12:00 2003 +0000

    clean up debug messages
    add iaidaddr timer for DHCPv6 server

commit f963d27afa024c3ba830597e720ff4d2b296938a
Author: shirleyma <shirleyma>
Date:   Tue Jun 3 00:18:29 2003 +0000

    remove unnecessary debug info

commit 65fbfccd9e5923c43b797ed115d0d80b9ee97305
Author: shirleyma <shirleyma>
Date:   Tue Jun 3 00:17:24 2003 +0000

    *** empty log message ***

commit e557fcb2308f9d14b227a5ea327a85656ec47d7c
Author: shirleyma <shirleyma>
Date:   Tue Jun 3 00:16:15 2003 +0000

    Only allow iaidaddr_timo removing iaidaddr
    fix temp address assignment problem

commit a3d4ad4b9c6db9419b574b76932a8ce62e9092da
Author: shirleyma <shirleyma>
Date:   Mon Jun 2 20:38:15 2003 +0000

    remove debug

commit 82a76178f88809cf5e4d2a238930c7d0f1448bc8
Author: shirleyma <shirleyma>
Date:   Mon Jun 2 20:37:32 2003 +0000

    *** empty log message ***

commit 222aacf32a055aadbf7e723af6c60f31051872fc
Author: shirleyma <shirleyma>
Date:   Thu May 29 22:23:28 2003 +0000

    *** empty log message ***

commit f25e7751c7eca6ed016a755b451f5cbf9de18ca3
Author: shirleyma <shirleyma>
Date:   Thu May 29 22:18:25 2003 +0000

    clean up debug info

commit 5e983ffced8c7f1ed62b7c8fa0e8b8fd4295ee49
Author: shirleyma <shirleyma>
Date:   Thu May 29 20:32:43 2003 +0000

    reload radvd while finishing the update

commit 2bab35b814770bb063cfb5e6cd0ec9e1f4117600
Author: shirleyma <shirleyma>
Date:   Thu May 29 15:33:49 2003 +0000

    don't DAD for IAPD

commit 9477fd0cbdfa1e6d25c9fd66994f22912ee087b3
Author: shirleyma <shirleyma>
Date:   Wed May 28 22:56:23 2003 +0000

    add option dns_server

commit 75e0949f5d6a41b25b839d1d01075d84ca8291e6
Author: shirleyma <shirleyma>
Date:   Wed May 28 21:18:22 2003 +0000

    *** empty log message ***

commit 2aa62b310ee80a54866d6ba828441cfe188eaf42
Author: shirleyma <shirleyma>
Date:   Wed May 28 21:12:48 2003 +0000

    fix a compile warning

commit dad0bfce1e022c4cb8ab6183786a47fa9a84c278
Author: shirleyma <shirleyma>
Date:   Wed May 28 21:12:16 2003 +0000

    move dhcp6_lease to dhcp6.h

commit 62329e1fe8fcb3e782bf08d060a3474eeb0ce35a
Author: shirleyma <shirleyma>
Date:   Wed May 28 21:11:53 2003 +0000

    split usage() to two lines from Pekka Savola (pekkas@netcore.fi) comments

commit da647865bbc58c2d9d449ada3f954b048306e2dd
Author: shirleyma <shirleyma>
Date:   Wed May 28 21:10:32 2003 +0000

    move dhcp6_lease data structure from lease.h

commit 7f7b09c9b21e0b5bb57d77fd899ce41076a60953
Author: shemminger <shemminger>
Date:   Tue May 27 20:56:40 2003 +0000

    Change file layout to match FHS/LSB standard

commit 2badd06ed37a1d9133d632cb82e217c289887521
Author: shemminger <shemminger>
Date:   Tue May 27 20:54:52 2003 +0000

    <marcusmeissner> add DESTDIR support.

commit 88e9eee33f981d35f5e91869af719f276f35d631
Author: shirleyma <shirleyma>
Date:   Fri May 23 19:00:35 2003 +0000

    changes made for draft-ietf-dhc-dhcpv6-interop-01.txt
    1. add INFINITY lifetime support
    2. add T1 > T2 support
    3. add max Elapsed Time support
    etc.

commit 5f6aebb08a3556541ea94e3ca0c29b4572edcec1
Author: shirleyma <shirleyma>
Date:   Thu May 22 23:00:25 2003 +0000

    add support for prefix delegation updating radvd.conf, and reload radvd daemon

commit 44bf4669928cb6c144014d3ff4f6b30bb5355547
Author: shirleyma <shirleyma>
Date:   Fri May 16 22:17:27 2003 +0000

    *** empty log message ***

commit c392dfa8923001415c620f1dfcb24e62348f9085
Author: shirleyma <shirleyma>
Date:   Fri May 16 21:40:45 2003 +0000

    add support for DAD duplicate address detection;
    confirm for client is physically disconnected from a wired or wireless connection;
    Obit/Mbit support;
    prefix lengthes got from Route Advertisement messages;

commit f7f4776189b2afc2722054a6a3f3f8f1ffa0ef9e
Author: shirleyma <shirleyma>
Date:   Wed Apr 30 19:04:05 2003 +0000

    multiple interface support for both client and server

commit 3beee23a88e944602ac512d9ef44b2246e13da99
Author: shirleyma <shirleyma>
Date:   Tue Apr 29 17:50:06 2003 +0000

    wrong parameter in dprintf

commit 2488c7695ce3d66fffef1da814cb9d4a9e1ceae0
Author: shirleyma <shirleyma>
Date:   Mon Apr 28 22:12:20 2003 +0000

    prefix delegation rebind has two states: rebind & confirm_rebind according to
    draft

commit 7db2a4516b6576ad710bbf5f8de78e94bf7f95d7
Author: shirleyma <shirleyma>
Date:   Mon Apr 28 22:09:53 2003 +0000

    *** empty log message ***

commit 5b1d77dea848271a576476bae25ea44c48b81df3
Author: shirleyma <shirleyma>
Date:   Mon Apr 28 17:25:18 2003 +0000

    fix bug for get prefix from RA for prefix delegation

commit 812450e0694bdc403b6acc574092300235e83030
Author: shirleyma <shirleyma>
Date:   Fri Apr 25 18:56:20 2003 +0000

    current server is NULL for manually release

commit 50b0b55191f805e446eb0c8aedc9f71e925cbab6
Author: shemminger <shemminger>
Date:   Tue Apr 22 18:05:32 2003 +0000

    Get rid of compiler warnings

commit c87bf8c2a60e7f5b818c35bf7c6015ca3c0208bc
Author: shirleyma <shirleyma>
Date:   Tue Apr 22 17:37:29 2003 +0000

    *** empty log message ***

commit 0eeb0dd74b67006f16c6165ab31fafc0f4ac12b9
Author: shirleyma <shirleyma>
Date:   Fri Apr 18 20:33:17 2003 +0000

    include domain name with charactor '-'

commit 840c2ede3744af0b6b94760c5ddb0708b41b89ba
Author: shirleyma <shirleyma>
Date:   Fri Apr 18 20:14:37 2003 +0000

    add unicast option

commit 079436c581d0222d5b323d3f3ff68a5ea7dbdf3b
Author: shirleyma <shirleyma>
Date:   Fri Apr 18 20:10:27 2003 +0000

    add unicast option support

commit f60cc18e7ecc03848c4169743ec8c6f9b4aa4684
Author: shirleyma <shirleyma>
Date:   Fri Apr 18 20:09:45 2003 +0000

    change the sever preference undefined value to 0

commit fee93f47c1ce53f3f30b3b25185ad4eac34ac885
Author: shirleyma <shirleyma>
Date:   Fri Apr 18 20:08:55 2003 +0000

    add unicast option

commit ab38ee5e896ec8dcc201f68333224e5e86e56aa5
Author: shirleyma <shirleyma>
Date:   Fri Apr 18 16:38:47 2003 +0000

    add dhcpv6 prefix delegation draft 03

commit 3c22e924f75632ec2f217e894eb06d9719579284
Author: shirleyma <shirleyma>
Date:   Fri Apr 18 16:38:05 2003 +0000

    add dhcpv6 interop for draft 28

commit 4ab5a88867f45375d9c6c7f79cb4e448505788d8
Author: shirleyma <shirleyma>
Date:   Fri Apr 18 16:32:54 2003 +0000

    upon receiving NoBinding status reply for confirm, client sends solicit

commit 1a3305ebf19420bf58d02810cafe2339061cd87a
Author: shirleyma <shirleyma>
Date:   Fri Apr 18 16:10:13 2003 +0000

    add DNS update for confirm

commit cddfb102c4b7e292b683011f74b226b558b4e268
Author: shirleyma <shirleyma>
Date:   Fri Apr 18 16:03:01 2003 +0000

    fix duplicated addresses sent to static hosts for renew
    don't remove /etc/resolv.conf file when dhcp6c exit

commit 0fcb30745406fbe528205efc28eec044bf5a6de2
Author: shirleyma <shirleyma>
Date:   Fri Apr 18 01:00:12 2003 +0000

    fix hash table

commit be9956757c05ed36ae259c4b109d349a4a693113
Author: shirleyma <shirleyma>
Date:   Fri Apr 18 00:19:59 2003 +0000

    support DNS server update option

commit 1eba87a8c4ea0016bf85a4a234e311b6407d1c91
Author: shirleyma <shirleyma>
Date:   Sat Apr 12 00:25:32 2003 +0000

    add DNS nameserver and domainlist support according to dns option draft03

commit 686adb106619a4c792abfee839ef0532119abc5d
Author: shemminger <shemminger>
Date:   Fri Apr 4 01:13:11 2003 +0000

    Rebuild configure with autoconf
    Fix __set_errno() in ifaddrs.c

commit d01078e74112e26b55e4438cb10432c5ddd964dc
Author: shirleyma <shirleyma>
Date:   Thu Apr 3 19:12:24 2003 +0000

    *** empty log message ***

commit 627e5b1d491975b44de2336e882d001291270abe
Author: shirleyma <shirleyma>
Date:   Thu Apr 3 19:08:37 2003 +0000

    fix elapsed time calculation

commit 8786100e301fc7ed74853006f4048cffc527cf87
Author: shirleyma <shirleyma>
Date:   Thu Apr 3 18:19:42 2003 +0000

    let autoconf working

commit a92189e0fedfa7724af8dfa9ca8dfe3cfc5935ab
Author: shirleyma <shirleyma>
Date:   Thu Apr 3 18:19:17 2003 +0000

    fix complie problem for autoconf

commit 7d7fe7cc836b86065a3bdc3c49a5dcf3e6108d5e
Author: shemminger <shemminger>
Date:   Thu Apr 3 17:03:46 2003 +0000

    * configure.in:
    - Check for YACC/LEX.
    - Check for a library containing MD5 stuff.
    - Don't check for arc4random (not needed anywhere...)
    * Makefile.in:
    - Autoconfigure YACC/LEX instead of hardwired yacc/lex calls.
    - Autoconfigure ssl/crypto library.
    - Install should create directories.
    - Use dhcpopt_pinfo instead of dhcpopt_iaprefix.
    * client6_parse.y:
    - Fix syntax error.
    * server6_addr_parse.y:
    - Add SEND to the list of tokens

commit b11d1edf8aaa7c16251e51bb90a426c645f084da
Author: shemminger <shemminger>
Date:   Wed Apr 2 23:31:49 2003 +0000

    this simple patch should fix a recognition of IPv4 addresses in
    lex-parsers (as used eg. in abcd::nn.nn.nn.nn-like for of IPv6 addresses).
    
    Michal Ludvig
    --
    * SuSE CR, s.r.o     * mludvig@suse.cz
    * (+420) 296.545.373 * http://www.suse.cz

commit b9804289aa464d30b9e9f91432b1988f2ef3a485
Author: shirleyma <shirleyma>
Date:   Wed Apr 2 19:09:00 2003 +0000

    fix some compile warning

commit 5fdbd9f6a6d754e0812bd3884a98e23cd9a23df8
Author: shirleyma <shirleyma>
Date:   Tue Apr 1 18:32:22 2003 +0000

    *** empty log message ***

commit f4b54b0bff3453bd85c6720c36c84bf2c23b3f76
Author: shirleyma <shirleyma>
Date:   Mon Mar 31 22:24:38 2003 +0000

    *** empty log message ***

commit 06b2569699f7ea0807e76f3666cb41e36fc0e9d7
Author: shirleyma <shirleyma>
Date:   Mon Mar 31 22:05:28 2003 +0000

    *** empty log message ***

commit d5df249410416f09b5849bc9c14c57cce862c866
Author: shirleyma <shirleyma>
Date:   Fri Mar 28 23:46:53 2003 +0000

    remove files prefixconf.*

commit cc0bf8ed4fe499b9265c7a901eed21f25ba13174
Author: shirleyma <shirleyma>
Date:   Fri Mar 28 23:03:42 2003 +0000

    rename server6_addr_parse.y server6_addr_token.l to server6_parse.y server6_token.l

commit fdc1fcda604c03326a85c2bc91ab966d7fd966cb
Author: shirleyma <shirleyma>
Date:   Fri Mar 28 23:01:47 2003 +0000

    changed file name server6_addr_parse.y server6_addr_token.l to server6_parse.y server6_token.l
    checked in serveral bug fixes

commit 34e6690656022fe612b44ea742dbf62dd40a273c
Author: shirleyma <shirleyma>
Date:   Fri Mar 28 20:16:36 2003 +0000

    checked in the new man pages for dhcp6s dhcp6c dhcp6s.conf dhcp6c.conf

commit 04274958131afaba02fdf73c39a8a1b0fb8b46a1
Author: shirleyma <shirleyma>
Date:   Wed Mar 12 00:13:43 2003 +0000

    *** empty log message ***

commit 995020abfd84b3f6801d5e5c0a48e852d685a991
Author: shirleyma <shirleyma>
Date:   Wed Mar 12 00:12:45 2003 +0000

    add a simple installation doc

commit 9880dfc28d35af2446e921962e1e1ab82663f35e
Author: shirleyma <shirleyma>
Date:   Wed Mar 12 00:09:04 2003 +0000

    add client configuration file example

commit 09ff0f289018acd4c5c4f1c5a2e121c2d2d849dc
Author: shirleyma <shirleyma>
Date:   Wed Mar 12 00:07:58 2003 +0000

    add server configure file example

commit e0f8cb2e13eedbb4377260b5802e6d1723406132
Author: shirleyma <shirleyma>
Date:   Tue Mar 11 23:52:22 2003 +0000

    check in bug fixes for prefix delegation

commit f930e9742ceb39c7cc20340521e3fb2d13191c45
Author: shemminger <shemminger>
Date:   Sat Mar 1 00:24:45 2003 +0000

    More cleanup of warnings and compile errors.
    Introduce more prototypes and const where appropriate.

commit 0071e32ae3d4b700442e32c2a35322b0ae2eda12
Author: shemminger <shemminger>
Date:   Thu Feb 27 19:43:04 2003 +0000

    Turn on GCC warnings, and check dprintf() format strings
    Cleanup most of the resulting warnings
    Also fixes some bugs where comparision not used appropriately.

commit 2461928c27c2cea71d16957a6e362744b84a51a5
Author: shirleyma <shirleyma>
Date:   Tue Feb 25 00:31:52 2003 +0000

    add prefix delegation support (PD draft 02)

commit be0c36508576fd1a936ae5baa66131a54815bbfe
Author: hiekata <hiekata>
Date:   Tue Feb 18 11:44:31 2003 +0000

    changes for RedHat system

commit 3c7253bbda28d19ebbf35408eb06f1e09f57e367
Author: hiekata <hiekata>
Date:   Tue Feb 18 11:31:49 2003 +0000

    add dhcp6s start/stop scripts

commit 7b0ae59acfe3624fee051bca3e67b8664f668b29
Author: hiekata <hiekata>
Date:   Tue Feb 18 11:30:16 2003 +0000

    add a document file

commit 722d491279951fd1048ceb5e697043eb07511b73
Author: shirleyma <shirleyma>
Date:   Thu Feb 13 18:58:11 2003 +0000

    *** empty log message ***

commit 7a0d691b98c5e48221020940f1c33d7cc52c2f19
Author: shirleyma <shirleyma>
Date:   Wed Feb 12 22:56:31 2003 +0000

    add these drafts to docs

commit 32f8e414277044aed7f9d6c52adc9ace39a95a1d
Author: shirleyma <shirleyma>
Date:   Wed Feb 12 21:51:18 2003 +0000

    *** empty log message ***

commit 9256014aacf7409c19fc11fe6aef190f5fad8222
Author: shirleyma <shirleyma>
Date:   Wed Feb 12 20:53:00 2003 +0000

    modify the rebind time

commit b4d9e1fd927e9e689a48029bcd78f13ea45af383
Author: shirleyma <shirleyma>
Date:   Wed Feb 12 20:52:04 2003 +0000

    modify rebind time

commit ccc4a7ba0559366a62fecdac0cbdf2482cc3c23d
Author: shirleyma <shirleyma>
Date:   Wed Feb 12 20:51:40 2003 +0000

    add check up for renew/rebind time

commit d6ee233ca8d5e77180556c9fbd5dfec40aaf8829
Author: shirleyma <shirleyma>
Date:   Wed Feb 12 19:57:13 2003 +0000

    *** empty log message ***

commit e548364020038e27185a7156617cb0d476c49218
Author: shirleyma <shirleyma>
Date:   Wed Feb 12 19:43:14 2003 +0000

    *** empty log message ***

commit 3c5f63b83e5e735f6fd555e24f8244acabbbd913
Author: shirleyma <shirleyma>
Date:   Wed Feb 12 01:30:57 2003 +0000

    *** empty log message ***

commit dce0def8ef78a75692d3c03fd4cf24365ab0104b
Author: shirleyma <shirleyma>
Date:   Tue Feb 11 22:03:08 2003 +0000

    support getifaddrs()

commit 9a1a016ff56f4e5b932121184eafe354a1f0ff5b
Author: shemminger <shemminger>
Date:   Tue Feb 11 21:54:21 2003 +0000

    Add ifaddrs.c from USAGI IPV6

commit 36fb8cd82e0a5b5a0247fdd729693b86b0c41c9c
Author: shirleyma <shirleyma>
Date:   Tue Feb 11 21:11:32 2003 +0000

    *** empty log message ***

commit fcc0d6668ffcf2938583a97e5072729d78921207
Author: shirleyma <shirleyma>
Date:   Tue Feb 11 20:38:19 2003 +0000

    modify the default life time

commit bd3425e61dae0a3079eda417849fd6a59f1feba9
Author: shirleyma <shirleyma>
Date:   Tue Feb 11 20:28:36 2003 +0000

    *** empty log message ***

commit 4ce0bd53452be0b245f271129d26e23ef2353d2c
Author: shirleyma <shirleyma>
Date:   Tue Feb 11 19:51:00 2003 +0000

    *** empty log message ***

commit 965be10b017c694ae466fabb33e4bb8924eac48b
Author: shirleyma <shirleyma>
Date:   Tue Feb 11 19:12:28 2003 +0000

    modify the status code for get option

commit b919b9b39580ef52e61ef18d4a0733c63f7f3102
Author: shirleyma <shirleyma>
Date:   Tue Feb 11 02:21:26 2003 +0000

    *** empty log message ***

commit 9bedf537cebd26643a42a6d98a3dfdfb65e69edc
Author: shirleyma <shirleyma>
Date:   Tue Feb 11 02:21:09 2003 +0000

    add HAVE_GETIFADDRS 0

commit da6491fda5be48d1e312d6627df8aa6d5b067f96
Author: shirleyma <shirleyma>
Date:   Mon Feb 10 23:47:06 2003 +0000

    add client lease and configuration file support

commit 7fcfabe1901f265e17b1851150a258e55be1f925
Author: shemminger <shemminger>
Date:   Fri Feb 7 17:24:52 2003 +0000

    copy of cfparse.y to client6_parse.y

commit e9c24de11622195fff583b13884395cbbb80fa1d
Author: shemminger <shemminger>
Date:   Thu Feb 6 19:06:46 2003 +0000

    Clone of ctoken.l

commit 96879dc14967dab30d1708036f2ad4e681a476fe
Author: shirleyma <shirleyma>
Date:   Thu Jan 23 18:44:29 2003 +0000

    set up renew/rebind timer both client and server

commit 977d1ec5c6a4d164200a95867ac84a42aeb1009d
Author: shirleyma <shirleyma>
Date:   Mon Jan 20 20:25:22 2003 +0000

    *** empty log message ***

commit d904bc506e00783fb051e0d83c1a6349eb0276ad
Author: shemminger <shemminger>
Date:   Mon Jan 20 20:07:23 2003 +0000

    fix spelling typos

commit f3f94d88b277223950f6c678be459179e9d781d5
Author: root <root>
Date:   Thu Jan 16 15:41:11 2003 +0000

    Initial revision