Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-12-17 | Todd, Aaron, Dug, and me all prefer unidiff | Marco S Hyman | |
2000-12-17 | NetBSD -> .Nx | Brad Smith | |
2000-12-17 | cac man page | Brad Smith | |
2000-12-17 | cac | Michael Shalayeff | |
2000-12-17 | netbsd of course; from brad@ | Michael Shalayeff | |
2000-12-17 | cac man page | Michael Shalayeff | |
2000-12-17 | When adding a sub-dir remove 'ignore' from the parent dir or | Marco S Hyman | |
mtree ignores the sub-directory. This fixes the daily insecurity bitch about 'missing: ./usr/libexec/auth' even though /usr/libexec/auth exists with proper mode and ownership. | |||
2000-12-17 | i did not write this one, man | Michael Shalayeff | |
2000-12-17 | Compaq SMART Array RAID controllers. | Michael Shalayeff | |
based on netbsd driver. testing helps from brad@ eisa untested, but should work (; | |||
2000-12-17 | data base -> database | Todd C. Miller | |
2000-12-17 | data base -> database | Todd C. Miller | |
2000-12-17 | Add a new possible value for the machdep.allowaperture sysctl: `2' | Matthieu Herrb | |
allows access to the whole 1st megabyte of memory, for use by XFree86 4.0.x int10 code. (ok, deraadt@) CVS: ---------------------------------------------------------------------- sys/arch/i386/i386/mem.c share/man/man4/man4.i386/xf86.4 CVS: ---------------------------------------------------------------------- | |||
2000-12-17 | typo; from wsanchez@apple.com | Markus Friedl | |
2000-12-17 | err, addtron | Michael Shalayeff | |
2000-12-17 | caveats and bugs for adtron cards | Michael Shalayeff | |
2000-12-17 | Add warning that /mnt must not be in path of DESTDIR or RELEASEDIR | Marco S Hyman | |
as it is used in the release generation process. Idea from Nino Margetic <nino@cng.fr> | |||
2000-12-16 | make sure cis1_info[i] is not NULL before strcmp() w/ it; fixes some obscure ↵ | Michael Shalayeff | |
panics | |||
2000-12-16 | Remove duplicate entries already found in the main sysctl.conf | Miod Vallat | |
2000-12-16 | Remove - RSA is there now, don't need to talk about it being stubbed. | Bob Beck | |
2000-12-16 | allow + in usernames; request from Florian.Weimer@RUS.Uni-Stuttgart.DE | Markus Friedl | |
2000-12-16 | unused; from stevesk@pobox.com | Markus Friedl | |
2000-12-16 | typo | Niels Provos | |
2000-12-16 | when a used SA expires and the exchange is gone, start a new one. | Niels Provos | |
2000-12-16 | add in forgotten dso stuff. | Bob Beck | |
2000-12-15 | Build and install amdref.info and install an entry for it in the dir file. | Todd C. Miller | |
amdref.texinfo could do with some cleaning up but this is a start. | |||
2000-12-15 | import apache 1.3.26 + mod_ssl 2.8.10 | Bob Beck | |
2000-12-15 | apache 1.3.14 + mod_ssl 2.7.1 merge | Bob Beck | |
2000-12-15 | import apache 1.3.27 and mod_ssl 2.8.11 | Bob Beck | |
2000-12-15 | Define BUS_SPACE_BARRIER_{READ,WRITE} as synonmys for BUS_BARRIER_{READ,WRITE} | Artur Grabowski | |
2000-12-15 | oops, forgot top level makefile.bsd-wrapper on merge | Bob Beck | |
2000-12-15 | send messages to all registered listeners. makes multiple keying daemons | Niels Provos | |
work. | |||
2000-12-15 | Oops, missed makefile change, and must crank major on these, some | Bob Beck | |
routines which used to be externally used are now macros. ugh. | |||
2000-12-15 | ITE_INGRF checks needed, from NetBSD. | Marc Espie | |
Reported by Lars Hecking. | |||
2000-12-15 | compute diffie-hellman in parallel between server and client. okay markus@ | Niels Provos | |
2000-12-15 | sync | Jason Wright | |
2000-12-15 | natsemi 83820 | Jason Wright | |
2000-12-15 | Grow the number of reserved pt pages. | Artur Grabowski | |
Solves the 64MB problem. Somewhat based on NetBSD. | |||
2000-12-15 | If there was a syntax error and the user just wants to exit, unlink | Todd C. Miller | |
sudoers if it is zero length since visudo probably just created it. From the sudo cvs repo. | |||
2000-12-15 | Give sensible error messaage for a zero-length sudoers file. | Todd C. Miller | |
From the sudo cvs repo. | |||
2000-12-15 | .Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at least | Aaron Campbell | |
this is consistent. | |||
2000-12-15 | .Sh EXAMPLE -> .Sh EXAMPLES. Move this section before SEE ALSO where it | Aaron Campbell | |
belongs. Closes PR/1554 from bk@rt.fm. | |||
2000-12-15 | return resource exhaustion message on memory allocation error. poll on | Niels Provos | |
the pfkey fd so that we dont block when a message gets lossed. | |||
2000-12-15 | only create new exchange on SA expires, when there has been used. | Niels Provos | |
okay angelos@ | |||
2000-12-15 | send expire messages also for sa's that do not have been used. | Niels Provos | |
okay angelos@ | |||
2000-12-15 | openssl-engine0.9.6 merge | Bob Beck | |
Again, be sure to whack an old /usr/obj/lib/libssl if you are doing builds | |||
2000-12-15 | 'Q' means ignore parse error, not 'q' | Todd C. Miller | |
2000-12-15 | When opening /etc/sudoers for writing, use SUDOERS_MODE for the mode. | Todd C. Miller | |
Otherwise if the user creates a new sudoers file, makes a syntax error, and quits, sudoers will have a random file mode. However, since it is also zero-length, there is no information exposed. Closes PR 1559. | |||
2000-12-15 | openssl-engine 0.9.6 merge | Bob Beck | |
Note that the library changes will mean that you will need to blow away /usr/obj/lib/libssl if you are building, or things will probably get mucked up. | |||
2000-12-15 | openssl-engine-0.9.6 merge | Bob Beck | |
2000-12-15 | import openssl-0.9.7-beta1 | Bob Beck | |