Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2001-05-28 | cleanup, typo | Markus Friedl | |
2001-05-28 | undo broken channel fix and try a different one. there | Markus Friedl | |
should be still some select errors... | |||
2001-05-28 | simpler 3des for ssh1 | Markus Friedl | |
2001-05-28 | Behave correctly when displaying an empty screen line when the | Peter Valchev | |
corresponding file line is not empty itself. Avoids coredumps in the ':set list' mode (at least). NetBSD PR 4113; millert@ ok | |||
2001-05-28 | Print SYSERR instead of ERR when recdir does not exist. | Peter Valchev | |
Makes the message more useful for the user; from NetBSD, millert@ ok | |||
2001-05-28 | key_load_private: set comment to filename for PEM keys | Markus Friedl | |
2001-05-28 | fix usage() | Markus Friedl | |
2001-05-27 | Fix DirExpandCurlyi. Noticed by ho@. Okay miod@. | Marc Espie | |
2001-05-25 | use -P for -e and -y, too. | Markus Friedl | |
2001-05-25 | Comment out krb5 stuff, until someone has had a chance to make krb5 support | Hans Insulander | |
work. | |||
2001-05-25 | Correct and comment out krb5. This is not working at the moment, but we want | Hans Insulander | |
to use bsd_auth instead. | |||
2001-05-25 | KerberosV support from Heimdal. | Hans Insulander | |
2001-05-24 | don't perform escape processing when ``EscapeChar none''; ok markus@ | Kevin Steves | |
2001-05-24 | add blobs. | Artur Grabowski | |
2001-05-24 | fix comment; from jakob@ | Markus Friedl | |
2001-05-24 | Add a compile/grep/id-utils mode. | Artur Grabowski | |
The only pollution this code introduces in the rest of thed code is a call to an init function in main(). In the future we might want to load extensions like this dynamically. Of course I did the test compile in the compile mode. | |||
2001-05-24 | No need for the extra prefixes here anymore. | Artur Grabowski | |
2001-05-24 | No need for those extra maps now. | Artur Grabowski | |
2001-05-24 | Make the keymap/mode table growable in runtime. | Artur Grabowski | |
2001-05-24 | Don't assume that map_table[0] is the fundamental map. | Artur Grabowski | |