summaryrefslogtreecommitdiff
path: root/common/dlpi.c
Commit message (Expand)AuthorAgeFilesLines
* MASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD and V3-RELEASE areDavid Hankins2005-03-171-30/+21
* Apply a patch supplied by Tuan Uong for a buffer offset error.Ted Lemon2001-04-051-4/+10
* More DLPI patches from Joost. His patch was way garbled, but this is myBen Cottrell2001-03-161-136/+106
* Doh! Syntax error that I really should have noticed. Hind paw firmlyBen Cottrell2001-02-021-2/+2
* Patch from Joost Mulders <dhcp@j-mulders.demon.nl> to make DLPI work better,Ben Cottrell2001-01-311-28/+59
* Fix a small nit in the dlpi code.Ted Lemon2001-01-251-2/+5
* - 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-4/+12
* - 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-14/+28
* Add interface deregistration routines (Brian Murrell).Ted Lemon2000-03-061-1/+43
* Fixups for haddr/htype->hbufTed Lemon2000-01-251-23/+26
* Correct printf argument type (Brian Murrell)Ted Lemon1999-10-141-2/+2
* 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
* Add recognition of token ring hardware type.Ted Lemon1999-05-271-1/+5
* Only one binary file copyright required.Ted Lemon1999-04-251-6/+1
* Add binary file copyright.Ted Lemon1999-04-231-1/+6
* Sanitize Solaris build.V3-ALPHA-19990315Ted Lemon1999-03-161-2/+2
* Update license.Ted Lemon1999-03-161-28/+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-20/+24
* Change names of error functions to be more consistent.Ted Lemon1999-02-241-17/+17
* Pull up recent 2.0 changes.Ted Lemon1999-02-141-3/+30
* Include dhcpd.h only once. Clean up dangling ifdef. Clean up interface di...Ted Lemon1998-03-161-36/+34
* DLPI support, contributed by Eric James Negaard.Ted Lemon1998-03-151-0/+1231