summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2002-03-18move auth_approval into getpwnamallow with help from millert@Niels Provos
2002-03-18 Enter the new undo code. it is still disabled since it has bugs, but it'sVincent Labrecque
2002-03-18set client to NULL after xfree(), from Rolf Braun <rbraun+ssh@andrew.cmu.edu>Dug Song
2002-03-18 grep/compile mode shouldn't be readonly by default.Vincent Labrecque
2002-03-18have the authentication functions return the authentication contextNiels Provos
2002-03-17getpwnamallow returns struct passwd * only if user valid; okay markus@Niels Provos
2002-03-17Update to match new registers in struct regArtur Grabowski
2002-03-16 This should've been commited yesterday, before the funmap change.Vincent Labrecque
2002-03-16 Make these special buffers readonly by default. ok art@Vincent Labrecque
2002-03-16BSD license. from Daniel Kouril via Dug Song. ok markus@Kevin Steves
2002-03-16split auth_rhosts_rsa(), ok provos@Markus Friedl
2002-03-16 map undo_dump to the "undo-list" command.Vincent Labrecque
2002-03-16skip inflateEnd if inflate fails; ok provos@Markus Friedl
2002-03-16 add readonly buffer supportVincent Labrecque
2002-03-16Don't set st->st_offs when st is NULL.Artur Grabowski
2002-03-16 better error message when we find unmatched braces. (i.e. "braces" is moreVincent Labrecque
2002-03-15dunno, smth like thisMichael Shalayeff
2002-03-15No more need to define __POOL_EXPOSEArtur Grabowski
2002-03-15a few missing rcsidsMichael Shalayeff
2002-03-15it's a startMichael Shalayeff
2002-03-15Oops. Adapt to one more change in PT_IO.Artur Grabowski
2002-03-15Add a command 'sym_load' to load a symbol table at some offset.Artur Grabowski
2002-03-15Move the linking offset from the symbol format dependent structsArtur Grabowski
2002-03-15Add a warning about commands syntax that will change.Artur Grabowski
2002-03-15document break and step.Artur Grabowski
2002-03-15Don't try to build if there is no MD support.Artur Grabowski
2002-03-15support MACHINE_ARCH != MACHINEDale Rahn
2002-03-15s/$PMDB$/$OpenBSD$/Jason Wright
2002-03-15No more /usr/local/binArtur Grabowski
2002-03-15Import pmdb 4.1.Artur Grabowski
2002-03-15fix file type checking (use S_ISREG). ok by markusJun-ichiro itojun Hagino
2002-03-14add pin, chpinJim Rees
2002-03-14Add 'pin' and 'chpin' commandsJim Rees
2002-03-140000 is not a reserved fidJim Rees
2002-03-14split auth_rsa() for better readability and privsep; ok provos@Markus Friedl
2002-03-14kill more registers.Mike Pechkin
2002-03-14split out ssh1 session key decryption; ok provos@Markus Friedl
2002-03-14call siginterrupt() (from theo)Jim Rees
2002-03-14don't trust size sent by (rogue) server; noted by s.esser@e-matters.deMarkus Friedl
2002-03-14Remove \n from err/errx/warn/warnx().Mike Pechkin
2002-03-12Add PT_IO to ptrace ops.Artur Grabowski
2002-03-12This makes things line up better. millert@ concurs.Hakan Olsson
2002-03-11 remove errno=0 assignments, we don't need these with Hakan's codeVincent Labrecque
2002-03-11 * Move to ANSI function definitions.Vincent Labrecque
2002-03-11indentJun-ichiro itojun Hagino
2002-03-11correct type mismatches (u_int64_t != unsigned long long)Jun-ichiro itojun Hagino
2002-03-10check that we got the port before trying to listenEric Jackson
2002-03-10Better long vs int. millert@ ok.Hakan Olsson
2002-03-08printf type mismatchJun-ichiro itojun Hagino
2002-03-08tabifyJun-ichiro itojun Hagino