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
Age
Commit message (
Expand
)
Author
2008-12-30
Remove debug message that does not help. The problem with the initial flood
Claudio Jeker
2008-12-30
Correctly encode the IPv6 prefix. Only (prefixlen + 31)/32 * 4 bytes are
Claudio Jeker
2008-12-30
lsa_get_prefix() needs to use something else then struct lsa_prefix to
Claudio Jeker
2008-12-30
Correctly compute the options for the net LSA as pre RFC options is set to
Claudio Jeker
2008-12-30
Add code to show Link LSA. Make the other detailed views a bit shorter by
Claudio Jeker
2008-12-30
First try at originating Link (type-8) LSA. Code is wrong and the initial
Claudio Jeker
2008-12-29
Remove unused prototype.
aschrijver
2008-12-29
Recognize MPLS packets over loopback interfaces.
Michele Marchetto
2008-12-29
Handle ENOSPC in queue_update_envelope; cleanup the code a bit; ok gilles@
Jacek Masiulaniec
2008-12-28
a few documentation updates for opsf6(8) and ospf6ctl(8): remove an
Igor Sobrado
2008-12-28
Plug some memory leakage in aldap_parse by calling aldap_freemsg
Bret Lambert
2008-12-28
correct some output
Claudio Jeker
2008-12-28
Correctly display net lsa and the LSA type is now 16bit. This removes
Claudio Jeker
2008-12-28
Initial bits for originating net lsa again from Stefan Sperling with some
Claudio Jeker
2008-12-28
Part of lsa_self() works at least everything with us as adv_rtr should be
Claudio Jeker
2008-12-28
area_ospf_options() should not return network byte order options. Instead
Claudio Jeker
2008-12-28
First shot at originating router LSA, still a lot of XXX but seems to
Claudio Jeker
2008-12-28
No need to byteswap req_hdr.type as lsa_find() will do that for us.
Claudio Jeker
2008-12-28
Sync up with the last commit. Some flags are now gone.
Claudio Jeker
2008-12-28
Sync up the flags with the new and shiny RFC5340 while there introduce
Claudio Jeker
2008-12-28
Send the interface index in the correct byte order and add iface_id to
Claudio Jeker
2008-12-28
Correctly sync the FSM by issuing the NBR_EVT_NEG_DONE event before sending
Claudio Jeker
2008-12-28
Add a ugly workaround for the problem where an invalid AS4_PATH is passed
Claudio Jeker
2008-12-27
Fix memory leak.
aschrijver
2008-12-27
kill unused function; ok gilles@
Jacek Masiulaniec
2008-12-27
Manpage bits for "showqueue" -> "show queue" change.
Jacek Masiulaniec
2008-12-27
log_warn -> log_warnx
Jacek Masiulaniec
2008-12-27
cleanup; ok gilles@
Jacek Masiulaniec
2008-12-27
Put common handler code in a function; ok chl@ gilles@
Jacek Masiulaniec
2008-12-27
Merge hash() and queue_message_hash() into one func, queue_hash(). Fix callers
Jacek Masiulaniec
2008-12-27
Break showqueue and showrunqueue into 2 words; ok gilles@
Jacek Masiulaniec
2008-12-26
parse.y doesn't allow listen backlog configuration, so "bzero default" is used.
Jacek Masiulaniec
2008-12-23
Link the directory containing the MIB definitions for snmpd(8).
Reyk Floeter
2008-12-23
export the livelock counter in a private mib openBSD.5.
Reyk Floeter
2008-12-22
typo
Jacek Masiulaniec
2008-12-22
Fix few cases where "smtpctl showqueue" could exit prematurely
Jacek Masiulaniec
2008-12-22
cleanup
Jacek Masiulaniec
2008-12-22
s->s_msg.session_hostname must hold resolved hostname as well; ok gilles@
Jacek Masiulaniec
2008-12-22
Reduce IMSG_LKA_HOST to only make NI_NAMEREQD getnameinfo call. We
Jacek Masiulaniec
2008-12-22
delinting: salen may be used with no prior init; ok gilles@
Jacek Masiulaniec
2008-12-22
Remove entry from mdaproctree after reaping mda child; ok gilles@
Jacek Masiulaniec
2008-12-22
To reset state, it's enough to set s->s_state = S_HELO, rcptcount
Jacek Masiulaniec
2008-12-21
fix session flags resetting; ok gilles@
Jacek Masiulaniec
2008-12-21
- missing prototype + smtp.c was misusing session_auth_pickup()
Gilles Chehade
2008-12-21
Add more compile time checking; fix warnings reported by gcc.
Jacek Masiulaniec
2008-12-21
Add more compile time checking; fix one warning reported by gcc.
Jacek Masiulaniec
2008-12-21
- AUTH PLAIN may receive credentials as a parameter to AUTH or on a
Gilles Chehade
2008-12-20
- various improvements from Ingo Schwarze;
Jason McIntyre
2008-12-20
- update smtpd.conf to provide an example of an auth enabled listener
Gilles Chehade
2008-12-20
- import first bricks of SMTP AUTH support. currently only AUTH PLAIN is
Gilles Chehade
[next]