Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-10-07 | Fix missing includes - Thanks <Peter.Galbavy@knowledge.com> | Bob Beck | |
1999-10-07 | Add a reference to enc(4) | Angelos D. Keromytis | |
1999-10-07 | add 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-07 | use pkg_add -I for ssl package | Theo de Raadt | |
1999-10-07 | Section order for the SEE ALSO section. | Angelos D. Keromytis | |
1999-10-07 | enc.4 reference | Angelos D. Keromytis | |
1999-10-07 | Add enc.4 | Angelos D. Keromytis | |
1999-10-07 | enc(4) manpage | Angelos D. Keromytis | |
1999-10-07 | Add entry for /etc/ppp; millert@ | Aaron Campbell | |
1999-10-07 | Reference enc(4) manpage | Angelos D. Keromytis | |
1999-10-07 | Some Xr to find(1), locate(1), whatis(1), whereis(1), which(1), etc., as | Aaron Campbell | |
appropriate. | |||
1999-10-07 | Removed dead link to gated(8) -- OK aaron@ | Wim Vandeputte | |
1999-10-07 | Document -q. | Aaron Campbell | |
1999-10-07 | Add a delay() before turning the motor off; some controllers don't see it | Jason 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-07 | Additions. | Aaron Campbell | |
1999-10-07 | Mention machdep.allow_aparture and machdep.kbdreset -- OK aaron@ | Wim Vandeputte | |
1999-10-07 | Document ALT+F12, stress LEFT_SHIFT+PGUP/PGDN and point to machdep.kbdreset | Wim Vandeputte | |
1999-10-07 | remove etc now that ssh configs are moved back to /etc | Christopher Turan | |
1999-10-07 | Add -b (scrollback) to usage() -- OK aaron@ | Wim Vandeputte | |
1999-10-07 | regen | Brad Smith | |
1999-10-07 | - fix typo in previous commit | Brad Smith | |
- Implement fstatvfs64 system call | |||
1999-10-07 | One single malloc, with a union to get the largest needed size, | Marc Espie | |
should be enough. | |||
1999-10-07 | Remove 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 reassemble | Brad Smith | |
dev_t values to/from emulation dev_t's - Implement fstat64, llseek and open64 system calls; from NetBSD | |||
1999-10-07 | fix mergo: xl_setcfg(): after modifying software state, inform hardware | Jason Wright | |
merge in freebsd xl_choose_xcvr() for cards that report AUTO but have no phy | |||
1999-10-07 | add random in raminst -moj | Mats O Jansson | |
1999-10-07 | mention ssh(1) as a better alternative, instead of telnet | Eric Jackson | |
1999-10-07 | correct .Xr | Eric Jackson | |
1999-10-07 | get rid of references to non-existant manpages. Still needs to be -mandoc'd | Eric Jackson | |
1999-10-07 | adduser.messages -> adduser.message | Eric Jackson | |
1999-10-07 | sync | Theo de Raadt | |
1999-10-07 | there is no fastboot man page | Eric Jackson | |
1999-10-07 | check for executability of ssh-keygen | Theo de Raadt | |
1999-10-07 | on static machines, install these as mode 0 | Theo de Raadt | |
1999-10-07 | if sshd startup fails due to rsa not being there, start up | Theo de Raadt | |
/usr/local/sbin/sshd instead, if it is there. | |||
1999-10-07 | add -Q flag: says whether ssh RSA check should whine on stdout | Theo de Raadt | |
1999-10-07 | Yes, I think I've finally decided how I think scrollback should behave. | Aaron Campbell | |
1999-10-07 | document more tcp specific sysctls, mostly netbsd. | Niels Provos | |
1999-10-06 | M_EXT isn't the only test for a cluster any more: also test ext_ref | Jason Wright | |
1999-10-06 | scp should not link against kerberos stuff | Theo de Raadt | |
1999-10-06 | match case | Chris Cappuccio | |
1999-10-06 | pciide now supports intel 82801 and promise ultra33/66 | Chris Cappuccio | |
1999-10-06 | added new spiffy htdocs/openbsd_pb.gif to distribution install target. | Bob Beck | |
1999-10-06 | Sync with release. | Angelos D. Keromytis | |
1999-10-06 | Make some of the perror() calls more informative, correct some | Angelos D. Keromytis | |
inconsistencies in the man page and the query tool, update the testsuite accordingly. | |||
1999-10-06 | Reworked entire apache defaul index page. | philen | |
1999-10-06 | implement client NumberOfPasswordPrompts option | Dug Song | |
1999-10-06 | "Powered by OpenBSD" button, done by nemickol@monkey.org | philen | |
1999-10-06 | Fix a typo in manpage, as well as bogus error reporting. | Angelos D. Keromytis | |
1999-10-06 | Added a simple man page for AC-97 codecs. | Constantine Sapuntzakis | |
Update eap man page to indicate support for Ensoniq AudioPCI 97. |