Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-11 | Newline at end of debug printf. | Angelos D. Keromytis | |
2001-01-11 | grep() returns a list of aliases to entries in the original list | Todd C. Miller | |
so modifying them directly results in a munged line in the resulting mail message that gets sent out. Similar to a patch from cazz@wezl.org; closes PR 1617 | |||
2001-01-11 | Reference the sa, so sa_release() does the right thing (talk about | Angelos D. Keromytis | |
convoluted logic). | |||
2001-01-10 | cleanup sftp-server implementation: | Markus Friedl | |
add buffer_get_int64, buffer_put_int64, GET_64BIT, PUT_64BIT parse SSH2_FILEXFER_ATTR_EXTENDED send SSH2_FX_EOF if readdir returns no more entries reply to SSH2_FXP_EXTENDED messages use #defines from the draft. move #definitions to sftp.h more info: http://www.ietf.org/internet-drafts/draft-ietf-secsh-filexfer-00.txt | |||
2001-01-10 | support !command in bridgename.if files, too | Jason Wright | |
2001-01-10 | Fix comment. | Angelos D. Keromytis | |
2001-01-10 | Get logging priorities right. | Angelos D. Keromytis | |
2001-01-10 | Some more debug logging. | Angelos D. Keromytis | |
2001-01-10 | handle malloc() failures | Theo de Raadt | |
2001-01-10 | error out for strdup() failures | Theo de Raadt | |
2001-01-10 | mount_ufs was not needed for a long time.. | Theo de Raadt | |
2001-01-10 | Handle DELETE payloads (delete the relevant IPsec SAs) -- problem | Angelos D. Keromytis | |
reported, patches tested, and feedback provided by newsham@lava.net | |||
2001-01-10 | XXX -- generate_empheral_server_key() is not safe against races, because it ↵ | Theo de Raadt | |
calls log() | |||
2001-01-10 | If only the Remote-ID is specified for a Phase 2 configuration, use | Angelos D. Keromytis | |
our address for Local-ID; useful for road-warrior scenarios (adrian@lion.aba.net.au) | |||
2001-01-10 | BSS mode by default. | Angelos D. Keromytis | |
2001-01-10 | BSS mode by default. | Angelos D. Keromytis | |
2001-01-10 | BSS mode by default. | Angelos D. Keromytis | |
2001-01-10 | put up FD_* manual pages, in section 3 | Theo de Raadt | |
2001-01-10 | Typo: 'eg.' -> 'e.g.' | Kenneth R Westerback | |
2001-01-10 | Handle null remote_id/local_filter/remote_filter nicer. | Angelos D. Keromytis | |
2001-01-09 | allow TCP_NDELAY for ipv6; from netbsd via itojun@ | Markus Friedl | |
2001-01-09 | Typo: ommit -> omit. Small grammatical adjustment: 'specifies which fixup ↵ | Kenneth R Westerback | |
procedures' -> specifies a fixup procedure' | |||
2001-01-09 | Typos: 'eg.' -> 'e.g.' | Kenneth R Westerback | |
2001-01-09 | Typo: 'eg.' -> 'e.g.' | Kenneth R Westerback | |
2001-01-09 | Typos: 'eg.' -> 'e.g.', 'untill -> until' | Kenneth R Westerback | |
2001-01-09 | Typo: dome -> some | Kenneth R Westerback | |
2001-01-09 | Fix comment (noticed by cas@trans-nt.com) | Angelos D. Keromytis | |
2001-01-09 | More complete synopsis, ok millert@,aaron@ | Marc Espie | |
2001-01-09 | Get Dijkstra's middle initial correct too, as in PR 1613; gently pointed | Paul Janzen | |
out by janjaap@stack.nl (Janjaap van Velthooven). Really fixes user/1613 this time. | |||
2001-01-09 | make sure replydirname() do not truncate names, even if the filename | Jun-ichiro itojun Hagino | |
is MAXPATHLEN doublequotes. From: Paul Janzen <pjanzen@foatdi.harvard.edu> | |||
2001-01-09 | make sure we do not return stray " at the end of stirng, like bla"\0. | Jun-ichiro itojun Hagino | |
From: "William C. Allen" <allenwc@home.com> | |||
2001-01-09 | Add in a ISP_CFG_NOINIT flag (other platform stuff). Define some of | mjacob | |
the async code event changes. Note (for __GNUC__) that isp_prt has __attributes__'s of __format__/__printf__.... | |||
2001-01-09 | Add some FC specific state flag defines (for status completion | mjacob | |
entries). Add some defines for the SNS "Register FC4 Type" subcommand. | |||
2001-01-09 | Add offsets for WWPN && OXID that FC f/w stuffs into an ATIO2. | mjacob | |
2001-01-09 | Follow changes to some async event codes. | mjacob | |
2001-01-09 | Make some strings constant (from Bill Sommerfeld @ NetBSD). Clean up some | mjacob | |
wwn handling. Do a Register FC4 Type (so that we can work with McData switches). Allow F-port topologies to use the target range 0..125 for logging in fabric devices. We changed ISPASYNC_PDB_CHANGED to ISPASYNC_LOGGED_INOUT and now use ISPASYNC_CHANGE_NOTIFY for both loop && fabric events. | |||
2001-01-09 | Don't skip if TS_BITS or TS_CLRI, closed PR 1576. Fix supplied by | Angelos D. Keromytis | |
sysadmin@astro.su.se | |||
2001-01-09 | Amend c_count comment per PR 1576. | Angelos D. Keromytis | |
2001-01-09 | One-byte EtherIP header, per the relevant draft (soon to be RFC). | Angelos D. Keromytis | |
* * NOTE * * This breaks backward compatibility with 2.7 and 2.8 bridges. * * NOTE * * | |||
2001-01-09 | Define version number for EtherIP protocol (soon to become RFC). | Angelos D. Keromytis | |
2001-01-09 | Change the include directive for Makefile.inc to use double-quotes | Angelos D. Keromytis | |
rather than <> (whatever these are called). This fixes building with the source/obj in non-standard locations. Closes PR 1556, fix provided by sysadmin@fafnir.astro.su.se. | |||
2001-01-09 | This seems to correct the problem listed in kernel/1607 (returning from | mjacob | |
syscall with non-zero priority). This doesn't seem to fix connecting to a switch problems (which *used* to work... sigh...)... | |||
2001-01-08 | From chris@: Update man page with slightly more useful information | Jeremy Evans | |
2001-01-08 | implement option 'Banner /etc/issue.net' for ssh2, move version to | Markus Friedl | |
2.3.1 (needed for bugcompat detection, 2.3.0 would fail if Banner is enabled). | |||
2001-01-08 | O_NDELAY -> O_NONBLOCK; thanks stevesk@pobox.com | Markus Friedl | |
2001-01-08 | more cleanups and fixes from stevesk@pobox.com: | Markus Friedl | |
1) try_agent_authentication() for loop will overwrite key just allocated with key_new(); don't alloc 2) call ssh_close_authentication_connection() before exit try_agent_authentication() 3) free mem on bad passphrase in try_rsa_authentication() | |||
2001-01-08 | missing free; thanks stevesk@pobox.com | Markus Friedl | |
2001-01-08 | match on 3CXFEM656C's global modem too, does not seem to work right, but; ↵ | Michael Shalayeff | |
from openbsd@zenbu.com | |||
2001-01-08 | regen | Michael Shalayeff | |
2001-01-08 | 56k Global Modem; from openbsd@zenbu.com | Michael Shalayeff | |