Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-10 | Got cvs_server_rlog back into shape. | Tobias Stoeckmann | |
2008-01-10 | Don'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-10 | An empty -k option is invalid | Tobias Stoeckmann | |
2008-01-10 | Our 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-10 | Properly free entry | Tobias Stoeckmann | |
> Patch from Igor Zinovik | |||
2008-01-10 | Ignore CVS directories during import in remote setups. assert()ed GNU | Tobias Stoeckmann | |
cvs server and was unwanted behaviour anyway. | |||
2008-01-10 | Handle the addition of directories right, especially in remote setups with | Tobias Stoeckmann | |
GNU cvs as a server. | |||
2008-01-10 | Properly handle "cvs add" on a client/server setup with GNU cvs as a client. | Tobias Stoeckmann | |
2008-01-10 | Slap in -b support for tag command. It was missing for a full regress test | Tobias Stoeckmann | |
as of now. | |||
2008-01-10 | RCS files without head keyword mustn't segfault our implementation. Only | Tobias Stoeckmann | |
command that supports such files is "cvs status", therefore properly handle them in all other commands, too. | |||
2008-01-10 | Added support for keyword $Log$. In order to support $Log$, new lines have | Tobias 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-07 | Pull from master repo: | Stefan Kempf | |
Use proper type for ix, code and match in lookup(). ok ragge@ | |||
2008-01-07 | Update to sudo 1.6.9p11 | Todd C. Miller | |
2008-01-06 | Branches 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-06 | gnu cvs added a new keyword 'commitid', this diff adds just enough code | Nikolay Sturm | |
to parse the commitid so that cvsweb (using rcs) continues to work on those files ok niallo@, xsa@ | |||
2008-01-05 | saying that -b and -l create smaller files can be misleading - the author | Jason 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 Riteau | Jason McIntyre | |
2008-01-04 | Revert r1.9, a.out toolchain needs this not-so-unused-after-all function. | Miod Vallat | |
2008-01-04 | remove unused function | Charles Longeau | |
from tobias@ ok xsa@ tobias@ | |||
2008-01-04 | Eliminate false positives from <> comments, avoiding mangling | Ray 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-03 | Make if.c kvm free by fetching the interface stats via sysctl like in systat | Claudio 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-03 | document "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-03 | remove almost empty EXAMPLE section | Charles Longeau | |
ok jmc@ | |||
2008-01-03 | missing word; from Jason Filley | Jason McIntyre | |
2008-01-03 | In 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-02 | remove unused function | Charles Longeau | |
from tobias@ ok millert@ tobias@ | |||
2008-01-02 | remove unused functions | Charles Longeau | |
from tobias@ ok millert@ tobias@ | |||
2008-01-02 | fix obvious bug in .NODEFAULT handling | Marc Espie | |
2008-01-02 | remove unused file | Charles Longeau | |
unused function initially spotted by tobias@, then I realized the whole file was unused. ok millert@ tobias@ | |||
2008-01-01 | Allow PermitRootLogin in a Match block. Allows for, eg, permitting root | Darren Tucker | |
only from the local network. ok markus@, man page bit ok jmc@ | |||
2008-01-01 | If scp -p encounters a pre-epoch timestamp, use the epoch which is | Darren 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-01 | spaces -> tabs from my previous commit | Darren Tucker | |
2007-12-31 | if 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-31 | When in inetd mode, have sshd generate a Protocol 1 ephemeral server | Darren 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-31 | Prevent strict-aliasing warnings on newer gcc versions. bz #1355, patch | Darren Tucker | |
from Dmitry V. Levin, ok djm@ | |||
2007-12-30 | new sentence, new line; | Jason McIntyre | |
2007-12-30 | add missing arguments to synopsis; fix brackets; lowercase "usage:" | Igor Sobrado | |
ok jmc@ | |||
2007-12-30 | lowercase "usage:"; align synopses | Igor Sobrado | |
ok jmc@ | |||
2007-12-30 | minor improvement on the diff to r1.106 | Igor Sobrado | |
ok jsing@ | |||
2007-12-28 | Use 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-28 | Make SSH2_MSG_UNIMPLEMENTED and SSH2_MSG_IGNORE messages reset the | Darren 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-28 | Pull from master repo: | Stefan Kempf | |
Use sclass and soffset to access hdr.h_sclass and hdr.h_offset. | |||
2007-12-27 | Add a small helper function to consistently handle the EAI_SYSTEM error | Darren Tucker | |
code of getaddrinfo. Prompted by vgiffin at apple com via bz #1417. ok markus@ stevesk@ | |||
2007-12-25 | Pull from master repo: | Stefan Kempf | |
Set type to INT if it's still UNDEF upon return from typenode(). ok ragge@ | |||
2007-12-23 | increase the marker buffers, they are not big enough for hg merge | Ted Unangst | |
2007-12-22 | Sync with main repo. | Stefan Kempf | |
2007-12-22 | Sync with main repo. | Stefan Kempf | |
2007-12-22 | Sync with main repo. | Stefan Kempf | |
2007-12-22 | Sync with main repo. | Stefan Kempf | |
2007-12-22 | Sync with main repo. | Stefan Kempf | |