Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-10-18 | tilt | Jason Downs | |
1996-10-16 | kill __yp_token, other clean ups. | Jason Downs | |
1996-10-15 | Minor doc fixups from FreeBSD. | Todd C. Miller | |
1996-10-15 | * optimal exclusions support -- don't waste memory with DB. assumes | Jason Downs | |
exclusions lists are typically small. * move YP_OVERRIDE_PASSWD to a static var. needs some way for the system to set this. * clean up variable names and some code. * invisibly support FreeBSD ypserv running in "secure" mode. | |||
1996-10-15 | more detailed info | Theo de Raadt | |
1996-10-15 | unused variable noticed by asriel(right?), proto from mccanne; fed to freebsd | Theo de Raadt | |
1996-10-15 | ffs not ufs; as noted in netbsd pr#2842, benco@pendor.mckusick.com | Theo de Raadt | |
1996-10-14 | zero out the page | Jason Downs | |
1996-10-08 | Attempt at cleanup. | michaels | |
1996-10-02 | typo patrol. | michaels | |
1996-10-02 | All the world is not a pc, BYTE_ORDER define. | Todd C. Miller | |
1996-10-01 | 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 | etheisen | |
1996-09-30 | export byte swapping routine. | Todd C. Miller | |
1996-09-30 | returns int | Theo de Raadt | |
1996-09-30 | if interrupted, return time unslept; from phil nelson | Theo de Raadt | |
1996-09-30 | Added subdir "hash" | Todd C. Miller | |
1996-09-30 | Moved definitions of BYTE and LONG in from header file. | Todd C. Miller | |
1996-09-29 | Fixed standalone test mode for NEW_SHA1. | Todd C. Miller | |
1996-09-29 | added sha1 (secure hash function). | Todd C. Miller | |
1996-09-29 | Now use bittypes wo we work on 64-bit machines | Todd C. Miller | |
1996-09-29 | Document printf addition. From Mark Diekhans (markd@grizzly.com). | michaels | |
1996-09-28 | bzzzt | Theo de Raadt | |
1996-09-27 | more INADDRSZ pedantry | Theo de Raadt | |
1996-09-27 | use INADDRSZ, more careful length checking | Theo de Raadt | |
1996-09-26 | Make sure we don't dereference stray pointer when running suid or sgid | Thorsten Lockert | |
1996-09-26 | be safer about spoofed hostnames; thanks to bitblt and oliver for help with ↵ | Theo de Raadt | |
these ideas | |||
1996-09-26 | Restore check for suid / sgid | Thorsten Lockert | |
1996-09-26 | Latest changes from FreeBSD | Thorsten Lockert | |
1996-09-25 | need limits.h | Theo de Raadt | |
1996-09-25 | warn about root and the jail | Theo de Raadt | |
1996-09-25 | nls buffers are NL_TEXTMAX long -- not a security hole; netbsd pr#2780, ↵ | Theo de Raadt | |
mike.long@analog.com | |||
1996-09-24 | Support XPG/3-style positional arguments in printf family. | michaels | |
From Mark Diekhans (markd@grizzly.com). | |||
1996-09-24 | unescapeable chroot; thanks to nirva and asriel for helping | Theo de Raadt | |
1996-09-23 | Minor warning about unterminated constant fixed | imp | |
1996-09-22 | cannot be static, named uses it | Theo de Raadt | |
1996-09-22 | random function name | Theo de Raadt | |
1996-09-22 | randomize _res.id at start; could do better i hope | Theo de Raadt | |
1996-09-20 | fix docs on return value; netbsd pr#1999; kml@nas.nasa.gov | Theo de Raadt | |
1996-09-20 | fix example; netbsd pr#2735, bgrayson@ece.utexas.edu | Theo de Raadt | |
1996-09-20 | Fix NetBSD PR 2750 by der Mouse <mouse@Rodents.Montreal.QC.CA>: | Thorsten Lockert | |
Clarify description of seek function and that the seek function accepts an fpos_t argument and not an off_t argument. | |||
1996-09-20 | From NetBSD PR 2751 from der Mouse <mouse@Rodents.Montreal.QC.CA>: | Thorsten Lockert | |
fwopen() argument type mis-described | |||
1996-09-19 | From FreeBSD: | Thorsten Lockert | |
> Fix a very rare error condition: The code to free VM back to the kernel > as done after a quasi-recursive call to free() had modified what we > thought we knew about the last chunk of pages. > This bug manifested itself when I did a "make obj" from src/usr.sbin/lpr, > then make would coredump in the lpd directory. | |||
1996-09-16 | uid_t is now a u_int32_t, treat it as such. | Todd C. Miller | |
1996-09-16 | Avoid pulling in stdio | Thorsten Lockert | |
1996-09-15 | Add manpage link | Thorsten Lockert | |
1996-09-15 | Add a couple of syscalls; bring more prototypes into scope | Thorsten Lockert | |
1996-09-15 | Remove dead code | Thorsten Lockert | |
Remove unused variables Silence some warnings lint(1) is your friend | |||
1996-09-15 | sh(1) has now has ulimit so that's no longer a bug. | Todd C. Miller | |
1996-09-11 | protect $HOME expansion; from das33@cornell.edu | Theo de Raadt | |
1996-09-11 | only support MALLOC_OPTIONS for non-setuid | Theo de Raadt | |