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
2022-01-04
Pass the filename back from the parser to the parent.
Claudio Jeker
2022-01-04
Fix -n mode by setting repository states to REPO_DONE instead of the
Claudio Jeker
2022-01-04
Simplify the verify callback
Theo Buehler
2022-01-04
Try to handle possible vm_register() failures and return an error back
Claudio Jeker
2022-01-04
Remove unused imsg type IMSG_VMDOP_RECEIVE_VM_RESPONSE.
Claudio Jeker
2022-01-04
Another -Wunused-but-set-variable fix.
Claudio Jeker
2022-01-04
Fix some simple -Wunused-but-set-variable warnings.
Claudio Jeker
2022-01-04
Stop setting X509_V_FLAG_IGNORE_CRITICAL
Theo Buehler
2022-01-01
Multiprocol -> Multiprotocol
Jonathan Gray
2021-12-30
relayd(8): don't create sockets between CAs and RELAYs.
Dave Voutila
2021-12-30
Add back support for -B net -b bsd.rd which emulates a PXE install and
Claudio Jeker
2021-12-29
Cleanup struct entity. Remove the unneeded has_data field, the same
Claudio Jeker
2021-12-29
Merge multiple similar code bits together into repo_done(). Which currently
Claudio Jeker
2021-12-26
fix spelling of inheritance
Theo Buehler
2021-12-26
Check ipAddrBlock and autonomousSysNum for criticality
Theo Buehler
2021-12-23
fix off by one in bounds test
Jonathan Gray
2021-12-23
make array bounds in unix2dosfn() prototype match function
Jonathan Gray
2021-12-22
Trivial update to 4.3.9.
Florian Obser
2021-12-22
Replace two questionable size_t types. For the repo id use a unsigned int
Claudio Jeker
2021-12-22
The maxlength is optional in roa entries. By setting it to the address
Claudio Jeker
2021-12-21
Cleanup a few things while reading the code.
Claudio Jeker
2021-12-21
Simplify code a bit. There is only one TA per TAL and so only one
Claudio Jeker
2021-12-20
When removing the last value from an attribute in ldap_del_values()
Claudio Jeker
2021-12-20
Add some debug messages in validate_entry() that explain why
Claudio Jeker
2021-12-19
log_warn -> log_warnx since the warning printed uses tls_error()
Claudio Jeker
2021-12-15
include unistd.h directly rather than pulling it in via zlib's zconf.h
Theo Buehler
2021-12-15
ldapd always uses O_CREAT when reopening database files, so the database
Jonathan Matthew
2021-12-15
PATH_MAX+1 rarely makes sense, and abort if this happens in the imsg.
Theo de Raadt
2021-12-13
including sys/cdefs.h manually started as a result of netbsd trying to
Theo de Raadt
2018-04-27
Import lpd, a re-implementation of the lpr daemon following the latest
Eric Faurot
2021-12-13
Let dnsproc pass multiple addresses to netproc
Jeremie Courreges-Anglas
2021-12-08
relayd/ssl.c: Remove a workaround that uses a copy of the old
Theo Buehler
2021-12-08
zap a stray space
Theo Buehler
2021-12-07
Delete the last emulation callbacks: we're Just ELF, so declare
Philip Guenther
2021-12-07
Use one common function to build the base directory path for repositories.
Claudio Jeker
2021-12-05
fix use after free
Jonathan Gray
2021-12-05
fix unintended sizeof pointer
Jonathan Gray
2021-12-04
list backup files created by adduser; from leon fischer
Jason McIntyre
2021-12-04
Do not setup pipes between SERVER processes, they don't talk to each
Florian Obser
2021-12-03
Apply the same MAX_IP_SIZE limit to ROA files as it is done on certificates.
Claudio Jeker
2021-12-03
Clarify manpage
Job Snijders
2021-12-01
we do not need 'struct mbuf; struct rtentry;' to satisfy some ancient unix
Theo de Raadt
2021-11-29
tcpdump: convert print-ipsec to a EVP_CIPHER_CTX on the heap.
Theo Buehler
2021-11-29
mostly avoid sys/param.h with a local nitems()
Theo de Raadt
2021-11-28
Stop using MAXBSIZE to eliminate sys/param.h including (which injects a
Theo de Raadt
2021-11-28
remove sys/param.h includes by stopping use of NODEV, ALIGNED and ALIGN().
Theo de Raadt
2021-11-26
use the keywords instead of vague english so that it's indexed better by
Marc Espie
2021-11-26
document annotation interactions with pkg_mklocatedb
Marc Espie
2021-11-25
forgot the case about find... oops
Marc Espie
2021-11-25
Initialize the repo_timeout to timeout / 4 at start of main().
Claudio Jeker
[next]