Age | Commit message (Expand) | Author |
2021-02-01 | update currency exchange rates; | Jason McIntyre |
2021-02-01 | some article fixes; from eddie youseph and grep | Jason McIntyre |
2021-01-31 | more strictly enforce KEX state-machine by banning packet types | Damien Miller |
2021-01-31 | replace fgetln(3) with getline(3) in sed | Christian Weisgerber |
2021-01-31 | Set linesize returned by getline to zero when freeing and NULLing the | Darren Tucker |
2021-01-30 | Fix delay parsing by stealing from strtonum and returning a proper error to | Martijn van Duren |
2021-01-29 | Make audio clients use struct opt to reach the device | Alexandre Ratchov |
2021-01-29 | Make control clients use struct opt to reach the device | Alexandre Ratchov |
2021-01-29 | Rename ctlslot->mask to ctlslot->self to match the rest of the code | Alexandre Ratchov |
2021-01-29 | Order opt_list in opt_new() call order, limit items to OPT_NMAX | Alexandre Ratchov |
2021-01-29 | Move the options list out of the device structure | Alexandre Ratchov |
2021-01-29 | Move the control client state out of the device structure | Alexandre Ratchov |
2021-01-29 | Move the audio clients state out of the device structure | Alexandre Ratchov |
2021-01-29 | Trim output overwritten by later text or clears completely rather than | Nicholas Marriott |
2021-01-29 | fix the values of enum sock_type | Damien Miller |
2021-01-29 | give typedef'd struct a struct name; makes the fuzzer I'm writing a bit | Damien Miller |
2021-01-28 | When an audio device is disconnected, drop MIDI clients controlling it | Alexandre Ratchov |
2021-01-28 | Dont attempt to drain disconnected clients | Alexandre Ratchov |
2021-01-28 | In slot_xxx(), store dev pointer in local variable | Alexandre Ratchov |
2021-01-28 | Use everywhere the same pattern to handle fractional clock ticks | Alexandre Ratchov |
2021-01-28 | Make slot_{attach,detach}() the opposite of each other | Alexandre Ratchov |
2021-01-28 | Drop unused dev_nctl() function and few unused prototypes | Alexandre Ratchov |
2021-01-27 | fix leak: was double allocating kex->session_id buffer | Damien Miller |
2021-01-27 | update comment, SMALL was split into SMALL and NOSSL | Stuart Henderson |
2021-01-27 | Promote nrules/maxrules to size_t and make sure they can't overflow. | Todd C. Miller |
2021-01-27 | Flush pending output before entering or exiting alternate screen rather | Nicholas Marriott |
2021-01-27 | this needs kex.h now | Damien Miller |
2021-01-27 | make ssh->kex->session_id a sshbuf instead of u_char*/size_t and | Damien Miller |
2021-01-27 | remove global variable used to stash compat flags and use the | Damien Miller |
2021-01-27 | fix -fno-common issues; ok mortimer | Theo de Raadt |
2021-01-27 | Logical not bitwise or. ok djm@ | Darren Tucker |
2021-01-26 | satisfy -fno-common, by (1) copying all the variable decls from | Theo de Raadt |
2021-01-26 | sockb variable is unused (and even worse, was common unused) | Theo de Raadt |
2021-01-26 | satisfy -fno-common by repairing one enum decl | Theo de Raadt |
2021-01-26 | move HostbasedAcceptedAlgorithms to the right place in alphabetical order | Christian Weisgerber |
2021-01-26 | Remove unused variables leftover from refactoring. ok djm@ | Darren Tucker |
2021-01-26 | Always resize the original screen before copying when exiting the | Nicholas Marriott |
2021-01-26 | Rename HostbasedKeyTypes (ssh) and HostbasedAcceptedKeyTypes (sshd) to | Darren Tucker |
2021-01-26 | refactor key constraint parsing in ssh-agent | Damien Miller |
2021-01-26 | more ssh-agent refactoring | Damien Miller |
2021-01-26 | make struct hostkeys public; I have no idea why I made it opaque | Damien Miller |
2021-01-26 | move check_host_cert() from sshconnect,c to sshkey.c and refactor | Damien Miller |
2021-01-26 | use recallocarray to allocate the agent sockets table; also clear | Damien Miller |
2021-01-26 | factor out common code in the agent client | Damien Miller |
2021-01-25 | fix filtering on kstat unit numbers | David Gwynne |
2021-01-25 | make ssh hostbased authentication send the signature algorithm in | Damien Miller |
2021-01-24 | Add missing __KAME__ markers. | Florian Obser |
2021-01-23 | recognize those ubiquitous webp file | Marc Espie |
2021-01-22 | Revert clear changes to writing as they don't work properly, better | Nicholas Marriott |
2021-01-22 | Add rectangle-on and rectangle-off copy mode commands, GitHub isse 2546 | Nicholas Marriott |