summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
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
1998-07-15Move loop that is executed 6 times into its own function to improve readability.Todd C. Miller
1998-07-15comment out man pages we do not haveTheo de Raadt
1998-07-14sizeof(uid_t) and sizeof(gid_t) not sizeof(int)Todd C. Miller
1998-07-14Get rid of unused empty file, pw_scan.h. Nothing uses it anymore.Todd C. Miller
When building .db versions of passwd and master.passwd, go split the loops into three (one per key type) so that we get good locality withing the .db file for getnext style operations (getpwent). With this change I see about a 20% speedup of getpwent() on very large passwd files.
1998-07-14buf oflowTheo de Raadt
1998-07-13fix bar printing, indentTheo de Raadt
1998-07-13snprintf madnessTheo de Raadt
1998-07-13add back distribution tagTheo de Raadt
1998-07-13boring stuffTheo de Raadt
1998-07-13ftpd: sleep for an indeterminate amount for non-existant loginsTodd C. Miller
to simulate a crypt, like login does. Use SEEK_* not L_* and kill some 0L's used in lseek while we're there.
1998-07-13Add blurb about 'local-mac-address?' propertyJason Wright
1998-07-12something hosed the sendmail import; fix up by handTodd C. Miller
1998-07-12mailstats.8 movedTodd C. Miller
1998-07-12old files no longer in sendmail distribution (some have just moved)Todd C. Miller
1998-07-12sendmail 8.9.1Todd C. Miller
1998-07-12sendmail 8.9.1Todd C. Miller
1998-07-12sendmail 8.9.1Todd C. Miller
1998-07-12disable debugging in crontabTheo de Raadt
1998-07-12allow to build correctly with ro /usr/srcTodd T. Fries
1998-07-12Implement demand_drop() for demand mode pppd; try to avoid mbufAngelos D. Keromytis
exhaustion while setting up a connection.
1998-07-11change default ttl to IPDEFTTL; matthieuTheo de Raadt
1998-07-10do not syslog() with "\n"; skipped smtpd/named/ipmon; 12 minutes of dabblingTheo de Raadt
1998-07-10hostname is MAXHOSTNAMELEN; notified eric tooTheo de Raadt
1998-07-09hostnames are MAXHOSTNAMELEN, not MAXNAMELENTheo de Raadt
1998-07-09do not gethostname with len-1Theo de Raadt
1998-07-09MAXHOSTNAMELEN, and no need to terminateTheo de Raadt
1998-07-08length check bp_file; cgdTheo de Raadt
1998-07-08whack kmem gid after kvm_openfiles()Theo de Raadt
1998-07-08handle fork() failure; mrgTheo de Raadt
1998-07-08When multiplying bumber of blocks by DEV_BSIZE, cast nblocks to off_t so we ↵Todd C. Miller
don't wrap.
1998-07-07make 'ndc start' use the values of named_flags, named_user, and named_chroot ↵Todd C. Miller
from /etc/rc.conf; based on a patch from ibo@ragnarok.val-axs.net
1998-07-07fd_set is not a structArtur Grabowski
1998-07-07fd_set is not a structArtur Grabowski
1998-07-04more typosTodd C. Miller
1998-07-04typo; jon@oaktree.co.ukTheo de Raadt
1998-06-28Don't assume sizeof(long) == 4brian
1998-06-28Treat a printer as remote iff RM is not us or RP is set and it doesn't match theAngelos D. Keromytis
current printer;dwmalone@maths.tcd.ie
1998-06-27More u_long -> u_int32_tbrian
Submitted (with the usual curtesy) by: theo
1998-06-27Fix ``sizeof(u_long) == 4'' errors.brian
Suggested by: theo
1998-06-27No way, not yet. You did not even test, did you, davidTheo de Raadt
1998-06-26Don't depend on sizeof(u_long) == 4.brian
Pointed out by: Theo
1998-06-26convert DLT_LOOP header to network-order u_int32_tTheo de Raadt