Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-07-07 | Define RESOLVSORT so "sortlist" resolver directive works. | Todd C. Miller | |
1997-07-07 | fix make clean/make depend confusion with a cleandir: rule | grr | |
1997-07-06 | if we find an unprintable char, bail totally | Theo de Raadt | |
1997-07-04 | correct some details in the docs | Theo de Raadt | |
1997-07-03 | MD[45]Final(NULL,&ctx) applies padding to context and can still be used with ↵ | Niels Provos | |
M[45]Update afterwards. | |||
1997-07-03 | doc EPERM properly; kleink | Theo de Raadt | |
1997-07-03 | pretty | Theo de Raadt | |
1997-07-03 | buffer overflow on 64-bit archs fixed | Niklas Hallqvist | |
1997-07-02 | Use MALLOC_EXTRA_SANITY consistently (EXTRA_SANITY was used in many places) | Todd C. Miller | |
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 | Niels Provos | |
1997-07-01 | if no error, dlerror() should return NULL | Theo de Raadt | |
1997-07-01 | typo | dm | |
1997-07-01 | Make -Wall happy. | Todd C. Miller | |
1997-07-01 | Add missing '#' as in #include. | Todd C. Miller | |
1997-07-01 | Include <stdlib.h> for malloc() proto. | Todd C. Miller | |
1997-07-01 | -Wall cleanliness | Todd C. Miller | |
1997-06-30 | alpha bits | Theo de Raadt | |
1997-06-30 | snprintf(3) is not non-portable (it is part of XPG4) it is just | Todd C. Miller | |
not availalble on older systems. | |||
1997-06-29 | Updates from NetBSD (christos@netbsd.org) | Todd C. Miller | |
* Portability fixes: __const -> const BADSIG -> SIG_ERR int flags -> u_int flags #if __STDC__ -> #ifdef __STDC__ * Don't allow CSWTCH to interfere with CSUSP on __SVR4 systems. * Return -1 if the terminal set operation resulted in dumb terminal settings. * Handle properly the case where the last line in the sourced file does not have a trailing '\n'. From Jeffrey C Honig. * editrc -> editline in editline(3) | |||
1997-06-29 | <des.h> | Niels Provos | |
1997-06-29 | des_set_key_schedule -> des_set_key | Niels Provos | |
1997-06-29 | add libdes | Niels Provos | |
1997-06-29 | relocate libdes + update to version 4.01 | Niels Provos | |
1997-06-29 | indent | Theo de Raadt | |
1997-06-29 | surely not long! | Theo de Raadt | |
1997-06-29 | surely not a long | Theo de Raadt | |
1997-06-25 | Fix typos. PR and fix from Felix Schroeter <felix@mamba.pond.sub.org> | Todd C. Miller | |
1997-06-24 | Use OpenBSD tags and not SCCS or RCS Id tags | Thorsten Lockert | |
1997-06-24 | Slight fix. | Jason Downs | |
1997-06-23 | buffer overflows which never ever happen; brian@firehouse.net | Theo de Raadt | |
1997-06-23 | Copyright. | Jason Downs | |
1997-06-23 | Mandoc manpages. | Jason Downs | |
1997-06-23 | Add inet_ntop(3) and inet_pton(3) and the IPv6 address format. | Todd C. Miller | |
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) | Todd C. Miller | |
1997-06-22 | Use O_EXLOCK option of open(2) to open /etc/ptmp with an exclusive | Todd C. Miller | |
lock. This fixes a DOS bug where a user could run passwd(1) and send it a SIGKILL, thus leaving /etc/ptmp in place. | |||
1997-06-22 | errno can be set to EAGAIN in conjunction with O_SHLOCK/O_EXLOCK | Todd C. Miller | |
1997-06-22 | Fix a bogon in last change | Thorsten Lockert | |
1997-06-22 | Use Ns macro and not non-existant Ap macro | Thorsten Lockert | |
1997-06-22 | Make sure we don't get stuck in a loop when trying to clean up stdio | Thorsten Lockert | |
1997-06-22 | Close pipes before dup'ing file descriptors in the child, not after. | Thorsten Lockert | |
From NetBSD PR #3673 by Dave Sainty <David.Sainty@MCS.VUW.AC.NZ> | |||
1997-06-22 | fix typo; lukem | Theo de Raadt | |
1997-06-21 | type decl fixes; mikel | Theo de Raadt | |
1997-06-20 | add ELOOP support; shigio@wafu.netgate.net | Theo de Raadt | |
1997-06-20 | ++minor since added a new function | Todd C. Miller | |
1997-06-20 | typecastorama | Theo de Raadt | |
1997-06-20 | Add mkdtemp(3) | Todd C. Miller | |
1997-06-19 | Xr nice | Theo de Raadt | |
1997-06-19 | mention getsockopt w/ SO_ERROR for non-blocking sockets | Theo de Raadt | |
1997-06-18 | french fix from matthieu | Theo de Raadt | |
1997-06-18 | catalogs from netbsd | Theo de Raadt | |