Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-07-17 | now you can display and set acls | Jim Rees | |
use sectok_apdu for "apdu" command | |||
2001-07-17 | update maxfd if maxfd is closed; report from jmcelroy@dtgnet.com | Markus Friedl | |
2001-07-17 | add -l and -a flags to "ls" | Jim Rees | |
2001-07-17 | more better error checking | Jim Rees | |
2001-07-17 | change jaut back to previous behavior; add new "login" command | Jim Rees | |
2001-07-17 | -Wall cleanup; ok deraadt | Peter Valchev | |
2001-07-17 | missing prototypes; ok deraadt | Peter Valchev | |
2001-07-16 | add setpass command | Jim Rees | |
augment jaut with "-d" (use default AUT0) and -x | |||
2001-07-16 | add help text for each command | Jim Rees | |
verify aut0 as necessary for Cyberflex commands | |||
2001-07-16 | -Wall cleanup; ok deraadt | Peter Valchev | |
2001-07-16 | -Wall cleanup; ok millert | Peter Valchev | |
2001-07-15 | typo in usage; ok markus@ | Kevin Steves | |
2001-07-15 | -d will not fork; ok markus@ | Kevin Steves | |
2001-07-15 | schedule client alive for ssh2 only, greg@cheers.bungi.com | Markus Friedl | |
2001-07-14 | delete spurious #includes; ok deraadt@ markus@ | Kevin Steves | |
2001-07-14 | Fix 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-12 | first pass at a -Wall cleanup | Theo de Raadt | |
2001-07-11 | no need to call dirname(pw->pw_dir). | Markus Friedl | |
note that dirname(3) modifies its argument on some systems. | |||
2001-07-11 | sort options string, fix -p, add -k | Markus Friedl | |
2001-07-11 | Clarify performance of tsort -l (hamiltonian circuit is NP-complete). | Marc Espie | |
2001-07-11 | Typo in comment | Marc Espie | |
2001-07-11 | remove mips leftovers; ok brad | Peter Valchev | |
2001-07-11 | make it compilable in all 4 combination of KRB4/KRB5 settings. dugsong ok | Jun-ichiro itojun Hagino | |
XXX isn't it sensitive to the order of -I/usr/include/kerberosIV and -I/usr/include/kerberosV? | |||
2001-07-10 | don't panic if fork or pipe fail (just return an empty passwd). | Markus Friedl | |
2001-07-10 | typo; from Joseph Mallett <jmallett@xMach.org> | Michael Shalayeff | |
2001-07-09 | use errx() | Paul Janzen | |
2001-07-09 | right | Michael Shalayeff | |
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt | |
2001-07-09 | Use getopt(3); markus@ ok. | Federico G. Schwindt | |
2001-07-08 | fix ``MaxStartups max''; ok markus@ | Kevin Steves | |
2001-07-07 | silence a warning | Todd C. Miller | |
2001-07-07 | quiet some -Wall warnings for login_{l,}chpass | Todd C. Miller | |
2001-07-06 | missing prototypes; ok millert | Peter Valchev | |
2001-07-06 | missing prototypes; ok millert | Peter Valchev | |
2001-07-06 | o We use login.conf for passwd(1) variables now, not passwd.conf | Todd C. Miller | |
o Give detailed instructions on how to find a process holding the ptmp lock | |||
2001-07-06 | Change 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-05 | include <err.h> | Paul Janzen | |
2001-07-05 | Move manpage to appropriate directory | Paul Janzen | |
2001-07-05 | statement after label; ok dugsong@ | Kevin Steves | |
2001-07-05 | Fix a seg fault when an init file can't be read | Matthieu Herrb | |
2001-07-05 | Directly cast to the right type. Ok markus@ | Marc Espie | |
2001-07-05 | Make it compile again. | Angelos D. Keromytis | |
2001-07-05 | IPComp support. angelos@ ok. | Jean-Jacques Bernard-Gundol | |
2001-07-04 | handle mutiple adds of the same smartcard key | Markus Friedl | |
2001-07-04 | for smartcards remove both RSA1/2 keys | Markus Friedl | |
2001-07-04 | handle card removal more gracefully, add sc_close() to scard.h | Markus Friedl | |
2001-07-04 | ignore SIGPIPE when debugging, too | Markus Friedl | |
2001-07-04 | Move locking of the passwd file *after* we have gotten a new password | Todd C. Miller | |
from the user. Set real/effective/saved uids to 0 and block all signals so the lock cannot be kept longer than necessary. If we cannot lock, try again every 1/4 second for 2 seconds and then ask the user what they wish to do (keep trying, quit). | |||
2001-07-04 | symmetrical, not symetrical | Peter Valchev | |
2001-07-04 | no you are wrong | Michael Shalayeff | |