Age | Commit message (Expand) | Author |
1996-10-28 | Safe $HOME handling. | Todd C. Miller |
1996-10-28 | Safe $HOME handling. | Todd C. Miller |
1996-10-28 | Safe $HOME handling. | Todd C. Miller |
1996-10-28 | Use snprintf(). Solves $HOME overflow and others. | Todd C. Miller |
1996-10-28 | Enable quotas | Thorsten Lockert |
1996-10-28 | More argument checking of fcntl(, F_GETLK, ) | Thorsten Lockert |
1996-10-28 | Ignore $HOME if > MAXPATHLEN | Todd C. Miller |
1996-10-28 | Safe $HOME usage. | Todd C. Miller |
1996-10-28 | Change block size handling and add untested support for Japanese 1.2mb | Jason Downs |
1996-10-28 | Safe $HOME usage. | Todd C. Miller |
1996-10-28 | Safe $HOME handling. | Todd C. Miller |
1996-10-28 | Safe $HOME handling. | Todd C. Miller |
1996-10-28 | Merge in old/latest code. Untested support for 2.88mb floppy drives. | Jason Downs |
1996-10-27 | Don't make size assumptions wrt $HOME | Todd C. Miller |
1996-10-27 | compile | Todd C. Miller |
1996-10-27 | Don't honor $HOME if >= MAXPATHLEN | Todd C. Miller |
1996-10-27 | Check for __OpenBSD__. From Matthieu Herrb <Mathieu.Herrb@mipnet.fr> | Todd C. Miller |
1996-10-27 | exec[lv]p() shall return ENOENT for empty path names | Thorsten Lockert |
1996-10-27 | Correct error return for link(2) to directories | Thorsten Lockert |
1996-10-27 | newfs for disks other than 512bytes/sector, NetBSD pr#2404, | Jason Downs |
1996-10-27 | Added OLF capability. | etheisen |
1996-10-27 | OLF. | etheisen |
1996-10-27 | OLF makes .os section and program header hack go away. | etheisen |
1996-10-27 | nopic | Jason Downs |
1996-10-27 | Gear up for OLF. | etheisen |
1996-10-27 | be careful in the non-setuid case too, what the heck | Theo de Raadt |
1996-10-27 | Don't use "user" arg verbatim from argv, use the sanitized one in | Todd C. Miller |
1996-10-27 | buf oflow | Theo de Raadt |
1996-10-27 | buf oflow; thanks tqbf@rdist.org | Theo de Raadt |
1996-10-27 | NOPROFILE; from Mathieu.Herrb@mipnet.fr | Theo de Raadt |
1996-10-27 | bustype F is commonly seem for aha cards, do not whine | Theo de Raadt |
1996-10-27 | Better error checking for lseek(2) | Thorsten Lockert |
1996-10-27 | Signal handling now fully POSIX.1-1990 compliant | Thorsten Lockert |
1996-10-27 | and the same for the trunk | Michael Shalayeff |
1996-10-27 | Initial cut -C support in paxtar. Exceeds GNU tar by quite a bit. | Jason Downs |
1996-10-27 | Allow kill(, 0) on process groups that hold only zombies; per POSIX | Thorsten Lockert |
1996-10-27 | Allow set[gu]id() if the [gu]id we are trying to set is the saved [gu]id, | Thorsten Lockert |
1996-10-27 | Don't verify that euid has write permission | Thorsten Lockert |
1996-10-27 | Correct last fix | Thorsten Lockert |
1996-10-27 | link against -lcurses until ld is fixed | Theo de Raadt |
1996-10-27 | record route is not a problem; thanks bitblt | Theo de Raadt |
1996-10-27 | incremented since we added gz_iszipped. | Todd C. Miller |
1996-10-27 | Set errno to EBADF when attempting to write to a file pointer opened read-only | Thorsten Lockert |
1996-10-27 | -z can now list/extra compressed files too. Uses new gz_iszipped() function. | Todd C. Miller |
1996-10-27 | Adds gz_iszipped() function. | Todd C. Miller |
1996-10-26 | ep at same places at generic | Theo de Raadt |
1996-10-26 | missed one change, pointed out by Alex Nash <nash@mcs.net> | Jason Downs |
1996-10-26 | Don't use <malloc.h> | Thorsten Lockert |
1996-10-26 | Prefer $LOGNAME to $USER. | Todd C. Miller |
1996-10-26 | Fall back to $USER if getlogin() fails and $LOGNAME is not set. | Todd C. Miller |