summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
1998-09-01more man page fixes; aaron@ug.cs.dal.caTheo de Raadt
1998-08-31more paranoiaTheo de Raadt
1998-08-31Move libalias sources into the ppp directory.brian
Suggested (many times) by: Theo
1998-08-31mostly fix build problemsTheo de Raadt
1998-08-31Upgrade ppp to version 2.0brian
This adds a number of features including: o Multilink o Callback (including CBCP) o DNS negotiation (client & server) o Easy to configure masquerading/packet aliasing o Any number of diagnostic socket connections (limits DOS attacks) o Sticky routes (ppp updates the routing table when the IP number is changed) See the file README.changes for things that effect current configurations.
1998-08-30buckets of scanf overflowsTheo de Raadt
1998-08-29man page repairs; aaron@ug.cs.dal.caTheo de Raadt
1998-08-27fixTheo de Raadt
1998-08-27fixes based on mail with jmcdonal@unf.eduTheo de Raadt
1998-08-23o If the user doesn't specify a file, use /dev/ksyms in preference toTodd C. Miller
/bsd if it exists and we can open it. o Fix a bug where kvm_mkdb would leave a temp file in /var/db if the file argument didn't exit.
1998-08-21strengthen suspicious(); jmcdonal@unf.eduTheo de Raadt
1998-08-21oops, remove debugging infoTodd C. Miller
1998-08-21Changes to work with /dev/ksyms:Todd C. Miller
o If we are have no data segment and text seg is __LDPGSZ, we must be /dev/ksyms or an equivalent so use sysctl to get version string. o fix an int vs. long issue and prepend '_' to symbols that lack one (alpha for instance).
1998-08-20add -q flag to silent messages of the type:Marco S Hyman
missing: some-file-name (not created: File exists) which occurred of some-file-name was a path that contained a symbolic link
1998-08-20ecoff support, based on libc/gen/nlist.cTodd C. Miller
1998-08-19buf oflows; reported by felix@schlund.de but fixed by me because he did not ↵Theo de Raadt
send in a patch
1998-08-19clean up our temp files on failureTodd C. Miller
1998-08-19Make kvm_mkdb work againTodd C. Miller
o testdb() needs to take as an arg the name of the kernel so it can do the version test correctly. o add undocumented verbose flag to tell when we are rebuilding the .db file o DO_* -> _NLIST_DO_*, this prevented kvm_mkdb from doing anything at all. o preserve a few error messages so you get error output when none of the exec types match the target. o check malloc return values o get_kerntext should not subtract the sizeof(struct exec) from kernel_text
1998-08-19build that man page tooTheo de Raadt
1998-08-18kill old man page, use tcpdump.8 insteadTodd C. Miller
1998-08-18no libraryTheo de Raadt
1998-08-18openbsdTheo de Raadt
1998-08-18ISC dhcp, needs security audit for sureTheo de Raadt
1998-08-17Don't lose an allocated pointer if realloc() fails.brian
Free it instead. Pointed out by: Theo de Raadt
1998-08-16fix realloc leakTheo de Raadt
1998-08-16fix realloc useTheo de Raadt
1998-08-16fix realloc memory leaksTodd C. Miller
1998-08-15add openbsd OSTYPE (with additional mailer flag 'S') and use itTodd C. Miller
1998-08-15realloc misuseTheo de Raadt
1998-08-15oopsTheo de Raadt
1998-08-15realloc misuseTheo de Raadt
1998-08-14bootfile, PidFile, NamedXfer should be absolute paths in the chroot'd case; ↵Todd C. Miller
niklas@openbsd.org
1998-08-14Update to sendmail.8.9.1a which adds support for MaxMimeHeaderLength option, ↵Todd C. Miller
to help avoid buffer oflows in stupid clients (only if enabled in .cf file)
1998-08-13fix exit code; fgsch@olimpo.com.brTheo de Raadt
1998-08-04fix parsing on chat script when passed on the command line; problem noted by ↵Todd C. Miller
fgsch@olimpo.com.br but different fix committed.
1998-08-03Set SO_REUSEADDR on printer/tcp service (port 515); csapuntz@clearviewtech.comTodd C. Miller
1998-08-02Enable built-in spam protectionThorsten Lockert
1998-07-27fix usageTheo de Raadt
1998-07-24fix spelling of separateTheo de Raadt
1998-07-24Man pages Xrefs.Marc Espie
1998-07-24-lcurses, not termcap/termlibTodd C. Miller
1998-07-21update usage; back out time remaining display change until I'm sure itMarco S Hyman
is correct; don't long every power status change in normal operation (patch from danw@MIT.EDU).
1998-07-20clone freebsd semantics for usernames; noted by abyss@abyss.imaji.netTheo de Raadt
1998-07-20Spelling, and omitted words for getNAME.Marc Espie
1998-07-18apmd will turn off apm driver messages when in daemon modeMarco S Hyman
added three flags. -m to not turn off messages. -e to turn them back on after an apmd crash. -p to turn on print percentage change mode.
1998-07-16there is no addgroup.8Todd C. Miller
1998-07-16typoTodd C. Miller
1998-07-15Fix a u_int vs. off_t issue and provide an estimate of the numberTodd C. Miller
of elements in the hash based on master.passwd file size, assuming an average 128bytes per entry. This is only an estimate so it doesn't have to be exact.
1998-07-15Don't link in a custom version of getpwent.c since we don't use any routines ↵Todd C. Miller
from it (verified with gprof call graph)
1998-07-15close fd leak; jeff@FORYS.CRANBURY.NJ.USTheo de Raadt