Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-05-05 | Forgot to update usage(). | Hakan Olsson | |
2000-05-05 | Make -G flag work for user{add,mod}. | Hakan Olsson | |
2000-05-05 | Wow, we grew... | Marc Espie | |
2000-05-05 | Reserve the first cylinder for bootblock if NUMBOOT=1. Basically treat | Todd C. Miller | |
it the same as the space we reserver on i386 to avoid fdisk trouncing. The user can change this via the 'b' command and a message is printed at startup to this effect. | |||
2000-05-05 | remote trailing comments before calling __b64_pton | Markus Friedl | |
2000-05-05 | log failure before sending the reply | Markus Friedl | |
2000-05-05 | #include <string.h>; <goeran@cdg.chalmers.se> | Jakob Schlyter | |
2000-05-05 | Nip references to extract-in-place | Marc Espie | |
2000-05-05 | Better approximation to reality, ok'd theo. | Marc Espie | |
2000-05-05 | Sizes adjust. May be tweaked by Fries yet. | Marc Espie | |
2000-05-05 | limit size of a password file entry (including &-expansion) | Jakob Schlyter | |
replace a couple of strcpy with strlcpy | |||
2000-05-05 | build without INET6; <goeran@cdg.chalmers.se> | Jakob Schlyter | |
2000-05-05 | Don't set filesize limit to infinity on exit. | Artur Grabowski | |
This is only needed in accounting and has to be done carefully because the limit structures are shared between processes. Found by Denis A. Doroshenko, analysed by Hannah Schroeter. | |||
2000-05-05 | Add limfree prototype to sys/recosurcevar.h. | Artur Grabowski | |
2000-05-05 | cope with interface detach (like pcmcia card removal). remove any | Jun-ichiro itojun Hagino | |
IPv6 addresses assigned to the interface. reported by ho, bunch of help from niklas. KAME PR 231. | |||
2000-05-05 | some docs | Brandon Creighton | |
2000-05-05 | 451NX machines now probe all pci busses; M.Drochner@fz-juelich.de | Theo de Raadt | |
2000-05-04 | use _PASSWORD_LEN constant | Jakob Schlyter | |
adduser(); correct sync_uid_gid handling adduser(); initialize password correctly copydotfiles(); run chmod properly creategid(); cleanup groupmod(); add missing newline moduser(); do not overwrite shell with gecos moduser(); initialize password correctly read_defaults(); read default password from usermgmt.conf userdel(); initialize password correctly ok deraadt@. | |||
2000-05-04 | replace broken uuencode w/ libc b64_ntop | Markus Friedl | |
2000-05-04 | clear padding in ssh2 | Markus Friedl | |
2000-05-04 | Bypass routes only worked for one packet, then they effectively became a | Niklas Hallqvist | |
filter. | |||
2000-05-04 | Don't attach a PCTECH RZ1000 on the PCI bus--it has severe problems. | Todd C. Miller | |
It will attach at wdc and be less problematical, though I still wouldn't trust my data to it. | |||
2000-05-04 | revision 1.31 patch was incorrect | Theo de Raadt | |
2000-05-04 | avoid IEEE underflow in exp(), shows up most on 68060 FPE which is precise; ↵ | Theo de Raadt | |
any math wizards want to help me clean this up? | |||
2000-05-04 | sync | Theo de Raadt | |
2000-05-04 | heck, pick names for some more RCC devices, since the guy who knows what ↵ | Theo de Raadt | |
they are is gone for the week | |||
2000-05-04 | print key type when talking about host keys | Markus Friedl | |
2000-05-04 | Remove shared lib items that were left. | Dale S. Rahn | |
2000-05-04 | assume all pchb made by ServerWorks act the same | Theo de Raadt | |
2000-05-04 | no more beta, well, mostly not | Theo de Raadt | |
2000-05-04 | DMA works so use it. Tested on G4 and iMac. | Dale S. Rahn | |
2000-05-04 | Sync. | Dale S. Rahn | |
2000-05-04 | document how much memory they normally have | Theo de Raadt | |
2000-05-04 | fixed context memory sizing | Jason Wright | |
2000-05-03 | sync AUTHOR w/ ssh.1 | Markus Friedl | |
2000-05-03 | more info on proto 2 | Markus Friedl | |
2000-05-03 | sync | Theo de Raadt | |
2000-05-03 | rename 82454NX | Theo de Raadt | |
2000-05-03 | Add: dhclient | Todd C. Miller | |
Remove: kill pwd shutdown strings test We need dhclient for dhcp support and the others are either ksh builtins or simply unused. | |||
2000-05-03 | if no /etc/services file, use defaults. found by millert, fixed by itojun | Theo de Raadt | |
2000-05-03 | sync | Theo de Raadt | |
2000-05-03 | pcidevs.h | Theo de Raadt | |
2000-05-03 | advansys U3W | Theo de Raadt | |
2000-05-03 | more doc on: DSA, id_dsa, known_hosts2, authorized_keys2 | Markus Friedl | |
2000-05-03 | GatewayPorts for sshd, ok deraadt@ | Markus Friedl | |
2000-05-03 | Fix behavior when a host is unresolvable. Mark it as type GT_IGNORE | Todd C. Miller | |
so we don't get an error that inadvertainly causes the entry to get exported to the world. Also keep a count of unresolved hosts and error out sanely on lines w/ no resolvable hosts. Work by myself and provos@ | |||
2000-05-03 | respect number_of_password_prompts | Markus Friedl | |
2000-05-03 | Merge with EOM 1.51 | Niklas Hallqvist | |
author: ho style fix author: ho Create report files with umask 077 | |||
2000-05-03 | Merge with EOM 1.28 | Niklas Hallqvist | |
author: niklas style fascism author: ho style fix author: ho Typo in comment. author: ho Typo; Cers-directory -> Cert-directory author: ho Do not load configuration if isakmpd.conf is not owned by the user running isakmpd. Also, do not load config if file modes are too open. Do not warn about ignored duplicate tags when they are autogenerated. author: niklas From ho: provide defaults for requested transforms, shortens config files vastly. | |||
2000-05-03 | samples/singlehost-east.conf: Merge with EOM 1.8 | Niklas Hallqvist | |
samples/singlehost-west.conf: Merge with EOM 1.8 author: niklas Remove unnecessary configuration data |