summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-01-10Get logging priorities right.Angelos D. Keromytis
2001-01-10Some more debug logging.Angelos D. Keromytis
2001-01-10handle malloc() failuresTheo de Raadt
2001-01-10error out for strdup() failuresTheo de Raadt
2001-01-10mount_ufs was not needed for a long time..Theo de Raadt
2001-01-10Handle DELETE payloads (delete the relevant IPsec SAs) -- problemAngelos D. Keromytis
reported, patches tested, and feedback provided by newsham@lava.net
2001-01-10XXX -- generate_empheral_server_key() is not safe against races, because it ↵Theo de Raadt
calls log()
2001-01-10If only the Remote-ID is specified for a Phase 2 configuration, useAngelos D. Keromytis
our address for Local-ID; useful for road-warrior scenarios (adrian@lion.aba.net.au)
2001-01-10BSS mode by default.Angelos D. Keromytis
2001-01-10BSS mode by default.Angelos D. Keromytis
2001-01-10BSS mode by default.Angelos D. Keromytis
2001-01-10put up FD_* manual pages, in section 3Theo de Raadt
2001-01-10Typo: 'eg.' -> 'e.g.'Kenneth R Westerback
2001-01-10Handle null remote_id/local_filter/remote_filter nicer.Angelos D. Keromytis
2001-01-09allow TCP_NDELAY for ipv6; from netbsd via itojun@Markus Friedl
2001-01-09Typo: ommit -> omit. Small grammatical adjustment: 'specifies which fixup ↵Kenneth R Westerback
procedures' -> specifies a fixup procedure'
2001-01-09Typos: 'eg.' -> 'e.g.'Kenneth R Westerback
2001-01-09Typo: 'eg.' -> 'e.g.'Kenneth R Westerback
2001-01-09Typos: 'eg.' -> 'e.g.', 'untill -> until'Kenneth R Westerback
2001-01-09Typo: dome -> someKenneth R Westerback
2001-01-09Fix comment (noticed by cas@trans-nt.com)Angelos D. Keromytis
2001-01-09More complete synopsis, ok millert@,aaron@Marc Espie
2001-01-09Get Dijkstra's middle initial correct too, as in PR 1613; gently pointedPaul Janzen
out by janjaap@stack.nl (Janjaap van Velthooven). Really fixes user/1613 this time.
2001-01-09make sure replydirname() do not truncate names, even if the filenameJun-ichiro itojun Hagino
is MAXPATHLEN doublequotes. From: Paul Janzen <pjanzen@foatdi.harvard.edu>
2001-01-09make 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-09Add in a ISP_CFG_NOINIT flag (other platform stuff). Define some ofmjacob
the async code event changes. Note (for __GNUC__) that isp_prt has __attributes__'s of __format__/__printf__....
2001-01-09Add some FC specific state flag defines (for status completionmjacob
entries). Add some defines for the SNS "Register FC4 Type" subcommand.
2001-01-09Add offsets for WWPN && OXID that FC f/w stuffs into an ATIO2.mjacob
2001-01-09Follow changes to some async event codes.mjacob
2001-01-09Make some strings constant (from Bill Sommerfeld @ NetBSD). Clean up somemjacob
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-09Don't skip if TS_BITS or TS_CLRI, closed PR 1576. Fix supplied byAngelos D. Keromytis
sysadmin@astro.su.se
2001-01-09Amend c_count comment per PR 1576.Angelos D. Keromytis
2001-01-09One-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-09Define version number for EtherIP protocol (soon to become RFC).Angelos D. Keromytis
2001-01-09Change the include directive for Makefile.inc to use double-quotesAngelos 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-09This seems to correct the problem listed in kernel/1607 (returning frommjacob
syscall with non-zero priority). This doesn't seem to fix connecting to a switch problems (which *used* to work... sigh...)...
2001-01-08From chris@: Update man page with slightly more useful informationJeremy Evans
2001-01-08implement option 'Banner /etc/issue.net' for ssh2, move version toMarkus Friedl
2.3.1 (needed for bugcompat detection, 2.3.0 would fail if Banner is enabled).
2001-01-08O_NDELAY -> O_NONBLOCK; thanks stevesk@pobox.comMarkus Friedl
2001-01-08more 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-08missing free; thanks stevesk@pobox.comMarkus Friedl
2001-01-08match on 3CXFEM656C's global modem too, does not seem to work right, but; ↵Michael Shalayeff
from openbsd@zenbu.com
2001-01-08regenMichael Shalayeff
2001-01-0856k Global Modem; from openbsd@zenbu.comMichael Shalayeff
2001-01-08add ru_SU.ISO_8859-5; from freebsdMichael Shalayeff
2001-01-08Add Greek and Ukrainian locale paths.Christian Weisgerber
Discussed with espie@, angelos@, mickey@.
2001-01-08From chris@Jeremy Evans
Partial sync w/NetBSD -Support Ultra/100 on Intel ICH2 (Tomokazu HARADA) -Support Ultra/66 on VIA Apollo (Manuel Bouyer) -Disable 16bit io-space limitation on Promise (Charles Hannum)
2001-01-08spellingPaul Janzen
2001-01-08Fix a bug in previous commit; we need a separate stat buffer forTodd C. Miller
the "from" file due to changing the order of stat calls.
2001-01-08fix %p matching. checked by angelos. closes PR1612David Leonard