Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-07 | don't overwrite errno | Markus Friedl | |
delay deletion of the xauth cookie | |||
2001-06-07 | use xxx_put_cstring() | Markus Friedl | |
2001-06-07 | style is used for bsdauth. | Markus Friedl | |
disconnect on user/service change (ietf-drafts) | |||
2001-06-07 | Better warning fix, in line with the rest of the code | Marc Espie | |
(__attribute((__unused__)) denotes parameters that MAY be unused in the code, e.g., it's mostly a `shut up warnings' device). | |||
2001-06-06 | remove debug message; Darren.Moffat@eng.sun.com | Markus Friedl | |
2001-06-06 | cleanup, remove old code | Markus Friedl | |
2001-06-05 | errx->err where errno is set | Paul Janzen | |
2001-06-05 | let session_close() delete the pty. deny x11fwd if xauthfile is set. | Markus Friedl | |
2001-06-05 | Remove unnecessary .Nm arguments; mpech@prosoft.org.lv | Aaron Campbell | |
2001-06-05 | calloc stats in one-shot case. | Marc Espie | |
2001-06-05 | Use 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-05 | don't delete the auth socket in channel_stop_listening() | Markus Friedl | |
auth_sock_cleanup_proc() will take care of this. | |||
2001-06-05 | License clarification from David Mazieres, ok deraadt@ | Peter Valchev | |
2001-06-04 | merge ssh1/2 x11-fwd setup, create listener after tmp-dir | Markus Friedl | |
2001-06-04 | set flags in the signal handlers, do real work in the main loop, ok provos@ | Markus Friedl | |
2001-06-04 | switch uid when cleaning up tmp files and sockets; reported by ↵ | Markus Friedl | |
zen-parse@gmx.net on bugtraq | |||
2001-06-03 | the challenge response device decides how to handle non-existing users. | Markus Friedl | |
-> fake challenges for skey and cryptocard | |||
2001-06-03 | pass -v to ssh; from slade@shore.net | Markus Friedl | |
2001-06-03 | 1-2 bits of entrophy per character (not per word), ok stevesk@ | Markus Friedl | |
2001-06-03 | Make sure targs get initialized. | Marc Espie | |
Don't bother cleaning it up for speed | |||
2001-06-03 | test code that is not used (and one file in there had a rusty license) | Theo de Raadt | |
2001-06-03 | use fatal_register_cleanup instead of atexit, sync with x11 authdir handling | Markus Friedl | |
2001-06-03 | Use KERN_NPROCS to get the number of processes on the system, to | Angelos 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-03 | Read struct diskstats from the kernel. | Angelos D. Keromytis | |
2001-05-31 | nuke errant ARGSTR that I osmehow missed in the last commit | Todd C. Miller | |
2001-05-31 | no longer need ARGSTR macro; sync usage() with man page | Todd C. Miller | |
2001-05-31 | - remove erealloc() wrapper function | smart | |
- 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 once | smart | |
- 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-31 | Simple guard against overflow. Better code to appear. | Marc Espie | |
2001-05-31 | group options and add some more comments | Markus Friedl | |
2001-05-31 | undo the .c file split, just merge the header and keep the cvs history | Markus Friedl | |
2001-05-30 | merge | Markus Friedl | |
2001-05-30 | - Fix usage | smart | |
- Remove an instance of "'buf[sizeof(buf) - 1] = '\0'" - A few style nits deraadt@ ok | |||
2001-05-30 | The 'file' argument is optional since if one is not given the programs | smart | |
try a.out. deraadt@ ok | |||
2001-05-30 | change misleading variable name | Markus Friedl | |
2001-05-30 | merge functions, simplify. | Markus Friedl | |
2001-05-30 | channel layer cleanup: merge header files and split .c files | Markus Friedl | |
2001-05-30 | -Wall cleanup, mostly useless otherwise | Theo de Raadt | |
2001-05-29 | build in support for BSD authentication | Todd C. Miller | |
2001-05-29 | Don't want -Wall | Todd C. Miller | |
2001-05-29 | build with BSD auth support | Todd C. Miller | |
2001-05-29 | add support for BSD authentication | Todd C. Miller | |
2001-05-29 | BSD auth support. k5login.c and klogin.c are no longer used but will | Todd C. Miller | |
remain for the time being until Kerberos support is up to snuff. | |||
2001-05-29 | adapt to BSD authentication and clean things up a bit while I am at it | Todd C. Miller | |
2001-05-29 | Protect against copying a too long PWD. | Marc Espie | |
This is temporary, this code needs better fixes. | |||
2001-05-29 | Take includes out of lst.h, re-add what's needed to separate files. | Marc Espie | |
Removes remaining lint stuff from lst.lib. | |||
2001-05-29 | Synch | Marc Espie | |
2001-05-29 | typo | Markus Friedl | |
2001-05-29 | Blech! gcc is a stupid program. Compiling with -fno-builtin shows lots | Marc Espie | |
of missing function declarations. | |||
2001-05-28 | remove some lines, simplify. | Markus Friedl | |