summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
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
2001-07-14Fix cycle detection.Marc Espie
Under some circumstances, trying to find a cycle starting with a given point can be very time-consuming (probably exponential, as an implementation of an NP-complete problem), so we lower our expectations, and just report the first cycle we find, irregardless of which point it cuts, which is guaranteed to be much faster (quadratic behavior at the worst--because we won't explore more than a tree out of the graph). Always find that cycle, even if -q is specified, so that -q is only `quiet', e.g., does not change the reported result. Based on a testcase reported by Dragos Ruiu, okay millert@
2001-07-12first pass at a -Wall cleanupTheo de Raadt
2001-07-11no need to call dirname(pw->pw_dir).Markus Friedl
note that dirname(3) modifies its argument on some systems.
2001-07-11sort options string, fix -p, add -kMarkus Friedl
2001-07-11Clarify performance of tsort -l (hamiltonian circuit is NP-complete).Marc Espie
2001-07-11Typo in commentMarc Espie
2001-07-11remove mips leftovers; ok bradPeter Valchev
2001-07-11make it compilable in all 4 combination of KRB4/KRB5 settings. dugsong okJun-ichiro itojun Hagino
XXX isn't it sensitive to the order of -I/usr/include/kerberosIV and -I/usr/include/kerberosV?
2001-07-10don't panic if fork or pipe fail (just return an empty passwd).Markus Friedl
2001-07-10typo; from Joseph Mallett <jmallett@xMach.org>Michael Shalayeff
2001-07-09use errx()Paul Janzen
2001-07-09rightMichael Shalayeff
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-07-09Use getopt(3); markus@ ok.Federico G. Schwindt
2001-07-08fix ``MaxStartups max''; ok markus@Kevin Steves
2001-07-07silence a warningTodd C. Miller
2001-07-07quiet some -Wall warnings for login_{l,}chpassTodd C. Miller
2001-07-06missing prototypes; ok millertPeter Valchev
2001-07-06missing prototypes; ok millertPeter Valchev
2001-07-06o We use login.conf for passwd(1) variables now, not passwd.confTodd C. Miller
o Give detailed instructions on how to find a process holding the ptmp lock
2001-07-06Change the filename completion code to:Artur Grabowski
- not use an unprotected strcat. - Append a '/' when a file is a symlink to a directory. (tab completion on '/sys' is now less annoying.) - actually make some more sense.
2001-07-05include <err.h>Paul Janzen
2001-07-05Move manpage to appropriate directoryPaul Janzen
2001-07-05statement after label; ok dugsong@Kevin Steves
2001-07-05Fix a seg fault when an init file can't be readMatthieu Herrb
2001-07-05Directly cast to the right type. Ok markus@Marc Espie
2001-07-05Make it compile again.Angelos D. Keromytis
2001-07-05IPComp support. angelos@ ok.Jean-Jacques Bernard-Gundol
2001-07-04handle mutiple adds of the same smartcard keyMarkus Friedl