Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-08-17 | Don't lose an allocated pointer if realloc() fails. | brian | |
Free it instead. Pointed out by: Theo de Raadt | |||
1998-08-16 | fix realloc leak | Theo de Raadt | |
1998-08-16 | fix realloc use | Theo de Raadt | |
1998-08-16 | fix realloc memory leaks | Todd C. Miller | |
1998-08-15 | add openbsd OSTYPE (with additional mailer flag 'S') and use it | Todd C. Miller | |
1998-08-15 | realloc misuse | Theo de Raadt | |
1998-08-15 | oops | Theo de Raadt | |
1998-08-15 | realloc misuse | Theo de Raadt | |
1998-08-14 | bootfile, PidFile, NamedXfer should be absolute paths in the chroot'd case; ↵ | Todd C. Miller | |
niklas@openbsd.org | |||
1998-08-14 | Update 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-13 | fix exit code; fgsch@olimpo.com.br | Theo de Raadt | |
1998-08-04 | fix 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-03 | Set SO_REUSEADDR on printer/tcp service (port 515); csapuntz@clearviewtech.com | Todd C. Miller | |
1998-08-02 | Enable built-in spam protection | Thorsten Lockert | |
1998-07-27 | fix usage | Theo de Raadt | |
1998-07-24 | fix spelling of separate | Theo de Raadt | |
1998-07-24 | Man pages Xrefs. | Marc Espie | |
1998-07-24 | -lcurses, not termcap/termlib | Todd C. Miller | |
1998-07-21 | update usage; back out time remaining display change until I'm sure it | Marco S Hyman | |
is correct; don't long every power status change in normal operation (patch from danw@MIT.EDU). | |||
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 | |
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-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 | |
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-15 | Don'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-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 | |
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-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 | |
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-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 | |
exhaustion while setting up a connection. | |||
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 | |