summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-04-13various tweaks;Jason McIntyre
ok reyk@
2005-04-13privsep i/o functions are based on atomicio, add copyright noticeReyk Floeter
2005-04-13* accept the -N option to suppress logging of tagsJean-Francois Brousseau
* print locks, access entries and description in local mode * cleanup and get rid of unused variables
2005-04-13only fflush STDERR when we actually log to STDERR, reyk okHenning Brauer
2005-04-13missing copyrights here as wellHenning Brauer
it is more than fine to re-use our code (please do!), but do not forget our copyright!
2005-04-13do not close descriptors before exitTheo de Raadt
2005-04-13spacesTheo de Raadt
2005-04-13kill #if 0 crudHenning Brauer
2005-04-13bzero of bss not neededTheo de Raadt
2005-04-13do not trust snprintf return value; ok otto mickeyTheo de Raadt
2005-04-13Do as login_krb5-or-pwd(8) says: "When root tries to login,Bjorn Sandell
login_krb5-or-pwd skips KerberosV authentication," ok beck@ some time ago
2005-04-13don't lose copyright on the way... reyk okHenning Brauer
2005-04-13KNGHenning Brauer
2005-04-13whitespaceHenning Brauer
2005-04-13the ifconfig manpage is in section 8...Reyk Floeter
2005-04-13add missing commaReyk Floeter
2005-04-13KNFHenning Brauer
2005-04-13add the initial version of the OpenBSD hostapd daemonReyk Floeter
ok deraadt@
2005-04-13although the example gateway addresses given are private IP addresses, make itJason McIntyre
clear that this is an example only, and would normally be public addresses; ok hshoexer@ henning@ msf@
2005-04-13it is not possible to specify `media' and `-mediaopt' to ifconfig atJason McIntyre
the same time; just use `media autoselect' in our example how to return nic to default state; found by johan torin; usage confirmed by reyk@
2005-04-13cleanup and split the log code into two separate functions for localJean-Francois Brousseau
and remote, and a first stab at the code for local log
2005-04-13Import w* functions so that I can send smaller diffs around.Marc Espie
(Nothing activated yet, of course) okay deraadt@
2005-04-13make rcsnum_tostr() return an empty string if the RCSNUM is NULLJean-Francois Brousseau
2005-04-13use "volatile sig_atomic_t" types instead of "int" for signal flags.Reyk Floeter
ok deraadt@ henning@ provos
2005-04-13cache leftoversJean-Francois Brousseau
2005-04-13dead code.Joris Vink
"ditch it" jfb@
2005-04-13check return values of snprintf() for potential overflows or errorsJean-Francois Brousseau
ok xsa@, joris@
2005-04-13cmd_helper() returns error codes > 0 or 0 on success.Joris Vink
2005-04-13syncDamien Bergamini
2005-04-13New ural devices. Pointed out by Rodolfo Gouveia.Damien Bergamini
2005-04-13Show if a route is rejected or blackholed in show fib output. OK henning@Claudio Jeker
2005-04-13Always use lex in interactive mode. Makes bc running as a co-processOtto Moerbeek
behave. Very, very little performance loss. Spotted by and ok fschg@
2005-04-13Resume only if the lid is open and the power key pressed. Also fixUwe Stuehler
peridic discharging in zapm_poll().
2005-04-13Call special suspend and resume hooks. The latter can cancel a resume.Uwe Stuehler
2005-04-13boot when then timeout expires; prodded by drahn@ dlg@ and othersUwe Stuehler
2005-04-13free STACKGAP_RANDOM commitMichael Shalayeff
2005-04-13avoid variable aliasingTheo de Raadt
2005-04-13very unlikely overflow. but sticking to the idiom is important: thereby,Theo de Raadt
example by example, we teach people how to actually use snprintf. because it is clear (especially judging by code coming from netbsd hint hint perhaps if i say it like this they will finally learn) that people are not paying attention, and replacing one security problem with another. in the early days we replaced buffer the typical ANSI-C standardized function buffer overflows (by which I mean strcpy, strcat, and sprintf) with non-overflowing ones -- range checking varients. We knew we were fixing a major problem. The damn overflows. But we did not have time in all cases to handle the next problem we were not handling: string truncation. Now we need to (I hope not slowly) start fixing the string truncations. Anyone going to help?
2005-04-13Tweak set source option testing. Don't offer nfs if no active interfaceKenneth R Westerback
is found - even if /sbin/mount_nfs is present.
2005-04-13spacingTheo de Raadt
2005-04-13Display 'none' as v6 default address when no v6 address is detected.Kenneth R Westerback
Tighten some code.
2005-04-13use STD{IN,OUT,ERR}_FILENOTheo de Raadt
2005-04-13Only show sets locations that might work. e.g. no /sbin/nfs == don'tKenneth R Westerback
offer nfs as a location. Eliminate (m)ounted source in favour of an extra question for disk sources. Bit of cleanup and overall shrinkage. ok deraadt@ miod@
2005-04-13use STDERR_FILENOTheo de Raadt
2005-04-13Allow any valid kbd(8) mapping to be specified (e.g. us.dvorak). BeKenneth R Westerback
more terse both in prompts and output. Show list of major tables only on request. Problem noted by Matt Jibson. ok deraadt@
2005-04-12tweaks;Jason McIntyre
ok claudio@
2005-04-12Blink support is now fully functional.Marco Peereboom
Most enclosures timeout the normal blink in about 2 minutes; if not the user can cancel the blink with -b unblink. On the other hand the alarm blink never times out. example usage: bioctl -d ami0 -l 1:8 -b blink
2005-04-12Add last pieces of ses crud to enable blink functionality.Marco Peereboom
This file is still a work in progress.
2005-04-12more cvsd(8) cleanup;Xavier Santolaria
2005-04-12cvsd(8) references cleanup; ok joris@.Xavier Santolaria