Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2000-04-04 | more details, and a UKC(8) link | Theo de Raadt | |
2000-04-04 | repair some mis-directed links | Theo de Raadt | |
2000-04-04 | Add smtpd | Todd C. Miller | |
2000-04-04 | Add smtpd link | Todd C. Miller | |
2000-04-04 | support root drive detection for G4 powermac. | Dale S. Rahn | |
2000-04-04 | MLINK srandomdev | Todd C. Miller | |
2000-04-03 | Add srandomdev() from FreeBSD for use by sendmail and others. | Todd C. Miller | |
2000-04-03 | Remove trailing whitespace. | Aaron Campbell | |
2000-04-03 | put some DS/FH cards on some boot media | Theo de Raadt | |
2000-04-03 | fix dmesg output | Theo de Raadt | |
2000-04-03 | Add man page for USB mass storage device driver. | Aaron Campbell | |
2000-04-03 | ssh2 packet format | Markus Friedl | |
2000-04-03 | DSA, keyexchange, algorithm agreement for ssh2 | Markus Friedl | |
2000-04-03 | sync | Theo de Raadt | |
2000-04-03 | Plug two file descriptor leaks | brian | |
2000-04-03 | again, remind admins how to read man pages | Theo de Raadt | |
2000-04-03 | make DS pages point to DS, and same for FH | Theo de Raadt | |
2000-04-03 | correct Xr to where we actually install the man pages | Theo de Raadt | |
2000-04-03 | add nsphyter man page | Jason Wright | |
2000-04-03 | change overriding message | Theo de Raadt | |
2000-04-03 | described the modern cards | Theo de Raadt | |
2000-04-03 | channel layer support for ssh2 | Markus Friedl | |