Age | Commit message (Expand) | Author |
2013-01-17 | Fix a couple of spacing/style nits. | Nicholas Marriott |
2013-01-17 | Do not allow cursor colours to be set beginning with ? as that will | Nicholas Marriott |
2013-01-17 | Instead of creating line termios from scratch, call tcgetattr() and | Nicholas Marriott |
2013-01-17 | Fix some blank line nits. | Nicholas Marriott |
2013-01-17 | Remove the layout undo/redo code which never really worked. | Nicholas Marriott |
2013-01-16 | sys/mbuf.h not needed | Theo de Raadt |
2013-01-15 | Implement ECH (erase character, CSI X). Reported by Christian Neukirchen. | Nicholas Marriott |
2013-01-15 | If timing between keys is less than (by default) 1 millisecond, assume | Nicholas Marriott |
2013-01-14 | Remove an unnecessary function cast | Philip Guenther |
2013-01-14 | When showing threads, say so. Fix up some comments and names at the same time. | Philip Guenther |
2013-01-12 | improve error message for integrity failure in AES-GCM modes; ok markus@ | Damien Miller |
2013-01-10 | Honor -Wc and -Xcompiler in link mode like GNU does. OK espie@ | Todd C. Miller |
2013-01-09 | correctly initialise fingerprint type for fingerprinting PKCS#11 keys | Damien Miller |
2013-01-08 | support AES-GCM as defined in RFC 5647 (but with simpler KEX handling) | Markus Friedl |
2013-01-08 | from pjanzen: | Jason McIntyre |
2013-01-06 | Remove empty[]. Unused after rev. 1.26. | Martynas Venckus |
2013-01-05 | In literal mode (.nf), each input line must be kept together | Ingo Schwarze |
2013-01-05 | teach file about lua 5.2. | Federico G. Schwindt |
2013-01-04 | an undocumented feature of units was the ability to specify a prefix | Jason McIntyre |
2013-01-04 | no more ussr; diff originally from Jeff Ross | Jason McIntyre |
2013-01-04 | sftp-server.8: add argument name to -d | Jason McIntyre |
2013-01-03 | allow fingerprinting of keys hosted in PKCS#11 tokens: ssh-keygen -lD ... | Damien Miller |
2013-01-03 | allow specification of an alternate start directory for sftp-server(8) | Damien Miller |
2013-01-03 | fix description of MAC calculation for EtM modes; ok markus@ | Damien Miller |
2013-01-03 | add a couple of ServerOptions members that should be copied to the privsep | Damien Miller |
2013-01-02 | correct format description for SSH_AGENTC_ADD_RSA_ID_CONSTRAINED | Damien Miller |
2013-01-02 | channel_setup_local_fwd_listener() returns 0 on failure, not -ve | Damien Miller |
2012-12-31 | Rewrite indentation handling for nested lists in a more systematic way | Ingo Schwarze |
2012-12-31 | update currency exchange rates; | Jason McIntyre |
2012-12-29 | siderealhour is measured in terms of siderealday, not "sidereal day"; | Jason McIntyre |
2012-12-29 | Fix exit status when there is an error reading a file. | Todd C. Miller |
2012-12-28 | Respect locale for ctype purposes, e.g. display ISO Latin 1 characters; | Christian Weisgerber |
2012-12-27 | diff-buffer-with-file | Florian Obser |
2012-12-27 | Move code for shell-command-on-region around to make pipeio() usable | Florian Obser |
2012-12-25 | Report macro names for the second argument to shutdown(), getrusage(), | Philip Guenthe |
2012-12-24 | Add ^ and $ special command targets to select lowest and highest | Nicholas Marriott |
2012-12-24 | Add -T option to select-window to toggle to last window if already | Nicholas Marriott |
2012-12-24 | Add missing function prototype. | Nicholas Marriott |
2012-12-24 | Add a -u flag to choose-tree to start uncollapsed, from Raghavendra D | Nicholas Marriott |
2012-12-24 | Remove an unnecessary redraw, from Raghavendra D Prabhu. | Nicholas Marriott |
2012-12-23 | %zfod was removed in -r1.24; from Naughty | Jason McIntyre |
2012-12-22 | cosmetic changes: | Marc Espie |
2012-12-21 | remove makefile hacks that are no longer needed with t1 t2: working properly | Marc Espie |
2012-12-21 | the gcc bug seems to have been fixed... | Theo de Raadt |
2012-12-20 | use openpty() rather than hand-rolled pty opening code; ok millert@ | Christian Weisgerber |
2012-12-20 | readjust midi flow control after consuming input data | Alexandre Ratchov |
2012-12-18 | We no longer use struct eproc for kinfo_proc in sysctl.h so there | Todd C. Miller |
2012-12-14 | a few more comments | Marc Espie |
2012-12-14 | use correct string in error message; from rustybsd at gmx.fr | Darren Tucker |
2012-12-13 | Change load_cfg to fix a crash reported by jasper. | Nicholas Marriott |