summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2009-03-09correct .Dt; from Tim van der MolenJason McIntyre
2009-03-05Call endusershell() at the end of ok_shell(), making a copy of theTodd C. Miller
(possibly) expanded shell as needed. OK deraadt@
2009-03-05document what these functions do so I don't ever have to recuse intoDamien Miller
b64_pton/ntop to remember their return values
2009-03-05refactor the (disabled) Schnorr proof code to make it a little moreDamien Miller
generally useful
2009-03-01Don't rely on non-standard setenv() behavior.Todd C. Miller
2009-02-27say that aucat can act as audio server in the NAME sectionAlexandre Ratchov
ok jmc
2009-02-25Checking if a file is ASCII should only be done when diffing, becauseRay Lai
the non-ASCII characters could be printed to the screen. For checking in files, checking out files, merging files, and removing revisions of files, we do so regardless of whether the files are ASCII or binary. Fixes PR6031. OK joris and deraadt.
2009-02-23unused varJoris Vink
2009-02-23we no longer push out Set-sticky to the client when writingJoris Vink
our Tag file on the server or in cvs_mkpath(), this caused problems for the "fast checkout" mechanism when a tag was supplied. instead, write out any directory sticky tag when we are checking out a file in that directory, this way we can use our "fast checkout" mechanism (no /tmp required) even for -r and -d without breaking working copies because they were missing CVS/Tag files. "looks good" tobias@
2009-02-23Properly convert between gmt and localtime for unchanged files as client.Tobias Stoeckmann
Problem reported by Jesus Sanchez (zexel08 at gmail dot com). ok joris
2009-02-23matthew haub pointed out that pid may be used uninitialized in some contextsTed Unangst
ok deraadt
2009-02-23openssh-5.2Damien Miller
2009-02-22missing periodDamien Miller
2009-02-22don't advertise experimental optionsDamien Miller
2009-02-21we use kvm_openfiles() not kvm_open(); Amarendra GodboleTheo de Raadt
2009-02-21Properly convert dates between timezones before comparison.Tobias Stoeckmann
ok joris
2009-02-21Added missing newlines in error messages.Tobias Stoeckmann
ok dtucker
2009-02-21fix grammarJoris Vink
from <dawedawe@gmx.de>
2009-02-21use FILE_ON_DISK flags when we need to verify if a fileJoris Vink
exists in the working copy or not instead of checking fd being -1 since this can differ in server or local mode.
2009-02-21bump to match release versionJoris Vink
2009-02-21use file_flags for 2 more reasons:Joris Vink
- mark a file as being inside the Attic/ - mark a file as existing in the working copy (both in local and remote mode) this way we no longer will need to check if cf->fd == -1 and think about wether or not we are in local or remote mode.
2009-02-21in cvs_mkpath() always look for an existing CVS/Repository fileJoris Vink
unless we're running checkout or export. otherwise we'll end up accidently overwriting it in certain cases on the client side of things.
2009-02-21correct Set-sticky and Clear-sticky responses toJoris Vink
include the right repository path. we messed up some cvs implementations by doing this incorrectly.
2009-02-21cleanup of CVSROOT, we have no need for cr_flags,Joris Vink
cr_version or cr_vrmask[] its all very old stuff. remove all macros using cr_vrmask as well, no use for them.
2009-02-21alter cvs_file_get() so it takes flags instead of one setJoris Vink
value for user_supplied. allow us to carry any important file flags over to cvs_file's later on. makes it easier for what i have coming.
2009-02-18fix off by one character when constructing $Mdocdate$.Joris Vink
problem found by todd@, ok sthen@
2009-02-18signature should hash over the entire group, not just the generatorDamien Miller
(this is still disabled code)
2009-02-17sync with revised default ciphers; pointed out by dkrause@Damien Miller
2009-02-15make rdist silently ignore special file types which cannot be movedTheo de Raadt
(well, if you turn on debug it will still tell you) from Tim van der Molen <tbvdm@xs4all.nl
2009-02-15in a secure YP context, a chpass would whack the user's password to *Theo de Raadt
which is clearly not the intent. PR 4177, fix from schwarze@usta.de
2009-02-15exmaple -> example;Jason McIntyre
2009-02-15add our temporary RCS file to our temp_files worklist in caseJoris Vink
for some reason we get interrupted before calling rename(). we hate leaving behind temporary files.
2009-02-15bump version to match next releaseJoris Vink
2009-02-15support rlog -dJoris Vink
prodded & tested by sthen@
2009-02-14mention that eow and no-more-sessions extensions are sent only toDamien Miller
OpenSSH peers
2009-02-13be more sane in handling the given repository pathJoris Vink
in cvs_client_updated().
2009-02-13style and typos fixes from Thomas PfaffAlexandre Ratchov
2009-02-13check for enc !=NULL in packet_start_discardMarkus Friedl
2009-02-12kill trailing whitespace;Jason McIntyre
2009-02-12document RemoteForward usage with 0 listen portDamien Miller
2009-02-12consistency: Dq => QlDamien Miller
2009-02-12document -R0:... usageDamien Miller
2009-02-12some paranoia: check that the serialised key is really KEY_RSA beforeDamien Miller
diddling its internals
2009-02-12tighten check for -R0:... forwarding: only allow dynamic allocation ifDamien Miller
want_reply is set in the packet
2009-02-12support remote port forwarding with a zero listen port (-R0:...) toDamien Miller
dyamically allocate a listen port at runtime (this is actually specified in rfc4254); bz#1003 ok markus@
2009-02-10mark these utilities as being largely posix compliant or, in the case ofJason McIntyre
nm, as not being posix compliant;
2009-02-10STANDARDS:Jason McIntyre
mark these utilities as being either optional (SD/FR/UP); or as being compliant only with XPG4 (XSI); strip.1 and talk.1 are tweaked purely for consistency; thanks otto for feedback
2009-02-09STANDARDS: these applications are no longer optional in posixJason McIntyre
2009-02-08updates to IEEE Std 1003.1-2008;Jason McIntyre
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewJason McIntyre
updates to follow;