Age | Commit message (Expand) | Author |
2006-08-02 | strlcpy/strlcat overload made deraadt@ sick; change to xasprintf. | Ray Lai |
2006-08-02 | Fix a lot of buffer overflows and make the code more binary safe. | Ray Lai |
2006-07-27 | unused variable | Theo de Raadt |
2006-07-08 | Remove file mode argument from {cvs|rcs}_buf_write_stmp(). We | Ray Lai |
2006-06-03 | - correctly handle binary files; say bye bye to using c strings for deltatexts. | Niall O'Higgins |
2006-06-02 | various spelling fixes | David Krause |
2006-06-02 | - at end of checkin_main loop, reset pb.newrev. fixes a problem with checkin | Niall O'Higgins |
2006-05-29 | Plug more memory leaks. | Ray Lai |
2006-05-29 | - zap unrequired casts for rcs_buf_release(). | Niall O'Higgins |
2006-05-27 | Remove rcs_statfile(). It was just a wrapper for rcs_choosefile(), | Ray Lai |
2006-05-17 | fix printf's | Xavier Santolaria |
2006-05-11 | fix informative msg's wrt to -q and stderr. now matches gnu/usr.bin/rcs. | Xavier Santolaria |
2006-05-10 | Remove (size_t) casts on integer constants. | Ray Lai |
2006-05-09 | Remove /* NOTREACHED */ comments, now that lint is smart about | Ray Lai |
2006-05-08 | check for rcs_diffreg() return value; OK ray@. | Xavier Santolaria |
2006-05-05 | o GNU ci returns 0 when a file is reverted (co -l file; ci file). | Ray Lai |
2006-05-04 | finish work wrt TMPDIR; use xasprintf() to simplify code while in there; | Xavier Santolaria |
2006-04-29 | o Simplify ci by using strchr and strcspn instead of custom loops. | Ray Lai |
2006-04-29 | Check return values for all strlcpy, and strlcat calls. | Ray Lai |
2006-04-29 | Clarify man pages to match -t behavior and pretty up usage strings. | Ray Lai |
2006-04-29 | Make ci store gmtime instead of localtime in RCS files, like GNU. | Ray Lai |
2006-04-26 | prevent file races by obtaining an fd for the RCS file and | Joris Vink |
2006-04-26 | fork our code we shared between openrcs/cvs into the openrcs dir. | Joris Vink |
2006-04-25 | quote strings consistently. | Xavier Santolaria |
2006-04-25 | fatal() -> err()/errx() as we try to not depend on heavy cvs_log(). | Xavier Santolaria |
2006-04-25 | style; | Xavier Santolaria |
2006-04-24 | prevent a race by keeping an fd for the workfile around until | Joris Vink |
2006-04-24 | o Better match GNU behavior (a bare -t does NOT read from stdin, | Ray Lai |
2006-04-21 | move shared functions into rcsutil.[ch]; this makes rcsprog.c cleaner; | Xavier Santolaria |
2006-04-21 | remove overkill cvs_log() and rather use warn()/warnx(). | Xavier Santolaria |
2006-04-19 | switch -q handling to bitwise flags; OK ray@ niallo@. | Xavier Santolaria |
2006-04-18 | Combine code to prompt user for input into a shared function, | Ray Lai |
2006-04-18 | /* FALLTHROUGH */ to share code between the -N and -n flags. | Ray Lai |
2006-04-18 | Removes memory leaks when flags are called multiple times. This | Ray Lai |
2006-04-18 | Remove -h flag from rcs_getopt loop, which is not in GNU. | Ray Lai |
2006-04-17 | Relieve checkin_update and checkin_init of the responsibility of | Ray Lai |
2006-04-16 | - fix description handling. | Niall O'Higgins |
2006-04-14 | excessive addition to brackets is a mental disease. you will go | Theo de Raadt |
2006-04-14 | Fix a typo introduced in rev 1.135; ok ray@ | Patrick Latifi |
2006-04-13 | Currently rcs_getopt spits out a generic error message if you do | Ray Lai |
2006-04-13 | clean up temporary files when we finish running. | Joris Vink |
2006-04-13 | fix some typos | Niall O'Higgins |
2006-04-13 | correctly handle RCS files without any revisions; | Joris Vink |
2006-04-13 | *** empty log message *** | Ray Lai |
2006-04-12 | spaces | Theo de Raadt |
2006-04-12 | Clean up <rev> handling. Whenever a revision is specified after a | Ray Lai |
2006-04-10 | make sure we add the correct name mkstemp(3) creates for us | Joris Vink |
2006-04-09 | - don't print out warnings about locking when they are actually wrong and | Niall O'Higgins |
2006-04-06 | -z can take no argument. | Xavier Santolaria |
2006-04-05 | Use variable names for sizeof, remove casts in front of xmalloc, | Ray Lai |