Age | Commit message (Expand) | Author |
1998-07-21 | update usage; back out time remaining display change until I'm sure it | Marco S Hyman |
1998-07-20 | clone freebsd semantics for usernames; noted by abyss@abyss.imaji.net | Theo de Raadt |
1998-07-20 | Spelling, and omitted words for getNAME. | Marc Espie |
1998-07-18 | apmd will turn off apm driver messages when in daemon mode | Marco S Hyman |
1998-07-16 | there is no addgroup.8 | Todd C. Miller |
1998-07-16 | typo | Todd C. Miller |
1998-07-15 | Fix a u_int vs. off_t issue and provide an estimate of the number | Todd C. Miller |
1998-07-15 | Don't link in a custom version of getpwent.c since we don't use any routines ... | Todd C. Miller |
1998-07-15 | close fd leak; jeff@FORYS.CRANBURY.NJ.US | Theo de Raadt |
1998-07-15 | Move loop that is executed 6 times into its own function to improve readability. | Todd C. Miller |
1998-07-15 | comment out man pages we do not have | Theo de Raadt |
1998-07-14 | sizeof(uid_t) and sizeof(gid_t) not sizeof(int) | Todd C. Miller |
1998-07-14 | Get rid of unused empty file, pw_scan.h. Nothing uses it anymore. | Todd C. Miller |
1998-07-14 | buf oflow | Theo de Raadt |
1998-07-13 | fix bar printing, indent | Theo de Raadt |
1998-07-13 | snprintf madness | Theo de Raadt |
1998-07-13 | add back distribution tag | Theo de Raadt |
1998-07-13 | boring stuff | Theo de Raadt |
1998-07-13 | ftpd: sleep for an indeterminate amount for non-existant logins | Todd C. Miller |
1998-07-13 | Add blurb about 'local-mac-address?' property | Jason Wright |
1998-07-12 | something hosed the sendmail import; fix up by hand | Todd C. Miller |
1998-07-12 | mailstats.8 moved | Todd C. Miller |
1998-07-12 | old files no longer in sendmail distribution (some have just moved) | Todd C. Miller |
1998-07-12 | sendmail 8.9.1 | Todd C. Miller |
1998-07-12 | sendmail 8.9.1 | Todd C. Miller |
1998-07-12 | sendmail 8.9.1 | Todd C. Miller |
1998-07-12 | disable debugging in crontab | Theo de Raadt |
1998-07-12 | allow to build correctly with ro /usr/src | Todd T. Fries |
1998-07-12 | Implement demand_drop() for demand mode pppd; try to avoid mbuf | Angelos D. Keromytis |
1998-07-11 | change default ttl to IPDEFTTL; matthieu | Theo de Raadt |
1998-07-10 | do not syslog() with "\n"; skipped smtpd/named/ipmon; 12 minutes of dabbling | Theo de Raadt |
1998-07-10 | hostname is MAXHOSTNAMELEN; notified eric too | Theo de Raadt |
1998-07-09 | hostnames are MAXHOSTNAMELEN, not MAXNAMELEN | Theo de Raadt |
1998-07-09 | do not gethostname with len-1 | Theo de Raadt |
1998-07-09 | MAXHOSTNAMELEN, and no need to terminate | Theo de Raadt |
1998-07-08 | length check bp_file; cgd | Theo de Raadt |
1998-07-08 | whack kmem gid after kvm_openfiles() | Theo de Raadt |
1998-07-08 | handle fork() failure; mrg | Theo de Raadt |
1998-07-08 | When multiplying bumber of blocks by DEV_BSIZE, cast nblocks to off_t so we d... | Todd C. Miller |
1998-07-07 | make 'ndc start' use the values of named_flags, named_user, and named_chroot ... | Todd C. Miller |
1998-07-07 | fd_set is not a struct | Artur Grabowski |
1998-07-07 | fd_set is not a struct | Artur Grabowski |
1998-07-04 | more typos | Todd C. Miller |
1998-07-04 | typo; jon@oaktree.co.uk | Theo de Raadt |
1998-06-28 | Don't assume sizeof(long) == 4 | brian |
1998-06-28 | Treat a printer as remote iff RM is not us or RP is set and it doesn't match the | Angelos D. Keromytis |
1998-06-27 | More u_long -> u_int32_t | brian |
1998-06-27 | Fix ``sizeof(u_long) == 4'' errors. | brian |
1998-06-27 | No way, not yet. You did not even test, did you, david | Theo de Raadt |
1998-06-26 | Don't depend on sizeof(u_long) == 4. | brian |