Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-19 | Sync with sudo 1.7.1 final | Todd C. Miller | |
2009-04-18 | tweak previous; ok stevesk | Jason McIntyre | |
2009-04-18 | allow -V (show version) in decompression mode; ok millert@ | Christian Weisgerber | |
2009-04-18 | bleh, do not force the client to support certain responses. | Joris Vink | |
this fixes annotate on our cvsweb. the cvsweb script does very funky things in order to get the job done, but hey we should support it. i'm shocked nobody noticed annotate wasnt working, djees. found by jacekm@ | |||
2009-04-17 | clarify that even internal-sftp needs /dev/log for logging to work; ok | Kevin Steves | |
markus@ | |||
2009-04-17 | use INTERNAL_SFTP_NAME for setproctitle() of in-process sftp-server; | Kevin Steves | |
ok djm@ markus@ | |||
2009-04-15 | Replace variadic macros with real functions, so that this compiles on | Miod Vallat | |
platforms still using gcc 2. ok deraadt@ | |||
2009-04-14 | force magic file to include all magdir files in alphabetical order, | Charles Longeau | |
preparing the way for upcoming update to file 4.24 almost entirely written by espie@ "Go ahead, commit it." espie@ | |||
2009-04-14 | tried to fix a the-the in the comment, ended up rewriting it. with/from joris@ | Janne Johansson | |
2009-04-14 | Fixed a few the-the misspellings in comments. Skipped a bunch in ↵ | Janne Johansson | |
binutils,gcc and so on. ok jmc@ | |||
2009-04-14 | remove unused option character from getopt() optstring; ok markus@ | Kevin Steves | |
2009-04-13 | fix possessive; ok djm@ | Kevin Steves | |
2009-04-13 | add a "-T title" option to ftp; this is is used in progress bar mode to | Theo de Raadt | |
show which filename is being used. ok krw, mdoc repair from jmc | |||
2009-04-12 | document that no leading whitespace is permitted between the option and | Okan Demirmen | |
argument if the argument is deemed to be optional ('::'). feedback and ok jmc@ and millert@ | |||
2009-04-11 | uppercase Dt, ok jmc | Theo de Raadt | |
2009-04-11 | Update to sudo 1.7.1 | Todd C. Miller | |
2009-04-11 | - make legacy mode use sio_open(3) (sndio) API | Jacob Meuser | |
- parse .au headers in legacy mode - support playback of ulaw and alaw encoded .au and .wav files in legacy mode ok ratchov | |||
2009-04-10 | avoid Xr to self; | Jason McIntyre | |
2009-04-10 | Explain the AUDIODEVICE env. variable similarly to how sio_open(3) does. | Alexandre Ratchov | |
discussed with jmc@ | |||
2009-04-10 | don't use the AUDIODEVICE env. variable because sio_open(3) already | Alexandre Ratchov | |
does it. From Anathae Townsend <atownsend(at)nucleus.com>, thanks! | |||
2009-04-10 | with the recent module-expand changes, we need to use | Joris Vink | |
the correct repository path in Set-sticky and Clear-sticky otherwise we'll end up with stuff like src/bin/ls/src/bin/ls in CVS/Repository which pretty much breaks. noticed & ok sthen@ | |||
2009-04-09 | min/maxdepth do not observe +-; | Jason McIntyre | |
reported by x, but different fix taken | |||
2009-04-07 | do not try to send a added file that is no longer on disk | Joris Vink | |
towards the server. problem spotted and diff tested by sthen@ | |||
2009-04-06 | Initial check-in of mandoc for formatting manuals. ok deraadt@ | kristaps | |
2009-04-06 | scrub rules gone | Henning Brauer | |
2009-04-06 | make sure we handle allowed options in cvs_export() instead | Joris Vink | |
of ignoring them, even if they are just stubs. unbreaks export with gnu cvs clients. | |||
2009-04-05 | If no patch can be found in input, in addition to complaining on stderr, | Stefan Sperling | |
have the exit code indicate failure, not success. Discrepancy with GNU patch pointed out by Arfrever Frehtes Taifersar Arahesis. Help from and ok djm@, "sounds good to me" millert@ | |||
2009-04-04 | don't try to free stuff we shouldnt free, really. | Joris Vink | |
2009-04-04 | properly expand modules if requested by the client, | Joris Vink | |
this option is needed so gnu cvs clients can play along properly when running checkout <module> in a remote setup. if we do not support this, gnu cvs refuses to send us any existing files already on disk and opencvs will consider everything as NEEDS_CHECKOUT, instead of running an update on existing stuff. problem noticed by fgsch@ commited with opencvs, but please everybody else do not use opencvs to commit yet. | |||
2009-04-04 | Fix the byte order of the rule field in state view. | Can Erkin Acar | |
Reported by Kamil Mielcarek | |||
2009-04-03 | Show interface description names in "systat if 1"; some help from canacar | Theo de Raadt | |
sthen likes it | |||
2009-04-03 | i fucked up last night, bad so partially revert a piece of | Joris Vink | |
code that wasnt suppose to dissapear: for uptodate files, we want to compare rev1 against file_rcsrev to see if we wish to diff or not. saves a bit off logic. commited with opencvs, permission by deraadt@ | |||
2009-04-03 | my last commit to diff.c broke diffing in some cases, | Joris Vink | |
noticed the hard way here at work. commiting with opencvs, permission by deraadt@ | |||
2009-04-02 | properly deal with uptodate files server-side, as they do not | Joris Vink | |
have a file on disk we'll need to load the revision into a temporary file to do our comparison. do not even bother trying diffing 2 off the same revisions either. causes less noise... way less. you guessed it, commited using opencvs entirely. with permission from deraadt@ | |||
2009-04-02 | if ce_conflict != NULL, the file should be sent | Joris Vink | |
to the server for verification. commited with opencvs, permission by deraadt@ | |||
2009-04-02 | make sure diffing -rTAG -rTAG works even if files are uptodate | Joris Vink | |
commited with opencvs, with permission by deraadt@ | |||
2009-04-01 | in client mode, be sure to consider the file modified if a conflict | Joris Vink | |
exists in the CVS/Entries file, otherwise the server has no way of determining if the user has resolved it or not. also in client mode, send a conflict as Â"+=" not "+" alone, so other cvs implementations get it. commited entirely with opencvs, with permission by deraadt@ | |||
2009-03-30 | kill rp_lines, we do not need it when parsing an RCS file. | Joris Vink | |
incendently, commit made using opencvs entirely. with permission from deraadt@ | |||
2009-03-30 | allow the disk transfer speed numbers to show useable numbers when disks | Theo de Raadt | |
get really fast; ok canacar | |||
2009-03-29 | Make sure systat mbufs prints the interface name even if an interface only | Mark Kettenis | |
allocates clusters larger than 2k. ok deraadt@ | |||
2009-03-29 | printf() -> cvs_printf() so it works under server mode as well | Joris Vink | |
spotted by Jonathan Armani <dbd@asystant.net> | |||
2009-03-28 | when i fixed to attic handling i forgot one special case | Joris Vink | |
that we'd hit in normal checkouts/updates for duplicate file and dirs. found and diff tested by krw@ | |||
2009-03-28 | pathnames with space, tab, newline, etc are encoded before being sent. | Theo de Raadt | |
But they were not reliably being decoded, resulting in wrong naming on the target machine. diff from Tim van der Molen | |||
2009-03-27 | -S (safe mode) would copy the file over, rename it to the target, then | Peter Hessler | |
do the chown/chmod dance. This created a race where the new file would be in place, but with the incorrect permissions. Fix so the rename is the last thing, instead of a middle thing. looks ok to krw@, deraadt@ OK beck@ | |||
2009-03-27 | make sure that when we try to send a Set-sticky to the client, | Joris Vink | |
we only do so if the file we're checking out was not supplied on the command-line. Otherwise we'll end up setting CVS/Tag for the entire directory instead of slapping a sticky tag only on the file supplied. | |||
2009-03-26 | fix the way Attic is handled in our recursion code, so we | Joris Vink | |
do not skip files or run over them twice. also fixes -l and -r for checkout/update when a file in Attic exists with that tag that in HEAD is a directory in the normal repository like gnu/usr.bin/gcc/INSTALL. as a bonus, we do not run fstat() twice per file or dir anymore... spotted by deraadt@ | |||
2009-03-26 | "Logging dirname" needs to be properly shown when running log/rlog. | Joris Vink | |
spotted by deraadt@ | |||
2009-03-26 | fix a few typographical errors found by spell(1). | Igor Sobrado | |
ok dtucker@, jmc@ | |||
2009-03-25 | switch our file and directory lists to RB trees (see tree(3)), | Joris Vink | |
so we can benefit from faster lookup times while recursing. | |||
2009-03-25 | prevent a very difficult to reach, but possible use after free. | Joris Vink | |
ok tobias@ |