Age | Commit message (Expand) | Author |
2005-01-08 | Fix for FreeBSD PR#12801 from Sven Verdoolaege (nvi maintainer) via FreeBSD | Peter Valchev |
2005-01-08 | Move a line of code which was "obviously" misplaced. | Peter Valchev |
2005-01-08 | When an error occurs in v_txt(), leave input mode too. | Peter Valchev |
2005-01-08 | `login'(n) -> `log in'(v); | Jason McIntyre |
2005-01-08 | move the license into the body of the man page; | Jason McIntyre |
2005-01-07 | document `cvs import'; | Jason McIntyre |
2005-01-07 | Remove line in copyright declaration that conflicts with the LICENSE file. | Todd C. Miller |
2005-01-07 | oops - 2 more .Dq -> .Sq; | Jason McIntyre |
2005-01-07 | - distinguish between client (ftp) and protocol (FTP) | Jason McIntyre |
2005-01-07 | `login'(n) -> `log in'(v); | Jason McIntyre |
2005-01-07 | better wording for -l; | Jason McIntyre |
2005-01-07 | - better documenting of `host' and `port[s]' | Jason McIntyre |
2005-01-06 | the status command now supports the same arguments as its gnu cvs | Jean-Francois Brousseau |
2005-01-06 | add cvsintro.7 to MAN now that jmc@ has put useful information in there | Jean-Francois Brousseau |
2005-01-06 | add *.core as part of the standard ignore patterns | Jean-Francois Brousseau |
2005-01-06 | * always assign a cvsroot to directories, even if they are unknown | Jean-Francois Brousseau |
2005-01-06 | Improved and working import code from Joris Vink with modifications | Jean-Francois Brousseau |
2005-01-06 | check the return value of a strdup() call and return an error on | Jean-Francois Brousseau |
2005-01-06 | clarify what -a does; | Jason McIntyre |
2005-01-05 | document `cvs tag'; | Jason McIntyre |
2005-01-05 | Before attempting to initialize the cvs repository, make sure we have | Jean-Francois Brousseau |
2005-01-05 | remove dead code, log connect() failures with level error, ok djm@ | Markus Friedl |
2005-01-04 | add snprintf sanity check. | Moritz Jodeit |
2005-01-04 | Minor KNF, s/for(/for (/ | Todd C. Miller |
2005-01-04 | Fix some issues noted by Joris Vink; pedro@ OK | Todd C. Miller |
2005-01-04 | first cut at an introduction to CVS; | Jason McIntyre |
2005-01-03 | when releasing a file structure, free the reference to its name so | Jean-Francois Brousseau |
2005-01-03 | limit the maximum length of RCS numbers to 64 nums and avoid | Jean-Francois Brousseau |
2005-01-03 | more error checking on buffer operations and plug a descriptor leak | Jean-Francois Brousseau |
2005-01-03 | the proclamation of the Soviet Socialist Zaurus Portablic | Michael Shalayeff |
2005-01-03 | use an example of nmap `outpattern' containing spaces that works; | Jason McIntyre |
2005-01-03 | don't try to demangle C symbols if we're ELF. | Marc Espie |
2005-01-03 | a little cleanup in the nmap description; | Jason McIntyre |
2005-01-03 | need to escape lines starting w/ `...'; | Jason McIntyre |
2005-01-02 | add zaurus, fix cats entry. ok jakob@ pvalchev@ deraadt@ | Dale Rahn |
2005-01-02 | remove misleading "client host" string; | Jason McIntyre |
2004-12-31 | explicitly mention port in an example; | Jason McIntyre |
2004-12-30 | add strdup() check; jfb ok | Xavier Santolaria |
2004-12-30 | Send files to add using `Is-Modified' instead of `add', and send | Jean-Francois Brousseau |
2004-12-30 | these pages already have their copyrights contained within the main | Jason McIntyre |
2004-12-30 | stdinit() and flush_all() are prototyped globally, no need to do it | Todd C. Miller |
2004-12-30 | Restore error checking in tostring(). | Todd C. Miller |
2004-12-30 | Update to version 20041222; OK deraadt@ | Todd C. Miller |
2004-12-29 | handle snprintf -1; otto ok | Theo de Raadt |
2004-12-28 | remove signedness warnings; jfb ok | Xavier Santolaria |
2004-12-28 | abort with an error if we can't figure out what the connection | Jean-Francois Brousseau |
2004-12-28 | handler for the Set request | Jean-Francois Brousseau |
2004-12-28 | rename parameters to avoid shadowing global declarations | Jean-Francois Brousseau |
2004-12-28 | document -s; | Jason McIntyre |
2004-12-28 | check the return values of rcsnum_alloc() and rcsnum_aton() on | Jean-Francois Brousseau |