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
2023-11-03
typo: ignorning -> ignoring
Theo Buehler
2023-11-02
Use pfctl_fopen (which checks to ensure the given file isn't a directory)
Stuart Henderson
2023-10-29
Use clock_gettime(), not timespec_get() like other parts of ifconfig.
Todd C. Miller
2023-10-26
whitespace cleanup my fingers couldn't avoid doing while i was re-reading
Theo de Raadt
2023-10-10
Print at most pkgsize - hdrsize bytes for pfkey tag and identity to
Tobias Heider
2023-10-10
Do not copy stack garbage, that's not going to be used.
Florian Obser
2023-10-09
Add pledge("stdio") before parsing pfkey messages. This applies to
Tobias Heider
2023-10-07
Retry on empty passphrase
Klemens Nanni
2023-10-06
rename pass{word -> file} variable
Klemens Nanni
2023-09-15
Improve handling of ENOBUFS by not running in a tight loop forever.
Florian Obser
2023-09-14
satisfy non-c99 compilers
Theo de Raadt
2023-09-12
Revert accidentally committed debugging code
Theo Buehler
2023-09-11
Improve handling of ENOBUFS by not running in a tight loop forever.
Florian Obser
2023-09-06
explicitly cast ULLONG_MAX to double when comparing to a double
Robert Nagy
2023-09-06
remove unused variable
Jonathan Gray
2023-09-05
Fix indentation, found with -Wmisleading-indentation.
Florian Obser
2023-09-05
Prevent warnings from -Wmissing-prototypes
Florian Obser
2023-09-05
Fix built.
Florian Obser
2023-09-05
sync to unbound 1.18.0; heavy lifting by sthen
Florian Obser
2023-09-05
fix mismatching declaration of argument with mismatched bounds
Robert Nagy
2023-09-02
Make sure cert_type is not 0 to prevent leak of certid->id_buf.
Tobias Heider
2023-09-02
Remove unneccessary id == NULL check after dereferencing it. id can never
Tobias Heider
2023-09-02
Use a hardware based number of KDF rounds by default for passphrases
Klemens Nanni
2023-08-21
Retry passphrase on mismatch by default
Klemens Nanni
2023-08-21
Print softraid(4) errors on standard error
Klemens Nanni
2023-08-18
Make -s read passphrases without prompts or confirmation
Klemens Nanni
2023-08-14
Improve error message when if_indextoname() fails.
Tobias Heider
2023-08-14
Add explicit NULL checks for sa_cp_addr and sa_cp_addr6.
Tobias Heider
2023-08-11
Add iked support for route based sec(4) tunnels.
Tobias Heider
2023-08-08
have a go at documenting the Interface config statement.
David Gwynne
2023-08-07
add support route based ipsec vpn negotiation with sec(4) via isakmpd.
David Gwynne
2023-08-07
support configuring interface SAs for route-based ipsec vpns.
David Gwynne
2023-08-04
Convert calls to ibuf_length() where it is clear that the ibuf is not
Claudio Jeker
2023-08-02
add EXIT STATUS section with information for the exec subcommand
aisha
2023-07-28
Implement print_hexbuf() to hexdump the contents of an ibuf.
Claudio Jeker
2023-07-28
Use ibuf_data() instead of accessing the ibuf buf pointer directly.
Claudio Jeker
2023-07-23
use SMALL to save a shave mfs and tmpfs bits in install media
Klemens Nanni
2023-07-18
Enable LRO for TCP per default in the network drivers.
Alexander Bluhm
2023-07-18
Kill ibuf_cat() since there is now ibuf_add_buf() in the official API.
Claudio Jeker
2023-07-16
Merge ibuf_get() with ibuf_getdata() and rename it to ibuf_getdata().
Claudio Jeker
2023-07-06
Rectify -s lie
Klemens Nanni
2023-07-05
Simplify and clarify the description of auto allocation.
Kenneth R Westerback
2023-07-05
Restore (R)esize functionality to sparc64 disklabel(8).
Kenneth R Westerback
2023-07-03
An empty string indicates there is no NXTNUM().
Kenneth R Westerback
2023-07-03
Nuke unused label 'next:'.
Kenneth R Westerback
2023-07-03
The only thing worse than treating 'return' as a function call is
Kenneth R Westerback
2023-07-02
Add button mappings for two- and three-finger clicks on clickpads.
Ulf Brosziewski
2023-06-29
Fix handling of 'N-* 100' template entries.
Kenneth R Westerback
2023-06-28
Add support to verify X509 chain from CERT payloads.
Tobias Heider
2023-06-28
Don't call daemon() after proc_init(), otherwise the child processes
Gerhard Roth
[next]