Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
1997-07-23 | Don't do a gethostbyname() on "localhost" since we need it to | millert | 1 | -6/+8 | |
be unmolested when we test whether or not to use a local shell instead of rsh. | |||||
1997-07-21 | long stuff; netbsd | deraadt | 2 | -6/+7 | |
1997-07-17 | fix Xr | deraadt | 1 | -2/+2 | |
1997-07-15 | buff overflow | flipk | 1 | -3/+7 | |
1997-07-15 | Xr repair | deraadt | 1 | -2/+2 | |
1997-07-10 | A -> An | millert | 1 | -2/+2 | |
1997-07-09 | Clean up some -Wall flowers. | millert | 20 | -53/+58 | |
1997-07-09 | Clarify strncat(3) count param. | millert | 1 | -3/+6 | |
1997-07-07 | Define RESOLVSORT so "sortlist" resolver directive works. | millert | 1 | -1/+3 | |
1997-07-06 | if we find an unprintable char, bail totally | deraadt | 1 | -1/+4 | |
1997-07-02 | Use MALLOC_EXTRA_SANITY consistently (EXTRA_SANITY was used in many places) | millert | 1 | -15/+16 | |
sizeof *pt -> sizeof *px (point to same type of struct but looked wrong). | |||||
1997-07-01 | fix that repeating passwords yield same hash + increment minor | provos | 1 | -12/+32 | |
1997-07-01 | Include <stdlib.h> for malloc() proto. | millert | 1 | -0/+1 | |
1997-06-29 | indent | deraadt | 1 | -2/+2 | |
1997-06-29 | surely not long! | deraadt | 1 | -5/+5 | |
1997-06-23 | Add inet_ntop(3) and inet_pton(3) and the IPv6 address format. | millert | 1 | -30/+154 | |
From BSD/OS 3.0, with permission from Jeffrey Finkelstein <finkels@bsdi.com> by way of NetBSD (lukem). Also add xfer for inet_net(3). | |||||
1997-06-23 | Add man page for inet_net_ntop(3) and inet_net_pton(3) from NetBSD (lukem) | millert | 2 | -3/+152 | |
1997-06-22 | Make sure we don't get stuck in a loop when trying to clean up stdio | tholo | 1 | -6/+11 | |
1997-06-20 | add ELOOP support; shigio@wafu.netgate.net | deraadt | 1 | -1/+6 | |
1997-06-20 | typecastorama | deraadt | 1 | -10/+10 | |