Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-23 | permit rpc.yppasswdd run to be blocked, and block by default; ok henning tedu | Theo de Raadt | |
2004-01-23 | sort options and clean up openssl ocsp; | Jason McIntyre | |
plus a stab at making this page more consistent; | |||
2004-01-23 | sync | Theo de Raadt | |
2004-01-23 | ifstated, from mpf@. This daemon listens on the routing socket for | Ryan Thomas McBride | |
interface link state changes and runs commands when these changes occur. This is particularly useful with carp(4) interfaces; stay tuned for additional features and documentation. ok deraadt@ mpf@ | |||
2004-01-23 | Crank SHMMAXPGS to 32mb; deraadt@ OK for all, drahn@ OK for macppc + pegasos | Todd C. Miller | |
2004-01-23 | use log_addr | Henning Brauer | |
2004-01-23 | provide log_addr, which takes a struct bgpd_addr | Henning Brauer | |
intended to replace log_ntoa in most cases becaus that is IPv4 only by design | |||
2004-01-23 | no more suid; ok miod | Theo de Raadt | |
2004-01-23 | support for cradle mode by marius at monkey.org; cradle mode allows the | Nikolay Sturm | |
systrace UI to be attached and re-attached, it also multiplexes across systrace process so that one UI can function as central notification from provos@, ok markus@ | |||
2004-01-23 | Use %b to display status register, this will make bug reports more | Alexander Yurchenko | |
informative. Also convert WDCS_BITS string to caps. | |||
2004-01-23 | Clarify find -X and Xr xargs(1). Based on a diff from and OK by jmc@ | Todd C. Miller | |
2004-01-23 | Add NTFS; deraadt@ OK | Todd C. Miller | |
2004-01-23 | rename acss@opebsd.org to acss@openssh.org | Hans-Joerg Hoexer | |
ok deraadt@ | |||
2004-01-23 | Use correct cvs id string. | Hans-Joerg Hoexer | |
ok deraadt@ | |||
2004-01-23 | USE_GCC3 switch, now that propolice is in. | Marc Espie | |
2004-01-23 | remove junk return at end | Theo de Raadt | |
2004-01-23 | sync | Theo de Raadt | |
2004-01-23 | make sure to only use the accept()ed connection of there is no other existing | Henning Brauer | |
tcp connection for the peer in question, and shutdown & close it otherwise. add a comment about collision detection. | |||
2004-01-23 | sync comments with reality and properly log accept() errors | Henning Brauer | |
2004-01-23 | Fix issue pointed out with ls not handling large directories with embeded | mouring | |
paths correctly. OK damien@ | |||
2004-01-23 | Get rid of a few (mostly DDB related) unused defines and macros. | Miod Vallat | |
2004-01-23 | sync | Peter Stromberg | |
2004-01-23 | Virtual SVGA II | Peter Stromberg | |
ok deraadt@ | |||
2004-01-23 | enable acss for ssh | Hans-Joerg Hoexer | |
ok deraadt@ markus@ | |||
2004-01-23 | enable acss. | Hans-Joerg Hoexer | |
ok @deraadt @markus Also bump minor version. ok @deraadt | |||
2004-01-23 | evp api and manual page for acss | Hans-Joerg Hoexer | |
ok deraadt@ markus@ | |||
2004-01-23 | Add acss to libcrypto. | Hans-Joerg Hoexer | |
ok deraadt@ markus@ | |||
2004-01-23 | died of starvation | Miod Vallat | |
2004-01-23 | sort options and tidy openssl nseq; | Jason McIntyre | |
2004-01-23 | Clean the device configuration settings, and comment out unsupported | Miod Vallat | |
hardware for now. | |||
2004-01-23 | Sync options and defines with other ppc ports. | Miod Vallat | |
2004-01-23 | Nuke last common. | Miod Vallat | |
2004-01-23 | Move a closefrom(2) into the block that execs su(1) where it can do the | Todd C. Miller | |
most good. There is already another closefrom(2) for the normal code path. Also remove a bogus comment. Discussed with deraadt@ | |||
2004-01-23 | Use closefrom(); ok millert tedu | Theo de Raadt | |
2004-01-23 | Don't probe impossible luns. If lun 0 is non-existant, or if the device shows | Kenneth R Westerback | |
it doesn't grok luns then stop probing. Speeds up the probe of an empty scsi bus by approx. 30 seconds. From Marco Peereboom. Tested by Marco Peereboom, millert@, miod@, Diana Eichart, and a host of anonymous snapshot users. ok deraadt@. | |||
2004-01-22 | Style lync with other ppc-based ports, no functional change. | Miod Vallat | |
2004-01-22 | Remove unnecessary typedef usage. | Marc Espie | |
u_char -> unsigned char u_short -> unsigned short u_long -> unsigned long u_int -> unsigned int okay millert@ | |||
2004-01-22 | Remove macppc-only devices. | Miod Vallat | |
2004-01-22 | dlfcn.h removal | Miod Vallat | |
2004-01-22 | document PKG_ARCH | Marc Espie | |
2004-01-22 | Everyday, new typos need to be investigated. | Miod Vallat | |
2004-01-22 | These files went dangling long time ago, actually... | Miod Vallat | |
2004-01-22 | document/activate @arch. Fix list handling. | Marc Espie | |
2004-01-22 | provide a log_debug and use it in rde.c. | Henning Brauer | |
with this, logit() can be a private function. we don't need to include syslog.h in bgpd.h any more; log.c and parse.y who need it include it directly now. | |||
2004-01-22 | MULTI_PACKAGES for users. | Marc Espie | |
from Michael Coulter <mjc@bitz.ca>, thanks! | |||
2004-01-22 | use log_peer_warnx() now that we can, claudio agrees | Henning Brauer | |
2004-01-22 | make log_peer_* take a struct peer_config instead of the session engine | Henning Brauer | |
specific struct peer, and move their prototypes to bgpd.h to make it available to whole bgpd ok claudio@ | |||
2004-01-22 | Make locore and the early initialization code closer to other ppc ports; | Miod Vallat | |
also remove ipkbd and other dead code. | |||
2004-01-22 | use C comments, works better | Theo de Raadt | |
2004-01-22 | use log_warnx and log_info. reclassify a few messages in the process and fix | Henning Brauer | |
a few messages. ok claudio@ |