summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2003-01-18merge; by tedu@Stanford.EDUTheo de Raadt
2003-01-18minor tweaking; andrushock@korovino.netTheo de Raadt
2003-01-16tools do not get installed and therefore hardcoding DESTDIR is not useful; ↵Michael Shalayeff
niklas@ ok
2003-01-16Fix typos; from jmc with one fix by meTodd C. Miller
2003-01-16explicitly use first glob resultDamien Miller
2003-01-16match the funky regs order between getregs and reg_namesMichael Shalayeff
2003-01-15Fixes from Andrey Matveev:Todd C. Miller
o Remove bogus cast to char in getopt() switch o Check for strdup() failure o Don't list -p option twice in usage()
2003-01-15mib[4], not mib[3]; fixes nfsstat breakageTodd C. Miller
2003-01-15Better fix for the sysctl() loop; deraadt@ OKTodd C. Miller
2003-01-15make it compile, becomes useful nowMichael Shalayeff
2003-01-15Don't report NQNFS stats, we don't do NQNFS anymore.Todd C. Miller
2003-01-15cope with nfs being last in the listTheo de Raadt
2003-01-15typos; jmc@prioris.mini.pw.edu.plTheo de Raadt
2003-01-14Don't try to upload or download non-regular files. Report fromDamien Miller
apoloval@pantuflo.escet.urjc.es; ok markus@
2003-01-13make cmds[] array static to avoid conflict with BSDI libc.Damien Miller
mindrot bug #466. Fix from mdev@idg.nl; ok markus@
2003-01-13Half-done conversion of vmstat -i to sysctls.Artur Grabowski
The evcnt stuff is left just like in the kvm version.
2003-01-12typos; jmc@prioris.mini.pw.edu.plTheo de Raadt
2003-01-12move progressmeter.c to libssh; ok djm/fgs@Markus Friedl
2003-01-12allow WARNINGS=yes; ok djm@Markus Friedl
2003-01-12Make this work on 64 bit arch'sBob Beck
ok millert@
2003-01-11set fatal_cleanups to NULL in fatal_remove_all_cleanups(); dtucker@zip.com.auMarkus Friedl
2003-01-11o specifying host on the command line implies the -a flagTodd C. Miller
o honor -h, -i, and -u when hosts are specified on the command line o print hostname when no users for "rusers -la" o print "day" not "days" when there is only one of them o avoid calling malloc(0) (pedantic, this was not used unsafely)
2003-01-11Manpage fixups from jmc, plus a minor tweak by me.Hugh Graham
2003-01-10typo; from Nils Nordman <nino at nforced dot com>.Federico G. Schwindt
2003-01-10typo in comment; Jim GeovediHenning Brauer
2003-01-10case; jmcFederico G. Schwindt
2003-01-10hush socket() errors, except last. Fixes mindrot bug #408; ok markus@Damien Miller
2003-01-10Don't ftruncate after write error, creating sparse files of incorrect lengthDamien Miller
mindrot bug #403, reported by rusr@cup.hp.com; ok markus@
2003-01-10typo police; jmcHenning Brauer
2003-01-10typo; jmcHenning Brauer
2003-01-10Simplify and avoid redundancy in packet send and receive function; ok fgs@Damien Miller
2003-01-10sftp progress meter support.Federico G. Schwindt
original diffs by Nils Nordman <nino at nforced dot com> via markus@, merged to -current by me, djm@ ok.
2003-01-09spelling; from jmc at prioris dot mini dot pw dot edu dot pl.Federico G. Schwindt
2003-01-08Cleanup error handling for batchmodeDamien Miller
Allow blank lines and comments in input Ability to suppress abort on error in batchmode ("-put blah") Fixes mindrot bug #452; markus@ ok
2003-01-07add version; from Nils Nordman <nino at nforced dot com> via markus@.Federico G. Schwindt
markus@ ok
2003-01-07Avoid trashing an existing output file when the input cannot be read.Todd C. Miller
Changes open order slightly and makes a distiction between errors < 0 and > 0. Prompted by a discussion on the freebsd-audit list.
2003-01-07.Sq -> .QlMike Pechkin
Make sence. Spotted by jmc@acn.waw.pl pvalchev@, millert@
2003-01-07Whois updates, mostly adapted from FreeBSDTodd C. Miller
o make "whois -i" go to whois.networksolutions.com o add "-p port" option (renamed old -p to -A) o add support for recursive lookups of IP numbers o remove WHOIS_INIC_FALLBACK, it is no longer useful o man page updates
2003-01-07Better fix for sudoers files w/o a newline before EOF. It looksTodd C. Miller
like the issue is that yyrestart() does not reset the start condition to INITIAL which is an issue since we parse sudoers multiple times. This is a cleaner fix for that problem and what will go in sudo 1.6.7.
2003-01-06Fix "get -p" download to not add user-write perm. mindrot bug #426 reportedDamien Miller
by gfernandez@livevault.com; ok markus@
2003-01-06Work around what appears to be a flex bug when dealing with filesTodd C. Miller
that lack a final newline before EOF. This adds a rule to match EOF in the non-initial states which resets the state to INITIAL and throws an error.
2003-01-06Rename VNICHOST -> NNICHOST now that Verisign has spun off NSI.Todd C. Miller
2003-01-06french calendar, from freebsdMichael Shalayeff
2003-01-06fix aproblem w/ -oct mix check and compressing /dev/stdin; millert@ okMichael Shalayeff
2003-01-06support +number; rewritten from buggy code by mjc@bitz.ca, vincent okTheo de Raadt
2003-01-06syncronous -> synchronousMiod Vallat
2003-01-06C-style; jmc@prioris.mini.pw.edu.plTheo de Raadt
2003-01-06typo; jmc@prioris.mini.pw.edu.plTheo de Raadt
2003-01-06typo; jmc@prioris.mini.pw.edu.plTheo de Raadt
2003-01-06wrong word; jmc@prioris.mini.pw.edu.plTheo de Raadt