Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-09-04 | put 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-04 | fix crash and add new icmpnames. based on pr3439. some input fgsch@. | Ted Unangst | |
ok deraadt@ fgsch@ | |||
2003-09-04 | escape in the wrong place; | Jason McIntyre | |
2003-09-04 | baud rate capability is `br', not `ba'; | Jason McIntyre | |
from Satsuki Fujishima (PR 3408). many thanks to krw@ who did the real work :) | |||
2003-09-04 | millert's sup fix, tested here on client and server. | Bob Beck | |
committing in absentia for todd, ok beck@ | |||
2003-09-04 | typo; aldo@nullcube.com | Theo de Raadt | |
2003-09-03 | some extra markup and correct synopsis | Anil Madhavapeddy | |
jmc@ ok | |||
2003-09-03 | use .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-02 | switch to dynamic fd_set and poll. patch entirely from millert@. | Daniel Hartmeier | |
ok deraadt@, dhartmei@ | |||
2003-09-02 | escape punctuation; | Jason McIntyre | |
ok deraadt@ | |||
2003-09-02 | enter 3.7 | Markus Friedl | |
2003-09-02 | use .Bk/.Ek for SYNOPSIS; | Jason McIntyre | |
2003-09-01 | fix leak | Markus Friedl | |
2003-09-01 | remove unused kerberos code; ok henning@ | Markus Friedl | |
2003-09-01 | rm whitespace | Markus Friedl | |
2003-09-01 | rm gssapidelegatecreds alias; never supported before | Markus Friedl | |
2003-09-01 | gss kex is not supported; sxw@inf.ed.ac.uk | Markus Friedl | |
2003-08-31 | whitspace KNF | Markus Friedl | |
2003-08-31 | correct string termination in parse_ename(); sxw@inf.ed.ac.uk | Markus Friedl | |
2003-08-31 | call ssh_gssapi_storecreds conditionally from do_exec(); with sxw@inf.ed.ac.uk | Markus Friedl | |
2003-08-31 | do write to buf[-1] | Markus Friedl | |
2003-08-31 | pass file_size + 1 to snprintf: fixes printing of truncated | Markus Friedl | |
file names; fix based on patch/report from sturm@; | |||
2003-08-29 | be less chatty; debug -> debug2, cleanup; ok henning@ | Markus Friedl | |
2003-08-29 | SSH_BUG_K5USER is unused; ok henning@ | Markus Friedl | |
2003-08-28 | remove 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-28 | don't like libgss/krb5 twice, fixes non-KERBEROS builds; pmbas@samhaim.org | Markus Friedl | |
2003-08-27 | oops | Ted Unangst | |
2003-08-27 | fix memory leaks. pr3416 from Patrick Latifi <patrick.l@hermes.usherb.ca> | Ted Unangst | |
2003-08-27 | install sed USD; | Jason McIntyre | |
ok mickey@ | |||
2003-08-27 | RNF_IGNORE can corrupt the radix tree when an interface is down, it | Henric Jungheim | |
makes routing lookups slightly more expensive, and serves no useful purpose. ok itojun@ tedu@ | |||
2003-08-26 | fix passwd auth for 'username leaks via timing'; with djm@, original patches ↵ | Markus Friedl | |
from solar | |||
2003-08-26 | mark cloned route with RTF_CLONED. remove RTF_CLONED route when clone parent | Jun-ichiro itojun Hagino | |
disappers. deraadt ok | |||
2003-08-25 | fprintf->logit to silence login banner with "ssh -q"; ok markus@ | Damien Miller | |
2003-08-25 | fix div by zero when listing for filename lengths longer than width. | Federico G. Schwindt | |
markus@ ok. | |||
2003-08-24 | re-organize Makefiles so that static builds actually work | Theo de Raadt | |
2003-08-24 | 64 bit cleanups; markus ok | Theo de Raadt | |
2003-08-22 | add Simon Wilkinson | Markus Friedl | |
2003-08-22 | nuke "kerberos-2@ssh.com" | Markus Friedl | |
2003-08-22 | remove support for "kerberos-2@ssh.com" | Markus Friedl | |
2003-08-22 | support GSS API user authentication; patches from Simon Wilkinson, | Markus Friedl | |
stripped down and tested by Jakob and myself. | |||
2003-08-21 | use poll | Theo de Raadt | |
2003-08-20 | Add curly braces {} to the list of special characters in egrep mode. | Todd C. Miller | |
From Piotr Domagalski, closes PR 3405 | |||
2003-08-20 | typo | Michael Shalayeff | |
2003-08-19 | number 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-18 | when given only an executable name without a valid path, resolve the | Jean-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-18 | We distribute less under a 2-term BSD-style license. Update COPYRIGHT | Todd C. Miller | |
section based on less's LICENSE file. | |||
2003-08-18 | We distribute less under a 2-term BSD-style license. Update COPYRIGHT | Todd C. Miller | |
section based on less's LICENSE file. | |||
2003-08-18 | fix spelling of --initial-tab | David Krause | |
ok otto@ | |||
2003-08-17 | fix ptr arythmetics in core_write(); from aaron@ | Michael Shalayeff | |