Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-04-06 | Roll internal revision level. Put in Fibre Channel topology storage | mjacob | |
and definitions. | |||
2000-04-06 | hide debugging printfs | Michael Shalayeff | |
2000-04-06 | Don't make a sendmail smtpd link, it will be confused with beck's smtpd. | Todd C. Miller | |
2000-04-05 | seed srandom from /dev/arandom not /dev/urandom | Todd C. Miller | |
2000-04-05 | do not exhaust the random pool while debugging | Michael Shalayeff | |
2000-04-05 | mv config to base, because of config -e; ericj | Theo de Raadt | |
2000-04-05 | Clarify _SC_ARG_MAX | Todd C. Miller | |
2000-04-05 | Fix bogus error message. Not a dir can mean *nothing* at all. | Marc Espie | |
Reviewed by aaron@... ;-) | |||
2000-04-05 | run at splnet() instead of splimp() | Jason Wright | |
2000-04-05 | maintain state about keys, upload them to context ram once (and avoid the | Jason Wright | |
300 clock penalty on key upload) XXX hifn_freesession should probably zot the keys from context ram but XXX does not yet. | |||
2000-04-05 | Add /etc/mail for sendmail 8.10 | Todd C. Miller | |
2000-04-05 | Keep configure from complaining about missing *.man.in | Todd C. Miller | |
2000-04-05 | more detail about interaction with ipsec | Jason Wright | |
2000-04-05 | regen | Niklas Hallqvist | |
2000-04-05 | Correct RCSId | Niklas Hallqvist | |
2000-04-05 | Update to ipf 3.3.12. Most fixes relate to hardening of | Kjell Wooding | |
in-kernel ftp proxy. See sbin/ipf/HISTORY for details. | |||
2000-04-05 | Changed boot messages and fixed Ultra160 boot messages. | Steve Murphree | |
AHA-29160 Ultra160 verified working. | |||
2000-04-05 | Add USB modem driver stubs; from NetBSD. Not yet tested. | Aaron Campbell | |
2000-04-04 | Sync with NetBSD. | Aaron Campbell | |
2000-04-04 | New USB mass storage driver. Improvements: Uses asynchronous USB requests, | Aaron Campbell | |
supports more transport protocols (bulk-only and CBI), supports more command sets (SCSI and ATAPI); from NetBSD. Not yet tested. | |||
2000-04-04 | remove unused argument, split cipher_mask() | Markus Friedl | |
2000-04-04 | add mac result pointer to the callback routine | Jason Wright | |
register as supporting MD5_HMAC96 and SHA1_HMAC96 use the correct bit (HIFN_MAC_CMD_NEW_KEY) when checking the mac_cmd mask don't append the mac result to the dest buffer, add it to the result buffer remove incorrect source count calculation involving mac length add order checking to hifn_process so that we can verify the request is possible given the ordering of processing units within the hifn. correct hifn_callback()'s handling of mac checking and copy the computed mac into the right place in the mbuf. | |||
2000-04-04 | regen | Michael Shalayeff | |
2000-04-04 | make the comment and definition of HIFN_MAX_COMMAND more readable | Jason Wright | |
define HIFN_MAC_CMD_RESULT bit (append MAC to result buffer) | |||
2000-04-04 | new cards supported by if_awi (new coming soon); also extraneous spaces removed | Michael Shalayeff | |
2000-04-04 | Clarify IPv6 comment | Todd C. Miller | |
2000-04-04 | re-order: group ssh1 vs. ssh2 | Markus Friedl | |
2000-04-04 | Update to ncurses-5.0-20000401: | Todd C. Miller | |
o change unctrl() to render C1 characters (128-159) as ~@, ~A, etc. o trace() function is provided only if TRACE is defined, e.g., in the debug library. Modify related calls to _tracechar() to use unctrl() instead. | |||
2000-04-04 | Add "expert mode" and don't prompt for fsize/bsize/cpg unless an expert | Todd C. Miller | |
next_offset() now takes a pointer to the partition size as its second argument instead of a pointer to the partition. This allows us to get the offset earlier on and sort_partitions() will not try and include the partition we are trying to create in its list. In free_chunks() start looking for things at starting_sector, not 0, to avoid getting starting offsets that precede the start of the OpenBSD part of the disk. | |||
2000-04-04 | Scan l and n sections as well. | Marc Espie | |
Noticed by Hal Snyder. | |||
2000-04-04 | missing free. | Markus Friedl | |
2000-04-04 | ssh2 client implementation, interops w/ ssh.com and lsh servers. | Markus Friedl | |
2000-04-04 | Register PLIST_SRC before dependencies and conflicts so that the | Marc Espie | |
PLIST_CWD != PLIST_SRC hack works with dependencies present. Noticed and tested by Camiel. | |||
2000-04-04 | Fix the leak for real (that's what I get for hacking when i can't sleep). | Todd C. Miller | |
2000-04-04 | Make sure /etc/netstart references /etc/mail/sendmail.cf, not | Todd C. Miller | |
/etc/sendmail.cf or on reboot sendmail will not be started. | |||
2000-04-04 | Remove the -E flag from ipf as it is implicitly enabled and using | Todd C. Miller | |
the -E flag here causes the kernel to printf 'IP Filter: already initialized'. | |||
2000-04-04 | Verbiage fix. | Angelos D. Keromytis | |
2000-04-04 | Fix an fd leak if the read from /dev/arandom fails. Pointed out by | Todd C. Miller | |
Markus Friedl. | |||
2000-04-04 | remove accidentally comitted files | Artur Grabowski | |
2000-04-04 | regen | Michael Shalayeff | |
2000-04-04 | i82802AB/AC firmware hub | Michael Shalayeff | |
2000-04-04 | flesh | Theo de Raadt | |
2000-04-04 | isa and pci pages, talking about legacy ISA interrupt routing... | Theo de Raadt | |
2000-04-04 | close efd on eof | Markus Friedl | |
2000-04-04 | sync. | jasoni | |
2000-04-04 | Implement Linux's pread(2) and pwrite(2). | jasoni | |
2000-04-04 | Don't install sendmail internal libs and add some comments | Todd C. Miller | |
2000-04-04 | Part of the sendmail build procedure we don't use | Todd C. Miller | |
2000-04-04 | Add MLINKs from sendmail.8 to smtpd.8, hoststat.1, purgestat.1 | Todd C. Miller | |
Convert man pages back to mandoc format. | |||
2000-04-04 | Import tagging code and try to resolve locking problem. | Steve Murphree | |