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
/
ldpd
/
log.c
Age
Commit message (
Expand
)
Author
2017-03-21
From a syslog perspective it does not make sense to log fatal and
Alexander Bluhm
2017-01-20
work on making log.c similar in all daemons:
Sebastian Benoit
2016-09-02
Improve logging of sent and received messages.
Renato Westphal
2016-08-08
Use exit(3) instead of _exit(2) in the child processes.
Renato Westphal
2016-08-08
Normalize the received prefixes.
Renato Westphal
2016-07-15
Improve logging of reserved labels.
Renato Westphal
2016-07-01
More renaming and whitespace cleanup.
Renato Westphal
2016-05-23
Remove superfluous includes.
Renato Westphal
2016-05-23
Make functions and variables static whenever possible.
Renato Westphal
2016-05-23
Add support for IPv6 (RFC 7552).
Renato Westphal
2016-05-23
Assorted fixes and small cleanup.
Renato Westphal
2016-05-23
Create network sockets on the parent process.
Renato Westphal
2016-05-23
Fix mess caused by my commit script.
Renato Westphal
2016-05-23
Rework L2VPN code.
Renato Westphal
2016-05-23
Standardize some log messages and fix some inconsistencies.
Renato Westphal
2016-05-23
Rename a few constants to avoid confusion.
Renato Westphal
2016-05-23
Move some code around.
Renato Westphal
2016-05-23
Fix logging of wildcard label mappings.
Renato Westphal
2016-05-23
Replace manually written function names with __func__.
Renato Westphal
2015-07-21
VPLS signaling support.
Renato Westphal
2015-07-19
Rework label mapping algorithms to be more in line with the RFC.
Renato Westphal
2014-11-03
Convert the logic in yyerror(). Instead of creating a temporary
Alexander Bluhm
2013-06-04
Implement support for adjacencies and targeted hellos
Claudio Jeker
2013-06-01
Filter out route messages we don't need and log kernel messages in
Claudio Jeker
2013-06-01
Don't allow enabling LDP on loopback and carp interfaces.
Claudio Jeker
2011-08-20
Decouple log_verbose() from log_init() so the verbose flag stays set with
Stuart Henderson
2010-09-02
NBR_STA_SESSION, NBR_STA_UP, and NBR_STA_ACTIVE represent all the same
Claudio Jeker
2010-06-10
No need to print FEC twice. Remove it in the log function.
Claudio Jeker
2010-06-09
Move the logging of FEC changes to the LDE and print the FEC and label
Claudio Jeker
2010-04-29
Remove some more ospfd-ism from the interface code. This time remove
Claudio Jeker
2010-04-15
Log recieved notifications in a human understanable way. Makes debugging
Claudio Jeker
2010-04-15
Cleanup the interface FSM by removing most of the ospfd specific states
Claudio Jeker
2009-11-02
More IMSG_CTL_LOG_VERBOSE, still doing the same toggeling of log_debug().
Claudio Jeker
2009-06-01
Welcome ldpd, the Label Distribution Protocol daemon.
Michele Marchetto