Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-23 | One more case of __mvme88k__ vs __m88k__ | Miod Vallat | |
With the recent varargs changs, xlint now compiles on mvme88k. | |||
2002-03-23 | setproctitle() after preauth child; ok markus@ | Kevin Steves | |
2002-03-23 | uname(3); hunter@dg.net.ua | Theo de Raadt | |
2002-03-22 | Telnet encryption warning messages, taken from kth-krb4-1.1.1. | Hans Insulander | |
(krb4-1.1.1 will be imported after release) Noone bothered to look at this, but I've used this for a couple of weeks, and i really want this to go in before release. | |||
2002-03-22 | Add missing prototypes. | Marc Espie | |
Convert lba2msf definition to ANSI-style, so that it matches the prototype Old-style function declarations undergo argument promotion, and thus: void f(a) char a; {} actually matches void f(int a); | |||
2002-03-21 | remove unused, sync w/ cmdline patch in my tree. | Markus Friedl | |
2002-03-21 | Add PIN-protection for secret key. | Jim Rees | |
2002-03-21 | Add PIN-protection for secret key. | Jim Rees | |
2002-03-21 | add privsep_preauth() and remove 1 goto; ok provos@ | Markus Friedl | |
2002-03-21 | add privsep (off) | Markus Friedl | |
2002-03-21 | fix NULL %s on debug3(); ok markus@ | Kevin Steves | |
2002-03-21 | In sc_put_key(), sc_reader_id should be id. | Jim Rees | |
2002-03-21 | getopt returns -1, not EOF. | Marc Espie | |
2002-03-21 | remove unused | Markus Friedl | |
2002-03-21 | remove const | Markus Friedl | |
2002-03-21 | move key upload to scard.[ch] | Markus Friedl | |
2002-03-21 | make compile w/ openssl 0.9.7 | Markus Friedl | |
2002-03-21 | add built-in command line for adding new port forwardings on the fly. | Jakob Schlyter | |
based on a patch from brian wellington. ok markus@. | |||
2002-03-21 | ignore errors for nonexisting default keys in ssh-add, | Markus Friedl | |
fixes http://bugzilla.mindrot.org/show_bug.cgi?id=158 | |||
2002-03-21 | deduct some more from 2k-2k2 calendars, this is hard | Michael Shalayeff | |
2002-03-20 | found two more | Michael Shalayeff | |
2002-03-20 | list more files that we have | Michael Shalayeff | |
2002-03-20 | some more | Michael Shalayeff | |
2002-03-20 | fix for palm again | Jim Rees | |
get_AUT0: "-" means DFLTAUT0 | |||
2002-03-20 | strerror() on chdir() fail; ok provos@ | Kevin Steves | |
2002-03-20 | for unprivileged user, group do: | Kevin Steves | |
pw=getpwnam(SSH_PRIVSEP_USER); do_setusercontext(pw). ok provos@ | |||
2002-03-20 | style(9) | Marc Espie | |
2002-03-19 | o don't need a var to keep the number of commands; use a define. | Federico G. Schwindt | |
o remove extra arg after dale commit. | |||
2002-03-19 | Initial version of pmdb support for powerpc, traceback and registers work | Dale Rahn | |
fine, breakpoints need some assistance. | |||
2002-03-19 | Do not print offset if no symbol found for address. ok art@ | Dale Rahn | |
2002-03-19 | if pc is below 0x1000, stop; now trace shows up to start(). | Federico G. Schwindt | |
2002-03-19 | a bit of style. | Federico G. Schwindt | |
2002-03-19 | check error before checking the magic. | Federico G. Schwindt | |
2002-03-19 | prepare to support both formats simultaneously. | Federico G. Schwindt | |
2002-03-19 | use SSH_SESSION_KEY_LENGTH for key length | Markus Friedl | |
2002-03-19 | vax support. | Federico G. Schwindt | |
2002-03-19 | check for NULL; from provos@ | Markus Friedl | |
2002-03-19 | make getpwnamallow() allways call pwcopy() | Markus Friedl | |
2002-03-19 | KNF whitespace | Markus Friedl | |
2002-03-19 | whitespace KNF | Markus Friedl | |
2002-03-19 | clean up prototypes | Markus Friedl | |
2002-03-19 | o check if the file is exists, is readable and executable before going | Federico G. Schwindt | |
further. o rearrange includes. | |||
2002-03-19 | use xfree() after xstrdup(). | Mike Pechkin | |
markus@ ok | |||
2002-03-19 | Banner has no default. | Kevin Steves | |
2002-03-19 | _PATH_PRIVSEP_CHROOT_DIR; ok provos@ | Kevin Steves | |
2002-03-19 | Kill remote comments, un-expose private code. | Marc Espie | |
ok millert@ | |||
2002-03-18 | UnprivUser/UnprivGroup usable now--specify numeric user/group; ok | Kevin Steves | |
provos@ | |||
2002-03-18 | document UsePrivilegeSeparation | Niels Provos | |
2002-03-18 | credits for privsep | Niels Provos | |
2002-03-18 | integrate privilege separated openssh; its turned off by default for now. | Niels Provos | |
work done by me and markus@ |