Age | Commit message (Expand) | Author |
2004-12-07 | advancing argv twice doesn't make it better. | Marc Espie |
2004-12-07 | add missing parts for support of .cvsrc | Jean-Francois Brousseau |
2004-12-06 | add missing aliases for the status, tag, update and version commands | Jean-Francois Brousseau |
2004-12-06 | reorder some of the code for argument vector splitting so we don't | Jean-Francois Brousseau |
2004-12-06 | tighten vertical spacing for else; jfb ok | Theo de Raadt |
2004-12-06 | make cvsd compile; ok jfb@. | Xavier Santolaria |
2004-12-06 | use 0x00 not \0 since buf[] is a bignum | Markus Friedl |
2004-12-06 | missing space; bluhm at genua.de | Markus Friedl |
2004-12-06 | Discard over-length authorized_keys entries rather than complaining when | Darren Tucker |
2004-12-06 | when loading the file information from the Entries file, open it in | Jean-Francois Brousseau |
2004-12-06 | implement a saner handler for the Removed and Remove-entry responses. | Jean-Francois Brousseau |
2004-12-06 | Get rid of a gcc warning | Jean-Francois Brousseau |
2004-12-06 | Missing prototype for cvs_diff_sendflags(), removes a gcc warning | Jean-Francois Brousseau |
2004-12-06 | Pass the proper type for the third argument to cvs_sendreq() | Jean-Francois Brousseau |
2004-12-05 | - explain that patterns can be used as arguments in get/put/ls/etc | Jared Yanovich |
2004-12-04 | sync manual and usage to file-4.09; bits from and ok ian and jmc | Jared Yanovich |
2004-12-03 | When receiving a `Checked-in' response, update the Entries information | Jean-Francois Brousseau |
2004-12-03 | Handle files mode 750. | Tobias Weingartner |
2004-12-03 | If the timestamp in the Entries file is larger than the file's | Jean-Francois Brousseau |
2004-12-03 | Rename variables to make more sense and fix a warning about assigning | Jean-Francois Brousseau |
2004-12-03 | remove reference to dead URL. | Jonathan Gray |
2004-12-02 | * fix the duplicate prefix and duplicate unit parsing | Patrick Latifi |
2004-12-02 | man tweaks; | Jason McIntyre |
2004-12-02 | Fix signal races for isatty(3) (calls ioctl(2)) and printf(3); | Otto Moerbeek |
2004-12-02 | This commit is brought to you by the brand new improved and better tasting | Jean-Francois Brousseau |
2004-12-02 | cvs_logmsg_get() now accepts a list of files that it is getting the | Jean-Francois Brousseau |
2004-12-02 | Add cvs_file_copy() to create a copy of a file structure. | Jean-Francois Brousseau |
2004-12-01 | * plug memory leaks in the file parser and in the interactive mode parser | Patrick Latifi |
2004-12-01 | use volatile sig_atomic_t for vars set in signal handlers. spotted by deraadt@ | Otto Moerbeek |
2004-12-01 | Fix stop condition for sqrt. Due to the fact that we're doing Newton | Otto Moerbeek |
2004-11-30 | Martin Luther King is elected president of the Montgomery Improvement | Daniel Hartmeier |
2004-11-30 | resolve the buses and rosa parks; noticed by dhartmei@ | Michael Shalayeff |
2004-11-29 | lowercase for consistency; | Jason McIntyre |
2004-11-29 | The last item in an enum should not have a trailing comma | Todd C. Miller |
2004-11-29 | update to sudo 1.6.8p5 | Todd C. Miller |
2004-11-29 | Some small fixes from moritz@jodeit.org. ok deraadt@ | Damien Miller |
2004-11-29 | Spell precede correctly. | Jonathan Gray |
2004-11-29 | missing full stop; | Jason McIntyre |
2004-11-28 | make sure va_end() is always called in all possible paths | Patrick Latifi |
2004-11-28 | Stop looking at intrcnt[] for vmstat -i; this means vmstat -i only works | Miod Vallat |
2004-11-27 | Use unsigned char for bytes that are fed to isxxx() functions, to improve | Otto Moerbeek |
2004-11-26 | Fix the getdirentries() loop memory handling and EOF detection. | Otto Moerbeek |
2004-11-26 | Rewrite the internals of the file management code so that we do not keep | Jean-Francois Brousseau |
2004-11-26 | Cleanup, document .cvsrc and -f a bit more, and add checkout to the | Jean-Francois Brousseau |
2004-11-26 | Match more closely the data sent by GNU CVS when dealing with multiple | Jean-Francois Brousseau |
2004-11-26 | An introduction man page on how to use OpenCVS to manage CVS repositories | Jean-Francois Brousseau |
2004-11-26 | struct cvs_file -> CVSFILE | Jean-Francois Brousseau |
2004-11-25 | fix on alpha. the lack of BWX by default, and assumptions of alignment | Theo de Raadt |
2004-11-25 | leak; from mpech | Markus Friedl |
2004-11-25 | Handle CVSD_SET_MODDIR, add session allocation and some minor cleanup | Jean-Francois Brousseau |