summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2008-01-10Got cvs_server_rlog back into shape.Tobias Stoeckmann
2008-01-10Don't ignore files and directories due to patterns on repository-side,Tobias Stoeckmann
these patterns should only be applied on working directories. This finally enables a fully working "cvs checkout src" (but don't expect all checkout options to work, too).
2008-01-10An empty -k option is invalidTobias Stoeckmann
2008-01-10Our keyword expansion had a big flaw, due to this construction:Tobias Stoeckmann
if (!(mode & RCS_KWEXP_NONE)) RCS_KWEXP_NONE is defined to 0, so expansion happened always. Left shifted all RCS_KWEXP defines and looked carefully at hard-coded values throughout the code.
2008-01-10Properly free entryTobias Stoeckmann
> Patch from Igor Zinovik
2008-01-10Ignore CVS directories during import in remote setups. assert()ed GNUTobias Stoeckmann
cvs server and was unwanted behaviour anyway.
2008-01-10Handle the addition of directories right, especially in remote setups withTobias Stoeckmann
GNU cvs as a server.
2008-01-10Properly handle "cvs add" on a client/server setup with GNU cvs as a client.Tobias Stoeckmann
2008-01-10Slap in -b support for tag command. It was missing for a full regress testTobias Stoeckmann
as of now.
2008-01-10RCS files without head keyword mustn't segfault our implementation. OnlyTobias Stoeckmann
command that supports such files is "cvs status", therefore properly handle them in all other commands, too.
2008-01-10Added support for keyword $Log$. In order to support $Log$, new lines haveTobias Stoeckmann
to be added which mustn't be expanded again (this log message for example would loop forever due to $Log$ keywords in it).
2008-01-07Pull from master repo:Stefan Kempf
Use proper type for ix, code and match in lookup(). ok ragge@
2008-01-07Update to sudo 1.6.9p11Todd C. Miller
2008-01-06Branches are separated with \n\t in GNU rcs/cvs.Tobias Stoeckmann
This makes regress tests easier to check with OpenCVS and GNU cvs. OK xsa@
2008-01-06gnu cvs added a new keyword 'commitid', this diff adds just enough codeNikolay Sturm
to parse the commitid so that cvsweb (using rcs) continues to work on those files ok niallo@, xsa@
2008-01-05saying that -b and -l create smaller files can be misleading - the authorJason McIntyre
was probably thinking of the fact that files created would be smaller than the original file split; instead, just say that they create files. this comes from freebsd pr#119329, submitted by Julian Stacey. his fix was to introduce the notion of "split files", but the idea of "create split files" can be just as confusing, so i've gone with removing the original, ambiguous, adjective.
2008-01-04-k and -f accept multiple arguments; from Pierre RiteauJason McIntyre
2008-01-04Revert r1.9, a.out toolchain needs this not-so-unused-after-all function.Miod Vallat
2008-01-04remove unused functionCharles Longeau
from tobias@ ok xsa@ tobias@
2008-01-04Eliminate false positives from <> comments, avoiding manglingRay Lai
#include <bleh.h> in diffs: - Only match <> comments from the template. No other text surrounded by angle brackets is deleted. - Simplify code by using C strings. We no longer handle binary data, but I don't think binary data belongs in a bug report anyway. - Remove dmesg and header comment checks. "That's a nice approach." deraadt, "seems ok for me" chl.
2008-01-03Make if.c kvm free by fetching the interface stats via sysctl like in systatClaudio Jeker
and ospfd. What is not yet covered is the -d and -t flags to show interface queue drops and the if_timer. OK deraadt@
2008-01-03document "exit" for logging out of systems, instead of "logout":Jason McIntyre
it works for both csh and ksh, and is covered by posix; from Pierre Riteau
2008-01-03remove almost empty EXAMPLE sectionCharles Longeau
ok jmc@
2008-01-03missing word; from Jason FilleyJason McIntyre
2008-01-03In preparation of eliminating <> comment false positives:Ray Lai
- Move <> comments in template to an array, for easier reference later. - Rename "comment" variable to avoid shadowing. - Change some <> comments to SENDBUG comments. OK chl@
2008-01-02remove unused functionCharles Longeau
from tobias@ ok millert@ tobias@
2008-01-02remove unused functionsCharles Longeau
from tobias@ ok millert@ tobias@
2008-01-02fix obvious bug in .NODEFAULT handlingMarc Espie
2008-01-02remove unused fileCharles Longeau
unused function initially spotted by tobias@, then I realized the whole file was unused. ok millert@ tobias@
2008-01-01Allow PermitRootLogin in a Match block. Allows for, eg, permitting rootDarren Tucker
only from the local network. ok markus@, man page bit ok jmc@
2008-01-01If scp -p encounters a pre-epoch timestamp, use the epoch which isDarren Tucker
as close as we can get given that it's used unsigned. Add a little debugging while there. bz #828, ok djm@
2008-01-01spaces -> tabs from my previous commitDarren Tucker
2007-12-31if our node doesn't have a lineno/fname, inherit from `used' node.Marc Espie
This lets suffix rules finally print out where they come from...
2007-12-31When in inetd mode, have sshd generate a Protocol 1 ephemeral serverDarren Tucker
key only for connections where the client chooses Protocol 1 as opposed to when it's enabled in the server's config. Speeds up Protocol 2 connections to inetd-mode servers that also allow Protocol 1. bz #440, based on a patch from bruno at wolff.to, ok markus@
2007-12-31Prevent strict-aliasing warnings on newer gcc versions. bz #1355, patchDarren Tucker
from Dmitry V. Levin, ok djm@
2007-12-30new sentence, new line;Jason McIntyre
2007-12-30add missing arguments to synopsis; fix brackets; lowercase "usage:"Igor Sobrado
ok jmc@
2007-12-30lowercase "usage:"; align synopsesIgor Sobrado
ok jmc@
2007-12-30minor improvement on the diff to r1.106Igor Sobrado
ok jsing@
2007-12-28Use the correct packet maximum sizes for remote port and agent forwarding.Darren Tucker
Prevents the server from killing the connection if too much data is queued and an excessively large packet gets sent. bz #1360, ok djm@.
2007-12-28Make SSH2_MSG_UNIMPLEMENTED and SSH2_MSG_IGNORE messages reset theDarren Tucker
ServerAlive and ClientAlive timers. Prevents dropping a connection when these are enabled but the peer does not support our keepalives. bz #1307, ok djm@.
2007-12-28Pull from master repo:Stefan Kempf
Use sclass and soffset to access hdr.h_sclass and hdr.h_offset.
2007-12-27Add a small helper function to consistently handle the EAI_SYSTEM errorDarren Tucker
code of getaddrinfo. Prompted by vgiffin at apple com via bz #1417. ok markus@ stevesk@
2007-12-25Pull from master repo:Stefan Kempf
Set type to INT if it's still UNDEF upon return from typenode(). ok ragge@
2007-12-23increase the marker buffers, they are not big enough for hg mergeTed Unangst
2007-12-22Sync with main repo.Stefan Kempf
2007-12-22Sync with main repo.Stefan Kempf
2007-12-22Sync with main repo.Stefan Kempf
2007-12-22Sync with main repo.Stefan Kempf
2007-12-22Sync with main repo.Stefan Kempf