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
/
neighbor.c
Age
Commit message (
Expand
)
Author
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-01-23
rework how tcp md5 signatures are configured.
David Gwynne
2017-03-04
Implement RFC 5919 (LDP End-of-LIB).
Renato Westphal
2016-09-03
Rework the sending of address messages.
Renato Westphal
2016-07-01
Several minor tweaks.
Renato Westphal
2016-07-01
Decrease the initialization FSM timeout.
Renato Westphal
2016-07-01
Add GTSM support (RFC 6720).
Renato Westphal
2016-06-13
Implement support for the Configuration Sequence Number TLV.
Renato Westphal
2016-06-13
Implement a timeout for the session initialization FSM.
Renato Westphal
2016-05-23
Add support for manually resetting neighbors.
Renato Westphal
2016-05-23
Update copyright information.
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
Copy structs by assignment instead of memcpy.
Renato Westphal
2016-05-23
Fix mess caused by my commit script.
Renato Westphal
2016-05-23
Fix fd leak in error path.
Renato Westphal
2016-05-23
Reuse nbr_pending_connect() on nbr_del().
Renato Westphal
2016-05-23
Standardize some log messages and fix some inconsistencies.
Renato Westphal
2016-05-23
Make neighbor parameters per lsr-id not per transport-address.
Renato Westphal
2016-05-23
Rework the way we handle income connection requests.
Renato Westphal
2016-05-23
Fix issue with the exponential backoff timer.
Renato Westphal
2016-05-23
Remove duplicated code in timer functions.
Renato Westphal
2016-05-23
We don't need a separate function for sending address withdraws.
Renato Westphal
2016-05-23
Move some code around.
Renato Westphal
2016-05-23
Add knob to configure the transport address.
Renato Westphal
2016-05-23
Allow setting the session holdtime per neighbor.
Renato Westphal
2016-05-23
Replace manually written function names with __func__.
Renato Westphal
2015-07-21
Rename, move and reuse mapping list functions.
Renato Westphal
2015-07-21
Remove more unused defines.
Renato Westphal
2015-07-21
Fix some awful ipc synchronization issues.
Renato Westphal
2015-07-21
Add configuration reload support.
Renato Westphal
2015-07-19
Add missing LIST_INIT's.
Renato Westphal
2015-07-19
Implement md5 authentication support.
Renato Westphal
2015-07-19
Remove incomplete support for unnecessary modes of operation.
Renato Westphal
2015-03-21
Remove unused variables and functions.
Renato Westphal
2015-02-09
More SOCK_NONBLOCK | SOCK_CLOEXEC love and one less session_socket_blockmode
Claudio Jeker
2013-10-17
Improve parsing of label mapping messages and merge all recv_label*
Renato Westphal
2013-10-15
Minor fixes on if_del() and nbr_new().
Renato Westphal
2013-10-15
Simplify the lde_nbr_new() function.
Renato Westphal
2013-10-15
Improve debug and error logs.
Renato Westphal
2013-10-15
Fix whitespace and other style issues.
Renato Westphal
2013-06-04
Speed-up the session establishment process
Claudio Jeker
2013-06-04
Always accept TCP connection requests and identify to which neighbor
Claudio Jeker
2013-06-04
Implement support for adjacencies and targeted hellos
Claudio Jeker
2013-06-04
Properly implement the exponential backoff timer on session initialization
Claudio Jeker
2013-06-04
Minor adjustments in the initialization FSM
Claudio Jeker
2013-06-01
Restart the keepalive timer whenever a LDP PDU is sent. There is no need
Claudio Jeker
2013-06-01
The keepalive timeout should be configured on a global basis and not per
Claudio Jeker
[next]