Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-16 | BSD license. from Daniel Kouril via Dug Song. ok markus@ | Kevin Steves | |
2002-03-16 | split auth_rhosts_rsa(), ok provos@ | Markus Friedl | |
2002-03-16 | map undo_dump to the "undo-list" command. | Vincent Labrecque | |
2002-03-16 | skip inflateEnd if inflate fails; ok provos@ | Markus Friedl | |
2002-03-16 | add readonly buffer support | Vincent Labrecque | |
plus some KNF ok art@ | |||
2002-03-16 | Don't set st->st_offs when st is NULL. | Artur Grabowski | |
Noted by Gregory Steuck <greg@nest.cx> | |||
2002-03-16 | better error message when we find unmatched braces. (i.e. "braces" is more | Vincent Labrecque | |
precise than "stuff") | |||
2002-03-15 | dunno, smth like this | Michael Shalayeff | |
2002-03-15 | No more need to define __POOL_EXPOSE | Artur Grabowski | |
2002-03-15 | a few missing rcsids | Michael Shalayeff | |
2002-03-15 | it's a start | Michael Shalayeff | |
2002-03-15 | Oops. Adapt to one more change in PT_IO. | Artur Grabowski | |
2002-03-15 | Add a command 'sym_load' to load a symbol table at some offset. | Artur Grabowski | |
We are in a desperate need of a better command line interface, the top level is starting to get crowded. | |||
2002-03-15 | Move the linking offset from the symbol format dependent structs | Artur Grabowski | |
to struct sym_table. Allow callers to specify linking offset to st_open. | |||
2002-03-15 | Add a warning about commands syntax that will change. | Artur Grabowski | |
2002-03-15 | document break and step. | Artur Grabowski | |
2002-03-15 | Don't try to build if there is no MD support. | Artur Grabowski | |
2002-03-15 | support MACHINE_ARCH != MACHINE | Dale Rahn | |
2002-03-15 | s/$PMDB$/$OpenBSD$/ | Jason Wright | |
2002-03-15 | No more /usr/local/bin | Artur Grabowski | |
2002-03-15 | Import pmdb 4.1. | Artur Grabowski | |
(see http://www.blahonga.org/~art/openbsd/pmdb.html for more info). The development repository now moves here out from my local repository. | |||
2002-03-15 | fix file type checking (use S_ISREG). ok by markus | Jun-ichiro itojun Hagino | |
2002-03-14 | add pin, chpin | Jim Rees | |
2002-03-14 | Add 'pin' and 'chpin' commands | Jim Rees | |
2002-03-14 | 0000 is not a reserved fid | Jim Rees | |
2002-03-14 | split auth_rsa() for better readability and privsep; ok provos@ | Markus Friedl | |
2002-03-14 | kill more registers. | Mike Pechkin | |
millert@ ok | |||
2002-03-14 | split out ssh1 session key decryption; ok provos@ | Markus Friedl | |
2002-03-14 | call siginterrupt() (from theo) | Jim Rees | |
2002-03-14 | don't trust size sent by (rogue) server; noted by s.esser@e-matters.de | Markus Friedl | |
2002-03-14 | Remove \n from err/errx/warn/warnx(). | Mike Pechkin | |
millert@ ok | |||
2002-03-12 | Add PT_IO to ptrace ops. | Artur Grabowski | |
2002-03-12 | This makes things line up better. millert@ concurs. | Hakan Olsson | |
2002-03-11 | remove errno=0 assignments, we don't need these with Hakan's code | Vincent Labrecque | |
2002-03-11 | * Move to ANSI function definitions. | Vincent Labrecque | |
* Add a whole lot of consts where I thought it made sense no ok, but no objections either... | |||
2002-03-11 | indent | Jun-ichiro itojun Hagino | |
2002-03-11 | correct type mismatches (u_int64_t != unsigned long long) | Jun-ichiro itojun Hagino | |
2002-03-10 | check that we got the port before trying to listen | Eric Jackson | |
pr 2436; Alexander Yurchenko <grange@rt.mipt.ru> | |||
2002-03-10 | Better long vs int. millert@ ok. | Hakan Olsson | |
2002-03-08 | printf type mismatch | Jun-ichiro itojun Hagino | |
2002-03-08 | tabify | Jun-ichiro itojun Hagino | |
2002-03-06 | First step in really explaining what make does, and what's standard, | Marc Espie | |
and what's not. okay millert@, miod@. | |||
2002-03-06 | OpenSSH_3.1 | Markus Friedl | |
2002-03-06 | compat.c | Markus Friedl | |
2002-03-06 | undo | Markus Friedl | |
2002-03-06 | compat.c | Markus Friedl | |
2002-03-05 | Fix a ridiculous bug I introduced in the buffer code. Free the undo records | Vincent Labrecque | |
list correctly. | |||
2002-03-05 | patch(1) is now free, thanks Larry! | Niklas Hallqvist | |
2002-03-05 | and -ldes here too | Theo de Raadt | |
2002-03-05 | and a -ldes | Theo de Raadt | |