summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-09-247955/7956Jason Wright
2003-09-24initial support for hifn 7955 (no AES or PK yet)Jason Wright
2003-09-24indentTheo de Raadt
2003-09-24crank max connections to 800 (really, there are poeple doing this)Theo de Raadt
2003-09-23Sample files for /etc/mail, installed at 'make distribution' time.Todd C. Miller
2003-09-23move client only agent code to clientloop.cMarkus Friedl
2003-09-23Limit "proc: table is full" messages to once every 10 seconds which helps whe...Todd C. Miller
2003-09-23don't print trailing \0; bug #709; Robert.Dahlem@siemens.comMarkus Friedl
2003-09-23replace fatal_cleanup() and linked list of fatal callbacks with staticMarkus Friedl
2003-09-23simplify by using getifaddrs. cedric@ okJun-ichiro itojun Hagino
2003-09-23use getaddrinfo for name-to-address resolution. mcbride@ okJun-ichiro itojun Hagino
2003-09-23o mention why poll(2) is often more effecient than select(2)Todd C. Miller
2003-09-23Replace select backends with poll backends. selscan() and pollscan()Todd C. Miller
2003-09-23regen (Prepare for conversion of select backend -> poll)Todd C. Miller
2003-09-23Prepare for conversion of select backend -> pollTodd C. Miller
2003-09-23revert safety checks; requested by mickey@Anil Madhavapeddy
2003-09-23ignore address families other than AF_INET in get_netmask().Matthieu Herrb
2003-09-23add support for poll(2); ok deraadtMarkus Friedl
2003-09-23sync; hifn 7955Jason Wright
2003-09-23hifn 7955Jason Wright
2003-09-23fix a few strlcpyTheo de Raadt
2003-09-22Document the optional argument support and as well as where we differ fromTodd C. Miller
2003-09-22If permutation is disabled (as it is via getopt(3) or when POSIXLY_CORRECTTodd C. Miller
2003-09-22Fix read beyond end of buffer, found by mallocguard. ok deraadt@ espie@Dale Rahn
2003-09-22canonical reallocVincent Labrecque
2003-09-22fix leak on realloc failureVincent Labrecque
2003-09-22Off-by-ones, from aaron@Miod Vallat
2003-09-22syncAlexander Yurchenko
2003-09-22Two new Acard UDMA6 ATA chipsAlexander Yurchenko
2003-09-22set .com/.net to delegation-onlyJakob Schlyter
2003-09-22sync with 9.2.2-P3; new zone type "delegation-only"Jakob Schlyter
2003-09-22Kill warnings. Add a note saying the current paper describes theOtto Moerbeek
2003-09-22Typo.Otto Moerbeek
2003-09-22Make registers contain zero initially. Needed for new bc(1) and original dc(1)Otto Moerbeek
2003-09-22remove my (incorrect) BUGS addition;Jason McIntyre
2003-09-22Say where the output of this test (the Jabberwocky poem) is coming from.Otto Moerbeek
2003-09-22tweaks;Jason McIntyre
2003-09-22sync pfloghdr with <net/if_pflog.h>;Jason McIntyre
2003-09-22sync with FreeBSD page, including standard options list and some mdoc nits;Jason McIntyre
2003-09-22Introduce a function ask_yn() to use when asking 'yes or no'Kenneth R Westerback
2003-09-21convert tgetline() from select(2) -> poll(2)Todd C. Miller
2003-09-21Replace err(1, "") with err(1, NULL) to avoid a warning; Andrey MatveevTodd C. Miller
2003-09-21A set of regressions for dc(1).Otto Moerbeek
2003-09-21revert for now.Federico G. Schwindt
2003-09-21syncAlexander Yurchenko
2003-09-21Yet another ServerWorks CSB6 IDEAlexander Yurchenko
2003-09-21sync with netbsd defines. no functional changes.Federico G. Schwindt
2003-09-21document and declare 64-bit function/macros. ok millert@ deraadt@Federico G. Schwindt
2003-09-21"exp" is a reserved symbol under gcc3/posix. mcbride okJun-ichiro itojun Hagino
2003-09-21plug memory leak. from kame. fgsch okJun-ichiro itojun Hagino