Age | Commit message (Expand) | Author |
2007-05-27 | Revert, we dealt with the -x flag in the past. jmc suddenly | Ray Lai |
2007-05-27 | Mention -x flag (for compatibility only). From Tobias Stoeckmann. | Ray Lai |
2007-05-27 | Call fatal() if extra arguments are given to "opencvs server". From | Ray Lai |
2007-05-27 | Fix off-by-one, from Tobias Stoeckmann. | Ray Lai |
2007-05-27 | Fix off-by-one, from Tobias Stoeckmann. | Ray Lai |
2007-05-26 | It is not the job of cvs_server_send_response() to do error checking. | Ray Lai |
2007-05-26 | It is too complicated to tell a client that an internal failure | Ray Lai |
2007-05-26 | Remove redundant xsnprintf calls. | Ray Lai |
2007-05-26 | add support for Mdocdate rcs keyword in opencvs too. | Niall O'Higgins |
2007-05-26 | cvs_server_path is more appropriate to check than cvs_server_active. | Ray Lai |
2007-05-26 | fatal() should never be called twice; if it happens, exit immediately, | Ray Lai |
2007-05-26 | work around stupid trust of the namespace; millert please look at the problem... | Theo de Raadt |
2007-05-26 | cdrip and cdplay commands from Alexey Vatchenko | Michael Coulter |
2007-05-26 | Increase sticky tag buffer size. | Ray Lai |
2007-05-26 | Treat lines that start with "dummy timestamp from new-entry" as a | Ray Lai |
2007-05-26 | More comment typos from Diego Casati. Including winners like funtion, allmost, | Kenneth R Westerback |
2007-05-25 | Call fatal() if we are missing an argument. From Tobias Stoeckmann. | Ray Lai |
2007-05-25 | Call fatal() if we are missing an argument. From Tobias Stoeckmann. | Ray Lai |
2007-05-25 | Check vasprintf for failure. | Ray Lai |
2007-05-25 | "interupt" -> "interrupt" in various comments. Mostly from Diego Casati. | Kenneth R Westerback |
2007-05-25 | "boundries" -> "boundaries" in various comments. Started by Diego Casati. | Kenneth R Westerback |
2007-05-25 | Sanity check time spec and if no century is specified, just use the | Todd C. Miller |
2007-05-24 | If century not specified used the current one instead of aassuming 2000. | Todd C. Miller |
2007-05-23 | Fix cut and pasto, seconds value is now stored in dot, not p. | Todd C. Miller |
2007-05-23 | Set tm_sec to 0 if no seconds were specified by the timespec (-t) arg. | Todd C. Miller |
2007-05-23 | - attempt to explain (sub)sections before we start discussing them | Jason McIntyre |
2007-05-23 | update the section list; | Jason McIntyre |
2007-05-23 | for -S, note that machines have pages for all archs, and this mechanism | Jason McIntyre |
2007-05-23 | improve the descriptions for -f and -k, specifically making it | Jason McIntyre |
2007-05-23 | Sanity check the time argument specified by the -t argument. Some | Todd C. Miller |
2007-05-23 | remove some unneccessary bracketing; | Jason McIntyre |
2007-05-22 | Note that the global -x option is kept for compatibility (for now) and has | Xavier Santolaria |
2007-05-22 | zap double include; from p_nowaczyk AT o2.pl | Damien Miller |
2007-05-21 | fix -Wall warning about unused variable `errstr', which was introduced in the... | Constantine A. Murenin |
2007-05-20 | rewrite DIAGNOSTICS to avoid confusion about which application returns | Jason McIntyre |
2007-05-20 | since less(1) and more(1) are the same point, don;t list them both | Jason McIntyre |
2007-05-20 | Add support for zmore being called as zless, | Jonathan Gray |
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 |
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 |
2007-05-17 | fall back to gethostname() when the outgoing connection is not | Damien Miller |
2007-05-17 | Check getpwnam() return value for NULL before dereferencing it. | Moritz Jodeit |
2007-05-17 | Check getpwuid() return value for NULL before dereferencing it. | Moritz Jodeit |
2007-05-17 | Fix fgetln(3) handling of lines without trailing newline. | Moritz Jodeit |
2007-05-17 | bz#1286 stop reading and processing commands when input or output buffer | Damien Miller |
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 |
2007-05-17 | Don't free unused variable, from tbert. | Ray Lai |
2007-05-17 | Remove nonsensical dereference. From tbert. | Ray Lai |