aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-09-02 --- 20060902 tar ball released ---REL_20060902SUZUKI, Shinsuke
2006-09-02 SUZUKI, Shinsuke <suz@kame.net> * added a configure check routine to automatically detect a difference in TAILQ_FOREACH_REVERSE macros (Suggested by Brute STEVANT) * fixed a bug that dhcp6c cannot advertise an Option-Request-Option. * fixed a compilation failure in freebsd4
2006-09-02fixed a compilation failure in freebsd4SUZUKI, Shinsuke
2006-09-02removed garbages from the package generated by 'make package'SUZUKI, Shinsuke
2006-09-02fixed yet another script bugsSUZUKI, Shinsuke
2006-09-02fixed a typo in the shell scriptSUZUKI, Shinsuke
2006-09-02fixed a bug that dhcp6c cannot advertise an Option-Request-Option.SUZUKI, Shinsuke
2006-09-02added a configure check routine to automatically detect a difference(*1) inSUZUKI, Shinsuke
TAILQ_FOREACH_REVERSE macros. (Suggested by Brute STEVANT) *1) Some OS (*BSD) adopts the following definition, #define TAILQ_FOREACH_REVERSE(var, head, headname, field) but others (MacOS-X, old OpenBSD) adopts the following definition #define TAILQ_FOREACH_REVERSE(var, head, field, headname)
2006-08-07minor spelling fix (no behavior change): s/DURATITION/DURATION/JINMEI, Tatuya
(pointed out by Ted Lemon)
2006-07-30* supported the following options:SUZUKI, Shinsuke
NIS server option, NIS domain option (RFC3898) NIS+ server option, NIS+ domain option (RFC3898) BCMCS server option, BCMCS domain option (RFC4280) * changed the name of the enviromental variable for SIP server address (new_sip_servers). * removed a configure option to control the NTP option number. (since one year has been passed since its official assignment)
2006-07-29dhcp6s and dhcp6relay dumps process-id file, like dhcp6cSUZUKI, Shinsuke
2006-07-13stop using ifdefs for already standardized optionsSUZUKI, Shinsuke
2006-07-13stop using ifdef for information-refresh option, since it is a standard optionSUZUKI, Shinsuke
2006-07-13stop building dhcp6lc (which is already integrated into dhcp6c)SUZUKI, Shinsuke
2006-05-05* updated the list of the supported RFCsSUZUKI, Shinsuke
* NTP option number has been already assigned by IANA * added other official option numbers for future implementors
2006-05-05- updated the list of the supported RFCsSUZUKI, Shinsuke
- NTP option number has been already assigned by IANA - added other official option numbers for future implementors
2006-05-05removed an alias keyword for pool-statementSUZUKI, Shinsuke
2006-05-05fixed a compilation error on netbsdSUZUKI, Shinsuke
2006-04-26supported 'include' statement (contributed by Bruno STEVANT)SUZUKI, Shinsuke
2006-04-19fixed a compilation error on netbsdSUZUKI, Shinsuke
2006-04-11* removed 'ifdef USE_POOL' macros, since it is always ONSUZUKI, Shinsuke
* rename some pool-related variables to prepare for the support of prefix-pool
2006-03-22added a tarball release dateREL_20060322SUZUKI, Shinsuke
2006-03-20fixed a bug that dhcp6c cannot receive a DHCPv6 packet on linux.SUZUKI, Shinsuke
(Request ID=1435976, and a patch proposed by Yasuyuki KOZAKAI)
2006-03-08fixed a compilation failure on linuxSUZUKI, Shinsuke
2006-03-08make it compilableSUZUKI, Shinsuke
2006-03-08added some missing queue-management macros to make it compilable on linuxSUZUKI, Shinsuke
2006-02-13enables address-pool feature by defaultSUZUKI, Shinsuke
2006-01-26an example for address pool configurationSUZUKI, Shinsuke
2006-01-26Information refresh otion has an official DHCPv6 option type number.SUZUKI, Shinsuke
2006-01-26write a manual on the address-pool functionSUZUKI, Shinsuke
2006-01-26added a copyright noteSUZUKI, Shinsuke
2006-01-26mentioned the contributorSUZUKI, Shinsuke
2006-01-26supported IA-NA address-poolSUZUKI, Shinsuke
ToDo: IA-PD prefix-pool, write a manual
2006-01-19sync with the latest KAMESUZUKI, Shinsuke
* corrected the condition for detecting unwanted incoming messages * missing initialization in dhcp6c
2006-01-14updated the contact point from kame to sourceforge.netSUZUKI, Shinsuke
2005-12-11fixed a bug in the packaging scriptSUZUKI, Shinsuke
2005-12-11locate every files in /usr/local/xxx, instead of /usr/local/v6/xxxSUZUKI, Shinsuke
2005-12-11removed old prefix delegation optionsSUZUKI, Shinsuke
2005-12-11removes old prefix delegation optionsSUZUKI, Shinsuke
2005-12-11* Assign an official option number for Information Refresh TimerSUZUKI, Shinsuke
* Removed old prefix delegation options, since these options numbers coinsides with Information Refresh Timer.
2005-12-11added a rule to generate a package-tarballSUZUKI, Shinsuke
2005-12-01imported KAME-DHCPv6 snapshot at 20051201KAME_20051201SUZUKI, Shinsuke