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
/
sbin
Age
Commit message (
Expand
)
Author
2024-10-30
Document /var/db/dhcp6leased/uuid.
Florian Obser
2024-10-23
remove duplicate defines
Jonathan Gray
2024-10-08
apply the CVE-2024-8508 fix from unbound (put a limit on resources used
Stuart Henderson
2024-10-05
Make scaling available for normal mice, too; not just for touchpads.
Christopher Zimmermann
2024-09-29
add some commas, to aid readability;
Jason McIntyre
2024-09-25
Correct an indexing error that may leave stale data in the mousecfg buffer.
Ulf Brosziewski
2024-09-20
remove unneeded semicolons; checked by millert@
Jonathan Gray
2024-09-16
Close correct file descriptor.
Florian Obser
2024-09-15
Add handling of "Class" attribute. diff from markus
YASUOKA Masahiko
2024-09-15
remove unused variables
Jonathan Gray
2024-09-11
Fix a typo
YASUOKA Masahiko
2024-09-10
missing "Ar" in previous;
Jason McIntyre
2024-09-09
When accounting start the type attribute was added twice.
YASUOKA Masahiko
2024-09-09
Add triple-dots to synopsis as multiple name[=value] arguments may be given
Klemens Nanni
2024-09-06
Repair build with gcc.
Miod Vallat
2024-09-05
Sync to unbound 1.21.0; heavy lifting by sthen
Florian Obser
2024-09-01
dhcpleased: fix a sizeof for IMSG_REQUEST_REBOOT.
Theo Buehler
2024-08-27
Do not send zero sized vendor or client ids.
Florian Obser
2024-08-26
Use i2s instead of hard coding the imsg type. Suggested by tb.
Florian Obser
2024-08-26
errno is unset, use fatalx(3) instead of fatal(3).
Florian Obser
2024-08-26
Be stricter in what we accept from the main process.
Florian Obser
2024-08-25
Do not peek inside of struct imsg.
Florian Obser
2024-08-25
sin6_to_str and i2s take a single argument.
Florian Obser
2024-08-24
Simplify engine_showinfo_ctl()
Florian Obser
2024-08-24
Stop peeking into struct imsg when relaying control messages.
Florian Obser
2024-08-24
Do not peek inside of struct imsg.
Florian Obser
2024-08-24
Helper function for logging imsg type names.
Florian Obser
2024-08-19
correctly indent a line
Jonathan Gray
2024-08-19
Replace too flexible inet_aton(3) with getaddrinfo(3).
Florian Obser
2024-08-17
Fix some memory leaks in the RADIUS part.
YASUOKA Masahiko
2024-08-11
rework DESCRIPTION for both dhcpleased(8) and slaacd(8) to more accurately
Jason McIntyre
2024-08-09
Add 2024 root zone trust-anchor, it is expected to be used in 2026.
Florian Obser
2024-08-08
Fix a typo in log message.
YASUOKA Masahiko
2024-07-18
Fix memory leaks and improve id handling of iked_radserver_req.
YASUOKA Masahiko
2024-07-15
Add e2fs_fsmnt, and the newly defined e2fs_kbytes_written to the list of
Martijn van Duren
2024-07-15
bioctl.8:
Jason McIntyre
2024-07-14
This change allows user to define table inside the anchor like that:
Alexandr Nedvedicky
2024-07-14
Shuffle verbiage to make page more general. e.g. by mentioning
Kenneth R Westerback
2024-07-14
Fail explicitly on unexptected imsg->hdr_type. Otherwise the following
Tobias Heider
2024-07-14
sync slaacd(8) log.c to dhcpleased(8)'s version.
Florian Obser
2024-07-14
log_getverbose() is a void function
Florian Obser
2024-07-14
sync slaacd(8) log.h to dhcpleased(8) log.h
Florian Obser
2024-07-14
Unbreak tree by defining log_getverbose() for SMALL builds
Theo Buehler
2024-07-13
Reduce if_indextoname(3) usage.
Florian Obser
2024-07-13
NULL check must be inside the loop. found tobhe
YASUOKA Masahiko
2024-07-13
Fix radius.c again^2. Cancel previous and revert the latest one
YASUOKA Masahiko
2024-07-13
Fix radius.c again. Previous was old one.
YASUOKA Masahiko
2024-07-13
grammar/macro fixes for the radius text;
Jason McIntyre
2024-07-13
Fix radius.c. Previous it was broken.
YASUOKA Masahiko
2024-07-13
Add RADIUS support. Authentication, accounting, and "Dynamic
YASUOKA Masahiko
[next]