Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-20 | rewrite DIAGNOSTICS to avoid confusion about which application returns | Jason McIntyre | |
what, and when; started by Jeffrey 'jf' Lim, with some correction from Ingo Schwarze; ok otto | |||
2007-05-20 | since less(1) and more(1) are the same point, don;t list them both | Jason McIntyre | |
in SEE ALSO; | |||
2007-05-20 | Add support for zmore being called as zless, | Jonathan Gray | |
same behaviour but pager defaults to less instead of more. Incorporating feedback from millert@ and jmc@ ok millert@ simon@ | |||
2007-05-19 | improve the descriptions of "section" and "subsection"; ok millert | Jason McIntyre | |
2007-05-19 | - Rewrite argument handling to not pass closed fd's to asa() | Moritz Jodeit | |
- Reorder fgetln() handling to prevent duplicate code - Some more cleanup Initial diff from Tobias Stoeckmann. ok jaredy@ | |||
2007-05-17 | djm owes me a vb and a tism cd for breaking ssh compilation | Jolan Luff | |
2007-05-17 | pass received SIGINT from monitor to postauth child so it can clean | Damien Miller | |
up properly. bz#1196, patch from senthilkumar_sen AT hotpop.com; ok markus@ | |||
2007-05-17 | fall back to gethostname() when the outgoing connection is not | Damien Miller | |
on a socket, such as is the case when ProxyCommand is used. Gives hostbased auth an opportunity to work; bz#616, report and feedback stuart AT kaloram.com; ok markus@ | |||
2007-05-17 | Check getpwnam() return value for NULL before dereferencing it. | Moritz Jodeit | |
ok ray@ millert@ | |||
2007-05-17 | Check getpwuid() return value for NULL before dereferencing it. | Moritz Jodeit | |
ok ray@ millert@ | |||
2007-05-17 | Fix fgetln(3) handling of lines without trailing newline. | Moritz Jodeit | |
From Tobias Stoeckmann. ok ray@ millert@ | |||
2007-05-17 | bz#1286 stop reading and processing commands when input or output buffer | Damien Miller | |
is nearly full, otherwise sftp-server would happily try to grow the input/output buffers past the maximum supported by the buffer API and promptly fatal() based on patch from Thue Janus Kristensen; feedback & ok dtucker@ | |||
2007-05-17 | save and restore errno when logging; ok deraadt@ | Damien Miller | |
2007-05-17 | Remove extra return statement, from tbert from lint. | Ray Lai | |
OK jaredy@ and moritz@ | |||
2007-05-17 | Don't free unused variable, from tbert. | Ray Lai | |
OK niallo && xsa | |||
2007-05-17 | Remove nonsensical dereference. From tbert. | Ray Lai | |
OK niallo && xsa | |||
2007-05-16 | Figure out DST by setting tm_isdst element to -1. | Xavier Santolaria | |
From Tobias Stoeckmann. OK otto@. | |||
2007-05-16 | In remote setup, write sent files to inlog (if specified) instead of outlog. | Xavier Santolaria | |
Matches GNU CVS' behaviour. From Tobias Stoeckmann. | |||
2007-05-16 | Allow stripping of files, even if the destination filename | Moritz Jodeit | |
starts with a dash. ok millert@ jaredy@ ray@ | |||
2007-05-16 | open() returns -1 on error, not NULL. From Tobias Stoeckmann. | Xavier Santolaria | |
2007-05-16 | Add missing ssize_t rlen, used when DEBUG is defined, and only | Ray Lai | |
define c when DEBUG is undefined. From Pav Lucistnik <pav at FreeBSD>. While here, correct format strings to match ssize_t. OK moritz@. | |||
2007-05-15 | Remove useless NOxxx defines and use NULL instead. | Moritz Jodeit | |
No binary change. OK ray@ | |||
2007-05-14 | use sys/queue macros instead of accessing fields directly. | Pierre-Yves Ritschard | |
no binary change. ok krw@ | |||
2007-05-12 | Prevent core dump if strpbrk() returns NULL. Reported to bugs@ by | Ray Lai | |
Pav Lucistnik <pav at FreeBSD>, thanks! OK otto@. | |||
2007-05-12 | Change 0x30 to more readable '0'. | Ray Lai | |
OK xsa@. | |||
2007-05-11 | typo in previous commit; | Xavier Santolaria | |
2007-05-11 | fix format of the CVSROOT string in comments. | Xavier Santolaria | |
from Tobias Stoeckmann. OK niallo@. | |||
2007-05-11 | Sync with editit from sendbug. | Ray Lai | |
2007-05-11 | cvs_logmsg_edit no longer fails with ECHILD. | Ray Lai | |
Add comment describing cvs_logmsg_edit usage. | |||
2007-05-11 | Sync with editit from sendbug. | Ray Lai | |
2007-05-11 | If fork fails with EAGAIN, ignore errno and fail. Looping just | Ray Lai | |
worsens the problem. cloder@ and deraadt@ agree. | |||
2007-05-11 | Instead of returning -1 and setting errno to ECHILD if the editor | Ray Lai | |
has a non-zero exit status, just return the exit status on success. Hard errors still return -1. If the editor is killed, return -1 and set EINTR. | |||
2007-05-11 | Delinting from tbert <bret dot lambert at gmail dot com> | Ray Lai | |
OK moritz@ | |||
2007-05-10 | Simplify cvs_vlog() to avoid endless fatal() loop on some error case. | Xavier Santolaria | |
Problem spotted and fix submitted by Tobias Stoeckmann. OK niallo@. | |||
2007-05-10 | ftsopen -> fts_open; partly from Alexander Holupirek, documentation/5472 | Jason McIntyre | |
ok simon art | |||
2007-05-09 | cvs_splitpath() isn't used anymore; from Tobias Stoeckmann. | Xavier Santolaria | |
2007-05-09 | - we do not have -H, zap it. | Xavier Santolaria | |
- add missing `x' flag in getopt() and sort flags. - sync usage(). Based on initial diff from Tobias Stoeckmann. | |||
2007-05-09 | typo in license found by ray; verified repair using my old archives... | Theo de Raadt | |
2007-05-09 | Be more consistent about when dmesg is attached to template. | Ray Lai | |
Specifically, -V. | |||
2007-05-09 | Remove shadowed, redundant variable. From Bret Lambert. | Ray Lai | |
OK jaredy@. | |||
2007-05-07 | Compare chars with '\0', not NULL. | Ray Lai | |
2007-05-07 | Replace manual loops with strcspn and plug realloc memory leaks. | Ray Lai | |
OK jaredy@ and moritz@. | |||
2007-05-07 | Simplify some loops. | Ray Lai | |
OK jaredy@ and moritz@. | |||
2007-05-06 | Restore signals before returning. | Ray Lai | |
2007-05-06 | Save and restore signals once instead of each time fork fails with | Ray Lai | |
EAGAIN. | |||
2007-05-06 | Grammar. | Ray Lai | |
2007-05-05 | Localize variables and don't do anything after exit(). | Ray Lai | |
OK espie@, moritz@, and jaredy@. | |||
2007-05-04 | warren zevon's death | Jasper Lievisse Adriaanse | |
from Matthew Clarke <clamat at telus.net> | |||
2007-05-02 | like the init command, version does not take any extra args. | Xavier Santolaria | |
from Tobias Stoeckmann. | |||
2007-05-02 | strtol() -> strtonum(); from Tobias Stoeckmann. | Xavier Santolaria | |
OK ray@ otto@. |