Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-14 | Fix a buf oflow in EXAMPLES code; millert@ ok | Aaron Campbell | |
2001-06-13 | SYSLEAF, not LEAF. shared libc_r builds now on alpha. | Artur Grabowski | |
2001-06-13 | pretty | Artur Grabowski | |
2001-06-13 | "#endif _THREAD_SAFE" is not legal | Artur Grabowski | |
2001-06-12 | on openbsd, NI_MAXHOST value is different from RFC2553. PR 1870 | Jun-ichiro itojun Hagino | |
2001-06-12 | import latest from CITI: | Jim Rees | |
only load drivers once This actually "shouldn't" affect OpenBSD because it's only for DL_READERS | |||
2001-06-11 | support EDNS0 (RFC2671) buffer size notification on DNS queries. | Jun-ichiro itojun Hagino | |
"options edns0" in /etc/resolv.conf will enable the behavior. no behavior change if you don't have the line. see resolv.conf(5) for more details. EDNS0 is useful for avoiding TCP DNS queries/replies on larger DNS responses. also, draft-ietf-dnsext-message-size-* plans to mandate EDNS0 support for DNS clients that support IPv6 transport. | |||
2001-06-10 | proto; S@mSmith.net | Theo de Raadt | |
2001-06-09 | remove confusing comparison with srand (it does not return the old seed) | assar | |
use .Sh AUTHORS and .An for author | |||
2001-06-08 | Move copyright notice to top of file | Jim Rees | |
2001-06-07 | import latest from CITI with Palm support | Jim Rees | |
2001-06-07 | enable libsectok | Theo de Raadt | |
2001-06-07 | fix compiler warnings | Jim Rees | |
2001-06-07 | I hate cvs | Jim Rees | |
2001-06-07 | libsectok for secure tokens (smartcard, iButton, etc) | Jim Rees | |
2001-06-07 | Rogue debug printf. | Angelos D. Keromytis | |
2001-06-05 | Fix pasto; kleink@netbsd.org | Paul Janzen | |
2001-06-05 | License clarification from David Mazieres, ok deraadt@ | Peter Valchev | |
2001-06-05 | repair copyright notices for NRL & cmetz; cmetz | Theo de Raadt | |
2001-06-04 | oh, just include machine/asm.h | Michael Shalayeff | |
2001-06-04 | entrieness cleanup | Michael Shalayeff | |
2001-06-04 | add the file here too, to avoid confusion | Theo de Raadt | |
2001-06-03 | Don't bail out early for users w/o passwd file entries since we may | Todd C. Miller | |
want to cons up a fake prompt for challenge/response auth methods. markus@ OK'd. | |||
2001-06-03 | new license from Wietse; permits modification. This code is derived from | Theo de Raadt | |
logdaemon, so this applies: ftp://ftp.porcupine.org/pub/security/logdaemon_license | |||
2001-06-03 | KERN_NPROCS documentation | Angelos D. Keromytis | |
2001-06-03 | struct diskstats now | Angelos D. Keromytis | |
2001-06-01 | proto for dlerror() changed | Theo de Raadt | |
2001-06-01 | missing word | jasoni | |
"function will non-zero" -> "function will return non-zero" | |||
2001-05-31 | Fix another case of CHDIR("..") pointed out by Bruce Evans | Todd C. Miller | |
<bde@zeta.org.au>. Instead of fixing these inline I've modified my fts_safe_changedir() function so it can be used in this case too. Thanks also to Kris Kennaway <kris@obsecurity.org>. | |||
2001-05-31 | missing word | jasoni | |
"the temporarily lacks the resources" -> "the system temporarily lacks...." | |||
2001-05-31 | knf | Theo de Raadt | |
2001-05-31 | more typos | Theo de Raadt | |
2001-05-31 | typos; first few spotted by heko@saitti.net | Theo de Raadt | |
2001-05-30 | When changing directory to '..', verify that we really are where | Todd C. Miller | |
we should be. This is similar to the old fts bug but happens when popping out of directories, as opposed to descending into them. Patch based on one by Kris Kennaway <kris@obsecurity.org>. Issue reported by Nick Cleaton <nick@cleaton.net> | |||
2001-05-30 | Complain via syslog if login.conf does not exist. With the BSD | Todd C. Miller | |
authentication stuff in you really want to know if this file doesn't exist. The last two releases have shipped with /etc/login.conf so there's no excuse not to have it, other than an error. | |||
2001-05-29 | mention setusercontext() return value | Todd C. Miller | |
2001-05-29 | fix the alpha after that last diff which was obviously not tested | Theo de Raadt | |
2001-05-28 | Commonize csu code for elf systems, powerpc now no longer has it's own | Dale Rahn | |
versions of these files. Fixed a bug in ld.so in this, instead of scheduling the fini of each of the shared libraries with atexit. schedule a function of ld.so itself and it will walk all of the open libraries when the program exits. otherwise a shared library could be dl_open()ed and then dl_close()d and then it would not be mapped for the atexit processing. TODO: What if atexit is not found (process did not link against libc?) Do shared libraries that are dl_closed have their global destructors run? | |||
2001-05-25 | KerberosV stuff taken from Heimdal. | Hans Insulander | |
2001-05-24 | Fix fragment handling for SNDCTL_DSP_GETxSPACE ioctls; per NetBSD PR/12796. | Aaron Campbell | |
The kernel part of this fixes sound emulation for version 1.37c of the Linux binary of Snes9x (Super Nintendo emulator). The userland equivalent fix should allow espie to remove his local audio hacks in the squeak port. | |||
2001-05-22 | Initial commit of libsectok (secure token) | Jim Rees | |
used for ISO 7816 smart cards and iButtons, but also extensible to other types of secure tokens. Also include a "driver" (dynamic library) for the Todos reader. | |||
2001-05-20 | Correct interval notation (<= vs. <); tadayuki@mediaone.net | Todd C. Miller | |
2001-05-19 | oops | Artur Grabowski | |
2001-05-19 | Make this actually compile | Todd C. Miller | |
2001-05-18 | Convert lseek/{read,write} pairs into pread and pwrite. | Artur Grabowski | |
from my todo list, work by Jonathon Fletcher <jonathon.fletcher@pobox.com>. | |||
2001-05-17 | Repair a fprintf message lacking one parameter. | Miod Vallat | |
Found by having a look at the recent TPE patches, which fixes libkvm but not libkvm.old... | |||
2001-05-17 | don't copy past end of record in readdir_r (ok by art) | Jim Rees | |
2001-05-15 | Make path length variables size_t. This fixes the problem where | Todd C. Miller | |
things like rm can't remove files with ridiculously long path names that were created by some script kiddie trying in vain to exploit something. Previously, the length was effectively constrained to USHRT_MAX due to one of the internal structs. Also, nuke FTS_CHDIRROOT since it never worked correctly and hasn't been documented for a long time. | |||
2001-05-14 | Split synopsis, plain read/write don't need uio. | Marc Espie | |
2001-05-14 | Update, sync with reality. deraadt@ok | Angelos D. Keromytis | |