Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-06-09 | chown moved into chmod | Michael Shalayeff | |
2000-06-07 | Strip trailing slashes from dir names and give a reasonable error if | Todd C. Miller | |
what is specified on the command line is not a mount point or device. | |||
2000-06-06 | Make quot work when passed a filesystem mount point like the documentation | Todd C. Miller | |
leads one to believe. Also some -Wall and other cleanup. | |||
2000-06-05 | correct option parser typo. -f, not -b. | Jun-ichiro itojun Hagino | |
2000-06-03 | Set SIGCHLD to SIG_DFL not SIG_IGN to prevent "perl -w" from | Todd C. Miller | |
complaining "Can't ignore signal CHLD, forcing to default". Setting SIGCHLD to SIG_IGN means "don't provide exit status for my children" on some OSes which is not what we want--we just don't want to catch SIGCHLD since our parent does that for us. | |||
2000-05-31 | sync with the latest kame code. insufficient len in malloc() call is | Jun-ichiro itojun Hagino | |
corrected. | |||
2000-05-31 | Remove hard sentence breaks. | Aaron Campbell | |
2000-05-29 | More text about config file format, some of it unfortunately at the | Angelos D. Keromytis | |
expense of Theo's artistic expression. | |||
2000-05-29 | start to describe config file format | Theo de Raadt | |
2000-05-24 | Fix apache configure assumption that helper scripts are executable. | Bob Beck | |
(thanks binkertn@umich.edu). - Closes PR 1175 | |||
2000-05-24 | handle 64 bit arch in -f; janjaap@stack.nl | Theo de Raadt | |
2000-05-23 | forgot to cvs add dump.[ch] | Jun-ichiro itojun Hagino | |
strict prototype | |||
2000-05-23 | sync with latest kame. | Jun-ichiro itojun Hagino | |
- weaken logging priority for /etc/resolv.conf open failure - gather stats, emit stats by SIGUSR1 - use SIOCGIFMTU to get interface MTU (just a matter of #ifdef) From: "Todd T. Fries" <todd@fries.net> | |||
2000-05-22 | Group command synopsis uses group... | Marc Espie | |
2000-05-20 | typo; bsdi | Theo de Raadt | |
2000-05-18 | Recurse down arch-dependent subdirs to grab manpages. | Marc Espie | |
2000-05-18 | Prepare to recurse down usr.sbin to grab manpages | Marc Espie | |
2000-05-18 | don't overload rtm_flags with route6d-local flags. sync with latest kame. | Jun-ichiro itojun Hagino | |
2000-05-16 | add credits | Marco S Hyman | |
2000-05-16 | correct p2p interface address handling. | Jun-ichiro itojun Hagino | |
avoid memory leak. bzero() after malloc(). (sync from kame) | |||
2000-05-15 | /etc/mail/aliases | Theo de Raadt | |
2000-05-12 | nasty bug in %f; espie | Theo de Raadt | |
2000-05-07 | Correct a bad bug in m_prepend() | brian | |
Submitted by: luoqi@FreeBSD.org | |||
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 | #include <string.h>; <goeran@cdg.chalmers.se> | Jakob Schlyter | |
2000-05-05 | Nip references to extract-in-place | 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-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-01 | skel now lives in /etc | Todd C. Miller | |
2000-05-01 | - finish removing last pieces of in-place extraction. | Marc Espie | |
- fix long time bug: call extract_plist even if not doing installation for real, since extract_plist knows how to handle that. | |||
2000-04-30 | be more careful with strcpy/sprintf. From tcpdump.org. millert@ ok | Eric Jackson | |
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 | |