summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2002-06-15remove the CONSTRAIN_IDENTITY messages and introduce a newMarkus Friedl
ADD_ID message with contraints instead. contraints can be only added together with the private key.
2002-06-15fix stupid typoMarkus Friedl
2002-06-15break agent key lifetime protocol and allow other contraints for key usage.Markus Friedl
2002-06-14spelling; from Brian Poole <raj@cerias.purdue.edu>Todd T. Fries
2002-06-13synch comments with actual code.Marc Espie
Okay miod@.
2002-06-12a real pid_t cleanup.Mike Pechkin
espie@ ok for make/, deraadt@ one extra eye, millert@ ok
2002-06-12ssh_connect returns 0 on successMarkus Friedl
2002-06-11remove unused cruft.Markus Friedl
2002-06-11This is the first step in sanitizing the conditional parser.Marc Espie
Change the conditional recognition algorithm: scan for a sequence of alphabetic characters, hash it, and compare it against a small table (using ohash functions). This makes Cond_Eval entry more logical, and allows for some shortcuts in recognizing .include, .for, .undef. This also means that conditionals must have an intervening blank between the keyword and the actual test, e.g., .ifA will no longer work. (but no-one actually uses this, and it's highly obfuscated) Okay miod@.
2002-06-11Make sure kerberosV/kafs.h is picked up if kerberosIV/kafs.h is not removed.Hans Insulander
ok markus@
2002-06-11use "ntop" only after initializedJun-ichiro itojun Hagino
2002-06-11Fail if no symbol table is found, don't crash.Artur Grabowski
2002-06-11kill err(3) newlines; ok miod@, deraadt@Jason Peel
2002-06-11Remove \n from warnx(3). ok deraadt@Thomas Nordin
2002-06-11pid_t cleanup. Markus need this now to keep hacking.Mike Pechkin
markus@, millert@ ok Note: big usr.bin/ cleanup is comming. Now I'm waiting Ok from espie@ for make/.
2002-06-11no longer use uidswap.[ch] from the ssh clientMarkus Friedl
run less code with euid==0 if ssh is installed setuid root just switch the euid, don't switch the complete set of groups (this is only needed by sshd). ok provos@
2002-06-10move creation of agent socket to session.c; no need for uidswappingMarkus Friedl
in channel.c.
2002-06-10update defaults for RhostsRSAAuthentication and RhostsAuthenticationKevin Steves
here too (all options commented out with default value).
2002-06-10change RhostsRSAAuthentication and RhostsAuthentication default to noKevin Steves
since ssh is no longer setuid root by default; ok markus@
2002-06-10use convtime() to parse and validate key lifetime. can nowKevin Steves
use '-t 2h' etc. ok markus@ provos@
2002-06-10merge in stuff from my man page; ok markus@Kevin Steves
2002-06-10display minimum RSA modulus in error(); ok markus@Kevin Steves
2002-06-10I do not care about commit countKjell Wooding
2002-06-10I love to fightKjell Wooding
2002-06-10Theo's comments about airport securityBob Beck
2002-06-09pass salen to sockaddr_ntop so that we are happy on linux/solarisJun-ichiro itojun Hagino
2002-06-09update for no setuid root and ssh-keysign; ok deraadt@Kevin Steves
2002-06-09Remove private unused version of warn().Hans Insulander
Replave private basename() with the real one. ok millert@
2002-06-09use tab not spaces (|unexpand)Markus Friedl
2002-06-09Sync usage with manpageHans Insulander
2002-06-09Use sysctl for mbstatAngelos D. Keromytis
2002-06-09Begin some sysctl-ization.Angelos D. Keromytis
2002-06-09don't go further on stripped binaries; been in my tree for ever.Federico G. Schwindt
2002-06-09some knf.Federico G. Schwindt
2002-06-09abort() - > fatal()Markus Friedl
2002-06-09Standardization -- s/tdb/TDB/ and various dup expansions.Jason Peel
ok aaron@
2002-06-09documentTodd T. Fries
2002-06-09provide '-p <pid>' (process attach); thanks toTodd T. Fries
Jean-Francois Brousseau <krapht@secureops.com>
2002-06-09strlcpy fix, PR 2727Jun-ichiro itojun Hagino
2002-06-09strlcpy fix, PR 2727Jun-ichiro itojun Hagino
2002-06-09use strchr() instead of index()Theo de Raadt
2002-06-09<deraadt> i admit you are better than i am...Aaron Campbell
2002-06-09'cuz -> because; deraadt@ ok, pvalchev@ okAaron Campbell
2002-06-09i think the TLI rpcgen side generates a format string bug on output... butTheo de Raadt
we do not use that stuff. attempt to fix it, but unable to test
2002-06-09do not present scopeid on wire format, as it is local to nodeJun-ichiro itojun Hagino
2002-06-08No need to be setgid kmem anymore.Angelos D. Keromytis
2002-06-08always use getnameinfo. (diag message only)Jun-ichiro itojun Hagino
2002-06-08silently ignore deprecated options, since FallBackToRsh might be passedMarkus Friedl
by remote scp commands.
2002-06-08remove FallBackToRshMarkus Friedl
2002-06-08Free commits from theo's drunken state.Kjell Wooding