Age | Commit message (Expand) | Author |
2010-11-26 | Pass through ssh command-line flags and options when doing remote-remote | Damien Miller |
2010-11-25 | Make .de1 a symnonym for .de, not .ig as it was before. | Ingo Schwarze |
2010-11-25 | Support quoting of arguments passed to user-defined macros, | Ingo Schwarze |
2010-11-25 | Implement the .de (define macro) roff instruction. | Ingo Schwarze |
2010-11-25 | replace close() loop for fds 3->64 with closefrom(); | Damien Miller |
2010-11-24 | remove a debug() that pollutes stderr on client connecting to a server | Damien Miller |
2010-11-23 | avoid NULL deref on receiving a channel request on an unknown or invalid | Damien Miller |
2010-11-23 | use strict_modes already passed as function argument over referencing | Damien Miller |
2010-11-22 | There is somewhere that WINDOW_HIDDEN is getting set when it shouldn't | Nicholas Marriott |
2010-11-21 | Refactor internals of private key loading and saving to work on memory | Damien Miller |
2010-11-21 | honour $TMPDIR for client xauth and ssh-agent temporary directories; | Damien Miller |
2010-11-20 | clean up cases of ;; | Theo de Raadt |
2010-11-19 | Make KERN_CPTIME return an avarage number of ticks across all CPUs | Mike Belopuhov |
2010-11-18 | add IPQoS to the various -o lists, and zap some trailing whitespace; | Jason McIntyre |
2010-11-15 | NUL-terminate buffer in compiler_text() after realloc, not before. | Todd C. Miller |
2010-11-15 | show more of the host, but be careful not to go over 80 cols; ok krw@ | Otto Moerbeek |
2010-11-15 | libary -> library; | Jason McIntyre |
2010-11-15 | Show more window and pane flags in list-* output, and put layout on the | Nicholas Marriott |
2010-11-14 | scandir() does not NULL-terminate the list of dirent structs so use | Todd C. Miller |
2010-11-14 | Terminate midi thru boxes trying to drain but that have no | Alexandre Ratchov |
2010-11-14 | Update man page for update-environment. | Nicholas Marriott |
2010-11-14 | Don't allow last and active window to become the same - a very bad move | Nicholas Marriott |
2010-11-13 | allow ssh and sshd to set arbitrary TOS/DSCP/QoS values instead of | Damien Miller |
2010-11-11 | Add XAUTHORITY to update-environment, requested by Andreas Kloeckner. | Nicholas Marriott |
2010-11-11 | Nuke dead assignments and a dead function, from Michael W Bombardieri | Nicholas Marriott |
2010-11-11 | Flag to flush all key bindings from Rob Paisley. | Nicholas Marriott |
2010-11-11 | Declaration in header should be extern. | Nicholas Marriott |
2010-11-10 | use only libcrypto APIs that are retained with OPENSSL_NO_DEPRECATED. | Damien Miller |
2010-11-08 | getdirentries(2) should be avoided outside of libc so use scandir(3) | Todd C. Miller |
2010-11-07 | more EXIT STATUS bits; from Daniel Dickman | Jason McIntyre |
2010-11-05 | Add experimental support for 24-bit arithmetic, meaning that full | Alexandre Ratchov |
2010-11-05 | unbreak compilation without DEBUG defined | Alexandre Ratchov |
2010-11-05 | Convert ulaw/alaw to native format (ie using ADATA_XXX defines) rather | Alexandre Ratchov |
2010-11-05 | Print relativ number of livelocks that happend between two systat | Claudio Jeker |
2010-11-05 | whitespace KNF | Damien Miller |
2010-11-04 | Replace ``short'' by a new ``adata_t'' typedef corresponding to | Alexandre Ratchov |
2010-11-04 | legacy.c is not used any longer | Alexandre Ratchov |
2010-11-04 | - fix a comma oopsie | Jason McIntyre |
2010-11-04 | umask should be parsed as octal. reported by candland AT xmission.com; | Damien Miller |
2010-11-03 | POSIX specifies that ctags create tags for typedefs, structs, unions, | Todd C. Miller |
2010-11-02 | exit 1 (not -1) for -q; PR 6494 | Theo de Raadt |
2010-11-02 | expose the kernels network livelock counter | David Gwynne |
2010-11-01 | Typo, from Rob Paisley. | Nicholas Marriott |
2010-10-31 | init was passing a writable file descriptor into rcs_open which was then | Nicholas Marriott |
2010-10-30 | Print socket structure internals when netstat -P pcbaddr is called | Alexander Bluhm |
2010-10-29 | We now send argv to the server after parsing it in the client to get the | Nicholas Marriott |
2010-10-29 | Nuke some unused variables and remove an unnecessary call to dirname(). | Nicholas Marriott |
2010-10-29 | soelim is no longger needed now that nroff/troff is not in base | Todd C. Miller |
2010-10-29 | Remove colcrt and checknr. colcrt is only useful on very old | Todd C. Miller |
2010-10-29 | some fixes from ingo regarding the recent groff removal; | Jason McIntyre |