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
Age
Commit message (
Expand
)
Author
2013-02-03
Remove unused (a.k.a. always passed NULL) parameter 'data' from
Kenneth R Westerback
2013-02-03
Use RTM_GET rather than the sysctl/scan all routes dance to obtain
Kenneth R Westerback
2013-02-02
Expunge unused variables and pointless construction of same in
Kenneth R Westerback
2013-02-02
Fix resolv.conf magic. Add identifying comment to generated resolv.conf
Kenneth R Westerback
2013-02-02
Dereference correct pointer. Fix crash when checking whether resolv.conf
Kenneth R Westerback
2013-02-01
do not leak dn if there is no resolv.conf contents; found by llvm
Florian Obser
2013-02-01
always initialize cur_time; found by llvm
Florian Obser
2013-02-01
do not leak lease in error path; found by llvm
Florian Obser
2013-02-01
Increment size of buffer to accomodate terminating NUL *after* using
Kenneth R Westerback
2013-02-01
Handle a non-existant resolv.conf.tail without issuing an error
Kenneth R Westerback
2013-02-01
Write out resolv.conf only if the default route is under the control
Kenneth R Westerback
2013-01-27
Refactor code a bit. Calculate resolv.conf contents once when binding a
Kenneth R Westerback
2013-01-26
Oops. Restore "no domain-name, no domain-name-seervers means don't
Kenneth R Westerback
2013-01-26
Read /etc/resolv.conf.tail once on startup and save contents for
Kenneth R Westerback
2013-01-26
Whitespace tweaks.
Kenneth R Westerback
2013-01-22
Whitespace nit. Better error messages.
Kenneth R Westerback
2013-01-19
be more explicit about default file locations; ok krw
Jason McIntyre
2013-01-18
tweak -L; ok krw
Jason McIntyre
2013-01-18
-L before -l;
Jason McIntyre
2013-01-18
Change a bunch of error()'s to warning()'s in the dispatch loop.
Kenneth R Westerback
2013-01-18
Add command line option '-L' that specifies an optional file into which
Kenneth R Westerback
2013-01-17
Try harder to clear out default routes on the interface being
Kenneth R Westerback
2013-01-17
remove a uesless Pp;
Jason McIntyre
2013-01-16
Unrevert last reversion. otto@ pointed out that it wasn't asprintf()
Kenneth R Westerback
2013-01-16
Revert last. asprintf() breaks something.
Kenneth R Westerback
2013-01-16
Use the magic of asprintf() to produce more informative error
Kenneth R Westerback
2013-01-16
Don't tell the priviledged process to discard active_addr if there is
Kenneth R Westerback
2013-01-16
for consistency with prio etc, the queue assignment really belongs
Henning Brauer
2013-01-15
Add IMSG_WRITE_FILE and associated bits to allow the unprivileged
Kenneth R Westerback
2013-01-14
First convert packet to lease, which validates option data and
Kenneth R Westerback
2013-01-13
More informative error message.
Kenneth R Westerback
2013-01-13
Make pretty_print_option() return "" rather than "<fmt error>" when
Kenneth R Westerback
2013-01-13
Tweak whitespace, add missing #defines, use DHO_RELAY_AGENT_INFORMATION
Kenneth R Westerback
2013-01-13
Add DHO_ defines for all known options. Use same names as ISC where
Kenneth R Westerback
2013-01-13
Check results of strdup() of domainname and nameservers options.
Kenneth R Westerback
2013-01-08
Remove private CVS tag from an obsolete repository and bump copyright
Reyk Floeter
2013-01-06
The sparc optimization bug is believed to be fixed. OK naddy@.
Martynas Venckus
2013-01-06
Make buffer for lease_as_string() 8192 bytes. A pathological lease
Kenneth R Westerback
2013-01-05
Change write_client_lease() into lease_as_string() and modify
Kenneth R Westerback
2013-01-05
Apply same fix to UDP length check as was just committed in dhcpd.
Kenneth R Westerback
2013-01-03
sysctl.3: remove some confusing text about NFS_NIOTHREADS
Jason McIntyre
2013-01-02
Only check '-l' parameter for regular-fileness. Not built-in default
Kenneth R Westerback
2013-01-02
Sync dhcpd and dhclient list of dhcp options. There's only one
Kenneth R Westerback
2013-01-02
Delete misleading comment and a pointless check of !ifi. Since ifi
Kenneth R Westerback
2012-12-29
Make HUP to either one of the processes cause a restart that will
Kenneth R Westerback
2012-12-22
Return EEXIST to 'add' when a port is already a bridge member. This makes
Camiel Dobbelaar
2012-12-21
When binding to a new lease, wait for the RTM_NEWADDR message in
Kenneth R Westerback
2012-12-21
remove makefile hacks that are no longer needed with t1 t2: working properly
Marc Espie
2012-12-19
Don't attempt to delete an address that has already been deleted
Kenneth R Westerback
2012-12-18
Don't clean up twice when the non-privileged process exits. Let the
Kenneth R Westerback
[next]