Activity for WIDE-DHCPv6

  • Andrew Daviel Andrew Daviel posted a comment on discussion Help

    --no text body--

  • DJ Delorie DJ Delorie posted a comment on ticket #3

    Found another one

  • DJ Delorie DJ Delorie created ticket #3

    Fix C99 compatibility issue

  • Fengxianzhong Fengxianzhong created ticket #39

    pointer reference err in function copy_option which may cause stack overfollow

  • Craig Leres Craig Leres posted a comment on ticket #38

    Let me take another run at this. I belive the fix is to remove y.tab.h as a dependancy for cftoken.c since it will be created any time flex is run on cftoken.l and only cftoken.c includes it. I still believe this. Looking again at the error: cc -O2 -pipe -fstack-protector -fno-strict-aliasing -I. -DPACKAGE_NAME=\"wide-dhcpv6\" -DPACKAGE_TARNAME=\"wide-dhcpv6\" -DPACKAGE_VERSION=\"20080615\" -DPACKAGE_STRING=\"wide-dhcpv6\ 20080615\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DYYTEXT_POINTER=1 -DINET6=1...

  • David Beveridge David Beveridge posted a comment on ticket #38

    We had a similar problem on fedora. Here is my fix. https://src.fedoraproject.org/rpms/wide-dhcpv6/blob/master/f/wide-dhcpv6-0013-Fix-parallel-make-race-condition.patch The fedora release has 13 patches. https://src.fedoraproject.org/rpms/wide-dhcpv6/tree/master

  • Jethro Beekman Jethro Beekman posted a comment on ticket #38

    Recommended way to fix this according to automake documentation: --- a/Makefile.in +++ b/Makefile.in @@ -85,6 +85,7 @@ dhcp6ctl: $(CTLOBJS) cfparse.c y.tab.h: cfparse.y @YACC@ -d cfparse.y mv y.tab.c cfparse.c +y.tab.h: cfparse.c cftoken.c: cftoken.l y.tab.h @LEX@ cftoken.l

  • Craig Leres Craig Leres posted a comment on ticket #38

    (Silly that you can't add two attachments when creating a bug.)

  • Craig Leres Craig Leres created ticket #38

    dhcp6 parallel build failure with poudriere on FreeBSD

  • Wolf Wolf modified a comment on ticket #36

    Hello Michael, there is really something bad with your account, I cannot send you...

  • Wolf Wolf posted a comment on ticket #36

    Hello Michael, there is really something bad with your account, I cannot send you...

  • Paul M Paul M posted a comment on ticket #37

    p.s. this is wide-dhcpv6-20080615

  • Paul M Paul M created ticket #37

    dprintf clashes with existing dprintf from stdio

  • Wolf Wolf posted a comment on ticket #36

    Just short comment: I understand now, what Michael wanted to say. We will discus...

  • <REDACTED> posted a comment on ticket #36

    Hi, Robert. IMHO you are wrong in analyzing this "Address already in use" problem....

  • Wolf Wolf posted a comment on ticket #36

    Dear Michael, IMHO you are wrong in analysing this "Address already in use" problem....

  • <REDACTED> created ticket #36

    bind(control sock): Address already in use

  • suz@kame suz@kame created a blog post

    repository migrated to git

  • JINMEI Tatuya committed [9f9ccb]

    added a quick hack and incomplete support for s...

  • JINMEI Tatuya committed [e01364]

    added timestamp check

  • JINMEI Tatuya committed [18de88]

    add -L for openssl

  • JINMEI Tatuya committed [5a40f4]

    refactor: update authparam so it can be used fo...

  • JINMEI Tatuya committed [3683e1]

    maintain pubkey as opaque (data,len) pair. free...

  • JINMEI Tatuya committed [5b2a81]

    just ignore Secure DHCPv6 options at server sid...

  • JINMEI Tatuya committed [44ac99]

    added some definitions for the public-key option

  • JINMEI Tatuya committed [8e849a]

    refactor: hide authparam details as much as pos...

  • JINMEI Tatuya committed [dbc9c9]

    show experimental status codes, corrected byte-...

  • JINMEI Tatuya committed [c07b0c]

    added sig very support at client, fix some enco...

  • JINMEI Tatuya committed [007fbe]

    supported a simpler version of TOFU at client

  • JINMEI Tatuya committed [1f9a34]

    added support for reading public/private RSA keys

  • JINMEI Tatuya committed [ea38fd]

    added the ability of sending and receiving time...

  • JINMEI Tatuya committed [d535d9]

    corrected missing initialization of ifp's authp...

  • JINMEI Tatuya committed [f18019]

    don't update RFC3315 authparam if sedhcpv6 is used

  • JINMEI Tatuya committed [53cd97]

    temporary workaround: disable shutdown'ing writ...

  • JINMEI Tatuya committed [1ff39a]

    added ability of sending public key option

  • JINMEI Tatuya committed [706299]

    make the code 'pedant' clean

  • JINMEI Tatuya committed [a31fe8]

    added some initial config setup for Secure DHCPv6

  • JINMEI Tatuya committed [b4768d]

    make sure temporary authparam is always freed (...

  • JINMEI Tatuya committed [fb6dad]

    added ability of sending signature option

  • JINMEI Tatuya committed [bc4bcd]

    fixed 'FUNCTION' detection in autoconf

  • JINMEI Tatuya committed [144fc2]

    add autoconf knob for openssl

  • JINMEI Tatuya committed [c0b0c8]

    workaround for MacOS X: avoid using daemon() wi...

  • JINMEI Tatuya committed [23bb73]

    add support for sending certificate option

  • JINMEI Tatuya committed [803e86]

    a quick hack to support MacOS X: enable RFC3542...

  • JINMEI Tatuya committed [c8d46c]

    rename dprintf() as dprint() for better portabi...

  • JINMEI Tatuya committed [87e059]

    regenerate configure script

  • suz@kame suz@kame committed [fdd506]

    mentioned the contributor

  • suz@kame suz@kame committed [f8e501]

    dhcp6s and dhcp6relay dumps process-id file, li...

  • suz@kame suz@kame committed [7660ac]

    * supported the following options:

  • JINMEI Tatuya committed [ddc2f4]

    minor spelling fix (no behavior change): s/DURA...

  • suz@kame suz@kame committed [b175c3]

    fixed a typo in the shell script

  • suz@kame suz@kame committed [f65f76]

    removes old prefix delegation options

  • suz@kame suz@kame committed [b63e58]

    fixed a bug in the packaging script

  • suz@kame suz@kame committed [ff845b]

    sync with the latest KAME

  • suz@kame suz@kame committed [e00689]

    fixed a compilation error on netbsd

  • suz@kame suz@kame committed [50768d]

    * removed 'ifdef USE_POOL' macros, since it is ...

  • suz@kame suz@kame committed [6f79ca]

    - updated the list of the supported RFCs

  • suz@kame suz@kame committed [b00e65]

    updated the contact point from kame to sourcefo...

  • suz@kame suz@kame committed [ef5b69]

    added some missing queue-management macros to m...

  • suz@kame suz@kame committed [465235]

    added a tarball release date

  • suz@kame suz@kame committed [5c2317]

    --- 20060902 tar ball released ---

  • suz@kame suz@kame committed [be5580]

    you need to provide a preferred-lifetime for ea...

  • suz@kame suz@kame committed [f523d8]

    Information refresh otion has an official DHCPv...

  • suz@kame suz@kame committed [3b40a3]

    make it compilable

  • suz@kame suz@kame committed [c4634f]

    * updated the list of the supported RFCs

  • suz@kame suz@kame committed [fea222]

    stop building dhcp6lc (which is already integra...

  • suz@kame suz@kame committed [687c51]

    fixed yet another script bugs

  • suz@kame suz@kame committed [6a9270]

    dhcp6s does not include a 0 refresh-time option...

  • suz@kame suz@kame committed [5cb4d9]

    added a copyright note

  • suz@kame suz@kame committed [f7e293]

    write a manual on the address-pool function

  • suz@kame suz@kame committed [60a063]

    enables address-pool feature by default

  • suz@kame suz@kame committed [ca34fe]

    stop using ifdef for information-refresh option...

  • suz@kame suz@kame committed [f37131]

    locate every files in /usr/local/xxx, instead o...

  • suz@kame suz@kame committed [38d31e]

    fixed a bug that dhcp6c cannot receive a DHCPv6...

  • suz@kame suz@kame committed [8d92b2]

    fixed a compilation failure in freebsd4

  • Bruno STEVANT Bruno STEVANT committed [443dec]

  • suz@kame suz@kame committed [783274]

    stop using ifdefs for already standardized options

  • suz@kame suz@kame committed [48be05]

    fixed a bug that dhcp6s inserts SIP server addr...

  • suz@kame suz@kame committed [358b61]

    fixed a bug that dhcp6c cannot advertise an Opt...

  • suz@kame suz@kame committed [de1168]

    removed garbages from the package generated by ...

  • suz@kame suz@kame committed [8ea527]

    fixed a compilation failure by flex 2.5.4 (patc...

  • suz@kame suz@kame committed [048672]

    fixed a bug that status-code option might inclu...

  • suz@kame suz@kame committed [98cc77]

    supported a declaration name (hostname, poolnam...

  • suz@kame suz@kame committed [142d0c]

    added a rule to generate a package-tarball

  • suz@kame suz@kame committed [37ea35]

    an example for address pool configuration

  • suz@kame suz@kame committed [9c704a]

    fixed a compilation failure on linux

  • suz@kame suz@kame committed [6a6e5a]

    fixed a compilation error on netbsd

  • suz@kame suz@kame committed [ae4cf9]

    removed an alias keyword for pool-statement

  • suz@kame suz@kame committed [feb0c4]

    * Assign an official option number for Informat...

  • suz@kame suz@kame committed [7c78d3]

    supported IA-NA address-pool

  • suz@kame suz@kame committed [2b8aae]

    added a configure check routine to automaticall...

  • suz@kame suz@kame committed [63bf6e]

    removed old prefix delegation options

  • suz@kame suz@kame committed [6c4194]

    supported 'include' statement (contributed by B...

  • suz@kame suz@kame committed [8d412d]

    imported KAME-DHCPv6 snapshot at 20051201

  • suz@kame suz@kame committed [08277b]

    accepted "nis-domain-name" and "nisp-domain-nam...

  • suz@kame suz@kame committed [5ef033]

    fixed an incorrect descrption regarding NTP opt...

  • suz@kame suz@kame committed [3fec72]

    supported compilation on Solaris (contributed b...

  • suz@kame suz@kame committed [649892]

    fixed a bug that IA-PD/IA-NA cannot coexist in ...

  • suz@kame suz@kame committed [bf15f8]

    config.c, lease.h, common.c: removed compilatio...

  • suz@kame suz@kame committed [8d6084]

    accepts ULA (Bug-ID 1584704)

1 >
MongoDB Logo MongoDB