Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-02 | Initialize a few variables to prevent spurious "may be used uninitialized" | Darren Tucker | |
warnings from newer gcc's. ok djm@ | |||
2009-02-01 | Move variable declarations around to compile with gcc 2 | Miod Vallat | |
2009-01-30 | add missing ellipsis to the list of options. | Igor Sobrado | |
2009-01-28 | remove undocumented support for "-e" in ex(1). | Igor Sobrado | |
millert@ says that neither 4.4BSD nor Solaris ex(1) accept this flag, so it is safe to reject it too. ok jsing@ | |||
2009-01-28 | Re-add "Category" category to sendbug template. Without it, reports | Ray Lai | |
were categorized as "pending" and the report was never acked. Reported by RD Thrush and bernd@, OK miod | |||
2009-01-28 | enable -d for the export command. | Pierre-Yves Ritschard | |
ok joris@ | |||
2009-01-28 | Make the -A a bit more readable by adding a newline between the route and | Claudio Jeker | |
mk list. | |||
2009-01-28 | ex(1), vi(1), and view(1) have different synopses; each nex/nvi utility | Igor Sobrado | |
should manage the right set of options and return an appropriate usage when required. jsing@ has suggested preserving "-e" in ex(1) as an undocumented compatibility flag to avoid breaking silly scripts that may use this option with the line-oriented editor. diff sent upstream to nex/nvi maintainers. ok ("put it in!") jsing@ | |||
2009-01-28 | since -g is always overridden by -l in ls(1), the equivalent of the | Jason McIntyre | |
-ls primary is better described as "ls -dils" than "ls -dgils"; | |||
2009-01-27 | on some servers LIST defaults to LIST -a. ignore pseudo-directories | Martynas Venckus | |
so that recursive transfers don't cause a loop. problem reported and tested by Jesus Sanchez. string compare inlining and looks good to millert@ | |||
2009-01-27 | Fix some interger overflows when accounting the used mbuf memory percentage | Claudio Jeker | |
and while there use a better type for the plural{,es}() functions. OK henning@ | |||
2009-01-27 | fix the mbuf view to cope with the recent change to the mclgeti allocator. | David Gwynne | |
from canacar@ | |||
2009-01-26 | NULL instead of 0 in comparison | Claudio Jeker | |
2009-01-26 | Again use P to mark multipath routes in route output. OK henning@ | Claudio Jeker | |
2009-01-26 | Work around the CPNI-957037 Plaintext Recovery Attack by always | Markus Friedl | |
reading 256K of data on packet size or HMAC errors (in CBC mode only). Help, feedback and ok djm@ Feedback from Martin Albrecht and Paterson Kenny | |||
2009-01-25 | don't set malloc_options to not interfer with /etc/malloc.conf | Alexandre Ratchov | |
requested and explained by fgsch@, henning@, otto@ | |||
2009-01-24 | sync list of preferred ciphers; ok djm@ | Christian Weisgerber | |
2009-01-23 | catch SIGHUP and SIGTERM too, to ensure that recorded files are | Alexandre Ratchov | |
properly closed and sockets are cleaned up. | |||
2009-01-23 | spacing + typo fix from Matt Jibson <matt.jibson(at)gmail.com> | Alexandre Ratchov | |
2009-01-23 | prefer CTR modes and revised arcfour (i.e w/ discard) modes to CBC | Damien Miller | |
modes; ok markus@ | |||
2009-01-22 | another chunk of a2port() diff that got away. wtfdjm?? | Damien Miller | |
2009-01-22 | make a2port() return -1 when it encounters an invalid port number | Damien Miller | |
rather than 0, which it will now treat as valid (needed for future work) adjust current consumers of a2port() to check its return value is <= 0, which in turn required some things to be converted from u_short => int make use of int vs. u_short consistent in some other places too feedback & ok markus@ | |||
2009-01-22 | oops! I committed the wrong version of the Channel->path diff, | Damien Miller | |
it was missing some tweaks suggested by stevesk@ | |||
2009-01-22 | make Channel->path an allocated string, saving a few bytes here and | Damien Miller | |
there and fixing bz#1380 in the process; ok markus@ | |||
2009-01-19 | replace standardized text concerning the exit values of applications | Igor Sobrado | |
with the right mdoc macros. | |||
2009-01-15 | 1) use obsolete instead of alias for consistency | Kevin Steves | |
2) oUserKnownHostsFile not obsolete but oGlobalKnownHostsFile2 is so move the comment. 3) reorder so like options are together ok djm@ | |||
2009-01-14 | support SOCKS4A protocol, from dwmw2 AT infradead.org via bz#1482; | Damien Miller | |
"looks ok" markus@ | |||
2009-01-14 | fix printing status on removed files by default; | Joris Vink | |
slighty different diff applied then what the bug author provided us. thanks & closes pr 6038 | |||
2009-01-10 | tweak previous; | Jason McIntyre | |
2009-01-10 | add "loopback" mode in which input is connected to the output. | Alexandre Ratchov | |
This is useful to mix, demultiplex, resample or reencode audio files off-line. tweak + ok jakemsr | |||
2009-01-09 | Tamas TEVESZ requested a better description for tip/cu, so pull in this | Jason McIntyre | |
improvement from perry@netbsd, -r1.26; nick suggested a better description for the .Nd line; ok nick | |||
2009-01-09 | Do not try to set the close on exec flag if we didn't actually open sudoers. | Todd C. Miller | |
Fixes a crash when sudoers owenership is wrong found by thib@ | |||
2009-01-08 | Reflect MPLS kernel changes. | Michele Marchetto | |
ok claudio@ | |||
2009-01-06 | i saw the previous was wrong as soon as i committed it: put the | Jason McIntyre | |
built-in blurb in STANDARDS; we did once have a COMPATIBILITY section which we merged with STANDARDS, so i think this is appropriate. it certainly feels better than adding single sentences randomly to the end of text bodies. | |||
2009-01-06 | document, consistently, those apps which also exist as built-ins | Jason McIntyre | |
on certain shells; do not try to document changes between the implementations, but at least warn of their existence; diff from Ingo Schwarze | |||
2009-01-06 | don't use a reference to the device file. Use the corresponding aproc | Alexandre Ratchov | |
structure instread. | |||
2009-01-05 | since socks5 has been removed from ports recently, switch ftp to | Martynas Venckus | |
dante instead. "makes sense" sthen@, ajacoutot@, "no objections" millert@; "i agree" jakob@. tested by Simon Kuhnle and myself | |||
2009-01-04 | sync the synopsis and usage of the command; "usage:" is lowercase. | Igor Sobrado | |
tweaked and ok by jmc@ | |||
2009-01-04 | replace hardcoded exit values with .Ex macros; | Igor Sobrado | |
ok jmc@ | |||
2009-01-02 | Add format attributes to functions that use variable arguments and | Can Erkin Acar | |
make the code -Wformat=2 clean. ok joris@ xsa@ | |||
2009-01-01 | Unclutter 'systate rules' by printing the flags option using the minimal | Ryan Thomas McBride | |
pf.conf syntax (flags S/SA is implicit). ok henning canacar | |||
2009-01-01 | fix hash calculation for KEXGEX: hash over the original client-supplied | Damien Miller | |
values and not the sanity checked versions that we acutally use; bz#1540 reported by john.smith AT arrows.demon.co.uk ok markus@ | |||
2009-01-01 | call channel destroy callbacks on receipt of open failure messages. | Damien Miller | |
fixes client hangs when connecting to a server that has MaxSessions=0 set spotted by imorgan AT nas.nasa.gov; ok markus@ | |||
2009-01-01 | Fix iso weekno calculation by using a different algorithm. Still hard | Otto Moerbeek | |
to follow, but this one has a documented origin at least; ok pyr@ jasper@ | |||
2008-12-31 | Skip missing pool indices instead of printing errors. | Can Erkin Acar | |
2008-12-30 | be clear about what csplit does by default when no options to the | Jason McIntyre | |
contrary are specified; feedback/ok otto millert | |||
2008-12-30 | make -S case insensitive; this avoids any confusion over the fact | Jason McIntyre | |
that MD page headers use mixed case; tidy up the man page regarding this; diff from Ingo Schwarze ok sobrado millert krw | |||
2008-12-30 | add AllowAgentForwarding to available Match keywords list | Okan Demirmen | |
ok djm | |||
2008-12-29 | make the code "more correct": add reference counters to aproc | Alexandre Ratchov | |
structures so we can keep a pointer to the device. Beside some simplifications, this allows to easily handle the situation where the audio device desappears. No change in the behaviour. | |||
2008-12-29 | no need to escape single quotes in comments | Kevin Steves | |