Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-02-04 | Add RETURN VALUES section | Todd C. Miller | |
Max alarm time is 100000000 seconds, not 2147483647 (as enforced by itimerfix() in kern_time.c) | |||
2001-02-04 | SSH2_FILEXFER_ATTR_UIDGID support; ok markus@ | Kevin Steves | |
2001-02-04 | debugging sftp: precedence and missing break. chmod, chown, chgrp | Kevin Steves | |
seem to be working now. | |||
2001-02-04 | precedence; ok markus@ | Kevin Steves | |
2001-02-04 | Add support for pseudo devices. Based on the new code in config. | Mats O Jansson | |
N.B. this change requires the kernel to be configured with a new config since it need new information from ioconf.c. -moj ok @deraadt | |||
2001-02-04 | libc_r builds on alpha again | Theo de Raadt | |
2001-02-04 | use base 8 for umask/chmod | Markus Friedl | |
2001-02-04 | bring in two more regression tests added by NetBSD. | Eric Jackson | |
39: sort /usr/share/dict/words (presorted) 40: sort large files | |||
2001-02-04 | Bring in some recent fixup's from NetBSD. This allows lines longer than 65522 | Eric Jackson | |
to be properly sorted. Many other cleanup's done, and depreciate register. millert@ and deraadt@ ok. | |||
2001-02-04 | type: ok markus@ | Damien Miller | |
2001-02-04 | setting of maximum fd was wrong; patch from pr 1670: "Evgeni Belin" ↵ | Jason Wright | |
<ebelin@sauron.dnsalias.net>. | |||
2001-02-04 | find ramdisk.conf in the right place | Theo de Raadt | |
2001-02-04 | alpha sync | Theo de Raadt | |
2001-02-04 | please the alpha | Theo de Raadt | |
2001-02-04 | Add support for pseudo devices. This is done by adding more information | Mats O Jansson | |
in ioconf.c. The only thing that can be done with pseudo devices is changing the number of created units. -moj ok deraadt@ | |||
2001-02-04 | Whoops, don't use strlcpy with utmp; millert@ | Paul Janzen | |
2001-02-04 | Copy symlinks in addition to running h2ph so machine/foo.ph works | Todd C. Miller | |
Closes PR #1665 | |||
2001-02-04 | For unicast packets destined for the bridge machine itself, learn from the | Jason Wright | |
SRC address (not the DST). | |||
2001-02-04 | Use _PW_NAME_LEN+1, not 16 for size of remote/local usernames variables | Todd C. Miller | |
since rcmd(3) sends strlen(pw_name)+1 bytes. | |||
2001-02-04 | #endif in the wrong place, causing certain kernel configs to not compile; | Aaron Campbell | |
brian@Awfulhak.org | |||
2001-02-04 | unexpand and remove end-of-line whitespace; ok markus@ | Kevin Steves | |
2001-02-04 | make gcc on the alpha even happier | Theo de Raadt | |
2001-02-04 | fix LCD | Markus Friedl | |
2001-02-04 | make the alpha happy | Theo de Raadt | |
2001-02-04 | typo; dpo@club-internet.fr | Markus Friedl | |
2001-02-04 | mention scan_ffs; map@infinitum.ch | Theo de Raadt | |
2001-02-04 | Fix regression test | Eric Jackson | |
2001-02-04 | Long usernames. This really messes up the scoreboard printout, so change | Paul Janzen | |
it from two columns to one column with leaders printed every third score to guide the eye across the vast whitespace that's left with the traditional 8-char usernames. | |||
2001-02-04 | remove duplicate #include's; ok markus@ | Kevin Steves | |
2001-02-04 | Add examples with numbers, not just units | Paul Janzen | |
2001-02-04 | Be a little more careful with scanf() on the score file | Paul Janzen | |
2001-02-04 | Basic interactive sftp client; ok theo@ | Damien Miller | |
2001-02-04 | shrink USB section | Theo de Raadt | |
2001-02-04 | Fix an off-by-{1,2,4} error in i386_space_copy(). Console is now working much | Aaron Campbell | |
more nicely, but not perfect yet. | |||
2001-02-04 | avoid infinite loop when -s is specified (select loop mistake). | Jun-ichiro itojun Hagino | |
make agetent() 32bit clean. KAME PR 127. disable -R (router renumbering receiver). sync with kame. | |||
2001-02-04 | Remove -traditional-cpp and do some -Wall cleanups; from Chris K. Young | Paul Janzen | |
<cky@pobox.com> in PR 1652. | |||
2001-02-04 | Put KNF in the NAME field so apropos/man -k will find it. | Jason Wright | |
2001-02-04 | Tidy, avoid segfaults on unknown users, and deal with long usernames | Paul Janzen | |
2001-02-04 | Format for long usernames | Paul Janzen | |
2001-02-04 | Use strdup() | Paul Janzen | |
2001-02-04 | Tidying: change a constant to a #define, stop logging hostnames with the | Paul Janzen | |
score, use strlcpy(), and make it work with long usernames. | |||
2001-02-04 | Minor indent botch. | Aaron Campbell | |
2001-02-04 | Permit scrollback (SHIFT+PGUP/PGDN) to be activated from a USB keyboard. | Aaron Campbell | |
2001-02-04 | MPPE_MasterKeyValid is only there if HAVE_DES is defined | brian | |
2001-02-04 | Don't send an authentication failure response if we fail sending | brian | |
a radius accounting packet. | |||
2001-02-04 | Make the MPPE MasterKey Invalid messages a bit clearer (it now | brian | |
complains that you can't do MPPE without CHAP81). Reset MasterKeyValid to zero when we hit phase DEAD. | |||
2001-02-04 | Untangle some cunfusion between the CLOSE_STAYDOWN, CLOSE_LCP and | brian | |
CLOSE_NORMAL meanings. CLOSE_NORMAL doesn't change the currently required state, the others do. This should stop ppp from entering DATALINK_READY when LCP shutdown doesn't end up happening cleanly. Bump our version number to reflect this change. | |||
2001-02-04 | add more pedantic checks for recvmsg return value. sync with kame | Jun-ichiro itojun Hagino | |
2001-02-03 | Do a check for the OpenBSD note before doing any emulation probes. | Artur Grabowski | |
This way OpenBSD will be explicitly treated first and not handled as a fallback. This should speed archs with many emulations. | |||
2001-02-03 | Remove even more dead code. | Artur Grabowski | |