summaryrefslogtreecommitdiff
path: root/common/nit.c
Commit message (Expand)AuthorAgeFilesLines
* copy rights updateWlodek Wencel2022-01-251-1/+1
* [#189] ISC address updatedTomek Mrugalski2022-01-201-2/+2
* Merged rt44535 (relay port)Francis Dupont2017-12-231-0/+4
* [master] Replaced licensing text with MPL licensing text throughoutThomas Markwalder2017-07-121-4/+4
* [master] Checkum handling fixesThomas Markwalder2014-09-181-1/+1
* [master] Remove vix.com and nominum.comShawn Routhier2014-01-261-7/+1
* Update copyright yearsShawn Routhier2009-11-241-1/+1
* Switch isc urls from http to https and correct sw to services or softwareShawn Routhier2009-07-231-2/+2
* - If configured, dhclient may now transmit to an anycast MAC address,David Hankins2009-03-131-0/+3
* Version to 4.0.0a3.David Hankins2007-09-051-1/+1
* Code cleanup to remove warnings from "gcc -Wall".Shane Kerr2007-07-131-5/+0
* Assorted fixes for broken network devices: IP header length field is nowEvan Hunt2007-04-271-4/+8
* MASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD and V3-RELEASE areDavid Hankins2005-03-171-30/+21
* Apply a fix provided by Takeshi Hagiwara for a long-standing Sunos 4 bug.Ted Lemon2001-02-171-2/+3
* Fix one typo, one oversight, and one type cast (thanks to kre)Ted Lemon2000-09-201-4/+4
* - Do what people expect when they don't declare the subnet to which anTed Lemon2000-09-011-1/+7
* Reference count binding scopes. Align IP headers on output.Ted Lemon2000-07-271-20/+17
* - Fix a mistake that was causing the fallback interface not to be used (thanksTed Lemon2000-06-081-1/+2
* - Fix all the OMAPI objects in the DHCP server and client that weren'tTed Lemon2000-05-161-6/+3
* Go back to the BSD license.Ted Lemon2000-03-171-13/+34
* Add interface deregistration routines (Brian Murrell).Ted Lemon2000-03-061-1/+38
* Fixups for haddr/htype->hbufTed Lemon2000-01-251-10/+11
* Fix a few more machine-specific signed vs. unsigned pointer bufs.Ted Lemon1999-10-071-2/+2
* Bug fixes courtesy of Brian MurrellTed Lemon1999-09-091-2/+2
* Make interfaces OMAPI objects.Ted Lemon1999-09-081-3/+10
* Sanitize Solaris build.V3-ALPHA-19990315Ted Lemon1999-03-161-2/+2
* Update license.Ted Lemon1999-03-161-33/+14
* Add interface argument to can_*().Ted Lemon1999-03-131-3/+5
* Add can_receive_unicast_unconfiguredTed Lemon1999-03-131-1/+6
* Sync with 2.0b1pl16. Fix some pool allocation problems.Ted Lemon1999-02-251-6/+12
* Change names of error functions to be more consistent.Ted Lemon1999-02-241-14/+14
* Pull up recent 2.0 changes.Ted Lemon1999-02-141-2/+22
* Don't print startup banner if quiet_interface_discovery is setTed Lemon1997-10-201-13/+15
* size_t -> ssize_t in return values where < 0 == errorTed Lemon1997-06-081-3/+3
* Remove if_enable()Ted Lemon1997-02-261-19/+1
* Restructure to allow interface reinitializationTed Lemon1997-02-191-11/+25
* Use local_port and remote_port instead of server_port and server_port + 1Ted Lemon1997-02-181-2/+2
* Initial merge of Poger dhclient and linux hacksTed Lemon1997-01-021-1/+19
* Fix up a couple of places where ic_timeout wasn't initialized in strioctl str...Ted Lemon1996-09-051-1/+3
* Improve error messagesTed Lemon1996-09-021-9/+12
* Initialize ic_timout in strioctl structsTed Lemon1996-08-271-1/+3
* Don't copy address for comparisonTed Lemon1996-05-221-4/+0
* Don't print interface network name if there's no network structureTed Lemon1996-05-221-2/+4
* update interface configure banner; add from addr to send_packet; don't filter...Ted Lemon1996-05-221-19/+5
* Use distributed Berkeley network headersTed Lemon1996-05-201-3/+3
* Debug and install NIT packet filterTed Lemon1996-05-161-13/+10
* SunOS Network Interface Tap supportTed Lemon1996-05-161-0/+343