summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2001-10-03build apm and apmd on macppcDale Rahn
ok miod@
2001-10-03simple keynote module for apache and mod_sslTodd C. Miller
2001-10-02change timeval to bpf_timeval; 32 bit in size, permitting much greater ↵Theo de Raadt
portability
2001-10-01change broken urlJakob Schlyter
2001-10-01In "r" mode always dup2(STDOUT_FILENO, STDERR_FILENO); from ftpd/popen.cTodd C. Miller
Otherwise, sendmail may complain about the lack of stderr.
2001-10-01add -l flag - do loose permissions checks, in which more stringent permissionsJakob Schlyter
will match less stringent ones. ok millert@, deraadt@.
2001-10-01Do proper initialization of hashes and lists. Use "cp -R" not "cp -r"Todd C. Miller
since the latter form is discouraged. From raj@cerias.purdue.edu
2001-09-30Use a private copy of getdate.y so we aren't affected by changesTodd C. Miller
in the cvs one.
2001-09-25popa3d enableTheo de Raadt
2001-09-25use /var/emptyTheo de Raadt
2001-09-24Do not document stuff that will be automatic.Camiel Dobbelaar
From deraadt@
2001-09-21Something resembling a real manpage.Camiel Dobbelaar
2001-09-21update to 0.4.9.4:Camiel Dobbelaar
- stand-alone or inetd selectable from command-line (-D = daemon mode) - logging priorities more accurate - chroots to empty dir - tcp wrappers support
2001-09-20Jumbo wsmoused cosmeto:Miod Vallat
- fix some cosmetic bugs - improves some code paths - generalizes the use of stderr, and uses errx/warnx whenevr possible - converts wsmoused.c to KNF ok jbm@
2001-09-20sparc64 supportJason Wright
2001-09-19occured->occurredMike Pechkin
idea from deraadt@ via NetBSD millert@ ok p.s. Next commit will fix a typo in the sys/
2001-09-18handle ipv6; mcbride@countersiege.comJakob Schlyter
2001-09-18Document 'stub' directives; 71@becile.comTodd C. Miller
2001-09-18Sync with NetBSD plus the following changes:Todd C. Miller
o use LINE_MAX for the max password entry length. This is also what pwd_mkdb does. o add more checks for lines that are too long o kill some useless (and incorrect) casts o check snprintf() return vals for sanity before use o sync usage() with man pages o slight KNF o eliminate some silly uses of snprintf
2001-09-17Add support for -d in usbdevs(8); from Jason Ackley <jason@ackley.net>, pr#2005Michael Shalayeff
2001-09-17skip to uid field, not gidMike Pechkin
millert@ ok
2001-09-17I'm sure that it's not supposed to say:Artur Grabowski
'off: kernel profiling is kgmon.'
2001-09-13Fix some return code checks (FreeBSD only)brian
2001-09-13Be a bit more paranoid about CTCP traffic; FreeBSDbrian
2001-09-13Add TFTP support; FreeBSDbrian
2001-09-13Spell syslog.conf correctly; FreeBSDbrian
2001-09-12s/set (mtu|mru)/set \1 max/brian
2001-09-11for v9 we defined __sparcv9__ not __sparcv9Jason Wright
2001-09-11krb5 before krb4 to please the linkerJason Wright
2001-09-11oops, prettyJason Wright
2001-09-11sparc64 and sparc share the same process.SJason Wright
2001-09-11sparc64 has 64 bit pointers, tooJason Wright
2001-09-08The generated ppp.8 should be removed by 'make clean'. brian@ ok.Hakan Olsson
2001-09-07leftover pmax cruft.Brad Smith
2001-09-07Cleanup from Brian Poole:Todd C. Miller
o remove useless copyright() sub since it does nothing o remov unused variables o clear hashes properly o grammar/spelling fixes o pass perl -w o unlock the ptmp file before we close it, not after o parse args in config_read() correctly o man page cleanup
2001-09-07-DELF_SUPPORT for sparc64Jason Wright
2001-09-07Document the ownership of httpd documents. ok deraadt@Matthieu Herrb
2001-09-06Initial idea from aaron@: Last char of .Xr group in SEE ALSO section shouldMike Pechkin
be a single digit. Powered by mantoya@. millert@ ok.
2001-09-05Call do_select() with sigset_t *, not a sigset_t.Todd C. Miller
2001-09-05make sure that va_start() has matching va_end()Theo de Raadt
2001-09-05correct select(FD_SETSIZE,...) misuseBob Beck
2001-09-05sync with latest kameJun-ichiro itojun Hagino
- fix select() size. from deraadt - constify, remove bogus ERRSTR macro, and others
2001-09-05sync with the latest kame route6d.Jun-ichiro itojun Hagino
- no select() with FD_SETSIZE. from deraadt - use sin6 as varaible name, not sin, to avoid symbol conflict with sin(). - other minor cleanups.
2001-09-05do not select(20, ...)Theo de Raadt
2001-09-04Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ↵Todd C. Miller
POSIX counterparts.
2001-09-04Fix a diagnosticbrian
2001-09-04Consider alignment requirements when moving data about.brian
Mostly submitted by: kamath@cesa.opbu.xerox.com
2001-09-04another username limit issue; ianm@cit.uws.edu.auTheo de Raadt
2001-09-03doreap() needn't preserve errno, since it's not a signal handler.Paul Janzen
2001-09-03correct error message when unable to open /etc/master.passwd; ↵Todd C. Miller
raj@cerias.purdue.edu