summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
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
2003-01-06typo; jmc@prioris.mini.pw.edu.plTheo de Raadt
2003-01-06directory, not file; form david krauseMichael Shalayeff
2003-01-06_lkm group for modstat(8); millert okTheo de Raadt
2003-01-06voluntarely separate institutions of the church andMichael Shalayeff
the government and therefore remove the israel independence day from this judaic religious calendar.
2003-01-05Grammar and typo fixes, general language improvementsPeter Valchev
from jmc@prioris.mini.pw.edu.pl with changes by me
2003-01-05Grammar fixes from jmc@prioris.mini.pw.edu.plPeter Valchev
2003-01-05end sentence with a period; jmc@prioris.mini.pw.edu.plPeter Valchev
2003-01-05Grammar fix - remove bogus comma; jmc@prioris.mini.pw.edu.plPeter Valchev
2003-01-05add missing bracket; jmc@prioris.mini.pw.edu.plPeter Valchev
2003-01-05Use a temp variable when cycling through ai_addr's so we don't passTodd C. Miller
freeaddrinfo() a NULL pointer if the hostname is not resolvable.
2003-01-04spellingTheo de Raadt
2003-01-03replace uucp example.Federico G. Schwindt
from Sam Smith <S at mSmith dot net>; millert@ ok.