summaryrefslogtreecommitdiffstats
path: root/usr.sbin/eigrpd/parse.y (follow)
Commit message (Expand)AuthorAgeFilesLines
* (unsigned) means (unsigned int) which on ptrdiff_t or size_t or otherderaadt2019-02-131-3/+3
* - odd condition/test in PF lexersashan2018-11-011-2/+3
* replace malloc()+strlcpy() with strndup() in cmdline_symset().miko2018-09-071-9/+4
* 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
* 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
* No need to use SIOCGIFRDOMAIN anymore.renato2017-02-221-1/+22
* 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
* Make functions and variables static whenever possible.renato2016-09-021-67/+66
* Use static local variables instead of global variables whenever possible.renato2016-09-021-5/+5
* Remove superfluous includes and follow style(9).renato2016-09-021-7/+4
* do not allow whitespace in macro names, i.e. "this is" = "a variable".benno2016-06-211-1/+9
* Improve security by calling exec after fork.renato2016-06-051-6/+2
* Check for subnet overlap between the configured summary-addresses.renato2016-04-151-3/+14
* Properly implement the clear_config() function.renato2016-04-151-1/+35
* Move several other variables out of eigrpd_conf.renato2016-04-151-4/+5
* Move the command line options out of struct eigrpd_configrenato2016-04-151-6/+5
* Minor fixes and code cleanup.renato2016-04-151-1/+4
* Move some functions around and rename a few variables and functions.renato2016-02-211-134/+134
* Copy structs by assignment instead of memcpy.renato2016-02-211-4/+4
* Introduce the bad_addr() family of functions.renato2016-02-211-1/+5
* Several minor tweaks.renato2016-02-211-6/+4
* Order the routing instances by AF and then by AS.renato2016-01-151-3/+12
* Add support for route summarization.renato2015-10-211-1/+27
* fix memory leaks in error pathsjsg2015-10-191-3/+8
* Add option to configure or disable the DUAL active timeout.renato2015-10-041-2/+15
* Welcome eigrpdrenato2015-10-021-0/+1165