Age | Commit message (Expand) | Author |
2006-03-31 | spacing; | Joris Vink |
2006-03-31 | tiny bits of lint | Theo de Raadt |
2006-03-30 | add temporary files to the worklist before creating them, this prevents | Joris Vink |
2006-03-30 | hmm, let's not use fatal() when we cannot find a branch instead return NULL | Joris Vink |
2006-03-30 | zap unused variable, niallo@ noticed | Joris Vink |
2006-03-30 | first part of supporting branches in openrcs. right now we can only | Joris Vink |
2006-03-30 | cast to uid_t where needed; ok deraadt@ | Robert Nagy |
2006-03-30 | use size_t where needed; ok deraadt@ | Robert Nagy |
2006-03-30 | minimal lint happiness, round 1 | Theo de Raadt |
2006-03-30 | Clean up some allocations. Remove malloc casts, and some easy | Kjell Wooding |
2006-03-30 | Prevent duplicate log messages when privsep=yes; ok djm@ | Darren Tucker |
2006-03-30 | Correctly handle truncated files while converting keys; ok djm@ | Darren Tucker |
2006-03-30 | add percent escape chars to the IdentityFile option, bz #1159 based | Damien Miller |
2006-03-30 | replace {GET,PUT}_XXBIT macros with functionally similar functions, | Damien Miller |
2006-03-30 | ARGSUSED for dispatch table-driven functions | Damien Miller |
2006-03-30 | Add rlog -r[REV1][:][REV2] support | Ray Lai |
2006-03-30 | - Comment fixes. | Ray Lai |
2006-03-29 | fix fetching zero-length files via proxy. while there, also fix progress-meter | Alexander von Gernler |
2006-03-29 | - document return value of cmd | getline [var] | Jason McIntyre |
2006-03-29 | typo; from Alf Schlichting | Michael Shalayeff |
2006-03-29 | Yet more lint: | Ray Lai |
2006-03-29 | More closely matches GNU behavior, passes more GNU rcstest tests. | Ray Lai |
2006-03-28 | Use <sp> and <cr> as shortcuts for y/n (like emacs) | Kjell Wooding |
2006-03-28 | check rcs_head_set() return value; OK niallo@. | Xavier Santolaria |
2006-03-28 | check rcs_sym_remove() return value; OK niallo@. | Xavier Santolaria |
2006-03-28 | shudup rcs_set_description(), so regress tests are happy too. | Xavier Santolaria |
2006-03-28 | match GNU's output when no revision are present. | Xavier Santolaria |
2006-03-28 | give more space to the memory columns in vm page; deraadt@ ok | Michael Shalayeff |
2006-03-28 | Finally. Basically, rcs_parse_delta() doesn't understand that | Ray Lai |
2006-03-28 | xmalloc(num * size) -> xcalloc(num, size) | Ray Lai |
2006-03-28 | Today is Integer Overflow Prevention Day: | Ray Lai |
2006-03-28 | use strtonum() to parse the pid from the file, and range check it | Theo de Raadt |
2006-03-28 | do not accept unreasonable X ports numbers; ok djm | Theo de Raadt |
2006-03-28 | spacing | Theo de Raadt |
2006-03-27 | always use a format string for addargs; spotted by mouring@ | Damien Miller |
2006-03-27 | - simplify checkin_init() and checkin_update() functions by moving | Niall O'Higgins |
2006-03-27 | - properly implement GNU file modes. basically, checkout will inherit | Niall O'Higgins |
2006-03-27 | lem is nomore | Michael Shalayeff |
2006-03-27 | rcs_growbuf() cleanup; OK ray@. | Xavier Santolaria |
2006-03-27 | rcs_comment_set() will never return non-zero; change its return type to void. | Xavier Santolaria |
2006-03-27 | check rcs_lock_remove() return value; OK ray@ niallo@. | Xavier Santolaria |
2006-03-27 | use strtonum() instead of atoi(), limit dhg size to 64k; ok djm | Theo de Raadt |
2006-03-27 | oops! fix from xsa; | Jason McIntyre |
2006-03-27 | Fix and clean up -t flag: | Ray Lai |
2006-03-27 | beef up the -z description; ok xsa | Jason McIntyre |
2006-03-27 | Changes: | Ray Lai |
2006-03-27 | rcs_desc_set() will never return non-zero; change its return type to void. | Xavier Santolaria |
2006-03-27 | Plug a memory leak for all cvs_strsplit call sites; ok xsa@ | Patrick Latifi |
2006-03-27 | we can do the size & nmemb check before the integer overflow check; evol | Theo de Raadt |
2006-03-26 | rcs_parse_desc() cleanup; OK ray@. | Xavier Santolaria |