summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2003-09-04put escapes in the right place;Jason McIntyre
(i.e. stuff I got wrong the first time, or missed) this includes some .Cd's with missing quotes and .Nm abuse in man4;
2003-09-04fix crash and add new icmpnames. based on pr3439. some input fgsch@.Ted Unangst
ok deraadt@ fgsch@
2003-09-04escape in the wrong place;Jason McIntyre
2003-09-04baud rate capability is `br', not `ba';Jason McIntyre
from Satsuki Fujishima (PR 3408). many thanks to krw@ who did the real work :)
2003-09-04millert's sup fix, tested here on client and server.Bob Beck
committing in absentia for todd, ok beck@
2003-09-04typo; aldo@nullcube.comTheo de Raadt
2003-09-03some extra markup and correct synopsisAnil Madhavapeddy
jmc@ ok
2003-09-03use .Bk/.Ek; remove a .Tn;Jason McIntyre
2003-09-03- sync SYNOPSIS with usage()Jason McIntyre
- use -width and -offset for lists - some macro cleanup
2003-09-02switch to dynamic fd_set and poll. patch entirely from millert@.Daniel Hartmeier
ok deraadt@, dhartmei@
2003-09-02escape punctuation;Jason McIntyre
ok deraadt@
2003-09-02enter 3.7Markus Friedl
2003-09-02use .Bk/.Ek for SYNOPSIS;Jason McIntyre
2003-09-01fix leakMarkus Friedl
2003-09-01remove unused kerberos code; ok henning@Markus Friedl
2003-09-01rm whitespaceMarkus Friedl
2003-09-01rm gssapidelegatecreds alias; never supported beforeMarkus Friedl
2003-09-01gss kex is not supported; sxw@inf.ed.ac.ukMarkus Friedl
2003-08-31whitspace KNFMarkus Friedl
2003-08-31correct string termination in parse_ename(); sxw@inf.ed.ac.ukMarkus Friedl
2003-08-31call ssh_gssapi_storecreds conditionally from do_exec(); with sxw@inf.ed.ac.ukMarkus Friedl
2003-08-31do write to buf[-1]Markus Friedl
2003-08-31pass file_size + 1 to snprintf: fixes printing of truncatedMarkus Friedl
file names; fix based on patch/report from sturm@;
2003-08-29be less chatty; debug -> debug2, cleanup; ok henning@Markus Friedl
2003-08-29SSH_BUG_K5USER is unused; ok henning@Markus Friedl
2003-08-28remove kerberos support from ssh1, since it has been replaced with GSSAPI;Markus Friedl
but keep kerberos passwd auth for ssh1 and 2; ok djm, hin, henning, ...
2003-08-28don't like libgss/krb5 twice, fixes non-KERBEROS builds; pmbas@samhaim.orgMarkus Friedl
2003-08-27oopsTed Unangst
2003-08-27fix memory leaks. pr3416 from Patrick Latifi <patrick.l@hermes.usherb.ca>Ted Unangst
2003-08-27install sed USD;Jason McIntyre
ok mickey@
2003-08-27RNF_IGNORE can corrupt the radix tree when an interface is down, itHenric Jungheim
makes routing lookups slightly more expensive, and serves no useful purpose. ok itojun@ tedu@
2003-08-26fix passwd auth for 'username leaks via timing'; with djm@, original patches ↵Markus Friedl
from solar
2003-08-26mark cloned route with RTF_CLONED. remove RTF_CLONED route when clone parentJun-ichiro itojun Hagino
disappers. deraadt ok
2003-08-25fprintf->logit to silence login banner with "ssh -q"; ok markus@Damien Miller
2003-08-25fix div by zero when listing for filename lengths longer than width.Federico G. Schwindt
markus@ ok.
2003-08-24re-organize Makefiles so that static builds actually workTheo de Raadt
2003-08-2464 bit cleanups; markus okTheo de Raadt
2003-08-22add Simon WilkinsonMarkus Friedl
2003-08-22nuke "kerberos-2@ssh.com"Markus Friedl
2003-08-22remove support for "kerberos-2@ssh.com"Markus Friedl
2003-08-22support GSS API user authentication; patches from Simon Wilkinson,Markus Friedl
stripped down and tested by Jakob and myself.
2003-08-21use pollTheo de Raadt
2003-08-20Add curly braces {} to the list of special characters in egrep mode.Todd C. Miller
From Piotr Domagalski, closes PR 3405
2003-08-20typoMichael Shalayeff
2003-08-19number of mbuf clusters is not the same as number of pages allocated for ↵Michael Shalayeff
'em; noticed by dsb@uvm.poi.dvo.ru
2003-08-18when given only an executable name without a valid path, resolve theJean-Francois Brousseau
actual executable path from the PATH environment, so the calls to access() and stat() work correctly when loading the process ok art@
2003-08-18We distribute less under a 2-term BSD-style license. Update COPYRIGHTTodd C. Miller
section based on less's LICENSE file.
2003-08-18We distribute less under a 2-term BSD-style license. Update COPYRIGHTTodd C. Miller
section based on less's LICENSE file.
2003-08-18fix spelling of --initial-tabDavid Krause
ok otto@
2003-08-17fix ptr arythmetics in core_write(); from aaron@Michael Shalayeff