Age | Commit message (Expand) | Author |
2005-04-19 | update cf_type to the correct type if we cannot stat(2) the | Joris Vink |
2005-04-18 | don't send an Entry reply to the server for unknown files, | Joris Vink |
2005-04-18 | only copy ce_tag is it is not NULL, fixes a segfault on | Joris Vink |
2005-04-18 | missing prototype for get_date(); | Joris Vink |
2005-04-18 | dummy handlers for the Entry, Modified, Is-Modified, Updated and | Jean-Francois Brousseau |
2005-04-18 | free cf_tag for regular files in cvs_file_free(); | Joris Vink |
2005-04-18 | use a standard EXAMPLES format; | Jason McIntyre |
2005-04-18 | add an example using both -c login_class and -c shell_arg; | Jason McIntyre |
2005-04-18 | more debugging leftovers | Joris Vink |
2005-04-18 | remove debugging leftovers | Jean-Francois Brousseau |
2005-04-18 | Modify the CVSFILE structure using a union to keep information about | Jean-Francois Brousseau |
2005-04-18 | fix a potential use after free and plug some memory leaks. | Patrick Latifi |
2005-04-17 | spacing | Theo de Raadt |
2005-04-17 | use correct functions names in warn() | Hans-Joerg Hoexer |
2005-04-17 | sort options + sync usage(); | Jason McIntyre |
2005-04-17 | remove amd64 special casing. | Brad Smith |
2005-04-16 | thought i had committed that earlier;snprintf return value check; joris ok | Xavier Santolaria |
2005-04-16 | make sure we send the correct stuff for newly added files that | Joris Vink |
2005-04-16 | more snprintf return value check; joris ok | Xavier Santolaria |
2005-04-16 | snprintf return value check; joris ok | Xavier Santolaria |
2005-04-16 | snprintf return value check; joris ok | Xavier Santolaria |
2005-04-16 | missing cvs_ent_free(); joris ok | Xavier Santolaria |
2005-04-16 | check snprintf() return value; | Joris Vink |
2005-04-15 | document mdoc(7) and mdoc.samples(7); | Jason McIntyre |
2005-04-15 | pick up BINDIR from above; ok joris | Theo de Raadt |
2005-04-15 | seperate usage functions per sub-program | Theo de Raadt |
2005-04-15 | Use asprint(), not snprintf() when converting strings to numbers | Todd C. Miller |
2005-04-15 | rcs is now in usr.bin/rcs; ok jfb joris | Theo de Raadt |
2005-04-15 | stuff moved to rcs dir | Theo de Raadt |
2005-04-15 | build cvs right out of the base directory, no need for a subdir (you may | Theo de Raadt |
2005-04-15 | move rcs (and later on, clones of all the other rcs commands) out of the | Theo de Raadt |
2005-04-15 | snprintf() return values checks; joris ok | Xavier Santolaria |
2005-04-15 | Remove standard defines from cpp processing, to prevent accidental | Otto Moerbeek |
2005-04-15 | braino; joris ok | Xavier Santolaria |
2005-04-15 | some more errno use in cvs_log(); ok joris@. | Xavier Santolaria |
2005-04-15 | shudup useless warning; ok jfb@. | Xavier Santolaria |
2005-04-14 | use f{chown,chmod,utimes,chflags} instead; done with hshoexer, ok otto mickey | Theo de Raadt |
2005-04-14 | completely fix the diff command | Joris Vink |
2005-04-14 | arg to -b is an address, not if_name; | Jason McIntyre |
2005-04-14 | set ret to 0 after using it to check snprintf() so that | Joris Vink |
2005-04-13 | file callbacks won't return -1 anymore, but a CVS_EX_* error | Joris Vink |
2005-04-13 | use the option string from the cvs_cmd entry instead of keeping a | Jean-Francois Brousseau |
2005-04-13 | * accept the -N option to suppress logging of tags | Jean-Francois Brousseau |
2005-04-13 | do not trust snprintf return value; ok otto mickey | Theo de Raadt |
2005-04-13 | cleanup and split the log code into two separate functions for local | Jean-Francois Brousseau |
2005-04-13 | make rcsnum_tostr() return an empty string if the RCSNUM is NULL | Jean-Francois Brousseau |
2005-04-13 | cache leftovers | Jean-Francois Brousseau |
2005-04-13 | dead code. | Joris Vink |
2005-04-13 | check return values of snprintf() for potential overflows or errors | Jean-Francois Brousseau |
2005-04-13 | cmd_helper() returns error codes > 0 or 0 on success. | Joris Vink |