Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-04-12 | More. | Hakan Olsson | |
2001-04-12 | Correct various faulty x509 deallocations. By Niklas and me. | Hakan Olsson | |
2001-04-12 | Don't put the same message on the sendq twice. By niklas and me. | Hakan Olsson | |
2001-04-10 | Disable optimization on sparc; ok deraadt@ | Christian Weisgerber | |
If tape.c is compiled with -O or higher, dump runs on _some_ systems will _sometimes_ become stuck. All five dump processes (tty, master, slaves) will just sleep. This has been observed on some sun4c and sun4m systems. | |||
2001-04-09 | More style fixes... | Hakan Olsson | |
2001-04-09 | Only set BINDIR if undefined. From NetBSD's isakmpd port (itojun, presumably). | Hakan Olsson | |
2001-04-09 | isakmpd can now capture un-encrypted IKE negotiation packets to a | Hakan Olsson | |
file. In pcap(3) format, so tcpdump(8) can read it. Idea by Tim Newsham <newsham@lava.net>, work by him and me. Ok angelos@, niklas@ | |||
2001-04-09 | Style police a'la niklas@. | Hakan Olsson | |
2001-04-09 | fix typo | Markus Friedl | |
2001-04-09 | Add emulation of Linux features to procfs; mostly from NetBSD. ok deraadt@ | Thorsten Lockert | |
2001-04-08 | log_print, not log_error | Hakan Olsson | |
2001-04-08 | Updates from gluk@ that describe new options that can be used to tweak the | Aaron Campbell | |
new directory allocation policy. | |||
2001-04-08 | Remove soft updates. Warn users about how to enable softdep. | Grigoriy Orlov | |
art, deraadt ok. | |||
2001-04-07 | Add missing filename argument. | Hakan Olsson | |
2001-04-06 | Improve grammar. | Aaron Campbell | |
2001-04-06 | Replace FFS directory preference algorithm(dirpref) by new one. | Grigoriy Orlov | |
It allocates directory inode in the same cylinder group as a parent directory in. This speedup file/directory intensive operations on a big file systems in times. Don't forget to recompile fsck_ffs with updated fs.h or you will get "VALUES IN SUPER BLOCK DISAGREE WITH THOSE IN FIRST ALTERNATE" at the next boot. In any case you can ignore this error safely. Requested by deraadt@ | |||
2001-04-05 | Also mention mode requirements for the private key file, plus one less typo. | Hakan Olsson | |
2001-04-05 | Be more clear about configuration file mode requirements. | Hakan Olsson | |
2001-04-05 | As the isakmpd.policy file can contain sensitive information, we want | Hakan Olsson | |
the same mode checks we use for isakmpd.conf. Style. | |||
2001-04-05 | Style. | Hakan Olsson | |
2001-04-05 | let check_file_secrecy() set errno | Hakan Olsson | |
2001-04-05 | doc -s and -f, though -f does not work that way anymore.. hmm; chuck@snew.com | Theo de Raadt | |
2001-04-05 | permit tree build with NOMAN is set | Theo de Raadt | |
2001-04-05 | Fix: | Grigoriy Orlov | |
- two overflow of static buffer by device name. - one overflow of dynamic buffer. | |||
2001-04-04 | bye bye -U (soft updates). | Grigoriy Orlov | |
2001-04-04 | Document softdep option. | Grigoriy Orlov | |
>From NetBSD. art@ ok. | |||
2001-04-04 | Add "softdep" option to mount. Update from rw/async to softdep | Grigoriy Orlov | |
and otherwise are disabled. art@ ok. | |||
2001-04-03 | mount_mfs should not take the -U flag sync mfs is async and you cannot | Todd C. Miller | |
have both aync and soft updates (not that it makes sense to have soft updates on mfs anyway). Also sync the usage in mount_mfs mode to the man page. | |||
2001-04-03 | Don't free reallocated memory. | Hakan Olsson | |
2001-04-03 | x509 verified to work on NetBSD now | Niklas Hallqvist | |
2001-03-29 | We need ipsec_decode_ids regardless of DEBUG feature now. | Hakan Olsson | |
2001-03-28 | Take into consideration the IDs when determining whether two Phase 1 | Angelos D. Keromytis | |
SAs match. | |||
2001-03-28 | Fix range checking on SPIs (Jean-Jacques.Bernard@hsc.fr) | Angelos D. Keromytis | |
2001-03-28 | +.Xr mount_ext2fs | Marc Espie | |
Yet another obscure filesystem that no-one ever uses... (found out by Sebastien Desreux <seb@liafa.jussieu.fr>) | |||
2001-03-27 | Fix another memory leak, found by boehm-gc. While not required, | Hakan Olsson | |
also keep what I think is a cleanup of pf_key_v2_msg_free(). | |||
2001-03-27 | Plug one memory leak. Found with boehm-gc. | Hakan Olsson | |
2001-03-27 | Allocate a buffer large enough to contain the generated assertion. | Hakan Olsson | |
Found with ElectricFence. | |||
2001-03-27 | (c)-2001 | Hakan Olsson | |
2001-03-26 | Typo: paramters -> parameters | Aaron Campbell | |
2001-03-24 | Make the apple code compile for OpenBSD. These changes are mostly from maja. | Dale Rahn | |
2001-03-24 | Import of pdisk from apple, BSD licensed code. Archive dated Feb 18 1998 | Dale Rahn | |
This is a HFS partition editing tool. | |||
2001-03-23 | bsdi support, ok niklas@ | Markus Friedl | |
2001-03-23 | atactl SMART support; wouter@yourcreativesolutions.nl | Theo de Raadt | |
2001-03-22 | use mkstemp() | Theo de Raadt | |
2001-03-22 | sprintf -> snprintf | Grigoriy Orlov | |
2001-03-22 | BSD/OS make treats ${A:S/a/x/} like ${A:S/a/x/1}, so we use ${A:S/a/x/g}. | Markus Friedl | |
this works on both systems (for this special case). | |||
2001-03-22 | Update. | Angelos D. Keromytis | |
2001-03-22 | Allow srcid/dstid for manually-set SAs as well (mostly for debug | Angelos D. Keromytis | |
purposes). | |||
2001-03-19 | examples. suggested by deraadt. sync with kame | Jun-ichiro itojun Hagino | |
2001-03-16 | 0x9f == BSDI, ok millert@ | Markus Friedl | |