artulab
projects
/
openbsd
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
openbsd
2023-12-18
djm
openssh-9.6
commit
|
commitdiff
|
tree
|
snapshot
2023-12-18
djm
ssh-agent: record failed session-bind attempts
commit
|
commitdiff
|
tree
|
snapshot
2023-12-18
djm
ban user/hostnames with most shell metacharacters
commit
|
commitdiff
|
tree
|
snapshot
2023-12-18
djm
stricter handling of channel window limits
commit
|
commitdiff
|
tree
|
snapshot
2023-12-18
djm
Make it possible to load certs from PKCS#11 tokens
commit
|
commitdiff
|
tree
|
snapshot
2023-12-18
djm
apply destination constraints to all p11 keys
commit
|
commitdiff
|
tree
|
snapshot
2023-12-18
djm
add "ext-info-in-auth@openssh.com" extension
commit
|
commitdiff
|
tree
|
snapshot
2023-12-18
djm
implement "strict key exchange" in ssh and sshd
commit
|
commitdiff
|
tree
|
snapshot
2023-12-18
bluhm
Fix race between ifconfig destroy and ARP timer.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-18
otto
Check if calloc calls succeeded; ok millert@
commit
|
commitdiff
|
tree
|
snapshot
2023-12-18
tb
Clean up EVP_PBE_CipherInit() a little
commit
|
commitdiff
|
tree
|
snapshot
2023-12-18
bluhm
Run bind(2) system call in parallel.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-18
benno
bump version
commit
|
commitdiff
|
tree
|
snapshot
2023-12-18
martijn
Fix two memory leaks:
commit
|
commitdiff
|
tree
|
snapshot
2023-12-18
tb
Remove EVP_MD_meth_*() dependency
commit
|
commitdiff
|
tree
|
snapshot
2023-12-17
tb
c2sp: replace openssl 3.0 with 3.2 support
commit
|
commitdiff
|
tree
|
snapshot
2023-12-16
mvs
Make `fuse_rd_filtops' mpsafe.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-16
mvs
Rework pflowioctl() lock dances.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-16
tb
ASN1_STRING_TABLE_get.3: grammar: have -> has
commit
|
commitdiff
|
tree
|
snapshot
2023-12-16
tb
EVP_EncryptUpdate(): make block_size and block_mask...
commit
|
commitdiff
|
tree
|
snapshot
2023-12-16
tb
First cleanup pass over EVP_EncryptUpdate()
commit
|
commitdiff
|
tree
|
snapshot
2023-12-16
tb
Move EVP_PBE_find() next to the tables
commit
|
commitdiff
|
tree
|
snapshot
2023-12-16
tb
Remove OBJ_bsearch_() usage from PBE
commit
|
commitdiff
|
tree
|
snapshot
2023-12-16
tb
Using two different spellings of NULL in the same line...
commit
|
commitdiff
|
tree
|
snapshot
2023-12-16
tb
Annotate incorrect value for ub_email_address
commit
|
commitdiff
|
tree
|
snapshot
2023-12-16
tb
Neuter the ASN1_STRING_TABLE modification API
commit
|
commitdiff
|
tree
|
snapshot
2023-12-16
tb
Remove call to ASN1_STRING_TABLE_cleanup()
commit
|
commitdiff
|
tree
|
snapshot
2023-12-16
tb
asn1.h: mark a type and a bunch of macros for removal
commit
|
commitdiff
|
tree
|
snapshot
2023-12-16
tb
sync
commit
|
commitdiff
|
tree
|
snapshot
2023-12-16
tb
Rename ASN1_STRING_TABLE_add manual to _get
commit
|
commitdiff
|
tree
|
snapshot
2023-12-16
tb
Remove ASN1_STRING_TABLE_{add,cleanup}() documentation
commit
|
commitdiff
|
tree
|
snapshot
2023-12-16
tb
Implement and use a do_cipher() wrapper
commit
|
commitdiff
|
tree
|
snapshot
2023-12-16
aoyama
Fix phdr name in ld.script.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-15
tb
Remove the string_table test
commit
|
commitdiff
|
tree
|
snapshot
2023-12-15
tb
Remove strings.h again
commit
|
commitdiff
|
tree
|
snapshot
2023-12-15
jca
Run non-daemons services in a different process group...
commit
|
commitdiff
|
tree
|
snapshot
2023-12-15
miod
Drop no-longer-applicable comment.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-15
deraadt
provide the pieces for ktrace/kdump to observe pinsysca...
commit
|
commitdiff
|
tree
|
snapshot
2023-12-15
tb
Remove EVP_PBE_cleanup() from EVP_cleanup()
commit
|
commitdiff
|
tree
|
snapshot
2023-12-15
tb
Move all the neutered PBE API to the bottom of the...
commit
|
commitdiff
|
tree
|
snapshot
2023-12-15
tb
Remove unprotected global state from EVP_PBE
commit
|
commitdiff
|
tree
|
snapshot
2023-12-15
tb
Fix a return value confusion in chacha20_poly1305_cipher()
commit
|
commitdiff
|
tree
|
snapshot
2023-12-15
tb
Disallow ciphers with EVP_CIPH_FLAG_CUSTOM_CIPHER in...
commit
|
commitdiff
|
tree
|
snapshot
2023-12-15
tb
Document EVP_Cipher() in code
commit
|
commitdiff
|
tree
|
snapshot
2023-12-15
tb
Move EVP_Cipher() from evp_lib.c to evp_enc.c
commit
|
commitdiff
|
tree
|
snapshot
2023-12-15
kn
No interactive shell if -o is given
commit
|
commitdiff
|
tree
|
snapshot
2023-12-15
miod
Sync limits with octeon.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-15
tb
Clean up includes
commit
|
commitdiff
|
tree
|
snapshot
2023-12-15
tb
Neuter EVP_PKEY_asn1_add{0,_alias}()
commit
|
commitdiff
|
tree
|
snapshot
2023-12-15
jmatthew
For amd64 cdXX.iso and installXX.iso, create an EFI...
commit
|
commitdiff
|
tree
|
snapshot
2023-12-15
tb
Hoist OBJ_sn2nid() over OBJ_ln2nid()
commit
|
commitdiff
|
tree
|
snapshot
2023-12-15
tb
Coverity rightly points out that an unsigned int is...
commit
|
commitdiff
|
tree
|
snapshot
2023-12-15
bluhm
Use inpcb table mutex to set addresses.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-14
tb
OBJ_create: sorry Omar, aobj is a better name than op
commit
|
commitdiff
|
tree
|
snapshot
2023-12-14
tb
OBJ_create: use a nid variable to avoid nested function...
commit
|
commitdiff
|
tree
|
snapshot
2023-12-14
tb
OBJ_create: malloc() -> calloc()
commit
|
commitdiff
|
tree
|
snapshot
2023-12-14
tb
OBJ_create: test and assign as usual
commit
|
commitdiff
|
tree
|
snapshot
2023-12-14
tb
OBJ_create: initialize buf and turn function into singl...
commit
|
commitdiff
|
tree
|
snapshot
2023-12-14
tb
OBJ_create: rename ok to ret and make it last declaration
commit
|
commitdiff
|
tree
|
snapshot
2023-12-14
tb
OBJ_create(): rename i to len
commit
|
commitdiff
|
tree
|
snapshot
2023-12-14
tb
OBJ_create(): remove pointless parentheses
commit
|
commitdiff
|
tree
|
snapshot
2023-12-14
tb
OBJ_create(): remove useless cast
commit
|
commitdiff
|
tree
|
snapshot
2023-12-14
tb
OPENSSL_assert() that the passed nid is within range
commit
|
commitdiff
|
tree
|
snapshot
2023-12-14
tb
Bump OPENSSL_showfatal() from LOG_INFO to LOG_CONS
commit
|
commitdiff
|
tree
|
snapshot
2023-12-14
tb
Move the txt to obj/nid conversions a bit down.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-14
tb
Dedup OBJ_nid2{obj,sn,ln}()
commit
|
commitdiff
|
tree
|
snapshot
2023-12-14
claudio
Workaround for broken clang which has a broken -fno...
commit
|
commitdiff
|
tree
|
snapshot
2023-12-14
tb
Simplify OBJ_nid2obj()
commit
|
commitdiff
|
tree
|
snapshot
2023-12-14
tb
Simplify OBJ_nid2sn()
commit
|
commitdiff
|
tree
|
snapshot
2023-12-14
tb
Simplify OBJ_nid2ln()
commit
|
commitdiff
|
tree
|
snapshot
2023-12-14
claudio
Mostly straightforward conversion to imsg_get_fd()...
commit
|
commitdiff
|
tree
|
snapshot
2023-12-14
claudio
There is no more option NKMEMPAGES_MAX
commit
|
commitdiff
|
tree
|
snapshot
2023-12-14
claudio
NKMEMPAGES_MAX_DEFAULT is no longer used. Remove it...
commit
|
commitdiff
|
tree
|
snapshot
2023-12-14
job
Constrain the AFRINIC TA further
commit
|
commitdiff
|
tree
|
snapshot
2023-12-14
tb
Fix sk_deep_copy() implementation
commit
|
commitdiff
|
tree
|
snapshot
2023-12-14
claudio
Bring default logic to set nkmempages into the 21st...
commit
|
commitdiff
|
tree
|
snapshot
2023-12-14
claudio
Use imsg_get_fd() to access the file descriptor passed...
commit
|
commitdiff
|
tree
|
snapshot
2023-12-14
claudio
Use imsg_get_fd() to access the file descriptor passed...
commit
|
commitdiff
|
tree
|
snapshot
2023-12-14
claudio
Use imsg_get_fd() to access the file descriptor passed...
commit
|
commitdiff
|
tree
|
snapshot
2023-12-14
claudio
Rewrite send_packet to update the eigrp header without...
commit
|
commitdiff
|
tree
|
snapshot
2023-12-14
claudio
Use imsg_get_fd() to access the fd passed with the...
commit
|
commitdiff
|
tree
|
snapshot
2023-12-14
claudio
Use imsg_get_fd() to access the fd passed with the...
commit
|
commitdiff
|
tree
|
snapshot
2023-12-14
claudio
Use imsg_get_fd() to access the fd passed with the...
commit
|
commitdiff
|
tree
|
snapshot
2023-12-14
job
For historical reasons, APNIC ended up with a v6 block...
commit
|
commitdiff
|
tree
|
snapshot
2023-12-14
tb
rpki-client: make IP address block checks stricter
commit
|
commitdiff
|
tree
|
snapshot
2023-12-14
jsg
drm/i915: Skip some timing checks on BXT/GLK DSI transc...
commit
|
commitdiff
|
tree
|
snapshot
2023-12-14
jsg
drm/i915/sdvo: stop caching has_hdmi_monitor in struct...
commit
|
commitdiff
|
tree
|
snapshot
2023-12-14
jsg
drm/i915/lvds: Use REG_BIT() & co.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-14
jsg
drm/i915/display: Drop check for doublescan mode in...
commit
|
commitdiff
|
tree
|
snapshot
2023-12-14
jsg
drm/amdgpu: Update EEPROM I2C address for smu v13_0_0
commit
|
commitdiff
|
tree
|
snapshot
2023-12-14
jsg
drm/amdgpu: Add I2C EEPROM support on smu v13_0_6
commit
|
commitdiff
|
tree
|
snapshot
2023-12-14
jsg
drm/amdgpu: simplify amdgpu_ras_eeprom.c
commit
|
commitdiff
|
tree
|
snapshot
2023-12-14
jsg
drm/amdgpu: Return from switch early for EEPROM I2C...
commit
|
commitdiff
|
tree
|
snapshot
2023-12-14
jsg
drm/amdgpu: Remove second moot switch to set EEPROM...
commit
|
commitdiff
|
tree
|
snapshot
2023-12-14
jsg
drm/amdgpu: Add support for RAS table at 0x40000
commit
|
commitdiff
|
tree
|
snapshot
2023-12-14
jsg
drm/amdgpu: Decouple RAS EEPROM addresses from chips
commit
|
commitdiff
|
tree
|
snapshot
2023-12-14
jsg
drm/amdgpu: Remove redundant I2C EEPROM address
commit
|
commitdiff
|
tree
|
snapshot
2023-12-14
jsg
drm/amdgpu: Add EEPROM I2C address support for ip discovery
commit
|
commitdiff
|
tree
|
snapshot
2023-12-14
jsg
drm/amdgpu: Update ras eeprom support for smu v13_0_0...
commit
|
commitdiff
|
tree
|
snapshot
2023-12-14
jsg
drm/amdgpu: correct the amdgpu runtime dereference...
commit
|
commitdiff
|
tree
|
snapshot
next