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