Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
in svctcp_create(), only close socket if we created it | |||
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 | repair function param declarations | Theo de Raadt | |
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 | |
as, ld change need to be merged. It is known that shared libraries and C++ do not work. If anyone wants to step forward and take over the mvme88k port please do. It was dumped on me when the original developer, Nivas, left his previous job and started a new one. I am trying to get the port in a shape that someone could take over. | |||
1997-03-24 | Make sure head, tail, and nitems get zero'd even if we | Todd C. Miller | |
can't cd to the target dir. Fixes rogue pointer problem introduced with safe chdir changes. | |||
1997-03-21 | Fix two typos in fts(3). NetBSD PR#3364 and NetBSD PR#3368 | Todd C. Miller | |
from Enami Tsugutomo. | |||
1997-03-21 | Make struct rusage comments consistent between header file | Todd C. Miller | |
and man page. NetBSD PR #3367 | |||
1997-03-18 | fix a memory-leak problem in MDXEnd -- even when given | flipk | |
a non-NULL buffer, MDXEnd would go ahead and malloc a new one anyway. | |||
1997-03-16 | allow settimeofday() at securelevel < 2, rather than < 1. | flipk | |
the consensus was that it was too annoying to not be able to change the clock at securelevel == 1. | |||
1997-03-15 | res_close is defined in a macro and should apperently not be used as _res_close. | Per Fogelstrom | |
1997-03-13 | Integrate BIND 4.9.5 resolver and associated routines. | Jason Downs | |
Includes the DNS aware getnetby*() routines and IPv6 support. | |||
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 | |
If ``who'' was not specified, set the appropriate bits as the manual page states. ``chmod +s foo'' and ``chmod +t dir'' now work. | |||
1997-02-26 | Document reality, not a fantasy. | 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 | |
with uid/gid mismatches, P_SUGIDEXEC should persist (in case the environment has not been cleaned). pointed out by wietse@porcupine.org | |||
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 | |
job on replacing everything, just wouldnt skip it | |||
1997-02-16 | need errno.h | Theo de Raadt | |
1997-02-15 | buf oflow, danny@freebsd.org | Theo de Raadt | |
1997-02-15 | new blowfish crypt interfaces; crank it | Theo de Raadt | |
1997-02-14 | header update | Niels Provos | |
1997-02-13 | if i find one more little problem, and have to make one more little | Theo de Raadt | |
tweak to this ip option handling code I am going to absolutely scream in rage, following which I will rip the bloody innards out of netinet and build my own new incompatible option checking/processing interface that does not make it so hidiously difficult to check if a session has source routes active! | |||
1997-02-13 | option handling is a bitch | Theo de Raadt | |
1997-02-13 | ok, i finally learned about struct ipoption | Theo de Raadt | |
1997-02-13 | added bcrypt + blowfish | Niels Provos | |
1997-02-13 | added hook for bcrypt | Niels Provos | |
1997-02-13 | password hashing algorithm using blowfish | Niels Provos | |
1997-02-13 | Unpatended fast block cipher for new password hashing. | Niels Provos | |
1997-02-13 | Mention that certain fields are accessible to the super-user only. | Todd C. Miller | |
1997-02-12 | more XXXX for mktemp | Theo de Raadt | |
1997-02-11 | is we were set[ug]id an unitialized ptr bit us | Niklas Hallqvist | |
1997-02-10 | Pull in stdlib.h for arc4random prototype. | Todd C. Miller | |
1997-02-10 | Make printf's match actual type (%lu -> %u). | Todd C. Miller | |
1997-02-09 | Make this 64-bit safe again | Thorsten Lockert | |
1997-02-09 | do not print extra \n | Theo de Raadt | |
1997-02-07 | pre-pad with random alphabetic letters instead of digit 0 | Theo de Raadt | |
1997-02-07 | destroy everything with source routes | Theo de Raadt | |