Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-28 | - minor ansification | Jasper Lievisse Adriaanse | |
from Gleydson Soares ok otto@ | |||
2008-03-27 | remove trailing whitespace; | Jason McIntyre | |
2008-03-27 | openssh-4.9 | Damien Miller | |
2008-03-26 | Fix RCS ident | Damien Miller | |
2008-03-26 | add no-user-rc authorized_keys option to disable execution of ~/.ssh/rc | Damien Miller | |
2008-03-25 | last patch had backwards test; spotted by termim AT gmail.com | Damien Miller | |
2008-03-25 | ignore ~/.ssh/rc if a sshd_config ForceCommand is specified; | Damien Miller | |
from dtucker@ ok deraadt@ djm@ | |||
2008-03-24 | bye, bye recalloc. Bad interface for various reasons. | Marc Espie | |
discussed with deraadt@ and otto@ and millert@ | |||
2008-03-24 | msg_controllen has to be CMSG_SPACE so that the kernel can account for | Theo de Raadt | |
each cmsg_len (ie. msg_controllen = sum of CMSG_ALIGN(cmsg_len). This works now that kernel fd passing has been fixed to accept a bit of sloppiness because of this ABI repair. lots of discussion with kettenis | |||
2008-03-23 | prefer POSIX-style file renaming over filexfer rename behaviour if the server | Damien Miller | |
supports the posix-rename@openssh.com extension. Note that the old (filexfer) behaviour would refuse to clobber an existing file. Users who depended on this should adjust their sftp(1) usage. ok deraadt@ markus@ | |||
2008-03-22 | Fix the freeing of two uninitialized strings. OK niallo@ | Todd C. Miller | |
2008-03-22 | add audio(4) driver the ability to use different block sizes for play and | Alexandre Ratchov | |
record modes. This makes possible to have blocks of the same duration if the play and record formats are different. The API change is backward compatible, so it shouldn't be noticed by current audio ports. ok jakemsr | |||
2008-03-22 | R.I.P. Arthur C. Clarke | Stuart Henderson | |
ok oga. | |||
2008-03-21 | Reset startrow when opening multiple files. Spotted by matthieu@ | Pierre-Yves Ritschard | |
ok, kjell@, matthieu@ | |||
2008-03-20 | add SHARED_ONLY to help "make plist" in ports | Stuart Henderson | |
ok millert | |||
2008-03-19 | Get rid of a useless variable. | Matthias Kilian | |
ok millert@ ray@ | |||
2008-03-18 | Make -I work correctly. RTM_NEWADDR needs to filter the ifname as well. | Claudio Jeker | |
Found by and tested jmc@ | |||
2008-03-18 | sync the usage with the manpage, use "symbolic_tag" instead of "tag" | Reyk Floeter | |
for the argument to distinguish it from the command keyword which is less confusing. ok joris@ | |||
2008-03-16 | use ellipsis to show that more than one disk is allowed | Igor Sobrado | |
ok jmc@ | |||
2008-03-15 | Repair the simple cases for msg_controllen where it should just be | Theo de Raadt | |
CMSG_SIZE(sizeof(int)), not sizeof(buffer) which may be larger because of alignment; ok kettenis hshoexer | |||
2008-03-14 | synchronize the synopsis and usage; improve description of flag "-a" | Igor Sobrado | |
written with invaluable advice from jakemsr@, jmc@, ratchov@ ok jmc@ | |||
2008-03-13 | when a file was locally removed and a diff was done against | Stuart Henderson | |
an opencvs server (with either gnu or opencvs as the client), no actual diff output was produced. traced to the typo fixed in this diff. ok joris | |||
2008-03-13 | use RCS_PARSE_FULLY for CVS_OP_ADMIN as well. | Joris Vink | |
2008-03-13 | properly initialize variables | Joris Vink | |
2008-03-13 | Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to | Theo de Raadt | |
an extensive discussion with otto, kettenis, millert, and hshoexer | |||
2008-03-12 | missing rcsnum_free(); | Joris Vink | |
from Igor Zinovik | |||
2008-03-11 | EXAMPLES: | Jason McIntyre | |
- actually say what the example does - use a display instead of .Dl, so we don;t have to escape everything - use a prompt and indicate line break - use "echo" instead of "printf", so we don;t need to specify newline additionally, use .Ex whilst in here; ok otto | |||
2008-03-10 | turn on keepalive by default (one byte every 60 seconds) | Marc Espie | |
okay beck@, deraadt@, krw@ | |||
2008-03-09 | Fix segmentation fault when running checkout -p on a file without | Tobias Stoeckmann | |
specified head revision. ok joris | |||
2008-03-09 | only compare file types if the file/directory exists both on disk | Joris Vink | |
and in the CVS/Entries file, otherwise ignore it so we correctly remove it from CVS/Entries. spotted by krw@ | |||
2008-03-09 | locate the first occurance of ':' in the given -j arguments | Joris Vink | |
instead of the last one, otherwise we cannot properly separate the tag from the given date (if any). | |||
2008-03-09 | tweak previous; | Jason McIntyre | |
2008-03-09 | simplify logic in cvs_update_leavedir() | Joris Vink | |
2008-03-09 | when in server mode, be sure the client picks up any new directories | Joris Vink | |
if they are available if we run with -d, however do not send the stuff when running a checkout so empty directories do not even appear in our working copy, saves us the whole pruning trouble at the end with co. | |||
2008-03-09 | be sure to build CVS/Root when updating and building directories (-d) | Joris Vink | |
2008-03-09 | do not use CR_REPO in a remote setup, that will obviously fail. | Joris Vink | |
2008-03-09 | revert one of tobias his changes, it broke remote for several commands. | Joris Vink | |
2008-03-09 | proper repository locking: | Joris Vink | |
- all read operations now look for a lock, and wait if present but never try to lock the tree themselfs anymore. - all write operations lock the tree where needed. - commit locks all relevant directories before even attempting to start. | |||
2008-03-09 | do not empty the list in cvs_file_walklist() this is the caller | Joris Vink | |
his responsibility, allows us to reuse the same file list for multiple callbacks. | |||
2008-03-09 | cf->user_supplied cannot be used in cvs_file_classify for all commands | Tobias Stoeckmann | |
(like import, add, commit), so revert this change until a universal solution is found. | |||
2008-03-09 | Don't force ourself to support CVS_USE_WDIR commands (release, update, ...) | Tobias Stoeckmann | |
only if we are in top directory of a repository. ok joris | |||
2008-03-09 | be sure to create CVS/Root if we added a new directory to the repository. | Joris Vink | |
2008-03-09 | pass user_supplied to struct cvs_file so it can be used | Joris Vink | |
in the callbacks to verify if this file was specified on the command line. | |||
2008-03-09 | unused var | Joris Vink | |
2008-03-09 | rename check_dir_tag to user_supplied to reflect what the flag | Joris Vink | |
actually means and is used for. | |||
2008-03-09 | While allocation memory, make sure that file sizes are smaller than SIZE_MAX. | Tobias Stoeckmann | |
ok joris | |||
2008-03-09 | Get README up to date: OpenCVS is linked to build now, but man pages are | Tobias Stoeckmann | |
not installed yet. ok joris, xsa | |||
2008-03-09 | Prevent sending of "Directory" messages for arguments in remote setup if | Tobias Stoeckmann | |
the specified files (or directories) do not exist. ok joris | |||
2008-03-08 | do not log successfull merges in CVSROOT/history when joining. | Joris Vink | |
2008-03-08 | better -j support | Joris Vink | |