Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-15 | change some silly snprintf(buf, buflen, "%s", login) calls to just use | Niall O'Higgins | |
strlcpy(buf, login, buflen) ok otto@ henning@ | |||
2005-03-15 | snprintf(buf, sizeof(buf), "%s", p) is silly, use strlcpy(). From Bruno Rohee. | Otto Moerbeek | |
2005-03-14 | make the OPERATORS list -compact: this avoids the nasty line split | Jason McIntyre | |
between 2 list items that are logically linked; | |||
2005-03-14 | add an example showing how to use -prune to skip a directory whilst | Jason McIntyre | |
searching; help from otto; requested by fgsch; ok otto@ fgsch@ | |||
2005-03-14 | simplify the description of -d to avoid confusion; | Jason McIntyre | |
ok otto@ millert@ | |||
2005-03-14 | limit input buffer size for channels; bugzilla #896; with and ok dtucker@ | Markus Friedl | |
2005-03-14 | Populate host for log message for logins denied by AllowUsers and DenyUsers. | Darren Tucker | |
(bz #999); ok markus@ | |||
2005-03-14 | Correct description of -H (bz #997); ok markus@, punctuation jmc@ | Darren Tucker | |
2005-03-13 | set rcs_errno to RCS_ERR_NOENT if no matching symbol is found in | Jean-Francois Brousseau | |
rcs_sym_getrev() | |||
2005-03-13 | support for the optional `branch' keyword, which is used to set the | Jean-Francois Brousseau | |
default branch for an RCS file | |||
2005-03-13 | spacing | Jean-Francois Brousseau | |
2005-03-13 | unbreak, and do this correct. | Joris Vink | |
2005-03-13 | simplify if {} else {} case. | Joris Vink | |
ok xsa@ | |||
2005-03-13 | Use correct byte order when printing out port numbers. | Chad Loder | |
OK jaredy@, tdeval@, hshoexer@ | |||
2005-03-13 | make 'netstat -i' print carp link addresses correctly. | Marco Pfatschbacher | |
ok mcbride@ | |||
2005-03-13 | maintain alphabetical order in primaries list; | Jason McIntyre | |
2005-03-12 | thanx -> thanks | Thierry Deval | |
2005-03-12 | escape `.' at eol to avoid double spacing issue; | Jason McIntyre | |
2005-03-12 | escape `.' at eol to avoid double spacing issues; | Jason McIntyre | |
2005-03-12 | sync usage() w/ synopsis; | Jason McIntyre | |
2005-03-12 | - tweak synopsis | Jason McIntyre | |
- avoid line splits - minor tweaks | |||
2005-03-12 | spacing | Theo de Raadt | |
2005-03-11 | - synopsis according to style(9) | Jason McIntyre | |
- add missing -q option - sync usage() - minor tweaks while here | |||
2005-03-11 | PR 4135: detect illegal frame sizes; fix file transfer when using | Otto Moerbeek | |
emecs editing mode on the remote end; print [EOT] on ~. again, by making tip_abort able to finish. Largely from Hugo Villeneuve <harpagon at jwales dot EINTR dotnet> ok deraadt@ "looks good" miod@ Man page tweaks by jmc@ | |||
2005-03-11 | support the remaining options as well. | Joris Vink | |
ok jfb@, xsa@ | |||
2005-03-11 | typo, missing \n; mpech | Markus Friedl | |
2005-03-10 | spacing | Theo de Raadt | |
2005-03-10 | oops, right mask | Theo de Raadt | |
2005-03-10 | use right permissions | Theo de Raadt | |
2005-03-10 | wrap AF_UNIX bind() call in umask() handling (as well as post-chmod) | Theo de Raadt | |
2005-03-10 | spacing | Theo de Raadt | |
2005-03-10 | fix more BACKUP/NOBACKUP/NO_BACKUP confusion, again no binary change. | Henning Brauer | |
spotted by jmc@ | |||
2005-03-10 | -v description comes before -w; | Jason McIntyre | |
also a sentence tweak; | |||
2005-03-10 | spacing | Theo de Raadt | |
2005-03-10 | add -n command line switch to disable backup file generation, handy | Henning Brauer | |
when you use mg for your mail from within mutt etc from PR3930, Carson Harding <harding@motd.ca>, Thanks! | |||
2005-03-10 | the realpath() was needed to do do relative to absolute path | Henning Brauer | |
conversion. revert my diff that takes it out, and instead, on realpath() failure (like when you have no perms on pwd) just return the unexpanded path. everything still fine with that, just tab completeion and the like does not work (obviously). this was mainly for "sudo mg /etc/something" from ~ where ~ is nfs-mounted with root mapped to -2 and now, that case works as well as tab completion on insert-file etc. | |||
2005-03-10 | switch keyword (Id -> OpenBSD) and prettier alignment | Jean-Francois Brousseau | |
2005-03-10 | Check listen addresses for null, prevents xfree from dying during | Darren Tucker | |
ClearAllForwardings (bz #996). From Craig Leres, ok markus@ | |||
2005-03-10 | Use correct byte order when printing out port numbers. | Chad Loder | |
OK deraadt@, bruno rohee, hshoexer@, jaredy@ | |||
2005-03-09 | remove useless -DBACKUP from CFLAGS and change the comment for BACKUP | Henning Brauer | |
to NOBACKUP what the code actually uses (and reverse the descr too of course) spotted by jmc@ quite some time ago, no binary change. | |||
2005-03-09 | unmaintained cruft, get rid of it instead of spreading bad info | Jean-Francois Brousseau | |
ok xsa@ | |||
2005-03-09 | fix mg's behaviour with regards to files on which we do not have | Jean-Francois Brousseau | |
write access. diff originally from vincent@ and forgotten for a while. ok rohee@, "toss it in, i'll bitch if it doesn't work" henning@ | |||
2005-03-09 | connect rcs/ stuffs; ok jfb joris | Xavier Santolaria | |
2005-03-09 | enable -f option of `remove' command; ok jfb joris | Xavier Santolaria | |
2005-03-09 | align, and don't override the standard BINOWN and BINMODE | Jean-Francois Brousseau | |
2005-03-09 | the mg binary is too small, if we keep adding theo quotes we might be | Henning Brauer | |
as big as vi one day | |||
2005-03-08 | OpenSSH 4.0 | Damien Miller | |
2005-03-08 | weeping the tree for printf(s) where printf("%s",s) should be used. | Chad Loder | |
This is a regression introduced during conversion from perror(3) to err(3) OK mickey@ | |||
2005-03-08 | Sweeping the tree for printf(s) where printf("%s",s) should be used. | Chad Loder | |
This is a regression introduced during conversion from perror(3) to err(3) OK mickey@ | |||
2005-03-08 | Sweeping the tree for printf(s) where printf("%s",s) should be used. | Chad Loder | |
This is a regression introduced during conversion from perror(3) to err(3) |