summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2002-09-04typos fixus; from andrey@smagin.comMichael Shalayeff
2002-08-30okay, I'll bite. s/sports/supports/ can go in; it's clearer.Jason Peel
from Tomoyuki Sahara <tshr@oak.dti.ne.jp>; nick@ says this looks better, too
2002-08-29state XAuthLocation is a full pathnameKevin Steves
2002-08-29fix a little display bug when editing a file with binary characters, columnsVincent Labrecque
weren't calculated correctly. ok deraadt@
2002-08-29spelling; niklas@ suggested those, but i forgot and now this is from ↵Michael Shalayeff
six@stalphonsos.com
2002-08-29shrink initial privilege bracket for setuid case; ok markus@Kevin Steves
2002-08-29formatting fixes from dfa@Michael Shalayeff
2002-08-29more on UsePrivilegedPort and setuid root; ok markus@Kevin Steves
2002-08-29deprecate -P as UsePrivilegedPort defaults to no now; ok markus@Kevin Steves
2002-08-29pass addrlen with sockaddr *; from Hajimu UMEMOTO <ume@FreeBSD.org>Kevin Steves
NOTE: there are also p-specific parts to this patch. ok markus@
2002-08-28ANSIfication uncovers function argument bugs. How unusual.Artur Grabowski
2002-08-27some openbsd-related dates to celebrate; some from niklas@Michael Shalayeff
2002-08-27unlucky day on baykonurMichael Shalayeff
2002-08-27a couple of funky nuke accidentsMichael Shalayeff
2002-08-27samuel beckett; ok mickey@Markus Friedl
2002-08-27ellaborate a bit on the first icbm test (now that i've found a good history ↵Michael Shalayeff
piece)
2002-08-27jean genetMichael Shalayeff
2002-08-27some warning text for ForwardAgent and ForwardX11; ok markus@Kevin Steves
2002-08-27RSA_public_decrypt() returns -1 on error so len must be signed; ok markus@Kevin Steves
2002-08-26trailing spaces, new lines; tabs vs spacesMichael Shalayeff
2002-08-26miners day dup; from dfa@Michael Shalayeff
2002-08-24sort out thomas mann's deathMichael Shalayeff
2002-08-24Earth is the cradle of humanity, but one cannot remain in the cradle forever.Michael Shalayeff
2002-08-23ansiVincent Labrecque
2002-08-22knfTheo de Raadt
2002-08-22print hex codes instead of non-printing characters. fixes some displayVincent Labrecque
problems when editing binary files. ok deraadt@
2002-08-22send signal name (not signal number) in "exit-signal" message; noticedMarkus Friedl
by galb@vandyke.com
2002-08-22auth_root_allowed() is handled by the monitor in the privsep case,Markus Friedl
so skip this for use_privsep, ok stevesk@, fixes bugzilla #387/325
2002-08-22shutdown(SHUT_RDWR) not needed before close here; ok markus@Kevin Steves
2002-08-22format with current EscapeChar; bugzilla #388 from wknox@mitre.org.Kevin Steves
ok markus@
2002-08-22use common close function; ok markus@Kevin Steves
2002-08-21raise listen backlog; ok markus@Kevin Steves
2002-08-21change LoginGraceTime default to 1 minute; ok mouring@ markus@Kevin Steves
2002-08-21Working strip -x support.Marc Espie
Since we keep relocations, we need to ensure that: 1/ symbols used by relocations are actually kept, 2/ refs to ext symbols in relocations are correctly renumbered after killing some symbols. okay art@ (can't break things further than they were broken anyways). Thanks to Laurent Bercot (ska@quatramaran.ens.fr) for pointing out that strip -x was broken.
2002-08-21Postpone ftruncate after unmap. Works around a bug in non-ubc memoryMarc Espie
handling. Also, avoids dumping core on badly formed object. ok millert@, miod@, art@
2002-08-21`RSA' updated to refer to `public key', where it matters.Marc Espie
okay markus@
2002-08-17ordered list hereKevin Steves
2002-08-17ForwardAgent has defaulted to no for over 2 years; be more clear here.Kevin Steves
2002-08-15knfTheo de Raadt
2002-08-12more PermitUserEnvironment; ok markus@Kevin Steves
2002-08-12make ssh-agent setgid, disallow ptrace.Markus Friedl
2002-08-12die if FD_SET overruns. (i don't have enough motive to change it to mallocJun-ichiro itojun Hagino
fd_set, rsh should be in graveyard)
2002-08-12Swap args to calloc(3) so they are in the correct order; art@ ok.Aaron Campbell
2002-08-09Get rid of remaining __P usage (except for imported code);Jason Peel
ok millert@, rogue ok pjanzen@
2002-08-09proxy vs. fake displayKevin Steves
2002-08-09use Op for mdoc conformance; from esr@golux.thyrsus.comKevin Steves
ok aaron@
2002-08-09SpellingPaul Janzen
2002-08-09Correct the size arg to memset() so argv will be cleared correctly; art@ ok.Aaron Campbell
2002-08-08typo in commentKevin Steves
2002-08-08implement setenv.Artur Grabowski