summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2003-09-07Make -number be an error (similar to my change in grep.c); OK tedu@Todd C. Miller
2003-09-07Fix "grep -number" support for multi-digit numbers. At issue isTodd C. Miller
2003-09-07escape `.' to avoid a double space;Jason McIntyre
2003-09-07 - add -P to SYNOPSISJason McIntyre
2003-09-07try again at -u#. ok deraadt@Ted Unangst
2003-09-07extend ascii test for more accuracy. ok deraadt@ pb@Ted Unangst
2003-09-07correct ascii file test. ok deraadt@ pb@Ted Unangst
2003-09-06restore undocumented -u# support for the old schoolers. :)Ted Unangst
2003-09-05KNF nit pointed out by theoHenning Brauer
2003-09-05dont error out when the input file is a symlink AND output goes to stdoutHenning Brauer
2003-09-05document -w timeout; from cedric@Jason McIntyre
2003-09-05correct an .Sx;Jason McIntyre
2003-09-05- add gzcat to SYNOPSIS and DESCRIPTIONJason McIntyre
2003-09-05we kind of need this new file from canacarTheo de Raadt
2003-09-05add a null compressor from canacar@ that lets gzcat work with uncompressedTed Unangst
2003-09-05fp leak. from Patrick Latifi. ok beck@ deraadt@Ted Unangst
2003-09-04put escapes in the right place;Jason McIntyre
2003-09-04fix crash and add new icmpnames. based on pr3439. some input fgsch@.Ted Unangst
2003-09-04escape in the wrong place;Jason McIntyre
2003-09-04baud rate capability is `br', not `ba';Jason McIntyre
2003-09-04millert's sup fix, tested here on client and server.Bob Beck
2003-09-04typo; aldo@nullcube.comTheo de Raadt
2003-09-03some extra markup and correct synopsisAnil Madhavapeddy
2003-09-03use .Bk/.Ek; remove a .Tn;Jason McIntyre
2003-09-03- sync SYNOPSIS with usage()Jason McIntyre
2003-09-02switch to dynamic fd_set and poll. patch entirely from millert@.Daniel Hartmeier
2003-09-02escape punctuation;Jason McIntyre
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
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