summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-03-19vax support.Federico G. Schwindt
2002-03-19Only accept the empty string for users with no password.Todd C. Miller
2002-03-19typosMarkus Friedl
2002-03-19mtcpu seq requires a pre-sync, implement hpt init for pcxlMichael Shalayeff
2002-03-19Fix bus_space_copy_region_ macro that got messed up by unpeeing.Todd C. Miller
2002-03-19md5 tests for /dev/crypto, test vectors from rfc1321Markus Friedl
2002-03-19check for NULL; from provos@Markus Friedl
2002-03-19we don't need mbstate_t, _BSD_SUSECONDS_T_ and _BSD_USECONDS_T_ typesKevin Lo
2002-03-19fix the ich3 ac97 audio idMichael Shalayeff
2002-03-19regenMichael Shalayeff
2002-03-19update ich3 namesMichael Shalayeff
2002-03-19drop TCP connections to broadcast address.Jun-ichiro itojun Hagino
2002-03-19need reg.h here as well, from sharpeyed hawk David KrauseMichael Shalayeff
2002-03-19make getpwnamallow() allways call pwcopy()Markus Friedl
2002-03-19syncNathan Binkert
2002-03-19Altima vendor id and altima gigabit ethernetNathan Binkert
2002-03-19Save more dhclient configuration info during installation.Kenneth R Westerback
2002-03-19tweak gcc inliner. More weight for leaf functions. Less depth for otherMarc Espie
2002-03-19KNF whitespaceMarkus Friedl
2002-03-19whitespace KNFMarkus Friedl
2002-03-19clean up prototypesMarkus Friedl
2002-03-19Match RRD40 as a cdrom on MSCP. May be useful to simh users, even ifHugh Graham
2002-03-19o check if the file is exists, is readable and executable before goingFederico G. Schwindt
2002-03-19use xfree() after xstrdup().Mike Pechkin
2002-03-19Banner has no default.Kevin Steves
2002-03-19Remove unnecessary prototype.Angelos D. Keromytis
2002-03-19_PATH_PRIVSEP_CHROOT_DIR; ok provos@Kevin Steves
2002-03-19revert to older ahc driver until the new one's bugs are fixedTodd C. Miller
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