Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-19 | When one shared library requires another, it will try to locate the | Peter Valchev | |
required shared library and include it in the link if it's not specified explicitly. This change makes ld look at the -L arguments specified, and build search path. This avoids the need for -rpath-link, and somewhat resembles the a.out linker behaviour. However behaviour of -rpath and -rpath-link is still preserved as a GNU extension. ok drahn, espie looked at it too | |||
2002-03-19 | From NetBSD: | Jason Wright | |
Recognize the MK48T18 as well (differs from the MK48T08 only in packaging options and voltages). | |||
2002-03-19 | check sa_len/family strictly | Jun-ichiro itojun Hagino | |
2002-03-19 | no need for reg.h in the frame.h | Michael Shalayeff | |
2002-03-19 | htlb defs from the book | Michael Shalayeff | |
2002-03-19 | do things uncached for now | Michael Shalayeff | |
2002-03-19 | Kill remote comments, un-expose private code. | Marc Espie | |
ok millert@ | |||
2002-03-19 | Free/tree typos. | Vincent Labrecque | |
ok provos@ | |||
2002-03-19 | Remove blatant advertizement. We don't give a fuck if it's NU/Lix | Marc Espie | |
or some other penguin name. | |||
2002-03-18 | UnprivUser/UnprivGroup usable now--specify numeric user/group; ok | Kevin Steves | |
provos@ | |||
2002-03-18 | - fix a few typos or omissions | Miod Vallat | |
- warn the user that only high-numbered scsi drives are bootable | |||
2002-03-18 | Update. | Miod Vallat | |
2002-03-18 | Sync SYNOPSIS config lines with GENERIC; from nick@ | Miod Vallat | |
2002-03-18 | kill debugging printf | Michael Shalayeff | |
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@ | |||
2002-03-18 | export compression streams for ssh-privsep | Niels Provos | |
2002-03-18 | implementation of the interface between privileged and unprivileged process | Niels Provos | |
for ssh-privsep | |||
2002-03-18 | file descriptor passing abstraction for ssh-privsep | Niels Provos | |
2002-03-18 | shared memory abstraction for ssh-privsep | Niels Provos | |
2002-03-18 | buffer_skip_string and extra sanity checking; needed by ssh-privsep | Niels Provos | |
2002-03-18 | add key_demote() for ssh-privsep | Markus Friedl | |
2002-03-18 | export/import cipher state, iv and ssh2 seqnr; needed by ssh-privsep | Markus Friedl | |
2002-03-18 | typos. | Marc Espie | |
2002-03-18 | export/import cipher states; needed by ssh-privsep | Markus Friedl | |
2002-03-18 | pedantic assembly opcodes, to please new gas/new gcc. | Marc Espie | |
okay mickey@ | |||
2002-03-18 | filter ipv6 on the bridge. | jasoni | |
- ok jason@ | |||
2002-03-18 | Document option PTRACE; from Brian J. Kifiak, thanks! | Miod Vallat | |
2002-03-18 | These are macro inlines on vax, so check if they're defined before | Hugh Graham | |
trying to prototype them. millert@ ok. | |||
2002-03-18 | $OpenBSD$ | Hugh Graham | |
2002-03-18 | catchup on a few specials we have | Michael Shalayeff | |
2002-03-18 | move 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's | Vincent Labrecque | |
somewhat more useful.... ok millert@ + no objections on ICB | |||
2002-03-18 | set 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 | |
ok art@ | |||
2002-03-18 | have the authentication functions return the authentication context | Niels Provos | |
and then do_authenticated; okay millert@ | |||
2002-03-18 | no keyboard -- no cry | Michael Shalayeff | |
2002-03-17 | Change the format for hosts lines to the one the install | Kenneth R Westerback | |
scripts use - '1.2.3.4 host.my.domain host'. ok millert@ | |||
2002-03-17 | Move SA_FILE definition to sa.h. | Angelos D. Keromytis | |
2002-03-17 | Mention isakmpd_sa file. | Angelos D. Keromytis | |
2002-03-17 | Add 'T' and 'S' commands (for tearing-down and reporting all Phase 2 | Angelos D. Keromytis | |
SAs), from bdallen@nps.navy.mil | |||
2002-03-17 | getpwnamallow returns struct passwd * only if user valid; okay markus@ | Niels Provos | |
2002-03-17 | Clean up building of debug_map. mips and non-mips can more | Artur Grabowski | |
or less share the same code. | |||
2002-03-17 | Update to match new registers in struct reg | Artur Grabowski | |
2002-03-17 | In PT_{GET,SET}REGS there is no reason to not get/set %l* and %i*. | Artur Grabowski | |
This change will break debuggers, so if you have any, rebuild. | |||
2002-03-17 | Don't set LK_RETRY to vn_lock with LK_RECURSEFAIL. | Artur Grabowski | |
2002-03-17 | Add a DIAGNOSTIC check for when both LK_CANRECURSE and | Artur Grabowski | |
LK_RECURSEFAIL are set. | |||
2002-03-17 | Add references to FILES and SEE ALSO sections. From David Krause. | Daniel Hartmeier | |
2002-03-17 | Since LK_RECURSEFAIL and LK_CANRECURSE contradict each other | Artur Grabowski | |
(although they are not opposites), avoid setting LK_CANRECURSE if LK_RECURSEFAIL is set in the caller. |