2021-09-22 |
eric | decode srs-encoded address in the right place. |
commit | commitdiff | tree | snapshot |
2021-09-22 |
eric | sync table_db capabilities with table_static |
commit | commitdiff | tree | snapshot |
2021-09-22 |
kettenis | Add a workaround for machines where the framebuffer... |
commit | commitdiff | tree | snapshot |
2021-09-22 |
anton | Prevent ucc keyboards from changing the wsmux keyboard... |
commit | commitdiff | tree | snapshot |
2021-09-22 |
nicm | Fix command prompt with multiple prompts (add the resul... |
commit | commitdiff | tree | snapshot |
2021-09-21 |
bluhm | Add NUL termination to btfile content to avoid that... |
commit | commitdiff | tree | snapshot |
2021-09-21 |
deraadt | ctfstrip uses objcopy behind the scenes, meaning objcop... |
commit | commitdiff | tree | snapshot |
2021-09-21 |
bluhm | The cflags -DSUN_CYLCHECK -DSUN_AAT0 were removed accid... |
commit | commitdiff | tree | snapshot |
2021-09-21 |
florian | Use upercase DHCP and sprinkle in some ":". |
commit | commitdiff | tree | snapshot |
2021-09-21 |
kettenis | During resume, also restore pins that we configured... |
commit | commitdiff | tree | snapshot |
2021-09-21 |
benno | bump rpki-client version |
commit | commitdiff | tree | snapshot |
2021-09-21 |
claudio | Move us to OpenBGPD 7.2 |
commit | commitdiff | tree | snapshot |
2021-09-20 |
deraadt | jmc was a bit too eager and deleted the -DSUN_CYLCHECK... |
commit | commitdiff | tree | snapshot |
2021-09-20 |
anton | Changing the encoding of a ucc keyboard doesn't make... |
commit | commitdiff | tree | snapshot |
2021-09-20 |
florian | Document how a 0 byte can be encoded for client-id. |
commit | commitdiff | tree | snapshot |
2021-09-20 |
tb | Fix release day and emacs version |
commit | commitdiff | tree | snapshot |
2021-09-20 |
claudio | Use proper sigsuspend() instead of old pause() and... |
commit | commitdiff | tree | snapshot |
2021-09-20 |
florian | According to RFC 2132 (9.14. Client identifier) a hardw... |
commit | commitdiff | tree | snapshot |
2021-09-20 |
inoguchi | Fix appstest.sh for testing with OpenSSL 3.0 |
commit | commitdiff | tree | snapshot |
2021-09-20 |
djm | fix missing -s in SYNOPSYS and usage() as well as a... |
commit | commitdiff | tree | snapshot |
2021-09-20 |
dtucker | Fix "Allocated port" debug message for unix sockets... |
commit | commitdiff | tree | snapshot |
2021-09-20 |
djm | Switch scp back to use the old protocol by default... |
commit | commitdiff | tree | snapshot |
2021-09-20 |
jmatthew | wire up bpf correctly |
commit | commitdiff | tree | snapshot |
2021-09-20 |
jmatthew | pci_mapreg_map() will assign an address to the BAR... |
commit | commitdiff | tree | snapshot |
2021-09-19 |
benno | bump example versions |
commit | commitdiff | tree | snapshot |
2021-09-19 |
benno | disable pool debug for release |
commit | commitdiff | tree | snapshot |
2021-09-19 |
deraadt | adjust date |
commit | commitdiff | tree | snapshot |
2021-09-19 |
cwen | login.conf: raise datasize-cur limits for pbuild on... |
commit | commitdiff | tree | snapshot |
2021-09-19 |
deraadt | adjust date |
commit | commitdiff | tree | snapshot |
2021-09-19 |
mpi | Unlock top part of the VM fault handler. |
commit | commitdiff | tree | snapshot |
2021-09-19 |
bluhm | The LocalDomain in syslogd(8) is not used, remove variable. |
commit | commitdiff | tree | snapshot |
2021-09-19 |
tb | Switch two calls from memset() to explicit_bzero() |
commit | commitdiff | tree | snapshot |
2021-09-19 |
claudio | At least t_fork and t_vfork tests need coredumps enable... |
commit | commitdiff | tree | snapshot |
2021-09-18 |
claudio | check_send_expect() does some nasty ibuf magic to allow... |
commit | commitdiff | tree | snapshot |
2021-09-18 |
kettenis | Work around a BIOS bug on Lenovo Thinkpads based on... |
commit | commitdiff | tree | snapshot |
2021-09-18 |
deraadt | upon length check or other failure, explicit_bzero... |
commit | commitdiff | tree | snapshot |
2021-09-18 |
deraadt | freezero() instead of free(), because the object may... |
commit | commitdiff | tree | snapshot |
2021-09-18 |
djm | better error message for ~user failures when the sftp... |
commit | commitdiff | tree | snapshot |
2021-09-17 |
sthen | Fix subjectAlternativeName (SAN) generation for CSRs... |
commit | commitdiff | tree | snapshot |
2021-09-17 |
deraadt | these files do not need sys/param.h |
commit | commitdiff | tree | snapshot |
2021-09-17 |
deraadt | sys/param.h was only used for PAGE_MASK. use getpagesi... |
commit | commitdiff | tree | snapshot |
2021-09-17 |
deraadt | sys/param.h is not needed by this file |
commit | commitdiff | tree | snapshot |
2021-09-17 |
deraadt | sys/param.h is only needed for MAXCOMLEN, but a few... |
commit | commitdiff | tree | snapshot |
2021-09-17 |
deraadt | the ioctl table generation does not require sys/param.h |
commit | commitdiff | tree | snapshot |
2021-09-17 |
deraadt | sys/param.h is not needed in these files |
commit | commitdiff | tree | snapshot |
2021-09-17 |
deraadt | sys/param.h is not needed in this file |
commit | commitdiff | tree | snapshot |
2021-09-17 |
aoyama | Sync 1bpp initial palette setting with NetBSD/luna68k. |
commit | commitdiff | tree | snapshot |
2021-09-17 |
jca | Implement __builtin_clear_cache() on riscv64 |
commit | commitdiff | tree | snapshot |
2021-09-17 |
nicm | Do not destroy sessions twice, GitHub issue 2889. |
commit | commitdiff | tree | snapshot |
2021-09-17 |
anton | add missing sudo |
commit | commitdiff | tree | snapshot |
2021-09-16 |
jsing | Implement flushing for TLSv1.3 handshakes. |
commit | commitdiff | tree | snapshot |
2021-09-16 |
djm | make some more scp-in-SFTP mode better match Unix idioms |
commit | commitdiff | tree | snapshot |
2021-09-16 |
djm | allow log_stderr==2 to prefix log messages with argv[0] |
commit | commitdiff | tree | snapshot |
2021-09-16 |
florian | dhcpleased(8) does not (yet?) track if routes it added... |
commit | commitdiff | tree | snapshot |
2021-09-16 |
visa | tcpdump: Fix data alignment issue in WireGuard printer |
commit | commitdiff | tree | snapshot |
2021-09-16 |
visa | Add EXTRACT_LE_64BITS(). |
commit | commitdiff | tree | snapshot |
2021-09-16 |
anton | various improvements: |
commit | commitdiff | tree | snapshot |
2021-09-16 |
nicm | Fix run-shell -d with no command, GitHub issue 2885. |
commit | commitdiff | tree | snapshot |
2021-09-16 |
jmc | sync SYNOPSIS and usage(); ok florian |
commit | commitdiff | tree | snapshot |
2021-09-16 |
djm | missing space character in ssh -G output broke the... |
commit | commitdiff | tree | snapshot |
2021-09-16 |
jsg | drm/amdgpu/acp: Make PM domain really work |
commit | commitdiff | tree | snapshot |
2021-09-15 |
tb | bump to LibreSSL 3.4.1 |
commit | commitdiff | tree | snapshot |
2021-09-15 |
claudio | Set the X509 validation depth limit to 12 or double... |
commit | commitdiff | tree | snapshot |
2021-09-15 |
florian | Explain that traceroute compresses * * * lines at the... |
commit | commitdiff | tree | snapshot |
2021-09-15 |
florian | Rewrite and simplify dhcpleasectl(8). |
commit | commitdiff | tree | snapshot |
2021-09-15 |
fcambus | Add build infrastructure for the libclang_rt.profile... |
commit | commitdiff | tree | snapshot |
2021-09-15 |
nicm | For the moment, restore if-shell and run-shell to parsi... |
commit | commitdiff | tree | snapshot |
2021-09-15 |
djm | allow CanonicalizePermittedCNAMEs=none in ssh_config... |
commit | commitdiff | tree | snapshot |
2021-09-15 |
florian | Remove configured routes no longer present in lease. |
commit | commitdiff | tree | snapshot |
2021-09-15 |
anton | Improve the uhid(4) manual: |
commit | commitdiff | tree | snapshot |
2021-09-15 |
anton | Change the errno to ENOTTY when encountering an unknown... |
commit | commitdiff | tree | snapshot |
2021-09-14 |
inoguchi | Avoid typedef redefinition |
commit | commitdiff | tree | snapshot |
2021-09-14 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2021-09-14 |
tb | Add missing void to definition of http_init(). |
commit | commitdiff | tree | snapshot |
2021-09-14 |
kettenis | Cleanup some style issues and remove some unused code... |
commit | commitdiff | tree | snapshot |
2021-09-14 |
kettenis | Cleanup some style issues. |
commit | commitdiff | tree | snapshot |
2021-09-14 |
kettenis | Make pmap_extract() mpsafe by grabbing the kernel lock... |
commit | commitdiff | tree | snapshot |
2021-09-14 |
kettenis | Make pmap_extract() mpsafe by grabbing the kernel lock... |
commit | commitdiff | tree | snapshot |
2021-09-14 |
tb | zap trailing white space |
commit | commitdiff | tree | snapshot |
2021-09-14 |
tb | Call the info cb on connect/accept exit in TLSv1.3 |
commit | commitdiff | tree | snapshot |
2021-09-14 |
schwarze | provide a small manual page for the SSL_set_psk_use_ses... |
commit | commitdiff | tree | snapshot |
2021-09-14 |
sthen | /usr/bin/timeout should not be in man sets |
commit | commitdiff | tree | snapshot |
2021-09-14 |
schwarze | Merge the stub SSL_SESSION_is_resumable(3) manual page... |
commit | commitdiff | tree | snapshot |
2021-09-14 |
schwarze | As suggested by tb@, merge the description of OPENSSL_E... |
commit | commitdiff | tree | snapshot |
2021-09-14 |
jca | Sync |
commit | commitdiff | tree | snapshot |
2021-09-14 |
jca | Provide instruction cache invalidation through sysarch... |
commit | commitdiff | tree | snapshot |
2021-09-14 |
claudio | Do not download more than 300 deltas to sync a RRDP... |
commit | commitdiff | tree | snapshot |
2021-09-14 |
mbuhl | put back the mux_ctx memleak fix for SSH_CHANNEL_MUX_CLIENT |
commit | commitdiff | tree | snapshot |
2021-09-14 |
mpi | Fix regression test, prodded by bluhm@ |
commit | commitdiff | tree | snapshot |
2021-09-14 |
mvs | Add missing kernel lock for Bi-directional Forwarding... |
commit | commitdiff | tree | snapshot |
2021-09-14 |
jan | Enable cy(4) on amd64. |
commit | commitdiff | tree | snapshot |
2021-09-14 |
florian | When the dhcp server is unreachable via unicast UDP... |
commit | commitdiff | tree | snapshot |
2021-09-13 |
dv | vmm(4): add limit to number of vcpus |
commit | commitdiff | tree | snapshot |
2021-09-13 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2021-09-13 |
jmc | fix SEE ALSO; |
commit | commitdiff | tree | snapshot |
2021-09-13 |
jmc | various formatting fixes; |
commit | commitdiff | tree | snapshot |
2021-09-13 |
jmc | tweak text in previous and fix SEE ALSO; |
commit | commitdiff | tree | snapshot |
2021-09-13 |
claudio | In X509_check_issued() do the same dance around x509v3_... |
commit | commitdiff | tree | snapshot |
2021-09-13 |
krw | disk.dk_size can't be 0 as we errx() if that happens... |
commit | commitdiff | tree | snapshot |
2021-09-13 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
next |