artulab
projects
/
openbsd
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
openbsd
2024-07-02
yasuoka
Fix previous. The place of "accounting" was wrong.
commit
|
commitdiff
|
tree
|
snapshot
2024-07-02
yasuoka
Add support for RADIUS accounting.
commit
|
commitdiff
|
tree
|
snapshot
2024-07-02
yasuoka
Change the syntax for "module" and "authenticate"....
commit
|
commitdiff
|
tree
|
snapshot
2024-07-01
yasuoka
Stop scheduling an I/O event by the timer when the...
commit
|
commitdiff
|
tree
|
snapshot
2024-07-01
deraadt
signal handler must use the save_errno dance, and massa...
commit
|
commitdiff
|
tree
|
snapshot
2024-07-01
deraadt
missing save_errno dance inside non-terminal signal...
commit
|
commitdiff
|
tree
|
snapshot
2024-07-01
jmc
tidy up the text in previous; ok yasuoka
commit
|
commitdiff
|
tree
|
snapshot
2024-07-01
yasuoka
Enclose IPv6 address in a square bracket if the address...
commit
|
commitdiff
|
tree
|
snapshot
2024-07-01
kettenis
Don't crash if we can't read the temperature for a...
commit
|
commitdiff
|
tree
|
snapshot
2024-07-01
bluhm
Explicit TLS handshake with syslog client.
commit
|
commitdiff
|
tree
|
snapshot
2024-07-01
yasuoka
Modify IPCP to use {D,NB}NS servers from RADIUS. Also...
commit
|
commitdiff
|
tree
|
snapshot
2024-07-01
yasuoka
Exit with an error code when error or module die.
commit
|
commitdiff
|
tree
|
snapshot
2024-07-01
yasuoka
Set SO_REUSEADDR for the listening socket. This makes...
commit
|
commitdiff
|
tree
|
snapshot
2024-07-01
djm
openssh-9.8
commit
|
commitdiff
|
tree
|
snapshot
2024-07-01
djm
when sending ObscureKeystrokeTiming chaff packets,...
commit
|
commitdiff
|
tree
|
snapshot
2024-07-01
yasuoka
Call daemon(3) before parse_config() since parse_config...
commit
|
commitdiff
|
tree
|
snapshot
2024-07-01
yasuoka
Remove unused secret field from struct radiusd_authenti...
commit
|
commitdiff
|
tree
|
snapshot
2024-07-01
yasuoka
Don't receive decoration when not requested.
commit
|
commitdiff
|
tree
|
snapshot
2024-07-01
yasuoka
Show config error when -n
commit
|
commitdiff
|
tree
|
snapshot
2024-07-01
yasuoka
Add missing size check.
commit
|
commitdiff
|
tree
|
snapshot
2024-07-01
yasuoka
"secret" without quote can be used for key or value...
commit
|
commitdiff
|
tree
|
snapshot
2024-07-01
yasuoka
Tweak a white space.
commit
|
commitdiff
|
tree
|
snapshot
2024-07-01
yasuoka
Delete a garbage empty definition.
commit
|
commitdiff
|
tree
|
snapshot
2024-07-01
djm
use "lcd" to change directory before "lls" rather then...
commit
|
commitdiff
|
tree
|
snapshot
2024-07-01
jsg
Remove history of the tms struct. It is tied to the...
commit
|
commitdiff
|
tree
|
snapshot
2024-06-30
jsg
correct history; first mention of /etc/rc in init manua...
commit
|
commitdiff
|
tree
|
snapshot
2024-06-30
jsg
correct history; dmesg appeared (without a manual page...
commit
|
commitdiff
|
tree
|
snapshot
2024-06-30
deraadt
we don't need the NOBYFOUR space-savings option anymore...
commit
|
commitdiff
|
tree
|
snapshot
2024-06-30
deraadt
delete dhclient(8). ipv4 dhcp leases have been acquire...
commit
|
commitdiff
|
tree
|
snapshot
2024-06-30
florian
Clearify "force" and "preference" interaction.
commit
|
commitdiff
|
tree
|
snapshot
2024-06-30
jsing
Remove lhash statistics.
commit
|
commitdiff
|
tree
|
snapshot
2024-06-30
krw
Use howmany() to calculate how many prpl entries are...
commit
|
commitdiff
|
tree
|
snapshot
2024-06-30
kevlo
Add support for the Realtek RTL8126 chip to the rge...
commit
|
commitdiff
|
tree
|
snapshot
2024-06-30
kevlo
regen
commit
|
commitdiff
|
tree
|
snapshot
2024-06-30
kevlo
Add Realtek RTL8126.
commit
|
commitdiff
|
tree
|
snapshot
2024-06-30
tb
sync with base
commit
|
commitdiff
|
tree
|
snapshot
2024-06-30
tb
cast string literals with z_const char *
commit
|
commitdiff
|
tree
|
snapshot
2024-06-30
tb
Z_HUFFMAN -> Z_HUFFMAN_ONLY + linewrapping churn in...
commit
|
commitdiff
|
tree
|
snapshot
2024-06-30
jsg
remove struct acpi_parsestate, unused since dsdt.c...
commit
|
commitdiff
|
tree
|
snapshot
2024-06-29
jsg
remove defines for acpi ioctls, unused since acpi.c...
commit
|
commitdiff
|
tree
|
snapshot
2024-06-29
jsg
remove struct acpi_dev_rank, unused since acpi.c rev...
commit
|
commitdiff
|
tree
|
snapshot
2024-06-29
florian
Disable the shared cache between resolvers for now.
commit
|
commitdiff
|
tree
|
snapshot
2024-06-29
tb
Z_HUFFMAN -> Z_HUFFMAN_ONLY
commit
|
commitdiff
|
tree
|
snapshot
2024-06-29
jsg
remove unused vars
commit
|
commitdiff
|
tree
|
snapshot
2024-06-29
yasuoka
Fix typos in previous.
commit
|
commitdiff
|
tree
|
snapshot
2024-06-29
jsg
remove unused vars
commit
|
commitdiff
|
tree
|
snapshot
2024-06-29
jsg
remove unused var
commit
|
commitdiff
|
tree
|
snapshot
2024-06-29
tb
fix typo
commit
|
commitdiff
|
tree
|
snapshot
2024-06-29
yasuoka
Add variables for RFC 5176 Error Cause.
commit
|
commitdiff
|
tree
|
snapshot
2024-06-29
yasuoka
Add variables for DAE for RADIUS (RFC 5176).
commit
|
commitdiff
|
tree
|
snapshot
2024-06-28
bluhm
Link regress unp-write-closed to build.
commit
|
commitdiff
|
tree
|
snapshot
2024-06-28
mvs
Restore original EPIPE and ENOTCONN errors priority...
commit
|
commitdiff
|
tree
|
snapshot
2024-06-28
bluhm
Test writing to socket pair closed by the other side...
commit
|
commitdiff
|
tree
|
snapshot
2024-06-28
tb
Add more regress coverage for SSL_select_next_proto()
commit
|
commitdiff
|
tree
|
snapshot
2024-06-28
tb
The ALPN callback should really ignore the out paramete...
commit
|
commitdiff
|
tree
|
snapshot
2024-06-28
jan
Cleanup control queue checks in vio(4).
commit
|
commitdiff
|
tree
|
snapshot
2024-06-28
tb
Fix SSL_select_next_proto()
commit
|
commitdiff
|
tree
|
snapshot
2024-06-28
jsing
Remove handling of SSLv2 client hello messages.
commit
|
commitdiff
|
tree
|
snapshot
2024-06-28
jsg
drm/amdgpu: fix UBSAN warning in kv_dpm.c
commit
|
commitdiff
|
tree
|
snapshot
2024-06-28
jsg
drm/radeon: fix UBSAN warning in kv_dpm.c
commit
|
commitdiff
|
tree
|
snapshot
2024-06-28
jsg
drm/i915/mso: using joiner is not possible with eDP MSO
commit
|
commitdiff
|
tree
|
snapshot
2024-06-27
djm
delete obsolete comment
commit
|
commitdiff
|
tree
|
snapshot
2024-06-27
djm
retire unused API
commit
|
commitdiff
|
tree
|
snapshot
2024-06-27
mglocker
Clear interrupt before we process the request as specif...
commit
|
commitdiff
|
tree
|
snapshot
2024-06-27
jmc
ssl(8) no longer contains a HISTORY section;
commit
|
commitdiff
|
tree
|
snapshot
2024-06-27
jmc
space before punctuation in macro;
commit
|
commitdiff
|
tree
|
snapshot
2024-06-27
florian
Remove outdated references to dhclient, it's finally...
commit
|
commitdiff
|
tree
|
snapshot
2024-06-27
florian
dhclient hasn't prodded us in a long time to renew...
commit
|
commitdiff
|
tree
|
snapshot
2024-06-27
kettenis
Implement ts_set_limit() for rk3588. This makes therma...
commit
|
commitdiff
|
tree
|
snapshot
2024-06-27
kettenis
Implement an optional callback function for thermal...
commit
|
commitdiff
|
tree
|
snapshot
2024-06-26
djm
move child process waitpid() loop out of SIGCHLD handler;
commit
|
commitdiff
|
tree
|
snapshot
2024-06-26
deraadt
Instead of using possibly complex ssh_signal(), write...
commit
|
commitdiff
|
tree
|
snapshot
2024-06-26
deraadt
save_errno wrappers inside two small signal handlers...
commit
|
commitdiff
|
tree
|
snapshot
2024-06-26
asou
Remove unnecessary structure declaration.
commit
|
commitdiff
|
tree
|
snapshot
2024-06-26
mvs
Push socket re-lock to the vnode(9) release path within...
commit
|
commitdiff
|
tree
|
snapshot
2024-06-26
claudio
Bump version
commit
|
commitdiff
|
tree
|
snapshot
2024-06-26
tb
remove psk_idx from tlsext_randomize_build_order()
commit
|
commitdiff
|
tree
|
snapshot
2024-06-26
tb
tls_extension_find(): make output index optional
commit
|
commitdiff
|
tree
|
snapshot
2024-06-26
jsg
return type on a dedicated line when declaring functions
commit
|
commitdiff
|
tree
|
snapshot
2024-06-25
jsing
Implement RSA key exchange in constant time.
commit
|
commitdiff
|
tree
|
snapshot
2024-06-25
claudio
When filling prefixes with pt_writebuf() keep 2 bytes...
commit
|
commitdiff
|
tree
|
snapshot
2024-06-25
kettenis
Print the last non-wakeup interrupt received during...
commit
|
commitdiff
|
tree
|
snapshot
2024-06-25
kettenis
Implement sleep button and EC events as wakeup events...
commit
|
commitdiff
|
tree
|
snapshot
2024-06-25
tb
Fix TLS extension shuffling
commit
|
commitdiff
|
tree
|
snapshot
2024-06-24
bluhm
Show AMD SEV bits during identify CPU in dmesg.
commit
|
commitdiff
|
tree
|
snapshot
2024-06-24
mglocker
Some machines send AC change notifications to acpibat...
commit
|
commitdiff
|
tree
|
snapshot
2024-06-24
deraadt
changing EINVAL from "has no associated size" to "has...
commit
|
commitdiff
|
tree
|
snapshot
2024-06-24
bluhm
Explicitly allocate stack memory for ICMP payload in...
commit
|
commitdiff
|
tree
|
snapshot
2024-06-24
nicm
Add a way (refresh-client -r) for control mode clients...
commit
|
commitdiff
|
tree
|
snapshot
2024-06-24
nicm
Check the underline style colour against the correct...
commit
|
commitdiff
|
tree
|
snapshot
2024-06-24
jmc
- uppercase start of sentence
commit
|
commitdiff
|
tree
|
snapshot
2024-06-24
tb
ssl_err: KNF tweak
commit
|
commitdiff
|
tree
|
snapshot
2024-06-24
tb
ssl_err: fix whitespace
commit
|
commitdiff
|
tree
|
snapshot
2024-06-24
tb
libcrypto: constify most error string tables
commit
|
commitdiff
|
tree
|
snapshot
2024-06-24
tb
x509_conf: rename the merr label into err
commit
|
commitdiff
|
tree
|
snapshot
2024-06-24
jsg
Studio -> Mac Studio; from Bryan Vyhmeister
commit
|
commitdiff
|
tree
|
snapshot
2024-06-24
djm
mention SshdSessionPath option
commit
|
commitdiff
|
tree
|
snapshot
2024-06-24
jsg
drm/i915: Fix audio component initialization
commit
|
commitdiff
|
tree
|
snapshot
2024-06-24
jsg
drm/i915/dpt: Make DPT object unshrinkable
commit
|
commitdiff
|
tree
|
snapshot
2024-06-24
jsg
drm/i915/gt: Disarm breadcrumbs if engines are already...
commit
|
commitdiff
|
tree
|
snapshot
next