summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2001-06-07don't overwrite errnoMarkus Friedl
delay deletion of the xauth cookie
2001-06-07use xxx_put_cstring()Markus Friedl
2001-06-07style is used for bsdauth.Markus Friedl
disconnect on user/service change (ietf-drafts)
2001-06-07Better warning fix, in line with the rest of the codeMarc Espie
(__attribute((__unused__)) denotes parameters that MAY be unused in the code, e.g., it's mostly a `shut up warnings' device).
2001-06-06remove debug message; Darren.Moffat@eng.sun.comMarkus Friedl
2001-06-06cleanup, remove old codeMarkus Friedl
2001-06-05errx->err where errno is setPaul Janzen
2001-06-05let session_close() delete the pty. deny x11fwd if xauthfile is set.Markus Friedl
2001-06-05Remove unnecessary .Nm arguments; mpech@prosoft.org.lvAaron Campbell
2001-06-05calloc stats in one-shot case.Marc Espie
2001-06-05Use Str_concat instead of fixed buffers and snprintf in building paths.Marc Espie
Replace MAXPATHLEN with PATH_MAX (synch with op-make). ok naddy@
2001-06-05don't delete the auth socket in channel_stop_listening()Markus Friedl
auth_sock_cleanup_proc() will take care of this.
2001-06-05License clarification from David Mazieres, ok deraadt@Peter Valchev
2001-06-04merge ssh1/2 x11-fwd setup, create listener after tmp-dirMarkus Friedl
2001-06-04set flags in the signal handlers, do real work in the main loop, ok provos@Markus Friedl
2001-06-04switch uid when cleaning up tmp files and sockets; reported by ↵Markus Friedl
zen-parse@gmx.net on bugtraq
2001-06-03the challenge response device decides how to handle non-existing users.Markus Friedl
-> fake challenges for skey and cryptocard
2001-06-03pass -v to ssh; from slade@shore.netMarkus Friedl
2001-06-031-2 bits of entrophy per character (not per word), ok stevesk@Markus Friedl
2001-06-03Make sure targs get initialized.Marc Espie
Don't bother cleaning it up for speed
2001-06-03test code that is not used (and one file in there had a rusty license)Theo de Raadt
2001-06-03use fatal_register_cleanup instead of atexit, sync with x11 authdir handlingMarkus Friedl
2001-06-03Use KERN_NPROCS to get the number of processes on the system, toAngelos D. Keromytis
determine the amount of space we'll need to store the information. The alternative, calling sysctl() with a NULL argument for data, meant the kernel had to go through the process table.
2001-06-03Read struct diskstats from the kernel.Angelos D. Keromytis
2001-05-31nuke errant ARGSTR that I osmehow missed in the last commitTodd C. Miller
2001-05-31no longer need ARGSTR macro; sync usage() with man pageTodd C. Miller
2001-05-31- remove erealloc() wrapper functionsmart
- standard function prototypes - remove extraneous exit(1) after an err(1,...) Shrinks source by 11 lines and executable by 22 bytes on i386. deraadt@ ok
2001-05-31- remove emalloc() and erealloc() wrapper functions that are only used oncesmart
- standard function prototypes - replace an fprintf(stderr,...) with a warnx() Shrinks source by 25 lines and executable by 43 bytes on i386. deraadt@ ok
2001-05-31Simple guard against overflow. Better code to appear.Marc Espie
2001-05-31group options and add some more commentsMarkus Friedl
2001-05-31undo the .c file split, just merge the header and keep the cvs historyMarkus Friedl
2001-05-30mergeMarkus Friedl
2001-05-30- Fix usagesmart
- Remove an instance of "'buf[sizeof(buf) - 1] = '\0'" - A few style nits deraadt@ ok
2001-05-30The 'file' argument is optional since if one is not given the programssmart
try a.out. deraadt@ ok
2001-05-30change misleading variable nameMarkus Friedl
2001-05-30merge functions, simplify.Markus Friedl
2001-05-30channel layer cleanup: merge header files and split .c filesMarkus Friedl
2001-05-30-Wall cleanup, mostly useless otherwiseTheo de Raadt
2001-05-29build in support for BSD authenticationTodd C. Miller
2001-05-29Don't want -WallTodd C. Miller
2001-05-29build with BSD auth supportTodd C. Miller
2001-05-29add support for BSD authenticationTodd C. Miller
2001-05-29BSD auth support. k5login.c and klogin.c are no longer used but willTodd C. Miller
remain for the time being until Kerberos support is up to snuff.
2001-05-29adapt to BSD authentication and clean things up a bit while I am at itTodd C. Miller
2001-05-29Protect against copying a too long PWD.Marc Espie
This is temporary, this code needs better fixes.
2001-05-29Take includes out of lst.h, re-add what's needed to separate files.Marc Espie
Removes remaining lint stuff from lst.lib.
2001-05-29SynchMarc Espie
2001-05-29typoMarkus Friedl
2001-05-29Blech! gcc is a stupid program. Compiling with -fno-builtin shows lotsMarc Espie
of missing function declarations.
2001-05-28remove some lines, simplify.Markus Friedl