summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
1996-09-29Works with new libskey and supports SHA.Todd C. Miller
1996-09-29Towards RFC 1938 compliance. Works with new libskey and supports SHA.Todd C. Miller
1996-09-29Will now work with SHA when it happens.Todd C. Miller
1996-09-29Added support for MD4/MD5 as an argument.Todd C. Miller
1996-09-28Build under OpenBSD. Added OpenBSD tags. Cleanup manpage.etheisen
1996-09-28Import of 4.3BSD more.etheisen
1996-09-28strings for username are of size UT_NAMESIZETodd C. Miller
1996-09-28the LIST carried out by mget in remglob() no longer follows symbolic linksbitblt
on its temporary file.
1996-09-28Less easily guessed seed. From logdaemon package.Todd C. Miller
1996-09-28skeyprune -- new command to prune commented (zero'd) and crufty skey entries.Todd C. Miller
1996-09-27Now can deal with both MD4 and MD5 s/key's.Todd C. Miller
1996-09-27Now can both MD4 and MD5 skey's.Todd C. Miller
1996-09-27correct quotes; netbsd pr#2781; msaitoh@spa.is.uec.ac.jpTheo de Raadt
1996-09-27Beat crunchgen'd less into submission.etheisen
1996-09-26Make cw handling an option.Jason Downs
1996-09-26Doh! DESTDIRetheisen
1996-09-25Better crunchgen support.etheisen
1996-09-25OBJS var needed for crunchgen.etheisen
1996-09-24Ensure that termcap get's initializaed before window size.Jason Downs
1996-09-24Movement bug fix from mool, via vimdev.Jason Downs
1996-09-24sprintf -> snprintf except where guaranteed safe.Todd C. Miller
1996-09-24Use mkstemp(). Since temp files get re-used we use mkstemp() to makeTodd C. Miller
us a "place holder" (and discard the fd) to protect from DOS attacks and then just re-use that.
1996-09-23undo last; mkstemp is *hard* to do in hereTheo de Raadt
1996-09-23for errors, tell which line #Theo de Raadt
1996-09-23correct field nameTheo de Raadt
1996-09-23pw_abort() after yp change, does unlockTheo de Raadt
1996-09-22Pedanitic indentation: spaces -> tabsimp
1996-09-22Add zdopen(); open a file descriptorThorsten Lockert
1996-09-22No broken push/pop for Theo's less -ewm.etheisen
1996-09-22I don't do curses and certainly not with termcap. Fix the librariesetheisen
being linked in.
1996-09-22Add ex mode to vim, from eric@rainbow.uchicago.edu via mool@oce.nl.Jason Downs
1996-09-22vi -> nvi, ex -> nexJason Downs
1996-09-21Two more changes from vimdev: fix shell expansions and add command line exJason Downs
address commands.
1996-09-21Fix pattern match message, from mool@oce.nl via vimdev.Jason Downs
1996-09-21Do not look for a.out t.o.c sections in the mips-based portsNiklas Hallqvist
1996-09-21document special MAKEOBJDIR/obj.$MACHINE/obj behaviour of makeTheo de Raadt
1996-09-21gen ktrace.out with restrictive umask; from joerg@freebsd.orgTheo de Raadt
1996-09-21Cleanupetheisen
1996-09-21update to vim 4.4betaJason Downs
1996-09-21Incorporate less modifications for more and our bug fixes from previousetheisen
version.
1996-09-21Build less-290 using wrappers.etheisen
1996-09-21Import of unmolested less-290.etheisen
1996-09-21From NetBSD (christos):briggs
- Fix bug where the first line after a conditionally skipped was not ready in its entirety if it contained a continuation. - Print the whole error line, not just the first 20 characters of it.
1996-09-19fix bastille, add german union; netbsd pr#2767; hwr@pilhuhn.deTheo de Raadt
1996-09-18block info gathering attack; netbsd pr#2768; daw@panix.comTheo de Raadt
1996-09-17nvi 1.76:michaels
+ Fix bug where ^V didn't keep input mapping from happening. + Fix a core dump bug in the R command. + Give up on licensing: no more shareware, adware, whatever. + Fix cursor positioning bug for C, S and c$ in an empty file.
1996-09-16/tmp// -> /tmpTodd C. Miller
1996-09-16/tmp// -> /tmp/Todd C. Miller
1996-09-16Use $STATIC.Jason Downs
1996-09-16_PATH_TMP -> _PATH_TMPFILE; avoid /tmp//fooXXXX where possible tooTheo de Raadt