summaryrefslogtreecommitdiffstats
path: root/usr.sbin/eigrpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* list example files in FILES with a short description: generally, "Examplejmc2020-05-161-4/+4
* ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;jmc2020-04-231-5/+5
* briefly mention /etc/examples/ in the FILES section of all theschwarze2020-02-101-3/+5
* Consistently use _rcctl enable foo_ in examples, it's simpler and lesslandry2019-11-101-12/+9
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-14/+14
* Avoid calling dup2(oldd, newd) when oldd == newd. In that case theyasuoka2019-03-311-2/+6
* (unsigned) means (unsigned int) which on ptrdiff_t or size_t or otherderaadt2019-02-131-3/+3
* Be more strict in converting a netmask into a prefixlen. Make sureclaudio2018-12-071-10/+14
* - odd condition/test in PF lexersashan2018-11-011-2/+3
* Fix use-after-free by moving the free(3) of the configured interfaces to aftermestre2018-09-261-20/+20
* replace malloc()+strlcpy() with strndup() in cmdline_symset().miko2018-09-071-9/+4
* Remove now unused header which I forgot to commit on previous.mestre2018-08-051-2/+1
* Revert back previous and remove cpath pledge(2) promise entirely. We decidedmestre2018-08-055-23/+7
* Actually order the promises in their canonical form, missed that in mymestre2018-08-021-2/+2
* Currently when eigrpd(8) shuts down then its unix control socket is beingmestre2018-08-022-5/+8
* Do for most running out of memory err() what was done for most runningkrw2018-07-111-4/+4
* "%%s: s" -> "%s: %s" in log_warn()krw2018-07-101-2/+2
* No need to mention which memory allocation entry point failed (malloc,krw2018-07-091-5/+5
* remove the SECTIONS header, since a one line DESCRIPTION is a bit silly;jmc2018-06-181-4/+4
* Fix an off-by-one line count when using include statements.denis2018-06-111-51/+83
* Plug leak in error case of the common 'varset' implementations.krw2018-04-261-1/+3
* Bump the read sockbuf of the routing socket to 2MB, may help reduce some ofclaudio2018-02-081-2/+2
* Unify ROUNDUP macros for parsing route messages.friehm2017-07-241-3/+3
* From a syslog perspective it does not make sense to log fatal andbluhm2017-03-211-6/+6
* No need to use SIOCGIFRDOMAIN anymore.renato2017-02-225-26/+30
* Replace hand-rolled for(;;) traversal of ctl_conns TAILQ withkrw2017-01-081-7/+9
* Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with morekrw2017-01-051-3/+2
* Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQkrw2017-01-051-5/+7
* calls to uname(3) should be checked against non-negative valuegsoares2016-10-101-2/+2
* work on making log.c similar in all daemons:benno2016-09-027-249/+290
* Minor tweaksrenato2016-09-0210-27/+23
* Make functions and variables static whenever possible.renato2016-09-0220-477/+459
* Use static local variables instead of global variables whenever possible.renato2016-09-025-17/+18
* Merge the recv_packet_v[46] functions into one.renato2016-09-025-157/+114
* Simplify handling of multicast addresses.renato2016-09-025-27/+23
* Pledge earlier on eigrpe.renato2016-09-021-4/+4
* Remove superfluous includes and follow style(9).renato2016-09-0224-121/+123
* Fix broken pipe teardown.renato2016-09-023-19/+32
* Simplify shutdown processrenato2016-08-082-76/+36
* rde and eigrpe should use exit(3) instead of _exit(2)renato2016-08-083-9/+6
* add format attributes to log functions and fix two errorsbenno2016-07-182-12/+20
* do not allow whitespace in macro names, i.e. "this is" = "a variable".benno2016-06-211-1/+9
* Fix potential SIGBUS in startup.renato2016-06-051-5/+5
* Call if_update() only when necessary for IPv6 address changes.renato2016-06-052-22/+21
* Reset the interface uptime when it is restarted.renato2016-06-051-5/+5
* Improve security by calling exec after fork.renato2016-06-057-120/+206
* Disable EIGRPv6 on an interface when it loses its link-local address.renato2016-05-121-1/+2
* Improve support for config reloading.renato2016-05-123-6/+27
* Revert previous commit.renato2016-04-183-15/+29
* Check for subnet overlap between the configured summary-addresses.renato2016-04-153-7/+18