summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2008-10-10use 'Privileged ports can be forwarded only when logging in as root onKevin Steves
the remote machine.' for RemoteForward just like ssh.1 -R. ok djm@ jmc@
2008-10-10typo in error message; ok djm@Kevin Steves
2008-10-10spelling in comment; ok djm@Kevin Steves
2008-10-09cvs(1) uses a config file to know about the $OpenBSD$ expansion keyword,Theo de Raadt
but unfortunately rcs is not so lucky, and it will have to encoded inside. A bit gross, but what can we do? PR 5953, ok tobias
2008-10-09Now that len is set later in compile_subst() we need to move theTodd C. Miller
xmalloc call that goes with it.
2008-10-09remove unused variableCharles Longeau
ok millert@ jsing@
2008-10-09In compile_subst(), adjust for the fact that the initial bufferTodd C. Miller
that is passed in may now be larger than _POSIX2_LINE_MAX. Thanks to pedro@ for the test case. OK pedro@
2008-10-09Don't strip newline when reading lines; matches the original behavior.Todd C. Miller
From otto@
2008-10-09add -y to usage();Jason McIntyre
2008-10-09- add -d to usageJason McIntyre
- sync -f arg name with man page synopsis
2008-10-09support setting PermitEmptyPasswords in a Match blockDamien Miller
requested in PR3891; ok dtucker@
2008-10-08Add -y option to force logging via syslog rather than stderr.Damien Miller
Useful for daemonised ssh connection (ssh -f). Patch originally from and ok'd by markus@
2008-10-08document -d. ok millert@Martynas Venckus
2008-10-08use (unsigned) in rate calculation for > 2 billion interrupts. This willTheo de Raadt
do until when we tweak struct uvmexp to have unsigned 64 bit counters, and when we do, it will not break. from PR 4046, ok millert
2008-10-08Allow sed to handle arbitrarily long lines. Also plug a memoryTodd C. Miller
leak noticed in the process. Closes PR 5303. OK otto@ deraadt@
2008-10-08For "gunzip -N", the name stored in the gzip header has no directory,Todd C. Miller
so write the uncompressed file in the same directory we would use were the -N option not specified. Closes PR 5224
2008-10-08Fix the order of traversal when printing the queues. Properly placesCan Erkin Acar
child queues under their respective interface root queues. Reported by jared r r spiegel via PR 5861.
2008-10-07The 'l' command should not encode newlines. Also document thatTodd C. Miller
backspace is escaped as \b. OK phessler@ and jmc@
2008-10-07There is no /usr/old/bin/sed so compare test results against /usr/bin/sedTodd C. Miller
2008-10-07Do not display file offsets and a few other pieces of information, exceptTheo de Raadt
to the user or the superuser. Display * for those fields instead. From PR 5113, but modified to use copyout correctly. comments from tedu, ok from others
2008-10-06Update awk to version 20071023; OK deraadt@Todd C. Miller
2008-10-06give working examples (s/timespec/time/ for variables exported)Todd T. Fries
please commit from jmc@
2008-10-06parse all arguments before going and doing the job requested by -PTheo de Raadt
(slight change made to check argc == 0) from Daniel Dickman
2008-10-03Repair strnvis() buffersize of 4*n+1, with termination gauranteed by theTheo de Raadt
function. spotted by des@freebsd, who commited an incorrect fix to the freebsd tree and (as is fairly typical) did not report the problem to us. But this fix is correct. ok djm
2008-10-03do not give an example of how to chmod files: we can presume the userJason McIntyre
knows that. removes an ambiguity in the permission of authorized_keys; ok deraadt
2008-10-02get rid of some unneeded $Id stuffTheo de Raadt
2008-10-02Convert an unchecked strdup to xstrdup. OK deraadt@Todd C. Miller
2008-10-01-s not specified by posix; from Daniel DickmanJason McIntyre
2008-10-01in getrusage(), use RUSAGE_SELF for the current process rather than 0Kevin Lo
ok millert@
2008-09-30Properly display files with embedded colons being xferred via ftd.Todd C. Miller
Closes PR 5119. OK miod@
2008-09-29Add a missing `|' to the description of -perm.Matthias Kilian
ok jmc@
2008-09-26support proxies with password.Marc Espie
adapted from a patch by nikns, with tweaks by millert. took forever to test for real... okay miod@, henning@, millert@
2008-09-25do not hardcode the editor name in the message displayed by "-r"Igor Sobrado
when there are no files to recover as this flag is used by ex(1) and view(1) too. problem found by jsing@, Sven Verdoolaege did some suggestions to improve its portability. diff committed upstream. ok jsing@
2008-09-24remove unused functionCharles Longeau
from tobias@ ok otto@ tobias@
2008-09-19documentation tweaks; synchronize synopsis and usage.Igor Sobrado
written with help by jmc@ ok jmc@
2008-09-18unbreak for gcc2 archs; declaration before code!Todd T. Fries
2008-09-18remove unused variableCharles Longeau
sure henning@
2008-09-17try getlogin() to get the real username when comitting files as root.Reyk Floeter
this gives better information in log messages when the user logged in with a different uid and used sudo or su to become root. matches the behaviour of gcvs except that we don't fallback to LOGNAME or USER since getlogin() should not lie. ok tobias@
2008-09-16netstat statistics for pflow(4) via pseudo familyJoerg Goltermann
ok cluadio@ henning@
2008-09-15Similar to route(8) change mask rtm->rtm_priority with RTP_MASK to showClaudio Jeker
correct values. OK henning@
2008-09-15- describe how printf(1) and printf(3) %e, %E, %g, %G, %a, %A behaveMartynas Venckus
when the argument is infinity/not-a-number ok millert@, jmc@
2008-09-15Expose the undo commands as proper mg functions.Kjell Wooding
This should have no functional change on undo, but it does facilitate testing undo behavior.
2008-09-15Enable dirty buffer detection in mg.Kjell Wooding
Emulate the emacs behavior: after suspend/resume, buffer switch, or at save time, warn (prompt) the user if the file has been modified on disk in the interim. This has already saved my butt numerous times. ok phessler
2008-09-14describe %a/%A. from freebsdMartynas Venckus
tweaks/ok millert@, jmc@
2008-09-12Move the revision selection in front of output, so errors won't mix upTobias Stoeckmann
with output. Matches GNU cvs.
2008-09-12Plugged two memory leaks which could be encountered while using -r argumentTobias Stoeckmann
with various CVS commands. "seems to make sense" xsa@
2008-09-12Be also very conservative about the supplied revision for state changes,Tobias Stoeckmann
i.e. don't successfully parse "admin -s dead:1.1:1.1". Changed global var logrev into function-specific all-purpose rev, too. No objections xsa@
2008-09-12Be very conservative about state changes with "admin -s". With GNU CVSTobias Stoeckmann
and current OpenCVS code it's possible to change a state in a way that cannot be fixed with another admin call. No objections xsa@
2008-09-11only send eow and no-more-sessions requests to openssh 5 and newer;Markus Friedl
fixes interop problems with broken ssh v2 implementations; ok djm@
2008-09-08- add descriptions for %F, and infinity/not-a-number from printf(3)Martynas Venckus
- add missing %e to the format list