summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-10-07cert.c: Merge with EOM 1.18Niklas Hallqvist
cert.h: Merge with EOM 1.8 libcrypto.c: Merge with EOM 1.14 policy.h: Merge with EOM 1.12 x509.h: Merge with EOM 1.11 author: niklas Multiple subject name matching, makes certificate interop with PGPnet at least partly working. Added some error checking.
2000-10-07Merge with EOM 1.50Niklas Hallqvist
author: niklas alphabeticize
2000-10-07on SIOC*IFPHY*, validate args more correctly.Jun-ichiro itojun Hagino
2000-10-07remove non-existant T optionEric Jackson
2000-10-07repair SIOCGIFP*ADDR.Jun-ichiro itojun Hagino
2000-10-07- Add console/X mouse transparency, so you don't have to kill moused to run X.Aaron Campbell
- Introduce `select units' (by char/word/line). Behaves more like an xterm now. - Serial mice should now work after this commit. - Many bug fixes. Work by Jean-Baptiste.Marchand@epita.fr, except for the X cohabitation code which was written by Julien.Montagne@epita.fr.
2000-10-07If /etc/mailer.conf specifies a mailer other than sendmail, thereTodd C. Miller
may be no /etc/mail/sendmail.cf so don't include that in the check for whether or not to run /usr/sbin/sendmail. Instead, check for the existence of /etc/mailer.conf. Pointed out by Theo.
2000-10-06Print commands in a prettier fashion.Aaron Campbell
2000-10-06weaken syscall symbols in libc by defaultDavid Leonard
2000-10-06use fd_set instead of intTheo de Raadt
2000-10-06use poll to avoid fd_set overflowTheo de Raadt
2000-10-06use dynamic fd_set to avoid overflowTheo de Raadt
2000-10-06typoNiklas Hallqvist
2000-10-06${SHELL} move-if-changedDavid Leonard
2000-10-06Root logins are now permitted over ssh by default (this has been discussedAaron Campbell
over and over).
2000-10-06make it compile w/o pcibios; aaron@ okMichael Shalayeff
2000-10-06ldconfig(1) -> ldconfig(8)Aaron Campbell
2000-10-06Work around a shared library/pmap bug on the powerpc arch. SomehowDale S. Rahn
it seems that the instruction cache will not get properly initialized or a problem exists with mmaping code and being able to execute it. This workaround is excessive in that it flushes the cache for the entire mmaped library. This slows down program startup, but seems to eliminate the problem.
2000-10-06When including the listing of a directory in root's security mail, pass theAaron Campbell
-q flag to ls(1) so that non-printable characters will appear as '?'. This prevents a malicious user from fooling the administrator into thinking the contents of a file name are actually valid script output (note that you can put newlines in file names); deraadt@ ok
2000-10-06Avoid fd_set overflow. (just like in ping).Artur Grabowski
2000-10-06Remove the unimplemented -edebug flag from usage and manpage.Hans Insulander
2000-10-06remove now-obsolete SIOCSIFPHY* handling in in{6,}_control.Jun-ichiro itojun Hagino
sync with kame.
2000-10-06Add a CAVEATS section to warn programmers that shell meta-characters willAaron Campbell
be passed to the command interpreter.
2000-10-06Sync usage() with man page.Aaron Campbell
2000-10-06printf string format audit. from: sommerfeld@netbsd.orgJun-ichiro itojun Hagino
2000-10-06- Get rid of more short lines.Aaron Campbell
- Fix a formatting error I missed in the last commit.
2000-10-06- Fix numerous formatting glitches.Aaron Campbell
- Convert plain reference to an mdoc macro'd reference. - Get rid of some annoying short lines, which make the man src hard to read. - parenthesis -> parentheses
2000-10-06syncAaron Campbell
2000-10-06Add product ID for ESS Maestro-3.Aaron Campbell
2000-10-06Fix byte ordering for CuSeeMe and add some tidy-ups; FreeBSDbrian
2000-10-05hppa not yetMichael Shalayeff
2000-10-05Many fixups and corrections, a bit more needed though.Aaron Campbell
2000-10-05missed it by That MuchDavid Leonard
2000-10-05Use volatile on the __asm__ directives, do not allow the compiler to reorderDale S. Rahn
or optimize out any of the assembly statements.
2000-10-05there is no SIOCDIFPHYADDR in openbsd-current yet (in kame, there is)Jun-ichiro itojun Hagino
2000-10-04make sure we have root priv on SIOCSIFPHY*. from thorpej@netbsdJun-ichiro itojun Hagino
2000-10-04Remove parameter names in prototypes (always a bad idea)Marc Espie
2000-10-04Fixes a format string error in the kill (k) command; vort@wiretapped.netTodd C. Miller
2000-10-04use weak symbols in sparc's libcDavid Leonard
2000-10-04teach tags about SYSENTRYDavid Leonard
2000-10-04oopsDavid Leonard
2000-10-04switch to _machdep_switch() instead of setjmp/longjmp. For some reason this ↵David Leonard
fixes sparc threads.
2000-10-04if fstat fails fails, as it will on some sockets, close anyway.David Leonard
2000-10-04bit of a cleanupDavid Leonard
2000-10-04nothing uses this variableBrandon Creighton
2000-10-04push the right # of registers with pushr.Brandon Creighton
also removed some useless instructions
2000-10-04better (relative) definition of ${S}Brandon Creighton
undef SAREL
2000-10-04do not mess with rpb once it's initializedBrandon Creighton
2000-10-04- don't reassign rpb here, it is done elsewhereBrandon Creighton
- add code for VAX_BTYP_1303 systems, tested so far on hugh@'s ka53
2000-10-04add 53c94 to devsw/cnvtabBrandon Creighton