Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-07-07 | mk_cmds is gone | Artur Grabowski | |
1998-07-07 | remove the line with e2fsprogs | Artur Grabowski | |
1998-07-07 | add hppa support, fix the comment | Michael Shalayeff | |
1998-07-07 | old, big, not compiled and not used, die | Artur Grabowski | |
1998-07-07 | mk_cmds is not used by anything. bye bye | Artur Grabowski | |
1998-07-07 | remove mk_cmds because noone uses it | Artur Grabowski | |
1998-07-07 | fd_set is not a struct | Artur Grabowski | |
1998-07-07 | fd_set is not a struct | Artur Grabowski | |
1998-07-07 | fd_set is not a struct | Artur Grabowski | |
1998-07-07 | DECNET is not DECENT. :-) | ryker | |
1998-07-07 | tiny freebsd cleanups | Theo de Raadt | |
1998-07-07 | per XPG, gethostname() with a short buffer returns truncated data - not ENOMEM. | Theo de Raadt | |
As permitted, make the truncated buffer be NUL terminated. make getdomainname() match. | |||
1998-07-07 | oops, i did not handle nchrdev correctly | Theo de Raadt | |
1998-07-07 | a big bunch of next to nothing | Theo de Raadt | |
1998-07-07 | minor tweaks to plist target | Marco S Hyman | |
1998-07-07 | fix chrtoblk() so that it returne ENODEV for entries beyond the end of the table | Theo de Raadt | |
1998-07-07 | sync | Theo de Raadt | |
1998-07-07 | PNIC, a tulip clone | Theo de Raadt | |
1998-07-06 | sync | Theo de Raadt | |
1998-07-06 | New target 'plist' for port developers. Generates /PLIST-auto | Marco S Hyman | |
which should require minimal hacking to turn into /PLIST. CAUTION: does not find files installed with tar, or any other install method that does not change the timestamp of the installed file. | |||
1998-07-06 | strlxx() return size_t not char * | Todd C. Miller | |
1998-07-06 | do the right thing if maxsiz == 0 | Todd C. Miller | |
1998-07-06 | Always NUL terminate buf even if there was not enough space to | Todd C. Miller | |
write the whole time string. XPG4.2 says "the contents of the array are indeterminate" in this case so this is allowed, though obviously you can't rely on this behavior if you care about portability... | |||
1998-07-06 | revoke privs after open | Theo de Raadt | |
1998-07-06 | kill non-POSIX S_IWRITE | Theo de Raadt | |
1998-07-06 | fix openbsd tag | Theo de Raadt | |
1998-07-06 | powerpc uses binutils gprof | Todd C. Miller | |
1998-07-06 | Some ports uses kbd since they have pc style keyboard interfaces but | Per Fogelstrom | |
they don't use pcvt which is i386 specific. Fixed with a define: -DHAVEPCVT. | |||
1998-07-06 | sync | Theo de Raadt | |
1998-07-06 | alpha work again | Theo de Raadt | |
1998-07-06 | fix this mess; XXX need new cygnus version | Theo de Raadt | |
1998-07-05 | fix | Todd T. Fries | |
1998-07-05 | don't try and rebuild things via GNU automake | Todd C. Miller | |
1998-07-05 | Kill extra man page build as well. | Jason Downs | |
1998-07-05 | newsalt uses 24-bit count, and not 32-bit | Niels Provos | |
1998-07-05 | fix netbsd bug; from boquist@cs.chalmers.se | Jason Downs | |
1998-07-05 | No need to call pwcheck() (and hence crypt()) if the user does not | Todd C. Miller | |
exist. The only reason I did that in the first place was to get a fake s/key challenge. Now if the use does not exist we just get the challenge if password was 's/key' else sleep for a bit to make it look like we are doing a crypt(). | |||
1998-07-05 | use correct directory for h2ph -d | Todd C. Miller | |
1998-07-05 | run h2ph with -d ${DESTDIR} | Todd C. Miller | |
1998-07-05 | add .Xr's for all the random functions in libc | Todd C. Miller | |
1998-07-05 | replace open + fstat with stat | Todd C. Miller | |
1998-07-05 | if there is no /etc/host.random, hash on the ctime of /dev/mem or /. This ↵ | Todd C. Miller | |
is much better than the old fake challenge. | |||
1998-07-05 | ctime takes a pointer to time_t not long. Correct in prototype, wrong in ↵ | Todd C. Miller | |
description | |||
1998-07-05 | fix bugs; seen by dima | Theo de Raadt | |
1998-07-05 | cleanup | Artur Grabowski | |
1998-07-05 | man page; mrg | Theo de Raadt | |
1998-07-05 | split KREAD() calls | Theo de Raadt | |
1998-07-05 | check kvm_read() better; msaitoh | Theo de Raadt | |
1998-07-05 | use STDERR_FILENO; kleink | Theo de Raadt | |
1998-07-05 | install krb.realms with 644 perms | Artur Grabowski | |