summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bgpd/log.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* From a syslog perspective it does not make sense to log fatal andbluhm2017-03-211-6/+6
* sync log.c from relayd et al to bgpd.benno2017-01-241-32/+65
* whitespacebenno2017-01-231-2/+2
* work on making log.c similar in all daemons:benno2016-09-021-185/+7
* Use exit(3) instead of _exit(2) in the child processes.renato2016-08-081-5/+2
* give bgpd's fatal() varargs and use it to instrument bgpd fatal()benno2015-07-181-4/+11
* Convert the logic in yyerror(). Instead of creating a temporarybluhm2014-11-031-3/+1
* Don't log "unknown subcode" for subcode 0 when the hold timer expires,sthen2013-01-101-2/+3
* Add error messages for BGP Finite State Machine Error subcodes as definedclaudio2012-06-101-2/+7
* Decouple log_verbose() from log_init() so the verbose flag stays set withsthen2011-08-201-2/+1
* Log sent notification messages as well having them in the log mayclaudio2010-11-181-11/+10
* Only log if there is a chance that the session may come up if the neighborclaudio2009-12-031-1/+4
* Use an artificial address family id in struct bgpd_addr and almost everywhereclaudio2009-12-011-3/+4
* Implement IMSG_CTL_LOG_VERBOSE similar to ospfd. Even though bgpd has almostclaudio2009-11-021-2/+10
* Make bgpd 4-byte AS compatible. All internal representations of AS numbersclaudio2007-04-231-2/+1
* we do have a table with suberror codes for cease and their meaning;henning2007-02-251-2/+7
* Kill ENSURE(), remove ensure.h, say bye bye to fatal_ensure() andclaudio2006-01-051-12/+1
* Move functions shared with bgpctl into new file util.c. Simplifies theclaudio2006-01-031-47/+1
* make log_in6addr actually work correctly - it is astounding how ugly thingshenning2005-06-051-6/+18
* kroute6 support, at least partially. Get it in so that Henning can clean itclaudio2005-05-271-1/+12
* zap some includes we don't need, Alexander von Gernler <grunk@pestilenz.org>henning2005-03-311-6/+1
* proper check on log type. ok henning claudiotedu2005-03-261-4/+4
* it's oupsa oupsa oupsa time...henning2004-11-181-2/+2
* supress logging of subsequent connect() failures as long as:henning2004-11-181-1/+2
* supress logging of the (likely very long) repeated Connect -> Active ->henning2004-11-021-1/+9
* let log_debug only log at all when we're in debug mode, from Montreal Airporthenning2004-07-091-4/+6
* I would have sworn I added tzset() herehenning2004-06-011-1/+4
* move the big name tables to the .h file, makes the .c easierhenning2004-05-211-67/+1
* KNFhenning2004-05-081-2/+3
* provide log_sockaddr, which uses getnameinfo(), and use it inhenning2004-05-081-6/+16
* spaceshenning2004-04-251-2/+2
* add "neighbor cloning", allowing you to specify a prefix and prefixlengthhenning2004-04-251-6/+15
* unbreak log_conn_attempt, bah crap crap crap crap crap crap crap crap craphenning2004-04-251-2/+4
* make log_conn_attempt work in an address family independent matterhenning2004-04-161-7/+9
* fflush(stderr) in vlog if in debug mode, from discussion with and ok claudiohenning2004-03-111-1/+2
* new error code "unsupported capability" from RFC 3392henning2004-03-051-2/+3
* use __progname instead of hardcoding bgpd for log_inithenning2004-02-251-2/+4
* KNFhenning2004-01-281-2/+2
* log_ntoa is herewith condemned to death by claudio and yours trulyhenning2004-01-271-10/+1
* constify log_addr and log_ntoa's returns, reminded by claudiohenning2004-01-271-4/+4
* use inet_ntop() for log_addr(), claudio okhenning2004-01-271-8/+9
* use a struct bgpd_addr instead of sockaddr_in for peer_config->local_addr andhenning2004-01-271-3/+3
* provide log_addr, which takes a struct bgpd_addrhenning2004-01-231-1/+11
* provide a log_debug and use it in rde.c.henning2004-01-221-1/+13
* make log_peer_* take a struct peer_config instead of the session enginehenning2004-01-221-11/+11
* provide log_warnx() and log_info()henning2004-01-221-1/+21
* log_peer_err -> log_peer_warnhenning2004-01-221-3/+3
* s/log_err/log_warn/henning2004-01-221-2/+2
* (v)fprintf atomically in vlog() in debug mode, prodded by theohenning2004-01-191-3/+11
* 2004henning2004-01-061-2/+2