Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-27 | Remove last bits about login and logout commands, which will never be | Xavier Santolaria | |
implemented anyway. OK ray@ niallo@. | |||
2007-06-27 | Add missing undocumented --ignore-case flag, to improve compatibility | Ray Lai | |
with GNU sdiff. From Steven Kreuzer <skreuzer () exit2shell ! com> | |||
2007-06-27 | fix diff output in a remote setup so our client does not freak out. | Joris Vink | |
noticed and "yes, that's much shinier" by ckuethe. | |||
2007-06-27 | We were missing the needed clue/magic to have our remote setup | Joris Vink | |
handle files that have been removed from the repository correctly, which resulted in them still being in the working copy after doing an update. noticed and diff tested by ckuethe@. | |||
2007-06-27 | From Tobias Stoeckmann: | Ray Lai | |
- Fix a file descriptor leak. - Print usage if -a and -c flags are passed a zero-length string. OK millert and moritz | |||
2007-06-26 | Bring back the release command. More work to be done though. | Xavier Santolaria | |
OK joris@ niallo@. | |||
2007-06-26 | Fix buffer overflow reported by Tobias Stoeckmann by increasing the | Ray Lai | |
number of file descriptors to the correct limit, NOFILE_MAX, and improve calculation of open file count. OK moritz | |||
2007-06-26 | add support for cvs rlog. | Niall O'Higgins | |
from Mickey. ok joris@ ray@ | |||
2007-06-26 | allow ci -N<tag name> even when no changes. mimics GNU behaviour. | Niall O'Higgins | |
based on a diff from Tero Koskinen <tero.koskinen at iki.fi> ok joris@ | |||
2007-06-25 | mt_count is just an int | Theo de Raadt | |
2007-06-25 | kill "is is"; from Charles Longeau | Jason McIntyre | |
2007-06-25 | some wording improvements for -d and -m; from Jacek Masiulaniec | Jason McIntyre | |
2007-06-25 | Include <poll.h> like the man page says rather than <sys/poll.h>. ok djm@ | Darren Tucker | |
2007-06-25 | Correct test for window updates every three packets; prevents sending | Darren Tucker | |
window updates for every single packet. ok markus@ | |||
2007-06-20 | Add missing return value checks for strdup() andd fgetc(). | Moritz Jodeit | |
From Nicholas Marriott. Reminded by ray@. ok ray@ jaredy@ | |||
2007-06-20 | Add missing `his' command alias. OK joris@. | Xavier Santolaria | |
2007-06-19 | Grammar-o. | Ray Lai | |
OK jmc | |||
2007-06-19 | Remove unused variable. | Ray Lai | |
2007-06-19 | net80211_ifstats() is called in main.c but there was no prototype. | Ray Lai | |
OK markus and itojun | |||
2007-06-19 | err(3) was being called but was missing an include, and end: was | Ray Lai | |
unused. OK markus and itojun | |||
2007-06-19 | "off" isn't a pointer, it's a ulong. According to printf(3), %#lx | Ray Lai | |
is equivalent to %p. OK markus and itojun | |||
2007-06-19 | if the fd passed to atomicio/atomiciov() is non blocking, then poll() to | Damien Miller | |
avoid a spin if it is not yet ready for reading/writing; ok dtucker@ | |||
2007-06-18 | first stab at history stuff for opencvs, currently only writes | Joris Vink | |
to CVSROOT/history but cannot parse it yet with the 'history' command. "Commit it." ray@ | |||
2007-06-18 | Fix typo introduced in seconds parsing. From Tim van der Molen. | Todd C. Miller | |
2007-06-16 | implement a `keep-alive' option that sends bytes over an inactive | Marc Espie | |
connection. The FTP protocol provides us with a NOOP operation that is perfectly suitable for that, and so far servers are happy with it. Sending the command slowly is an idea I borrowed from spamd. No change for people not using the option, so it can't break normal ftp. okay beck@, jmc@ | |||
2007-06-15 | Douglas Adams was a Mac fan, but we don't discriminate. | Matthias Kilian | |
ok jasper@, simon@, who managed to get their ok's trapped in my spam folder for yet unknown reasons. | |||
2007-06-15 | Don't truncate interface name. | Ray Lai | |
Fixes PR 5460. OK deraadt, agreed with by krw. | |||
2007-06-14 | when waiting for the multiplex exit status, read until the master end | Damien Miller | |
writes an entire int of data *and* closes the client_fd; fixes mux regression spotted by dtucker, ok dtucker@ | |||
2007-06-14 | handle EINTR when waiting for mux exit status properly | Damien Miller | |
2007-06-14 | put Edvard Grieg like the other composers in .music | Jasper Lievisse Adriaanse | |
from minusf@obiit.org | |||
2007-06-13 | - shorten -c's argument name to avoid ugly line split | Jason McIntyre | |
- tidy up the description of -c and http_cookies - add -c to usage() | |||
2007-06-13 | value of 'author' in an rcs file is effectively a system username. | Niall O'Higgins | |
therefore, we should allow it to contain the same characters as a username. pointed out by jcs@ ok ray@ xsa@ | |||
2007-06-13 | Enable cookie support. This allows parsing of netscape-like cookie jars | Pierre-Yves Ritschard | |
and sending of appropriate cookies. No retrieval of new cookies is done. Careful review and lots of input by millert and ray. ok millert@, ray@ | |||
2007-06-13 | don't ftruncate() non-regular files; bz#1236 reported by wood AT xmission.com; | Damien Miller | |
ok dtucker@ | |||
2007-06-12 | Typo found by Matthew Clarke, thanks. | Marc Balmer | |
2007-06-12 | Fix a 10-year-old pointer-arithmetic bug in make, | Constantine A. Murenin | |
introduced on 1997-12-16, make/job.c revision 1.8. This should fix the CPU spinout bug when running make with a -j option -- from now on, `make -j24` successfully completes the kernel build on my Core 2 Duo, instead of halting the build and eating one CPU until ^C. Found and debugged by myself, with the help of malloc.conf options. "definitely a bug, nice catch" beck@ "let's also fix a [potential] memory leak in realloc" by millert@ "should go in" deraadt@ | |||
2007-06-12 | Encode filename with strnvis if the name contains a newline (which can't | Darren Tucker | |
be represented in the scp protocol), from bz #891. ok markus@ | |||
2007-06-12 | add -K to SYNOPSIS; | Jason McIntyre | |
2007-06-12 | identies -> identities; | Jason McIntyre | |
2007-06-12 | Pass GSS OID to gss_display_status to provide better information in | Darren Tucker | |
error messages. Patch from Simon Wilkinson via bz 1220. ok djm@ | |||
2007-06-12 | improved exit message from multiplex slave sessions; bz #1262 | Damien Miller | |
reported by alexandre.nunes AT gmail.com; ok dtucker@ | |||
2007-06-12 | Add "-K" flag for ssh to set GSSAPIAuthentication=yes and | Damien Miller | |
GSSAPIDelegateCredentials=yes. This is symmetric with -k (disable GSSAPI) and is useful for hosts with /home on Kerberised NFS; bz #1312 patch from Markus.Kuhn AT cl.cam.ac.uk; ok dtucker@ markus@ | |||
2007-06-12 | fix slave exit value when a control master goes away without passing the | Damien Miller | |
full exit status by ensuring that the slave reads a full int. bz#1261 reported by frekko AT gmail.com; ok markus@ dtucker@ | |||
2007-06-12 | make scp try to skip FIFOs rather than blocking when nothing is listening. | Damien Miller | |
depends on the platform supporting sane O_NONBLOCK semantics for open on FIFOs (apparently POSIX does not mandate this), which OpenBSD does. bz #856; report by cjwatson AT debian.org; ok markus@ | |||
2007-06-12 | relocate server-only GSSAPI code from libssh to server; bz #1225 | Damien Miller | |
patch from simon AT sxw.org.uk; ok markus@ dtucker@ | |||
2007-06-12 | better document ssh-add's -d option (delete identies from agent), bz#1224 | Damien Miller | |
new text based on some provided by andrewmc-debian AT celt.dias.ie; ok dtucker@ | |||
2007-06-12 | Allow checkin without locking (after rcs -U). Matches GNU's behaviour. | Xavier Santolaria | |
Problem reported by itojun@. Tests itojun@; OK niallo@. | |||
2007-06-11 | increase default channel windows; ok djm | Markus Friedl | |
2007-06-11 | send 'window adjust' messages every tree packets and do not wait | Markus Friedl | |
until 50% of the window is consumed. ok djm dtucker | |||
2007-06-10 | clear to end of line at quit, needed for terms that do not restore | Otto Moerbeek | |
content on quiting curses mode, like screen. found and tested by ray@ |