summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1999-11-18Use ${INSTALL} and ${INSTALL_COPY}Todd C. Miller
1999-11-18basename /usr/bin/trail is "trail", not "ls"Dug Song
1999-11-18syncTheo de Raadt
1999-11-18Don't install empty /etc/sudoers here. If we want to do so it should go in s...Todd C. Miller
1999-11-18remove old GPL'd sudoTodd C. Miller
1999-11-18remove old GPL'd sudoTodd C. Miller
1999-11-18build new sudoTodd C. Miller
1999-11-18sudo 1.6, now with a BSD licenseTodd C. Miller
1999-11-18more %d vs. %s in fmt-stringsMarkus Friedl
1999-11-18Integers should not be printed with %sHakan Olsson
1999-11-18more untested MLINKSTheo de Raadt
1999-11-18fix .DtEric Jackson
1999-11-18fix .NmEric Jackson
1999-11-18bad aaronTheo de Raadt
1999-11-18we don't install zopen.3Todd C. Miller
1999-11-18Add MLINK for openssh(1).Aaron Campbell
1999-11-17Spell my name right.Aaron Campbell
1999-11-17Add missing MLINKsTodd C. Miller
1999-11-17remove extraneous backslashTodd C. Miller
1999-11-17Turn warnings on,Marc Espie
1999-11-17TypoMarc Espie
1999-11-17Ensure translit works with accented characters.Marc Espie
1999-11-17Night of the moronic coder, part 2.Marc Espie
1999-11-17include fingerprint.hMarkus Friedl
1999-11-17bugfix: the log() for passwd-auth escaped during logging changes.Markus Friedl
1999-11-17There is no msdosfs_abortop. Remove prototype.Artur Grabowski
1999-11-17Avoid overflowing when calculating blocks at the third level of indirection.Artur Grabowski
1999-11-17foregroundproc() in scpTheo de Raadt
1999-11-17daddr_t vs. ufs_daddr_t cleanupArtur Grabowski
1999-11-17Use u_int32_t for lfs inode number.Artur Grabowski
1999-11-17add MLINKs I missedTodd C. Miller
1999-11-17Add missing MLINKsTodd C. Miller
1999-11-17merge with freebsd:Jason Wright
1999-11-17add MLINKsTodd C. Miller
1999-11-17add MLINKsTodd C. Miller
1999-11-17add MLINKsTodd C. Miller
1999-11-17add MLINKsTodd C. Miller
1999-11-17add more MLINKsTodd C. Miller
1999-11-17add MLINKsTodd C. Miller
1999-11-17allow to compile without -DFFS. okay deraadt@David Leonard
1999-11-17Add missing MLINKsTodd C. Miller
1999-11-17mii fixups and merge with freebsd:Jason Wright
1999-11-17New interface to ATA registers that goes through the lower-level deviceConstantine Sapuntzakis
1999-11-16typoTheo de Raadt
1999-11-16bugfix: check for space if child has terminated, from: iedowse@maths.tcd.ieMarkus Friedl
1999-11-16add OpenSSH information to AUTHOR section. okay markus@Niels Provos
1999-11-16close-on-exec for auth-socket, ok deraadtMarkus Friedl
1999-11-16rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>Markus Friedl
1999-11-16move common prompt-for-filename-code into own functionMarkus Friedl
1999-11-16- Teach vt_cuu (cursor up) about scrollback. Cursor down is much harder...Aaron Campbell