--no text body--
Found another one
Fix C99 compatibility issue
pointer reference err in function copy_option which may cause stack overfollow
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...
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
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
(Silly that you can't add two attachments when creating a bug.)
dhcp6 parallel build failure with poudriere on FreeBSD
Hello Michael, there is really something bad with your account, I cannot send you...
Hello Michael, there is really something bad with your account, I cannot send you...
p.s. this is wide-dhcpv6-20080615
dprintf clashes with existing dprintf from stdio
Just short comment: I understand now, what Michael wanted to say. We will discus...
Hi, Robert. IMHO you are wrong in analyzing this "Address already in use" problem....
Dear Michael, IMHO you are wrong in analysing this "Address already in use" problem....
bind(control sock): Address already in use
repository migrated to git
added a quick hack and incomplete support for s...
added timestamp check
add -L for openssl
refactor: update authparam so it can be used fo...
maintain pubkey as opaque (data,len) pair. free...
just ignore Secure DHCPv6 options at server sid...
added some definitions for the public-key option
refactor: hide authparam details as much as pos...
show experimental status codes, corrected byte-...
added sig very support at client, fix some enco...
supported a simpler version of TOFU at client
added support for reading public/private RSA keys
added the ability of sending and receiving time...
corrected missing initialization of ifp's authp...
don't update RFC3315 authparam if sedhcpv6 is used
temporary workaround: disable shutdown'ing writ...
added ability of sending public key option
make the code 'pedant' clean
added some initial config setup for Secure DHCPv6
make sure temporary authparam is always freed (...
added ability of sending signature option
fixed 'FUNCTION' detection in autoconf
add autoconf knob for openssl
workaround for MacOS X: avoid using daemon() wi...
add support for sending certificate option
a quick hack to support MacOS X: enable RFC3542...
rename dprintf() as dprint() for better portabi...
regenerate configure script
mentioned the contributor
dhcp6s and dhcp6relay dumps process-id file, li...
* supported the following options:
minor spelling fix (no behavior change): s/DURA...
fixed a typo in the shell script
removes old prefix delegation options
fixed a bug in the packaging script
sync with the latest KAME
fixed a compilation error on netbsd
* removed 'ifdef USE_POOL' macros, since it is ...
- updated the list of the supported RFCs
updated the contact point from kame to sourcefo...
added some missing queue-management macros to m...
added a tarball release date
--- 20060902 tar ball released ---
you need to provide a preferred-lifetime for ea...
Information refresh otion has an official DHCPv...
make it compilable
* updated the list of the supported RFCs
stop building dhcp6lc (which is already integra...
fixed yet another script bugs
dhcp6s does not include a 0 refresh-time option...
added a copyright note
write a manual on the address-pool function
enables address-pool feature by default
stop using ifdef for information-refresh option...
locate every files in /usr/local/xxx, instead o...
fixed a bug that dhcp6c cannot receive a DHCPv6...
fixed a compilation failure in freebsd4
stop using ifdefs for already standardized options
fixed a bug that dhcp6s inserts SIP server addr...
fixed a bug that dhcp6c cannot advertise an Opt...
removed garbages from the package generated by ...
fixed a compilation failure by flex 2.5.4 (patc...
fixed a bug that status-code option might inclu...
supported a declaration name (hostname, poolnam...
added a rule to generate a package-tarball
an example for address pool configuration
fixed a compilation failure on linux
fixed a compilation error on netbsd
removed an alias keyword for pool-statement
* Assign an official option number for Informat...
supported IA-NA address-pool
added a configure check routine to automaticall...
removed old prefix delegation options
supported 'include' statement (contributed by B...
imported KAME-DHCPv6 snapshot at 20051201
accepted "nis-domain-name" and "nisp-domain-nam...
fixed an incorrect descrption regarding NTP opt...
supported compilation on Solaris (contributed b...
fixed a bug that IA-PD/IA-NA cannot coexist in ...
config.c, lease.h, common.c: removed compilatio...
accepts ULA (Bug-ID 1584704)