Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-09-29 | show level of macro expansion, not dummy 1 (finally found some gnu-m4 | Marc Espie | |
scripts where that level != 1, hard to test otherwise...) Put a space after comma. Both these make trace output much closer to gnu-m4 output for debugging purposes. | |||
2001-09-29 | Synchronize comment with reality. | Marc Espie | |
In gnu-m4 mode, pass the real number of arguments to changequote/changecom, since those distinguish changequote() from changequote. | |||
2001-09-29 | document tracing and compatibility with other m4. | Marc Espie | |
2001-09-28 | bug: read user config first; report kaukasoi@elektroni.ee.tut.fi | Markus Friedl | |
2001-09-28 | bzero private key after loading to smartcard; ok markus@ | Damien Miller | |
2001-09-28 | Remove debugging scaffolding | Marc Espie | |
2001-09-28 | Fix segv when smartcard communication error occurs during key load. ok markus@ | Damien Miller | |
2001-09-28 | semicolon -> colon | Jan-Uwe Finck | |
detected by mihaak@lecturax.tmfweb.nl | |||
2001-09-28 | Use the new KERN_SYSVIPC_*_INFO sysctls; simonb@netbsd.org | Todd C. Miller | |
2001-09-28 | more emacs regexps in -g mode. Ok millert@ | Marc Espie | |
With this, some autoconf 2.52 scripts are now working completely. | |||
2001-09-27 | pass all properties of builtins when defn... | Marc Espie | |
2001-09-27 | Add missing "and semaphores" at the end of the description of the -T option | Todd C. Miller | |
2001-09-27 | o Add an extra byte for out_line and out_name in struct myutmp so we | Todd C. Miller | |
can treat these as normal C strings. Fixes PR 2092 o KNF and ANSI fixes o Avoid strncpy() since well-meaning folks will try to convert to strlcpy() even when it is not sensible to do so. o Document the fact that the rwho protocol only supports up to 8 chars for a username. | |||
2001-09-27 | some fixes and cleanups some from dfa@solo.ee, some pointed | Michael Shalayeff | |
out by pjanzen@ . | |||
2001-09-27 | don't talk about compile-time options | Camiel Dobbelaar | |
ok markus@ | |||
2001-09-27 | oops | Theo de Raadt | |
2001-09-27 | typos; from solar | Markus Friedl | |
2001-09-27 | Needed logic to handle newlines correctly. | Marc Espie | |
2001-09-27 | missing called=1; chombier@mac.com | Markus Friedl | |
2001-09-27 | mem leak; chombier@mac.com | Markus Friedl | |
2001-09-27 | traceon/traceoff built-ins. | Marc Espie | |
2001-09-27 | calendar escaped which is not ready yet | Michael Shalayeff | |
2001-09-27 | -Wall passage for prev commit | Michael Shalayeff | |
2001-09-26 | fix the LANG | Michael Shalayeff | |
2001-09-26 | special procesing for cyrillic calendars (.ru, .ua, .by for now). | Michael Shalayeff | |
does not affect any existing behaviour for everything else. old idea expressed by form@; millert@ ok | |||
2001-09-26 | Wall cleanup w/ some fixes; ok millert | Peter Valchev | |
2001-09-25 | update from Denis Afonin <dfa@solo.ee> | Michael Shalayeff | |
2001-09-25 | let configure script use GNUSYSTEM_AUX_DIR | Marc Espie | |
2001-09-24 | OpenSSH_2.9.9 | Markus Friedl | |
2001-09-24 | Use setboolean for -h flag instead of casting things by hand. | Todd C. Miller | |
2001-09-24 | don't rely on <unistd.h> for getopt(3) extern variable declarations; | Kevin Steves | |
for portable. ok deraadt@ | |||
2001-09-23 | relax permission check for private key files. | Markus Friedl | |
2001-09-23 | new rijndael implementation | Markus Friedl | |
2001-09-23 | for cu, default to 9600 baud rate instead of 1200 | Peter Valchev | |
mention what the default is in the man page ok millert | |||
2001-09-21 | complete grep clone by harding@motd.ca; everything is there, but it is | Theo de Raadt | |
slow because libc regexp is slow. Anyone out there have the balls to sit down and optimize libc regexp? | |||
2001-09-21 | correct fork logic and rewrite for clarity, ok todd@ | Peter Stromberg | |
2001-09-20 | CheckMail removed. OKed stevesk@ | mouring | |
2001-09-20 | bug compat: request a dummy channel for -N (no shell) sessions + cleanup; ↵ | Markus Friedl | |
vinschen@redhat.com | |||
2001-09-20 | key_read returns now -1 or 1 | Markus Friedl | |
2001-09-20 | fix ClientAliveCountMax | Kevin Steves | |
2001-09-19 | don't advertise -V in usage; ok markus@ | Kevin Steves | |
2001-09-19 | missing -t in usage | Kevin Steves | |
2001-09-19 | Xref modload(8), not modstat(8). | Miod Vallat | |
2001-09-19 | use sizeof addr vs. SUN_LEN(addr) for sockaddr_un. Stevens blesses | Kevin Steves | |
this and we do it this way elsewhere. this helps in portable because not all systems have SUN_LEN() and sockaddr_un.sun_len. ok markus@ | |||
2001-09-19 | add ClearAllForwardings ssh option and set it in scp and sftp; ok markus@ | Kevin Steves | |
2001-09-19 | key_read() now returns -1 on type mismatch, too | Markus Friedl | |
2001-09-19 | inline some very common putback/chrsave. Worth roughly 10% | Marc Espie | |
2001-09-19 | occured->occurred | Mike Pechkin | |
idea from deraadt@ via NetBSD millert@ ok p.s. Next commit will fix a typo in the sys/ | |||
2001-09-19 | command=xxx applies to subsystem now, too | Markus Friedl | |
2001-09-19 | Define ENTIRE_LINE to be -1 instead of 0 because we may want to copy 0 ↵ | Peter Valchev | |
characters, and use ENTIRE_LINE instead of hardcoding 0 in a few places. Fixes a bug when dw on an empty line would delete only the empty line, but copy the next line too. From NetBSD, ok millert |