Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-12 | tighten check for -R0:... forwarding: only allow dynamic allocation if | Damien Miller | |
want_reply is set in the packet | |||
2009-02-12 | support remote port forwarding with a zero listen port (-R0:...) to | Damien Miller | |
dyamically allocate a listen port at runtime (this is actually specified in rfc4254); bz#1003 ok markus@ | |||
2009-02-10 | mark these utilities as being largely posix compliant or, in the case of | Jason McIntyre | |
nm, as not being posix compliant; | |||
2009-02-10 | STANDARDS: | Jason McIntyre | |
mark these utilities as being either optional (SD/FR/UP); or as being compliant only with XPG4 (XSI); strip.1 and talk.1 are tweaked purely for consistency; thanks otto for feedback | |||
2009-02-09 | STANDARDS: these applications are no longer optional in posix | Jason McIntyre | |
2009-02-08 | updates to IEEE Std 1003.1-2008; | Jason McIntyre | |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre | |
updates to follow; | |||
2009-02-08 | some minor corrections for the STANDARDS section; | Jason McIntyre | |
2009-02-07 | Restore the original help output: capitalize the characters that | Christian Weisgerber | |
are required to uniquely identify a command. Three characters are required for the cdplay and cdrip commands. ok krw@ | |||
2009-02-07 | malloc(n * m) -> calloc(n, m); | Charles Longeau | |
ok ray@ moritz@ | |||
2009-02-07 | remove leftover from mdoc.samples; ok jmc@ | Martynas Venckus | |
2009-02-07 | add missing headers needed for warn() and err(). | Charles Longeau | |
ok claudio@ ray@ | |||
2009-02-06 | remove unused variables. | Charles Longeau | |
ok henning@ michele@ | |||
2009-02-06 | simplify the clock tick messages generation code and ensuire that | Alexandre Ratchov | |
the first clock tick (ie the start tick) is not lost | |||
2009-02-06 | move error messages reported to user into main() | Alexandre Ratchov | |
2009-02-04 | if there are too many connections, stop acceping new ones rather | Alexandre Ratchov | |
than exit()ing with ``too many open files'' fatal error | |||
2009-02-04 | document server mode with help from jmc@ | Alexandre Ratchov | |
2009-02-04 | daemonize when in server mode, suggested by many | Alexandre Ratchov | |
ok jakemsr | |||
2009-02-03 | in server mode, create /tmp/aucat-userid/ directory with | Alexandre Ratchov | |
permissions 0700, and create sockets in it. This prevents one local user to eavesdrop or disturb audio programs of other users. if you're using the ``-s socket'' option with an absolute path as argument, please update it to use a socket name. requested by many, bits from jakemsr and otto ok jakemsr | |||
2009-02-03 | Reflect MPLS kernel changes. Operations are stored now in rt_mpls field. | Michele Marchetto | |
ok claudio@ laurent@ | |||
2009-02-02 | Fix typo, from Joao Salvatti <salvatti@gmail.com>. | Marc Balmer | |
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 | |