Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-10-28 | Don't strip off the last slash in the pathname "/". cp used to | Thorsten Lockert | |
stat the pathname "" in order to decide that the pathname "/" is a directory. This caused `cp kernel /' to fail if the kernel has the POSIX behaviour of not allowing the pathname "" to be an alias for ".". It presumably also caused `cp /etc/motd /' to fail in the unlikely event that "." is not stat'able. Be more careful about concatenating pathnames: don't check that the pathname fits until prefixes have been discarded (the check was too strict). Print the final pathname in error messages. Terminate the target directory name properly for error messages. Don't add a slash between components if there is already a slash. Fix from FreeBSD | |||
1996-10-27 | compile | Todd C. Miller | |
1996-10-27 | Don't honor $HOME if >= MAXPATHLEN | Todd C. Miller | |
1996-10-27 | Initial cut -C support in paxtar. Exceeds GNU tar by quite a bit. | Jason Downs | |
General pax still seems to work ok. | |||
1996-10-27 | -z can now list/extra compressed files too. Uses new gz_iszipped() function. | Todd C. Miller | |
1996-10-20 | Sync with NetBSD. Adds better POSIX compliance amongst others. | Todd C. Miller | |
1996-10-13 | Update to version 5.2.11. | Jason Downs | |
1996-10-12 | Back out my sprintf -> snprintf changes where they don't make sense and | Todd C. Miller | |
use good ole strcpy() instead. Also use perror() instead of fprintf() where it makes sense. | |||
1996-10-12 | use HOSTCC; from dale | Theo de Raadt | |
1996-10-08 | Attempt at cleanup. | michaels | |
1996-10-01 | Move ksh.1 to ksh.1tbl, fixing all of it's problems in one massive paradigm | Jason Downs | |
shift. Or something like that. | |||
1996-10-01 | Integrate pdksh 5.2.9. | Jason Downs | |
1996-09-28 | Back out last change, getopt on OpenBSD returns -1, not EOF | imp | |
1996-09-28 | Fix the return value of test of getopt. It is documented to return | imp | |
EOF when there are no more args to process. This happens also to be a trivial difference between FreeBSD and OpenBSD which FreeBSD has right. Shouldn't break anything because EOF is #defined to be -1 on BSD systems. | |||
1996-09-27 | unused sample way of getting around type missing in ash; from woods@weird.com | Theo de Raadt | |
1996-09-24 | remove lint, reduce executable size. | michaels | |
1996-09-22 | Use zopen for compress-style compressed archives | Thorsten Lockert | |
Use libz for gzip-style compressed archives | |||
1996-09-16 | /tmp//_shXXXXXX -> /tmp/_shXXXXXX | Todd C. Miller | |
1996-09-16 | These should always be static. | Jason Downs | |
1996-09-16 | Use $STATIC. | Jason Downs | |
1996-09-15 | sprintf -> snprintf paranoia | Todd C. Miller | |
1996-09-15 | sprintf -> snprintf paranoia | Todd C. Miller | |
1996-09-15 | sprintf -> snprintf paranoia | Todd C. Miller | |
1996-09-15 | sprintf -> snprintf paranoia | Todd C. Miller | |
1996-09-15 | sprintf -> snprintf paranoia | Todd C. Miller | |
1996-09-15 | sprintf -> snprintf paranoia | Todd C. Miller | |
1996-09-15 | fix a typo and vsprintf -> vsnprintf paranoia | Todd C. Miller | |
1996-09-15 | sprintf -> snprintf paranoia | Todd C. Miller | |
1996-09-15 | Don't complain if setsockopt() fails. It will fail if we used rcmdsh() | Todd C. Miller | |
instead of rcmd() and there's no easy way to detect which we used now. | |||
1996-09-15 | document ``ulimit'' builtin. | Todd C. Miller | |
1996-09-14 | WHen we fail to open tape device, only print an error message if errno | Todd C. Miller | |
is non-zero. If errno is 0 then the remote mt already did the message... | |||
1996-09-03 | kill useless code | Theo de Raadt | |
1996-09-02 | not setuid, silence TCP_MAXSEG for non-root | Theo de Raadt | |
1996-09-01 | No longer need to be setuid (rcmd uses rcmdsh if uid != 0). | Todd C. Miller | |
1996-09-01 | check rcmd() return val and exit nicely. | Todd C. Miller | |
1996-08-27 | Fix uses of strncpy | Thorsten Lockert | |
1996-08-26 | strncpy careful | Theo de Raadt | |
1996-08-25 | Fix problems with compiling without KSH defined, add NOEDIT override. | Jason Downs | |
1996-08-25 | More dead wood. | Jason Downs | |
1996-08-25 | Removed unused file and move KSH define to CFLAGS. | Jason Downs | |
1996-08-22 | __OpenBSD__ | Theo de Raadt | |
1996-08-21 | Don't override BINOWN and BINGRP | Thorsten Lockert | |
1996-08-20 | Forgot emacs.out depends on emacs.c. | Jason Downs | |
1996-08-19 | invoke /bin/sh | Jason Downs | |
1996-08-19 | update to pdksh-5.2.8 | Jason Downs | |
1996-08-14 | Ok, I give up kill the pdksh links. | Jason Downs | |
1996-08-14 | Don't forget to add it to the Makefile, dude. | Jason Downs | |
1996-08-14 | Yet more links. | Jason Downs | |
1996-08-14 | Add these to the repository, but don't do anything with them; they | Jason Downs | |
need perl (at least for now). | |||
1996-08-14 | Add links. | Jason Downs | |