Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-04-29 | fix spec. PR1217 | Eric Jackson | |
2000-04-28 | Remove last remnants of @option preserve and @option extract-in-place | Marc Espie | |
We don't use these, and they are a bad idea anyway. | |||
2000-04-28 | If symlinks to the package exist, remove them along with the package. | Marc Espie | |
(current fix for flavors not being found as proper dependencies). | |||
2000-04-27 | Crossreference newly added files | Hans Insulander | |
2000-04-27 | This file should of course be documented as well. | Hans Insulander | |
2000-04-27 | oops | Hans Insulander | |
2000-04-27 | Manpages for /etc/afs/CellServDB and /etc/afs/ThisCell | Hans Insulander | |
2000-04-27 | add -T cnfp (code exists, missing from manpage) | Jun-ichiro itojun Hagino | |
2000-04-26 | INET6 | Jakob Schlyter | |
DHCP/BOOTP tcp & udp checksum detection numerous bugfixes | |||
2000-04-26 | Don't ever let pkg_add destroy existing files. | Marc Espie | |
2000-04-26 | Consistency in error reports. | Marc Espie | |
*always* tell them MD5Sum fails, because later, pkg_delete will complain about a bad package anyway, and the poor user won't be able to figure out what went wrong, and it's obviously too late since the package is gone already... | |||
2000-04-26 | Needed feature: if | Marc Espie | |
@comment no checksum is inserted in a packing-list, then the next file will not have its MD5 checksum stored, and pkg_delete won't complain later if the file checksum changed. | |||
2000-04-26 | make usage readable on a console; eric jackson <shinobi@monkey.org> | Jakob Schlyter | |
2000-04-26 | usermgmt_usage doesnt return; eric jackson <shinobi@monkey.org> | Jakob Schlyter | |
2000-04-26 | enable user | Jakob Schlyter | |
2000-04-25 | change /usr/share/skel to /etc/skel. maintain dot.magic for backwards ↵ | Jakob Schlyter | |
compability. | |||
2000-04-25 | references to /usr/share/examples/usermgmt removed as we do not have that | Jakob Schlyter | |
2000-04-25 | s/.Os NetBSD/.Os/ | Jakob Schlyter | |
2000-04-25 | do not replace adduser manpage (yet) | Jakob Schlyter | |
2000-04-25 | we are OpenBSD and HISTORY should say so | Jakob Schlyter | |
2000-04-25 | 2.6 -> 2.7; deraadt@ | Aaron Campbell | |
2000-04-25 | remove some non-important HISTORY | Jakob Schlyter | |
2000-04-25 | omit RC5 | Theo de Raadt | |
2000-04-24 | clean up bogus .Nm "" | Jakob Schlyter | |
2000-04-24 | default to non-verbose (previously undefined) | Jakob Schlyter | |
2000-04-24 | include cleanup | Jakob Schlyter | |
2000-04-24 | use _PATH_MASTERPASSWD & _PATH_GROUP | Jakob Schlyter | |
2000-04-24 | init | Jakob Schlyter | |
2000-04-24 | fix usage when building with EXTENSIONS | Jakob Schlyter | |
2000-04-24 | is_number() is needed even without EXTENSIONS defined | Jakob Schlyter | |
2000-04-24 | remove lint stuff. remove unneeded strlcpy. | Jakob Schlyter | |
2000-04-24 | id-tags | Jakob Schlyter | |
2000-04-24 | Initial import of user/group management tools from NetBSD. | Jakob Schlyter | |
2000-04-22 | another misnumbering | Theo de Raadt | |
2000-04-22 | misnumbered web pages; patch sent to beck | Theo de Raadt | |
2000-04-20 | Document /etc/resolv.conf.tail | Angelos D. Keromytis | |
2000-04-20 | Change -b to -f, similar to Solaris. | Angelos D. Keromytis | |
2000-04-20 | Change the flag to -f, similar to Solaris. | Angelos D. Keromytis | |
2000-04-20 | If /etc/resolv.conf.tail exists, append to newly-constructed | Angelos D. Keromytis | |
/etc/resolv.conf | |||
2000-04-20 | Yet more typos...I should quit while I'm ahead. | Angelos D. Keromytis | |
2000-04-20 | Also forgot to update usage() | Angelos D. Keromytis | |
2000-04-20 | Forgot trailing newline in message. | Angelos D. Keromytis | |
2000-04-20 | Same as the traceroute commit just now; add an option for skipping | Angelos D. Keromytis | |
nodes at the beginning of the trace. | |||
2000-04-20 | Add a "minimum ttl" option (starting point). Useful for skipping over | Angelos D. Keromytis | |
local-ISP routers that don't generate ICMP time exceeded. | |||
2000-04-19 | cvs missed removing these before | Todd C. Miller | |
2000-04-18 | strip htdigest and htpasswd before installing. | Federico G. Schwindt | |
2000-04-18 | accesses /etc/aliases instead of /etc/mail/aliases. (ok millert) | Christopher Turan | |
2000-04-18 | Print a parenthesis in front of security flags. | Angelos D. Keromytis | |
2000-04-18 | remove sendmail 8.9.3 | Todd C. Miller | |
2000-04-17 | revisit in6_ifattach(). (1) make it more persistent about initializaing an | Jun-ichiro itojun Hagino | |
interface (2) cleanup interface id selection. run NUD on p2p interface (required by spec for bidir p2p interface). add "ndp -i interface" (can tweak per-interface ND flag). (sync with more recent kame) |