Age | Commit message (Expand) | Author |
2022-01-29 | head(1): refactor main loop | Scott Soule Cheloha |
2022-01-29 | rev(1): refactor main loop | Scott Soule Cheloha |
2022-01-29 | touch(1): don't leak file descriptor if futimens(2) fails | Scott Soule Cheloha |
2022-01-28 | When it's the possessive of 'it', it's spelled "its", without the | Philip Guenther |
2022-01-27 | Update awk to Dec 8, 2021 version. | Todd C. Miller |
2022-01-22 | add a ssh_packet_process_read() function that reads from a fd | Damien Miller |
2022-01-22 | Use sshbuf_read() to read directly into the channel input buffer | Damien Miller |
2022-01-22 | Add a sshbuf_read() that attempts to read(2) directly in to a | Damien Miller |
2022-01-21 | add a helper for writing an error message to the stderr_buf and setting | Damien Miller |
2022-01-21 | correct comment and use local variable instead of long indirection; | Damien Miller |
2022-01-21 | When poll(2) returns -1, for some error conditions pfd[].revents is | Theo de Raadt |
2022-01-20 | mg: fix -Wunused-but-set-variable warnings | Christian Weisgerber |
2022-01-17 | when decompressing zlib compressed packets, use Z_SYNC_FLUSH instead | Damien Miller |
2022-01-17 | make most of the sftp errors more idiomatic, following the general form | Damien Miller |
2022-01-17 | when transferring multiple files in SFTP mode, create the destination | Damien Miller |
2022-01-17 | dig: fix -Wunused-but-set-variable warnings | Christian Weisgerber |
2022-01-17 | Do not try to strdup NULL, from seL4 at disroot dot org in GitHub issue | Nicholas Marriott |
2022-01-16 | Avoid memory leak in error path with openssl(1) smime | Kinichiro Inoguchi |
2022-01-16 | Avoid memory leak in error path with openssl(1) cms | Kinichiro Inoguchi |
2022-01-14 | Enable openssl pkey -{,pub}check and pkeyparam -check | Theo Buehler |
2022-01-14 | openssl(1) dgst: fix build after clones removal | Theo Buehler |
2022-01-14 | Convert openssl(1) speed for opaque EVP_AEAD_CTX | Theo Buehler |
2022-01-14 | Convert openssl(1) rsa.c for opaque RSA | Theo Buehler |
2022-01-14 | openssl(1) genrsa: simplify access to rsa->e | Theo Buehler |
2022-01-14 | Convert openssl(1) gendsa.c to opaque DSA | Theo Buehler |
2022-01-14 | Convert openssl(1) dsaparam to opaque dsa | Theo Buehler |
2022-01-14 | Convert openssl(1) dsa.c to opaque DSA | Theo Buehler |
2022-01-14 | Convert openssl(1) dhparam to opaque DH | Theo Buehler |
2022-01-14 | Convert openssl(1) dh.c to opaque DH | Theo Buehler |
2022-01-14 | allow pin-required FIDO keys to be added to ssh-agent(1). | Damien Miller |
2022-01-14 | ssh-sk: free a resident key's user id | Damien Miller |
2022-01-14 | sshsk_load_resident: don't preallocate resp | Damien Miller |
2022-01-14 | sshsk_sign: trim call to sshkey_fingerprint() | Damien Miller |
2022-01-14 | use status error message to communicate ~user expansion failures; | Damien Miller |
2022-01-13 | Tedu support for the -xsh4.2 argument to the mdoc(7) .St macro | Ingo Schwarze |
2022-01-13 | Calling MB_CUR_MAX is much more expensive than incrementing a pointer | Ingo Schwarze |
2022-01-13 | Only sort the result array if it contains more than one element, | Ingo Schwarze |
2022-01-12 | zap some stray whitespace | Theo Buehler |
2022-01-12 | seperators -> separators | Theo Buehler |
2022-01-12 | zap spaces before tabs | Theo Buehler |
2022-01-12 | Make lputs use psl instead of expecting it to be null-terminated. | Martijn van Duren |
2022-01-12 | More accurately represent cells containing horizontal lines in -T tree | Ingo Schwarze |
2022-01-12 | According to the tbl(7) manual, if a data cell contains only the | Ingo Schwarze |
2022-01-12 | Don't log NULL hostname in restricted agent code, printf("%s", NULL) is | Darren Tucker |
2022-01-11 | Wrap long lines | Kinichiro Inoguchi |
2022-01-11 | Check function return value | Kinichiro Inoguchi |
2022-01-11 | Suppress warning | Kinichiro Inoguchi |
2022-01-11 | Compare pointer variable with NULL | Kinichiro Inoguchi |
2022-01-11 | Remove space between '*' and pointer variable. | Kinichiro Inoguchi |
2022-01-11 | Convert openssl(1) smime option handling | Kinichiro Inoguchi |