Age | Commit message (Expand) | Author |
1997-03-29 | Updated description of some signals; from Klaus Klein <kleink@layla.inka.de> | Thorsten Lockert |
1997-03-29 | Document EINVAL; from NetBSD PR 3395 | Thorsten Lockert |
1997-03-29 | futimes link; nakayosh@kcn.or.jp | Theo de Raadt |
1997-03-29 | if a bad socket is accept()ed, bail without trying another accept() | Theo de Raadt |
1997-03-29 | in svcudp_bufcreate(), only close socket if we created it | Theo de Raadt |
1997-03-29 | delete extra spaces | Theo de Raadt |
1997-03-29 | Fix up HISTORY and mention YP. | Todd C. Miller |
1997-03-29 | Use getdomainname() not yp_get_default_domain(). | Todd C. Miller |
1997-03-29 | repair function param declarations | Theo de Raadt |
1997-03-28 | Don't allow buffer overflows | Thorsten Lockert |
1997-03-27 | Err, umm. | Jason Downs |
1997-03-27 | Make this code sane. | Jason Downs |
1997-03-27 | constrain hostnames to MAXHOSTNAMELEN (again), and fix a typo | Theo de Raadt |
1997-03-27 | yet another random() converted to arc4random() | Niels Provos |
1997-03-26 | install ktrace(2) | Theo de Raadt |
1997-03-26 | fix *link.2 Xr thingies; bgrayson@r2d2.ece.utexas.edu + more | Theo de Raadt |
1997-03-25 | Ok here is the mvme88k userland, minus a few important pieces. | Dale S. Rahn |
1997-03-24 | Make sure head, tail, and nitems get zero'd even if we | Todd C. Miller |
1997-03-21 | Fix two typos in fts(3). NetBSD PR#3364 and NetBSD PR#3368 | Todd C. Miller |
1997-03-21 | Make struct rusage comments consistent between header file | Todd C. Miller |
1997-03-18 | fix a memory-leak problem in MDXEnd -- even when given | flipk |
1997-03-16 | Added NetBSD fix for overflow. Probably not exploitable because it's a static. | bitblt |
1997-03-16 | allow settimeofday() at securelevel < 2, rather than < 1. | flipk |
1997-03-15 | res_close is defined in a macro and should apperently not be used as _res_close. | Per Fogelstrom |
1997-03-14 | fix el_source() - a block needed braces around it (from NetBSD) | Todd C. Miller |
1997-03-14 | Iterate over signals correctly | Thorsten Lockert |
1997-03-13 | Integrate BIND 4.9.5 resolver and associated routines. | Jason Downs |
1997-03-09 | Mention MNT_NOATIME and pull in some changes from the lite2 version. | Todd C. Miller |
1997-03-07 | mention collision found by Dobbertin | Niels Provos |
1997-03-07 | From NetBSD (christos) [fixed typo introduced in comment]: | Todd C. Miller |
1997-03-04 | sprintf -> snprintf paranoia | bitblt |
1997-03-04 | Slightly cleaner. | Jason Downs |
1997-02-28 | v 1.2 a different way | kstailey |
1997-02-28 | back out change | kstailey |
1997-02-28 | cannot lseek(2) on a (FILE *) | kstailey |
1997-02-27 | Undo last change. nawk == awk in our tree, and no different behaviour is | Thorsten Lockert |
1997-02-27 | awk fails to create a couple of files during the build. nawk does the | Angelos D. Keromytis |
1997-02-26 | Switch alpha from libkvm.old to libkvm with code from NetBSD. | Niklas Hallqvist |
1997-02-26 | These don't belong here. | Jason Downs |
1997-02-26 | Document reality, not a fantasy. | Jason Downs |
1997-02-26 | Correct header ref. | Jason Downs |
1997-02-26 | Initial integration of a much cleaned up libwrap. | Jason Downs |
1997-02-26 | Be sure the directory exists. | Jason Downs |
1997-02-22 | update to lite2 -- note restriction when securelevel > 0 | Todd C. Miller |
1997-02-21 | sync to __powerpc__ | gvf |
1997-02-20 | Document EINVAL | Thorsten Lockert |
1997-02-18 | if a P_SUGIDEXEC proc execve()'s a non-set[ug]id program while running | Theo de Raadt |
1997-02-17 | some cleanup | Theo de Raadt |
1997-02-17 | do not leak descriptors and mem | Theo de Raadt |
1997-02-16 | prelim manpage, cleanup, fixed crippled plaintext: sed does a nice | Niels Provos |