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
/
usr.sbin
/
dhcpd
/
memory.c
Age
Commit message (
Expand
)
Author
2022-01-28
When it's the possessive of 'it', it's spelled "its", without the
Philip Guenther
2020-11-10
Remove prototypes for functions removed 10+ years ago. Return types should be on
Kenneth R Westerback
2020-04-06
dhcpd could reference freed memory after releasing a lease with
Kenneth R Westerback
2017-02-13
Eliminate pointless'%m' (a.k.a. hand rolled strerror()) by using fatal() and
Kenneth R Westerback
2017-02-13
Adjust some long lines.
Kenneth R Westerback
2017-02-13
Switch from old errwarn.c logging to shiny new log.[ch].
Kenneth R Westerback
2016-02-07
avoid a use after free when parsing address ranges from a config
Jonathan Gray
2016-02-06
Eliminate #include inside *.h files and include only needed headers in
Kenneth R Westerback
2015-02-10
Keep track of the last time we scanned the leases to find expired
Kenneth R Westerback
2014-06-11
Prettify & refactor, no functional change.
Martin Pelikan
2013-10-18
%d -> %lld, add (long long) cast to time_t variables. Make guenther
Kenneth R Westerback
2010-03-27
malloc/strlcpy -> strdup. Use consistent idiom.
Kenneth R Westerback
2010-01-01
Wrappers around a wrapper around free() are of no more use than
Kenneth R Westerback
2010-01-01
Single-use wrapper functions that just call a wrapper function
Kenneth R Westerback
2010-01-01
Plug a potential leak similar to the one parfait spotted and Theo
Kenneth R Westerback
2009-12-10
plug memory leak, spotted by parfait; ok krw
Theo de Raadt
2008-05-07
Add synchronisation support for dhcpd - this allows for two dhcpd's
Bob Beck
2006-08-09
Fix a reliability issue in dhcpd where a DHCPDISCOVER packet with a 32-byte
Chad Loder
2006-06-14
This diff allows dhcpd to put active leases into a pf table. Dhcpd will then
Chris Kuethe
2006-06-14
Move the transmission of privsep messages into its own function. Wherever
Chris Kuethe
2006-05-31
This diff makes dhcpd able to manipulate pf tables on certain lease events.
Chris Kuethe
2004-09-21
spelling fixes; ok jmc@ henning@
David Krause
2004-09-16
avoid aliasing with libc functions; ok henning
Theo de Raadt
2004-05-11
knf
Theo de Raadt
2004-05-04
remove things not used, spotted by lint mostly; ok henning
Theo de Raadt
2004-04-20
$OpenBSD$
Henning Brauer
2004-04-18
various knf; henning ok
Theo de Raadt
2004-04-16
a bunch of knf, ok henning
Theo de Raadt
2004-04-14
spaces
Theo de Raadt
2004-04-13
time_t and kill a few dumb defines
Henning Brauer
2004-04-13
may the whacking begin
Henning Brauer