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
/
eigrpd
/
rde.c
Age
Commit message (
Expand
)
Author
2016-09-02
Minor tweaks
Renato Westphal
2016-09-02
Make functions and variables static whenever possible.
Renato Westphal
2016-09-02
Use static local variables instead of global variables whenever possible.
Renato Westphal
2016-09-02
Remove superfluous includes and follow style(9).
Renato Westphal
2016-09-02
Fix broken pipe teardown.
Renato Westphal
2016-08-08
rde and eigrpe should use exit(3) instead of _exit(2)
Renato Westphal
2016-06-05
Improve security by calling exec after fork.
Renato Westphal
2016-05-12
Improve support for config reloading.
Renato Westphal
2016-04-18
Revert previous commit.
Renato Westphal
2016-04-15
Kill the child processes if their parent dies unexpectedly.
Renato Westphal
2016-04-15
Fix segfault on reloading the config multiple times.
Renato Westphal
2016-04-15
Move several other variables out of eigrpd_conf.
Renato Westphal
2016-02-21
Copy structs by assignment instead of memcpy.
Renato Westphal
2016-01-15
Better handle explicit nexthops.
Renato Westphal
2016-01-15
Avoid the use of inet_pton() whenever possible.
Renato Westphal
2015-12-05
Forgot about eigrp when doing the imsg_read EAGAIN fixes.
Claudio Jeker
2015-10-27
Whenever a summary route is activated, install a respective blackhole
Renato Westphal
2015-10-21
Add support for route summarization.
Renato Westphal
2015-10-21
Minor fixes and code cleanup.
Renato Westphal
2015-10-10
Make use of pledge(2).
Renato Westphal
2015-10-05
When the SIA state is declared for a given destination, reset the
Renato Westphal
2015-10-04
Fix warnings and add safeguards to protect against corrupted data.
Renato Westphal
2015-10-02
Welcome eigrpd
Renato Westphal