summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2001-07-23no zero size xstrdup() error; ok markus@Kevin Steves
2001-07-23use %lu; ok markus@Kevin Steves
2001-07-23kill errant newline in comment sectionTodd C. Miller
2001-07-23Fix typo.Aaron Campbell
2001-07-23sync PreferredAuthenticationsMarkus Friedl
2001-07-23reorder default sequence of userauth methods to match ssh behaviour:Markus Friedl
hostbased,publickey,keyboard-interactive,password
2001-07-22Xr login.confMarkus Friedl
2001-07-22enable challenge-response auth by default; ok millert@Markus Friedl
2001-07-22There is no option "Compress", point to "Compression" instead; ok markusPeter Valchev
2001-07-22update commentMarkus Friedl
2001-07-21plug mem leak; zero right amount of memTheo de Raadt
2001-07-20let make do it's job, not dupping pieces from included files hereMichael Shalayeff
2001-07-20we don't like:Mike Pechkin
o) .Pp before/after .Sh; o) .Pp before/after .Sh; o) .Nm without argument in SYNOPSIS;
2001-07-20make this work, after espie changed other mk behavioursTheo de Raadt
2001-07-20"the" command lineKevin Steves
2001-07-20add -v option to fid commandJim Rees
parse_atr -> sectok_parse_atr
2001-07-20do not exit() from signal handlers; ok deraadt@Markus Friedl
2001-07-20safe signal handling, using _exit()Theo de Raadt
2001-07-19add read -x optionJim Rees
add login -k option add jload -v option replace jdeselect with jselect -d parse new Cyberflex data format in jdata command
2001-07-19more places that need -lkafsTheo de Raadt
2001-07-19well, with the most recent reorganization, it now turns out that anyTheo de Raadt
program which links -lkrb5 also must link -lkafs as well! someone please mail hin@ an alpha or a powerpc, so that he can become aware of how binutils ("the other linker we use") works.
2001-07-19CDIAGFLAGSMarc Espie
2001-07-19escape chars are below nowKevin Steves
2001-07-18Uhmm, nope, this broke everythingTheo de Raadt
2001-07-18chdir("/") from bbraun@synack.net; ok markus@Kevin Steves
2001-07-18pr #1946, allow sshd if /dev is readonlyMarkus Friedl
2001-07-18-Wall cleanupPeter Valchev
2001-07-18Missing -o in scp usage()mouring
2001-07-18Kill signal race. Reviewed by jjbg@Marc Espie
2001-07-18Avoid dumping core when reporting open conditionals.Marc Espie
Turns out that current is NULL when Parse_Fatal is called in this case, so just do something sensible in error reporting functions when current is NULL...
2001-07-18CDIAGFLAGSMarc Espie
2001-07-18CDIAGFLAGSMarc Espie
2001-07-18new meaning to the terms slackassMichael Shalayeff
2001-07-17some initial info about the smartcard support,Markus Friedl
please try this if you have a TODOs reader/card
2001-07-17keep track of both maxfd and the size of the malloc'ed fdsets.Markus Friedl
update maxfd if maxfd gets closed.
2001-07-17now you can display and set aclsJim Rees
use sectok_apdu for "apdu" command
2001-07-17update maxfd if maxfd is closed; report from jmcelroy@dtgnet.comMarkus Friedl
2001-07-17add -l and -a flags to "ls"Jim Rees
2001-07-17more better error checkingJim Rees
2001-07-17change jaut back to previous behavior; add new "login" commandJim Rees
2001-07-17-Wall cleanup; ok deraadtPeter Valchev
2001-07-17missing prototypes; ok deraadtPeter Valchev
2001-07-16add setpass commandJim Rees
augment jaut with "-d" (use default AUT0) and -x
2001-07-16add help text for each commandJim Rees
verify aut0 as necessary for Cyberflex commands
2001-07-16-Wall cleanup; ok deraadtPeter Valchev
2001-07-16-Wall cleanup; ok millertPeter Valchev
2001-07-15typo in usage; ok markus@Kevin Steves
2001-07-15-d will not fork; ok markus@Kevin Steves
2001-07-15schedule client alive for ssh2 only, greg@cheers.bungi.comMarkus Friedl
2001-07-14delete spurious #includes; ok deraadt@ markus@Kevin Steves