Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-11 | move one paragraph to a more logical position; | Jason McIntyre | |
2008-12-11 | don't try to sio_close a NULL sio_hdl. stops cdio from segfaulting | Jacob Meuser | |
when /dev/audio is busy or AUDIODEVICE is not set correctly. commit it! ratchov@ | |||
2008-12-10 | o cannot be NULL here but use xfree() to be consistent; ok djm@ | Kevin Steves | |
2008-12-09 | fix typo in error message | Kevin Steves | |
2008-12-09 | sync with sudo cvs repo | Todd C. Miller | |
2008-12-09 | update for the synopses displayed by the 'help' command, there are a | Igor Sobrado | |
few missing flags; add 'bye' to the output of 'help'; sorting and spacing. jmc@ suggested replacing .Oo/.Oc with a single .Op macro. ok jmc@ | |||
2008-12-09 | Better fix for rev 1.21 | Todd C. Miller | |
2008-12-09 | replace by-hand string building with xasprinf(); ok deraadt@ | Damien Miller | |
2008-12-09 | channel_print_adm_permitted_opens() should deal with all the printing | Kevin Steves | |
for that config option. suggested by markus@; ok markus@ djm@ dtucker@ | |||
2008-12-09 | correct sftp(1) and corresponding usage syntax; | Damien Miller | |
bz#1518 patch from imorgan AT nas.nasa.gov; ok deraadt@ improved diff jmc@ | |||
2008-12-09 | correct sftp(1) and corresponding usage syntax; | Damien Miller | |
bz#1518 patch from imorgan AT nas.nasa.gov; ok deraadt@ improved diff jmc@ | |||
2008-12-09 | don't leave junk (free'd) pointers around in Forward *fwd argument on | Damien Miller | |
failure; avoids double-free in ~C -L handler when given an invalid forwarding specification; bz#1539 report from adejong AT debian.org via Colin Watson; ok markus@ dtucker@ | |||
2008-12-09 | Deal correctly with failures in remote stat() operation in sftp, | Damien Miller | |
correcting fail-on-error behaviour in batchmode. bz#1541 report and fix from anedvedicky AT gmail.com; ok markus@ | |||
2008-12-09 | The ~C escape handler does not work correctly for multiplexed sessions - | Damien Miller | |
it opens a commandline on the master session, instead of on the slave that requested it. Disable it on slave sessions until such time as it is fixed; bz#1543 report from Adrian Bridgett via Colin Watson ok markus@ | |||
2008-12-08 | Rewrite renice(8) to be POSIX compliant while still maintaining | Todd C. Miller | |
traditional BSD usage. Man page OK jmc@, OK deraadt@ | |||
2008-12-08 | Do not short circuit pseudo commands when we get a match since, depending | Todd C. Miller | |
on the settings, we may need to examine all commands for tags. | |||
2008-12-07 | time_t is signed, so use INT_MAX rather than UINT_MAX when parsing a time_t | Chad Loder | |
with strtonum | |||
2008-12-07 | When resampling, don't require the sample frequency to be an integer. | Alexandre Ratchov | |
This removes the arithmetic constraint between the sample frequency and the block size and all the associated code. Now aucat can work in server mode with any block size. ok jakemsr | |||
2008-12-07 | - comment out more stuff currently unsupported | Jason McIntyre | |
- host:port, not host.port ok canacar | |||
2008-12-07 | Add option to order the pool view by size and number of pages columns. | Can Erkin Acar | |
2008-12-07 | Warning cleanup including unused variables and shadowed names | Can Erkin Acar | |
2008-12-06 | remove old version of man.conf, since the current one is in /etc; | Jason McIntyre | |
pointed out by hyjial ok deraadt | |||
2008-12-05 | expand slightly the description of adjusting files/sockets; ok ratchov | Jason McIntyre | |
2008-12-05 | - fix Albert Hofmann's name and add his death | Jacob Meuser | |
- add Ken Kesey's birth/death ok sthen@ | |||
2008-12-04 | ... but without the debug code | Theo de Raadt | |
2008-12-04 | correctly display information for each of the mbuf cluster pools (which | Theo de Raadt | |
have different sizes) ok dlg | |||
2008-12-02 | s/remote_id/id/ to be more consistent with other code; ok djm@ | Markus Friedl | |
2008-12-02 | backout 1.149, since it's not necessary and openssh clients send | Markus Friedl | |
broken CHANNEL_FAILURE/SUCCESS messages since about 2004; ok djm@ | |||
2008-12-02 | we have to use the recipient's channel number (RFC 4254) for | Markus Friedl | |
SSH2_MSG_CHANNEL_SUCCESS/SSH2_MSG_CHANNEL_FAILURE messages, otherwise we trigger 'Non-public channel' error messages on sshd systems with clientkeepalive enabled; noticed by sturm; ok djm; | |||
2008-12-02 | - there is no "load" global command, so remove its description | Jason McIntyre | |
- comment out local commands for now, until they are implemented | |||
2008-12-01 | Add a function to print a floating point field and use this to fix the | Christian Weisgerber | |
SEConds field in the iostat view. ok and help canacar@ | |||
2008-11-30 | Retry sendmsg/recvmsg on EAGAIN and EINTR; ok djm@ | Darren Tucker | |
2008-11-29 | sndio for cdio (only for the "cdplay" command) | Jacob Meuser | |
with a hint from ratchov@ ok av@ | |||
2008-11-26 | when recording .wav files overwrite user supplied parameters with | Alexandre Ratchov | |
parameters .wav files format allows (u8, s16le, etc...); a converter is automatically setup. Allows recording .wav files on BE machines with default parameters. idea and help from todd@ | |||
2008-11-26 | Small optimization. | Ray Lai | |
OK tobias@ | |||
2008-11-25 | Even if neither stdin nor stdout are ttys we may still have /dev/tty | Todd C. Miller | |
available to us. | |||
2008-11-24 | fix a very old bug. Fix discovered in NetBSD by miod@ | Marc Espie | |
2008-11-24 | Fix typo in sudoers man page (from Markus Lude) | Todd C. Miller | |
Fix parsing error with lines that only contain a comment char | |||
2008-11-24 | although there's no EOF condition defined for the handling of '?', | Otto Moerbeek | |
but anyway reset the eof condition on stdin, so you don't get an infinite loop in the typical program after a ^D. reported by Tamas TEVESZ. | |||
2008-11-23 | Use file input parameter as default device output and file output parameters | Alexandre Ratchov | |
as default device input. That's what the man page says | |||
2008-11-22 | sync with sudo repo | Todd C. Miller | |
2008-11-21 | packet_disconnect() on padding error, too. should reduce the success | Markus Friedl | |
probability for the CPNI-957037 Plaintext Recovery Attack to 2^-18 ok djm@ | |||
2008-11-20 | KNF; only white space changes | Otto Moerbeek | |
2008-11-20 | take into account socket parameters into calculation of device | Alexandre Ratchov | |
parameters; without this change aucat uses the device default parameters and they are not necessarily usable for multi-stream mode. | |||
2008-11-18 | fix check_aliases | Todd C. Miller | |
2008-11-18 | when destroying an alias, free the correct data pointer | Todd C. Miller | |
2008-11-18 | standardize on the term 'option' for command line options (not flag) | Todd C. Miller | |
2008-11-17 | - rename -s arg name to "socket" | Jason McIntyre | |
- condense EXAMPLES into a single screenful ok ratchov | |||
2008-11-17 | - stop referring to the display as consisting of windows. we can explain | Jason McIntyre | |
it more simply and cut out a lot of needless verbosity. - stop mixing terminology: view vs. display - "delay" overrides "-s delay", not "-w wait" - use "quit" as mnemonic for quit, not "exit" - ...and just generally clean the page up ok canacar | |||
2008-11-17 | tweak previous man page changes, and sync usage(); | Jason McIntyre | |