summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2008-07-02increase default size of ssh protocol 1 ephemeral key from 768 to 1024Damien Miller
2008-07-01fix some typos; ok djm@Kevin Steves
2008-07-01Send CR LF during protocol banner exchanges, but only for Protocol 2 only,Darren Tucker
2008-07-01Check ExitOnForwardFailure if forwardings are disabled due to a failedDarren Tucker
2008-06-30set speed for writing tracks in TAO.av
2008-06-30clarify that eow@openssh.com is only sent on session channelsDamien Miller
2008-06-30only send eow@openssh.com notifications for session channels; ok! markus@Damien Miller
2008-06-30only pass channel requests on session channels through to the sessionDamien Miller
2008-06-30typo: s/constraint_date/constraint_data/Damien Miller
2008-06-29Simplify state creation code; merge state import/export code between pfsyncRyan Thomas McBride
2008-06-29protocol 2 key blobs are strings, not byte arraysDamien Miller
2008-06-29documentation tweaks.Igor Sobrado
2008-06-28document the protocol used by ssh-agent; "looks ok" markus@Damien Miller
2008-06-28reset global compat flag after processing a protocol 2 signatureDamien Miller
2008-06-28revert accidental commit (nearly 2 months ago!) thatDamien Miller
2008-06-28refuse to add a key that has unknown constraints specified;Damien Miller
2008-06-28if the user supplied -A only checkout files again if a sticky tagJoris Vink
2008-06-28spelling fixesDamien Miller
2008-06-27Simply the version string and nuke unecessary variables used to build it.Xavier Santolaria
2008-06-27Bump version; we're not going to stay with 1.0 forever.Xavier Santolaria
2008-06-27sort flags; align usage output.Igor Sobrado
2008-06-26plug a memleak in rcs_rev_getlines() - initially noticed & diff byJoris Vink
2008-06-26add VisualHostKey to the list of options listed in -o;Jason McIntyre
2008-06-26Move SSH Fingerprint Visualization away from sharing the config optionAlexander von Gernler
2008-06-26when loading moduli from /etc/moduli in sshd(8), check that theyDamien Miller
2008-06-26some minor improvements from Pierre Riteau; ok djmJason McIntyre
2008-06-26allow the sftp chmod(2)-equivalent operation to set set[ug]id/stickyDamien Miller
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-06-25in resume mode, pass -c to mget when {dir,file}hasglob, so that i'mMartynas Venckus
2008-06-25- fix -Wall (no behavior change, a || b && c = a || (b && c) anyway)Martynas Venckus
2008-06-25split test for __sparc__ into __sparc__ and __sparc64__Theo de Raadt
2008-06-25add key length to visual fingerprint; zap magical constants;Otto Moerbeek
2008-06-24implement getpwnam_r() and getpwuid_r() -- very nearly a rewrite of theTheo de Raadt
2008-06-24clarify tao's -a option; ok av fgschJason McIntyre
2008-06-23Some conformance fixes:Anders Magnusson
2008-06-23new sentence, new line;Jason McIntyre
2008-06-22Automatically distinguish between CD-DA track and WAVE audio file writing themav
2008-06-21add a hash table mechanism based upon hcreate(3) but one that allowsJoris Vink
2008-06-21use optopt to get invalid flag, instead of return value of getopt,Martynas Venckus
2008-06-20Don't parse CVS/Root during import.Tobias Stoeckmann
2008-06-20admin is only allowed on files which have an entry in CVS/Entries.Tobias Stoeckmann
2008-06-20Properly send -D arguments to server when run as a client. Issue spottedTobias Stoeckmann
2008-06-20If -N has been specified along -D for diff, treat invalid dates as non-existe...Tobias Stoeckmann
2008-06-19knf; Mark LumsdenTheo de Raadt
2008-06-19Moved the unset of TZ environment variable out of atot into main, removingTobias Stoeckmann
2008-06-19If checkout/update -p is requested with a specific tag for a file whichTobias Stoeckmann
2008-06-19Add entries to history file only if it already exists.Tobias Stoeckmann
2008-06-19do not print spurious whitespace when reading from stdin;Otto Moerbeek
2008-06-19printf(1) does not take any options but still needs to ignore the "--"Todd C. Miller
2008-06-18Don't free the buffer name until after you call adjustname.Kjell Wooding