index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
dhclient
/
packet.c
Age
Commit message (
Expand
)
Author
2021-02-22
remove unused decode_hw_header() function
Jonathan Gray
2018-02-28
Now that log_debug() has been decyphered, replace DPRINTF() instances
Kenneth R Westerback
2018-01-29
Use log_init(), log_setverbose() and log_debug() more
Kenneth R Westerback
2018-01-25
Add DPRINTF() and use it to replace log_debug() statements inside
Kenneth R Westerback
2017-09-17
Create global 'log_procname' and set it to '<ifname>' or
Kenneth R Westerback
2017-07-14
Replace remaining "!var" expressions with
Kenneth R Westerback
2017-07-10
Use a modern spacious idiom on all function local variable
Kenneth R Westerback
2017-07-09
Be consistent. "return (e);" -> "return e;"
Kenneth R Westerback
2017-07-08
Always use uintNN_t instead of sometimes u_intNN_t
Kenneth R Westerback
2017-07-07
assemble_eh_header() needs only to know about hw_addr.
Kenneth R Westerback
2017-04-18
Tweak parameters to decode_*, add a check or two, and thus gain most of the
Kenneth R Westerback
2017-04-08
Reduce the overburden of signed vs unsigned comparisons by sprinkling
Kenneth R Westerback
2017-03-08
Add comments to #endif's to allow easy differentiation between many
Kenneth R Westerback
2017-02-12
Switch from 'legacy' errwarn.c to standard daemon logging functions.
Kenneth R Westerback
2016-08-23
Make the 'ifi' global local to dhclient.c and pass it as an argument to
Martin Pieuchot
2016-02-06
Eliminate #include inside *.h files and include only needed headers in
Kenneth R Westerback
2016-02-03
be very careful accepting packets via bpf. First check that the
Kenneth R Westerback
2014-10-25
Remove unnecessary netinet/in_systm.h include.
Lawrence Teo
2014-07-28
merge dhcpd's packet.c revision 1.7:
Tobias Stoeckmann
2014-04-17
Eliminate a couple of always-NULL parameters. Eliminate some
Kenneth R Westerback
2014-01-20
more %d type correctness; ok krw
Theo de Raadt
2013-12-12
Assemble outgoing packets using iovec to combine the (optional)
Kenneth R Westerback
2013-12-11
Stray memcpy() using src size.
Kenneth R Westerback
2013-12-06
Having stopped pretending we handle anything but ethernet packets,
Kenneth R Westerback
2013-12-05
Use destination size as size of memcpy(). Use <in_addr> rather than
Kenneth R Westerback
2013-12-05
Nuke local #define ETHER_HEADER_SIZE and use the identical value'd
Kenneth R Westerback
2013-12-04
More memcpy() stylistic repairs and size checks.
Kenneth R Westerback
2013-05-02
Bunch of comment/whitespace cleanup. Eliminate some misleading or
Kenneth R Westerback
2013-04-24
Follow ISC and freebsd by increasing ip_ttl on packets from 16 to
Kenneth R Westerback
2013-02-03
Remove unused (a.k.a. always passed NULL) parameter 'data' from
Kenneth R Westerback
2013-01-05
Apply same fix to UDP length check as was just committed in dhcpd.
Kenneth R Westerback
2012-11-15
Shuffle #include's to use the majority idiom everywhere - i.e. use
Kenneth R Westerback
2009-06-06
Nuke debug() unless DEBUG is defined. Elminates debug output from
Kenneth R Westerback
2006-12-28
small knf (extra space, newline)
Kevin Steves
2006-12-26
Our dhclient only handles one interface. Simplify code by using the
Kenneth R Westerback
2006-12-22
delete prototypes for functions that don't exist
Kevin Steves
2004-05-04
more shrink and lint fixes; henning ok
Theo de Raadt
2004-02-25
doesn't quite make sense to have a wrapper to a wrapper to the incredible
Henning Brauer
2004-02-24
remove dynamic port gunk
Henning Brauer
2004-02-24
cut debug crap
Henning Brauer
2004-02-23
no token ring
Henning Brauer
2004-02-07
more KNF From: Emil Mikulic <emikulic@dmr.ath.cx>
Henning Brauer
2004-02-06
more Knall & Rauch -> ANSI C, KNF and stuff that makes this a bit more
Henning Brauer
2004-02-04
$OpenBSD$, tedu
Henning Brauer
2004-01-18
this is where dhclient will start surgery
Theo de Raadt