summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-03-19When one shared library requires another, it will try to locate thePeter Valchev
2002-03-19From NetBSD:Jason Wright
2002-03-19check sa_len/family strictlyJun-ichiro itojun Hagino
2002-03-19no need for reg.h in the frame.hMichael Shalayeff
2002-03-19htlb defs from the bookMichael Shalayeff
2002-03-19do things uncached for nowMichael Shalayeff
2002-03-19Kill remote comments, un-expose private code.Marc Espie
2002-03-19 Free/tree typos.Vincent Labrecque
2002-03-19Remove blatant advertizement. We don't give a fuck if it's NU/LixMarc Espie
2002-03-18UnprivUser/UnprivGroup usable now--specify numeric user/group; okKevin Steves
2002-03-18- fix a few typos or omissionsMiod Vallat
2002-03-18Update.Miod Vallat
2002-03-18Sync SYNOPSIS config lines with GENERIC; from nick@Miod Vallat
2002-03-18kill debugging printfMichael Shalayeff
2002-03-18document UsePrivilegeSeparationNiels Provos
2002-03-18credits for privsepNiels Provos
2002-03-18integrate privilege separated openssh; its turned off by default for now.Niels Provos
2002-03-18export compression streams for ssh-privsepNiels Provos
2002-03-18implementation of the interface between privileged and unprivileged processNiels Provos
2002-03-18file descriptor passing abstraction for ssh-privsepNiels Provos
2002-03-18shared memory abstraction for ssh-privsepNiels Provos
2002-03-18buffer_skip_string and extra sanity checking; needed by ssh-privsepNiels Provos
2002-03-18add key_demote() for ssh-privsepMarkus Friedl
2002-03-18export/import cipher state, iv and ssh2 seqnr; needed by ssh-privsepMarkus Friedl
2002-03-18typos.Marc Espie
2002-03-18export/import cipher states; needed by ssh-privsepMarkus Friedl
2002-03-18pedantic assembly opcodes, to please new gas/new gcc.Marc Espie
2002-03-18filter ipv6 on the bridge.jasoni
2002-03-18Document option PTRACE; from Brian J. Kifiak, thanks!Miod Vallat
2002-03-18These are macro inlines on vax, so check if they're defined beforeHugh Graham
2002-03-18$OpenBSD$Hugh Graham
2002-03-18catchup on a few specials we haveMichael Shalayeff
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-18no keyboard -- no cryMichael Shalayeff
2002-03-17Change the format for hosts lines to the one the installKenneth R Westerback
2002-03-17Move SA_FILE definition to sa.h.Angelos D. Keromytis
2002-03-17Mention isakmpd_sa file.Angelos D. Keromytis
2002-03-17Add 'T' and 'S' commands (for tearing-down and reporting all Phase 2Angelos D. Keromytis
2002-03-17getpwnamallow returns struct passwd * only if user valid; okay markus@Niels Provos
2002-03-17Clean up building of debug_map. mips and non-mips can moreArtur Grabowski
2002-03-17Update to match new registers in struct regArtur Grabowski
2002-03-17In PT_{GET,SET}REGS there is no reason to not get/set %l* and %i*.Artur Grabowski
2002-03-17Don't set LK_RETRY to vn_lock with LK_RECURSEFAIL.Artur Grabowski
2002-03-17Add a DIAGNOSTIC check for when both LK_CANRECURSE andArtur Grabowski
2002-03-17Add references to FILES and SEE ALSO sections. From David Krause.Daniel Hartmeier
2002-03-17Since LK_RECURSEFAIL and LK_CANRECURSE contradict each otherArtur Grabowski