summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
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
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
2003-08-27RNF_IGNORE can corrupt the radix tree when an interface is down, itHenric Jungheim
2003-08-26fix passwd auth for 'username leaks via timing'; with djm@, original patches ...Markus Friedl
2003-08-26mark cloned route with RTF_CLONED. remove RTF_CLONED route when clone parentJun-ichiro itojun Hagino
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
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
2003-08-21use pollTheo de Raadt
2003-08-20Add curly braces {} to the list of special characters in egrep mode.Todd C. Miller
2003-08-20typoMichael Shalayeff
2003-08-19number of mbuf clusters is not the same as number of pages allocated for 'em;...Michael Shalayeff
2003-08-18when given only an executable name without a valid path, resolve theJean-Francois Brousseau
2003-08-18We distribute less under a 2-term BSD-style license. Update COPYRIGHTTodd C. Miller
2003-08-18We distribute less under a 2-term BSD-style license. Update COPYRIGHTTodd C. Miller
2003-08-18fix spelling of --initial-tabDavid Krause
2003-08-17fix ptr arythmetics in core_write(); from aaron@Michael Shalayeff
2003-08-16Update HISTORY section. Full gzip compat was added in 3.4 and theTodd C. Miller
2003-08-16missing comma in non-ansi mode; spotted by pvalchevTheo de Raadt
2003-08-16t'was brillingMichael Shalayeff
2003-08-16spacingTheo de Raadt
2003-08-15make dired work more like emacs. (well, make it _work_, and then add aVincent Labrecque
2003-08-15remove extra \n in {warn,err}{,x} callsTheo de Raadt
2003-08-15 actually extract the filename off the ls line. makes dired *slightly*Vincent Labrecque
2003-08-15Fix typo (errx vs. err) for malloc failures; Andrey MatveevTodd C. Miller
2003-08-15Add license from patch.c to original source files missing a license.Otto Moerbeek
2003-08-14make 9-char login names not stretch the line; millert okTheo de Raadt
2003-08-14exit after primetest, ok djm@Markus Friedl
2003-08-13Based on what otto@ said on icb. The expensive thing in diff isTodd C. Miller
2003-08-13socks4->socks, since with support both 4 and 5; dtucker@zip.com.auMarkus Friedl