Age | Commit message (Expand) | Author |
2002-02-16 | Cope with the new pid allocation semantic from nordin@ | Thierry Deval |
2002-02-16 | Simplify pid selection algorithm. ok art@ deraadt@ | Thomas Nordin |
2002-02-16 | typo | Markus Friedl |
2002-02-16 | nanosleep | Artur Grabowski |
2002-02-16 | Test nanosleep(2). | Artur Grabowski |
2002-02-16 | add some (disabled) tests for interop with ssh.com serves. | Markus Friedl |
2002-02-16 | Some disk names are longer than 4. Cope with that. | Thierry Deval |
2002-02-15 | krb5_get_err_text() does not like context==NULL; he@nordu.net via google; ok ... | Markus Friedl |
2002-02-15 | fork and start up a listener to discard bytes instead of | Marco S Hyman |
2002-02-15 | split do_child(), ok mouring@ | Markus Friedl |
2002-02-15 | sync | Theo de Raadt |
2002-02-15 | fix htdocs pages, changed with apache 1.3.23 update, to install the right | Bob Beck |
2002-02-15 | more compact .out file | Todd T. Fries |
2002-02-15 | sync | Todd T. Fries |
2002-02-15 | tweaks for vax; I must find a way of over-riding default target's, until then, | Todd T. Fries |
2002-02-15 | Improve comment. ok art@ | Thomas Nordin |
2002-02-15 | Don't cast nonexistent return value from splx to (void). ok art@ | Thomas Nordin |
2002-02-15 | backwards test | Theo de Raadt |
2002-02-15 | fix the possible 4G overflow issues | Michael Shalayeff |
2002-02-15 | slight snprintf paranoia | Theo de Raadt |
2002-02-15 | undo latest commit for now, it breaks nanosleep | Peter Valchev |
2002-02-15 | Make rescheduling to a later time faster. ok art@ | Thomas Nordin |
2002-02-15 | Don't get confused in nanosleep(2) when the time changes. | Artur Grabowski |
2002-02-15 | pf only uses seconds for time measuring. There is no need to call microtime | Artur Grabowski |
2002-02-15 | Fix the __asm__ statements and remove the workarounds. | Artur Grabowski |
2002-02-15 | Clean up arpinput (based on similiar changes in NetBSD), also be sure to | Jason Wright |
2002-02-15 | we don't need a listening sshd for most of our tests, just | Markus Friedl |
2002-02-15 | Fix memory leak in get_proxy_env(). | Mike Pechkin |
2002-02-15 | delete agent keys, too | Markus Friedl |
2002-02-15 | bit of strcpy and sprintf culling | Theo de Raadt |
2002-02-15 | Much simpler timeout calculation. | Artur Grabowski |
2002-02-15 | complete paranoia | Theo de Raadt |
2002-02-15 | KNF | Theo de Raadt |
2002-02-15 | Xr tvtohz. | Artur Grabowski |
2002-02-15 | Document tvtohz. | Artur Grabowski |
2002-02-15 | Add a tvtohz function. Like hzto, but doesn't subtract the current time. | Artur Grabowski |
2002-02-15 | my guess at what will make a full distribution | Theo de Raadt |
2002-02-15 | vax support, bit hackish, will do for now; input from hugh | Theo de Raadt |
2002-02-15 | make pressing return in dired mode open the file we're currently at. | Vincent Labrecque |
2002-02-15 | chmod 644 authorized_keys | Markus Friedl |
2002-02-15 | Correct BNF, unary port operators are optional and default to =, | Daniel Hartmeier |
2002-02-14 | Reorder struct pf_pdesc members, saves 8 bytes. | Daniel Hartmeier |
2002-02-14 | hide some more implementation details of cipher.[ch] and prepares for move | Markus Friedl |
2002-02-14 | increase the SSH v2 window size to 4 packets. comsumes a little | Markus Friedl |
2002-02-14 | serveral tests for ssh-keygen/ssh/sshd/ssh-add/ssh-agent | Markus Friedl |
2002-02-14 | Some fixes and additions, from Denis Afonin. | Daniel Hartmeier |
2002-02-14 | remove the strcpy call, plus some KNF | Vincent Labrecque |
2002-02-14 | d_makename now takes a length parameter so we can remove the | Vincent Labrecque |
2002-02-14 | No more RFORK_FDSAHRE option, always allow FORK_SHAREFILES. | Artur Grabowski |
2002-02-14 | The RFORK_FDSHARE option is going away. It's default and safe now. | Artur Grabowski |