summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-10-07Fix missing includes - Thanks <Peter.Galbavy@knowledge.com>Bob Beck
1999-10-07Add a reference to enc(4)Angelos D. Keromytis
1999-10-07add skey to sshd:Markus Friedl
1) pass *pw to auth_password() not user_name, do_authentication already keeps private copy of struct passwd for current user. 2) limit authentication attemps to 5, otherwise ssh -o 'NumberOfPasswordPrompts 100000' host lets you enter 100000 passwds 3) make s/key a run-time option in /etc/sshd_config 4) generate fake skeys, for s/key for nonexisting users, too limit auth-tries for nonexisting users, too. Note that % ssh -l nonexisting-user -o 'NumberOfPasswordPrompts 100000' host has NO limits in ssh-1.2.27
1999-10-07use pkg_add -I for ssl packageTheo de Raadt
1999-10-07Section order for the SEE ALSO section.Angelos D. Keromytis
1999-10-07enc.4 referenceAngelos D. Keromytis
1999-10-07Add enc.4Angelos D. Keromytis
1999-10-07enc(4) manpageAngelos D. Keromytis
1999-10-07Add entry for /etc/ppp; millert@Aaron Campbell
1999-10-07Reference enc(4) manpageAngelos D. Keromytis
1999-10-07Some Xr to find(1), locate(1), whatis(1), whereis(1), which(1), etc., asAaron Campbell
appropriate.
1999-10-07Removed dead link to gated(8) -- OK aaron@Wim Vandeputte
1999-10-07Document -q.Aaron Campbell
1999-10-07Add a delay() before turning the motor off; some controllers don't see itJason Downs
otherwise. Also move the motor off up so that it always gets performed, even if the probe is overridden via config flags.
1999-10-07Additions.Aaron Campbell
1999-10-07Mention machdep.allow_aparture and machdep.kbdreset -- OK aaron@Wim Vandeputte
1999-10-07Document ALT+F12, stress LEFT_SHIFT+PGUP/PGDN and point to machdep.kbdresetWim Vandeputte
1999-10-07remove etc now that ssh configs are moved back to /etcChristopher Turan
1999-10-07Add -b (scrollback) to usage() -- OK aaron@Wim Vandeputte
1999-10-07regenBrad Smith
1999-10-07- fix typo in previous commitBrad Smith
- Implement fstatvfs64 system call
1999-10-07One single malloc, with a union to get the largest needed size,Marc Espie
should be enough.
1999-10-07Remove scaffolding for tracking pipe fds.Marc Espie
FD_CLOEXEC is much more appropriate here.
1999-10-07- Fix stat and mknod syscalls to properly disassemble and reassembleBrad Smith
dev_t values to/from emulation dev_t's - Implement fstat64, llseek and open64 system calls; from NetBSD
1999-10-07fix mergo: xl_setcfg(): after modifying software state, inform hardwareJason Wright
merge in freebsd xl_choose_xcvr() for cards that report AUTO but have no phy
1999-10-07add random in raminst -mojMats O Jansson
1999-10-07mention ssh(1) as a better alternative, instead of telnetEric Jackson
1999-10-07correct .XrEric Jackson
1999-10-07get rid of references to non-existant manpages. Still needs to be -mandoc'dEric Jackson
1999-10-07adduser.messages -> adduser.messageEric Jackson
1999-10-07syncTheo de Raadt
1999-10-07there is no fastboot man pageEric Jackson
1999-10-07check for executability of ssh-keygenTheo de Raadt
1999-10-07on static machines, install these as mode 0Theo de Raadt
1999-10-07if sshd startup fails due to rsa not being there, start upTheo de Raadt
/usr/local/sbin/sshd instead, if it is there.
1999-10-07add -Q flag: says whether ssh RSA check should whine on stdoutTheo de Raadt
1999-10-07Yes, I think I've finally decided how I think scrollback should behave.Aaron Campbell
1999-10-07document more tcp specific sysctls, mostly netbsd.Niels Provos
1999-10-06M_EXT isn't the only test for a cluster any more: also test ext_refJason Wright
1999-10-06scp should not link against kerberos stuffTheo de Raadt
1999-10-06match caseChris Cappuccio
1999-10-06pciide now supports intel 82801 and promise ultra33/66Chris Cappuccio
1999-10-06added new spiffy htdocs/openbsd_pb.gif to distribution install target.Bob Beck
1999-10-06Sync with release.Angelos D. Keromytis
1999-10-06Make some of the perror() calls more informative, correct someAngelos D. Keromytis
inconsistencies in the man page and the query tool, update the testsuite accordingly.
1999-10-06Reworked entire apache defaul index page.philen
1999-10-06implement client NumberOfPasswordPrompts optionDug Song
1999-10-06"Powered by OpenBSD" button, done by nemickol@monkey.orgphilen
1999-10-06Fix a typo in manpage, as well as bogus error reporting.Angelos D. Keromytis
1999-10-06Added a simple man page for AC-97 codecs.Constantine Sapuntzakis
Update eap man page to indicate support for Ensoniq AudioPCI 97.