summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-04-13syncTheo de Raadt
2005-04-13sample hostapd.conf from reyk, to be tweakedHenning Brauer
2005-04-13connect hostapd for reyk, ok theo reykHenning Brauer
2005-04-13say hi to _hostapdHenning Brauer
2005-04-13filter_set cleanup. Plug some memleaks and fix an obvious bug in theClaudio Jeker
network case. OK henning@
2005-04-13un-hack, use event_loopexit()Reyk Floeter
ok henning@ brad@
2005-04-13a daemon, not an daemon;Jason McIntyre
2005-04-13add some missing arguments, where format stringsMoritz Jodeit
expect them and a minor comment fix. ok reyk@
2005-04-13- our pages do not have a LIBRARY section;Jason McIntyre
- attach rcs id - wording tweak
2005-04-13set gid before uidReyk Floeter
2005-04-13spacingTheo de Raadt
2005-04-13tighten code verticallyTheo de Raadt
2005-04-13file callbacks won't return -1 anymore, but a CVS_EX_* errorJoris Vink
ok jfb@
2005-04-13really abort, when privdrop fails. ok reyk@Moritz Jodeit
2005-04-13use the option string from the cvs_cmd entry instead of keeping aJean-Francois Brousseau
hardcoded copy ok joris@
2005-04-13tweak to make this use similar format to ospfd.conf.5 and hostapd.conf.5;Jason McIntyre
2005-04-13tweaks; ok reyk@Jason McIntyre
2005-04-13sync usage()Jason McIntyre
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@