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
/
kroute.c
Age
Commit message (
Expand
)
Author
2016-07-21
Use explicit idiom when testing the result of strcmp() and strncmp().
Kenneth R Westerback
2016-02-06
Eliminate #include inside *.h files and include only needed headers in
Kenneth R Westerback
2015-12-19
Don't exit if a route can't be added. Just log particulars and
Kenneth R Westerback
2015-12-19
Delete superfluous "close(s);return" just before "close(s);<function
Kenneth R Westerback
2015-12-18
Check ioctl() result with == -1, not < 0. Break long line.
Kenneth R Westerback
2015-02-10
Groundwork for better route support over multiple interfaces by
Kenneth R Westerback
2015-02-08
Get rid of a bunch of memset()'s where struct variables and arrays
Kenneth R Westerback
2015-02-07
Add support for interface-mtu (option 26).
Kenneth R Westerback
2015-02-07
GC unused parameters now that ifname and rdomain are not used in
Kenneth R Westerback
2015-02-06
matthew@ points out that it's a bad idea to rely on the non-privileged,
Kenneth R Westerback
2015-01-31
Always free(buf) if errmsg is set while trying to flush routes.
Kenneth R Westerback
2015-01-30
Tweak error message to say 'realloc' since that's what's failing,
Kenneth R Westerback
2014-10-27
Zap extraneous whitespace and a stuttered extra 'break;'.
Kenneth R Westerback
2014-07-14
Make sure to correctly exit the loop in priv_flush_routes() in case of
Miod Vallat
2014-07-09
Print sizeof() value and size_t variable with %zu rather than %zd.
Kenneth R Westerback
2014-05-05
Zap trailing whitespace. Started by pointed comments from andre@.
Kenneth R Westerback
2014-02-13
Hard looping on EAGAIN is bad. Just fall out to outer event loop
Kenneth R Westerback
2014-02-09
Don't use imsg_flush(), roll a local flush_unpriv_ibuf() that loops
Kenneth R Westerback
2014-02-09
Nuke a couple of extraneous blank lines.
Kenneth R Westerback
2014-02-09
Use correct function name in error message. 'cleanup' was renamed
Kenneth R Westerback
2014-01-20
%d cleanups, to other formats; ok krw
Theo de Raadt
2013-12-08
Reduce in_addr memcpy() dances by simply using assignments where the source
Kenneth R Westerback
2013-12-05
Use destination size as size of memcpy(). Use <in_addr> rather than
Kenneth R Westerback
2013-12-04
More memcpy() stylistic repairs and size checks.
Kenneth R Westerback
2013-08-17
Do not create a route to the bound address via 127.0.0.1. Our stack
Kenneth R Westerback
2013-07-05
Zap trailing whitespace.
Kenneth R Westerback
2013-06-09
Make route adding interface more flexible by passing flags to be
Kenneth R Westerback
2013-06-09
Fix/clarify some comments. do memset()'s only when variable is going
Kenneth R Westerback
2013-06-09
Re-apply static route and classless static route support -- this time
Kenneth R Westerback
2013-06-09
Re-apply route adding code refactoring -- it wasn't the problem that
Kenneth R Westerback
2013-06-09
Backout static/classless route handling and default route refactoring
Kenneth R Westerback
2013-06-04
Add support for static routes option (33) and classless static
Kenneth R Westerback
2013-06-01
Refactor the default route adding code to use a general route adding
Kenneth R Westerback
2013-03-30
Since deleting all the addresses on an interface removes all the
Kenneth R Westerback
2013-03-24
Simplify logic when processing route dump by using a helper function
Kenneth R Westerback
2013-03-21
create realloc() loops around sysctl for array-based mibs, in programs
Theo de Raadt
2013-03-13
Make sure dhclient doesn't delete IPv6 routes.
Paul de Weerd
2013-03-11
When binding a lease, check for and clear out any 'zombie' routes
Kenneth R Westerback
2013-03-08
Consolidate parsing of rtm address lists. Use RTAX_GATEWAY entry
Kenneth R Westerback
2013-03-07
Refactor code around route label creation and checking to make it easier
Kenneth R Westerback
2013-02-28
Try 10 times to obtain the routing table via sysctl(), and if it
Kenneth R Westerback
2013-02-24
Don't log a complaint that a non-existant default route could not be
Kenneth R Westerback
2013-02-21
Use imsg_flush() to force delivery of IMSG_DELETE_ADDRESS to
Kenneth R Westerback
2013-02-18
Don't delete permanent arp cache entries when clearing the arp
Kenneth R Westerback
2013-02-18
Rework log messages to be more useful. Rename
Kenneth R Westerback
2013-02-17
Using the value SIGQUIT to cause the dispatch loops to exit produced
Kenneth R Westerback
2013-02-17
Suppress some pointless debugging message:
Kenneth R Westerback
2013-02-17
Kill a magic number. 0 -> RTP_NONE for priority in constructing routing
Kenneth R Westerback
2013-02-17
dhclient-script did 'route -q $rdomain add $new_ip_address 127.0.0.1'.
Kenneth R Westerback
2013-02-15
Don't leak routing socket fd if getting the default route fails.
Kenneth R Westerback
[next]