Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-25 | plug a leak if multiple expansions are done on a single line. ok | Otto Moerbeek | |
niallo@ | |||
2007-01-25 | use more stack allocations for fixed size buffers. ok xsa@ joris@ | Otto Moerbeek | |
2007-01-25 | plug a memleak in keyword expansion. | Niall O'Higgins | |
ok joris@ | |||
2007-01-25 | typo in error message. | Xavier Santolaria | |
2007-01-25 | do not use strlcpuy on a buffer filled by fgetln, since fgetln does | Otto Moerbeek | |
not NUL-terminate. ok xsa@ | |||
2007-01-25 | plug a mem leak and wrong usage of strlcpy after fgetln. since fgetln | Otto Moerbeek | |
does not NUL-terminate, it is not ok to use strlcpy on the buffer. ok opencvsgang@ | |||
2007-01-24 | +.Xr csplit 1 , | Jason McIntyre | |
from Matthias Kilian; | |||
2007-01-24 | user proper format string for size_t; file size is off_t; ok joris@ | Otto Moerbeek | |
2007-01-24 | The example is not correct and uses non-idiomatic scripting. So fix it. | Otto Moerbeek | |
ok espie@ | |||
2007-01-24 | terminate CVS/Entries with a newline. | Pierre-Yves Ritschard | |
ok joris@, xsa@ | |||
2007-01-24 | split compress(1) into compress(1) and gzip(1), as suggested by millert; | Jason McIntyre | |
ok/help millert otto | |||
2007-01-24 | the ok from xsa was for another diff, rollback previous commit. | Pierre-Yves Ritschard | |
2007-01-24 | put a newline at the end of the Entries file, this syncs with | Pierre-Yves Ritschard | |
GNU cvs behavior and is easier on the eyes. ok xsa@ | |||
2007-01-23 | When acting as a server do not blindly remove | Joris Vink | |
directories in cvs_update_leavedir(). fixes the "Device busy" error some people have been seeing. problem initially reported by Frank Denis. ok xsa@ | |||
2007-01-23 | Don't fatal() when unexpected files are encountered in the working | Ray Lai | |
copy. Allows obj/ directories to exist (which are typically symlinks.) OK joris@ | |||
2007-01-22 | fix detection of whether we should show progress meter or not: scp | Damien Miller | |
tested isatty(stderr) but wrote the progress meter to stdout. This patch makes it test stdout. bz#1265 reported by junkmail AT bitsculpture.com; of dtucker@ | |||
2007-01-22 | return error from do_upload() when a write fails. fixes bz#1252: zero | Damien Miller | |
exit status from sftp when uploading to a full device. report from jirkat AT atlas.cz; ok dtucker@ | |||
2007-01-21 | add support for the -A flag; | Xavier Santolaria | |
wrap some lines while there. OK joris@. | |||
2007-01-21 | spaces | Kevin Steves | |
2007-01-21 | spaces | Kevin Steves | |
2007-01-20 | typo | Joris Vink | |
2007-01-20 | Add missing check for fgets return value in | Thordur I. Bjornsson | |
cvs_get_repository_name(). OK joris@ | |||
2007-01-20 | Prevent negative array index accesses when strlen(buff) == 0. | Ray Lai | |
OK joris@ | |||
2007-01-20 | more safety checks for file->file_rcsrev; | Joris Vink | |
'cool' niallo@ | |||
2007-01-20 | sweep opencvs for missing rcs_translate_tag() return checks. | Niall O'Higgins | |
2007-01-20 | check return value of rcs_translate_tag(). prevents a segfault found by ↵ | Niall O'Higgins | |
todd@. still need to fix tag translation though. ok joris@ | |||
2007-01-19 | another place to check for DT_UNKNOWN for d_type for afs/nfs | Todd T. Fries | |
2007-01-19 | When we hit a DT_UNKNOWN for dirent->d_type in our filelist functions, | Joris Vink | |
stat() the filepath to get the correct type, and therefor add it to the appropriate list. This fixes opencvs with CVSROOTs on NFS and AFS, because they both return D_UNKNOWN for directories (afs even for files too) in dirent->d_type. problem found by thib@ and todd@ tested by thib@, todd@, ok niallo@ | |||
2007-01-19 | move cvs_import() proto to the correct place. | Xavier Santolaria | |
2007-01-18 | extra safety check for NULL value. | Niall O'Higgins | |
ok joris@ | |||
2007-01-18 | We don't want to use GZIP for compress. Only examine GZIP environment | Todd C. Miller | |
variable when invoked as gzip, gunzip, gzcat, etc. OK otto@ | |||
2007-01-18 | * add an extra argument to the dir lookup functions to say whether we | Marc Espie | |
should look in the current directory. * refactor include files treatment to have a separate function to look for an include. * use both pieces to make sure system includes do not get looked up in the current directory unless everything else fails. This is != from the netbsd solution to the same problem, which stuffs `magic' entries into filepaths to say whether dot should be looked at first or last. feature requested by matthieu@. okay matthieu@ | |||
2007-01-18 | import improvements: | Joris Vink | |
- add support for remote import in opencvs client and server. - do not free already free'd buffers in import_update() - do not append a '\0' to the loaded file buffer, this was bad behaviour makes import work fine both locally and remotely. | |||
2007-01-18 | send -l Argument to server when appropriate. | Xavier Santolaria | |
2007-01-18 | more informative error msg. | Xavier Santolaria | |
2007-01-18 | put functions protos at the right place. | Xavier Santolaria | |
2007-01-17 | Honour activep for times (eg ServerAliveInterval) while parsing | Darren Tucker | |
ssh_config and ~/.ssh/config so they work properly with Host directives. From mario.lorenz@wincor-nixdorf.com via bz #1275. ok markus@ | |||
2007-01-17 | on checkout, only create the module path if we find the module. | Thordur I. Bjornsson | |
Also make error ouput match GNU CVS. ok joris@ | |||
2007-01-17 | send -l Argument to server when appropriate. | Xavier Santolaria | |
2007-01-17 | add support for remote checkout in both our client and server, | Joris Vink | |
with this the last real dependency to actually be able to use opencvs in a remote setup has been added. based upon an initial diff from xsa@ 'kay niallo@ | |||
2007-01-17 | realively -> relatively | Ray Lai | |
``yep'' jmc@ | |||
2007-01-16 | Eliminate gcc -Wundef warnings in flex-generated code. | Marc Aurele La France | |
ok miod@ | |||
2007-01-16 | handle the export command in cvs_client_{set,clear}_sticky(). | Xavier Santolaria | |
2007-01-16 | better, share -l and -R flags between checkout and export cmds. | Xavier Santolaria | |
2007-01-16 | handle -l and -R for checkout too. | Xavier Santolaria | |
2007-01-16 | sanitize what kind of symbols we can have in symbol names, | Joris Vink | |
tested & found brad@ | |||
2007-01-15 | When checking in multiple files, if no log message is entered for | Todd C. Miller | |
a file, don't prompt the user to reuse the (non-existent) log message for the next. Makes ci behave like the GNU version. OK xsa@, joris@, niallo@ | |||
2007-01-15 | document `update -C'. | Xavier Santolaria | |
2007-01-15 | Fix -a when given an entry with an already existing user. Also, give | Otto Moerbeek | |
error message if a user arg has been given with -a. Noted by Dan Brosemer. ok millert@ jaredy@ | |||
2007-01-15 | replace old diffing mechanisms with the new fluffy RCS stuff, | Joris Vink | |
okay niallo@ |