Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-09-17 | fix DEBUG_KEXDH | Markus Friedl | |
2000-09-15 | check return value for setenv(3) for failure, and deal appropriately | Theo de Raadt | |
2000-09-14 | typo | Markus Friedl | |
2000-09-14 | This kills the last old hashing table, in arch.c | Marc Espie | |
Slight optimizations: instead of storing archive members, just keep the modification time, as we don't care for the rest of the archive information. Lazily compute mtime, stash ascii date instead, and convert to mtime when needed (storing an out_of_date value to mark the unconverted values). Archive handling is atrocious and need some clean-up. Thanks to miod@ who took the time to review those patches. | |||
2000-09-14 | Introduce a few macros to handle timestamps in an abstract way. | Marc Espie | |
Replace the time stamp hash in dir.c with an open hashing structure. In doing so, remove some nasty casts, simplify code a bit: Dir_MTime can return a modification time, since make does not make a distinction between out-of-date and non-existent files. | |||
2000-09-14 | Replace the old hash used to hold file names within a directory with | Marc Espie | |
open hashing. An interesting optimization is that the open hashing interface is more fine-grained, hence we can compute the correct hash value at the start of Dir_FindFile, and reuse it for each hash structure into which we look (the effect is measurable on large directories along with objdir/VPATH). Remove a few unnecessary Lst_Open/Lst_Close that serve no purpose except obfuscating the code. The interface to dir.h changes slightly, hence tedious includes changes... | |||
2000-09-14 | - new DirReadDir internal function, that just reads a directory from | Marc Espie | |
the disk or from a cache. - use it in Dir_AddDir, and directly to set up dot. - change Dir_AddDir to use string intervals, as this simplifies dependend functions. - set up an open-hashing cache for opened directory names. - add_dirpath() function in main, to simplify code. - simplify cleaning-up directories, as Dir_ClearPath is overkill. | |||
2000-09-14 | Use the new hash scheme to store the target nodes. | Marc Espie | |
Scrap the list of all targets: it only slows make down. The only visible difference is that the list of all targets is not shown in order when debugging. | |||
2000-09-14 | Clean-up, systematic use of UNUSED, white space... | Marc Espie | |
2000-09-14 | Two new functions: | Marc Espie | |
iterate_words: light-weight equivalent to brk_string, which does not need to copy the string, and does not do \ interpretation which are only needed for the string. escape_dup: handles escape sequence in a systematic way. This speeds up variable modifiers. This also makes .for loops more consistent, as they use the same definition of `a word' as the rest of make. | |||
2000-09-14 | Some systematic clean-up. | Marc Espie | |
- UNUSED macro that expands to __attribute__((unused)) for gcc - move rcsid around so that they can be tagged UNUSED. - activate -Wunused. - use UNUSED instead of kludgy junk for function arguments. - add extern to all extern prototypes. - update comments in lst.h. - clean up var.c a little bit, constifying arguments, updating comments... | |||
2000-09-12 | multiple debug levels | Markus Friedl | |
2000-09-12 | a few more comments about it being ARC4 not RC4 | Theo de Raadt | |
2000-09-12 | work around Art's lack of testing | Theo de Raadt | |
2000-09-08 | bye bye | Markus Friedl | |
2000-09-08 | gravitational data from April 2000 APS meeting | Paul Janzen | |
2000-09-07 | some more Copyright fixes | Markus Friedl | |
2000-09-07 | typo | Markus Friedl | |
2000-09-07 | cleanup window and packet sizes for ssh2 flow control; ok niels | Markus Friedl | |
2000-09-07 | cleanup copyright notices on all files. I have attempted to be accurate with | Theo de Raadt | |
the details. everything is now under Tatu's licence (which I copied from his readme), and/or the core-sdi bsd-ish thing for deattack, or various openbsd developers under a 2-term bsd licence. We're not changing any rules, just being accurate. | |||
2000-09-07 | use err*() correct, and open file with egid; fyre@users.sourceforge.net | Theo de Raadt | |
2000-09-07 | bogus comment police | Todd T. Fries | |
2000-09-06 | prototype | Markus Friedl | |
2000-09-05 | cleanup | Markus Friedl | |
2000-09-05 | enable ssh-add -d for DSA keys | Markus Friedl | |
2000-09-05 | print hostname (not hushlogin) | Markus Friedl | |
2000-09-04 | Check for account expiration before password expiration; | Todd C. Miller | |
sigh@kuzirabekon.econ.nagasaki-u.ac.jp | |||
2000-09-04 | more cast fixes; from mouring@pconline.com | Markus Friedl | |
2000-09-04 | fix get_last_login_time order; from andre@van-veen.de | Markus Friedl | |
2000-09-04 | set SSH_ORIGINAL_COMMAND; from Leakin@dfw.nostrum.com, bet@rahul.net | Markus Friedl | |
2000-09-04 | missing close; ok theo | Markus Friedl | |
2000-09-03 | Boring... Add :L modifier to all tweakable variables tests. | Marc Espie | |
Closes PR 1246 | |||
2000-09-03 | add missing .El against .Bl. | Jun-ichiro itojun Hagino | |
2000-09-01 | fix cast; mouring@pconline.com | Markus Friedl | |
2000-09-01 | portability fixes | Markus Friedl | |
2000-09-01 | cleanup and fix -S support; stevesk@sweden.hp.com | Theo de Raadt | |
2000-09-01 | More -Wall anmd KNF, from op2@tomahawk.SQUiSH.org | Todd C. Miller | |
2000-08-31 | add a flag to SSH2_AGENTC_SIGN_REQUEST for future extensions | Markus Friedl | |
2000-08-31 | Wall | Markus Friedl | |
2000-08-31 | sync | Markus Friedl | |
2000-08-31 | implement a SFTP server. interops with sftp2, scp2 and the windows | Markus Friedl | |
client from ssh.com | |||
2000-08-30 | OpenSSH_2.2.0 | Markus Friedl | |
2000-08-30 | mdoc'd awk(1) man page; thanks d@. | Aaron Campbell | |
2000-08-28 | don't complain if setting NONBLOCK fails with ENODEV | Markus Friedl | |
2000-08-28 | undo | Markus Friedl | |
2000-08-28 | util.c | Markus Friedl | |
2000-08-28 | allow combination of -N and -f | Markus Friedl | |
2000-08-28 | enable -n and -f for ssh2 | Markus Friedl | |
2000-08-28 | print uid/gid as unsigned | Theo de Raadt | |
2000-08-27 | compatibility with future ssh.com versions | Markus Friedl | |