summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2006-05-21Fix size checks for bootp packets. Problem found and initial patchCan Erkin Acar
2006-05-18Reference pppoe(4).Ray Lai
2006-05-18do not build spppcontrolTheo de Raadt
2006-05-18remove spppcontrolReyk Floeter
2006-05-17move an option to the right place;Jason McIntyre
2006-05-17same typo fix that ian just fixed in apmd.8;Jason McIntyre
2006-05-16typoIan Darwin
2006-05-16.Sx for section references;Jason McIntyre
2006-05-15mention the lack of authenticated management frames in IEEE 802.11.Reyk Floeter
2006-05-15initial implementation of "IP Roaming" in hostapd, see hostapd.conf(5).Reyk Floeter
2006-05-15set cur & max limits with MaxFOOPerChild instead of cur twiceHenning Brauer
2006-05-15make lint happyReyk Floeter
2006-05-15add a little bit more to -X;Jason McIntyre
2006-05-15better description for -X;Jason McIntyre
2006-05-14PFD_MAX betterer than harcoded 1Henning Brauer
2006-05-14add ()'s to improve readability.David Hill
2006-05-14Add a -hex option to 'rand' to output hexadecimal output.Matthieu Herrb
2006-05-13set the correct timezone using tzset() before before writing to syslog.Reyk Floeter
2006-05-11Some more delint. -mojMats O Jansson
2006-05-11If a list of interfaces is supplied via the command line orKenneth R Westerback
2006-05-10fail zzz w/ a reasonable error msg if apmd is not running; found by deraadt@Michael Shalayeff
2006-05-09Administrative changes for aviion, ok deraadt@Miod Vallat
2006-05-06lint can't do assembly files, put them directly in OBJS.Marc Espie
2006-05-04- document -iJason McIntyre
2006-05-04more clues for people who update their system.Marc Espie
2006-05-02The pftable name to ID functions should use the pftable_labels list and notClaudio Jeker
2006-04-30remove the simplelock argument from vfs_busy() which is currently notNikolay Sturm
2006-04-29Change the compile time option -DINFO into a runtime option to get rideMats O Jansson
2006-04-28do not log "interface with index 0 not found". ifindex == 0 happens onHenning Brauer
2006-04-27lint(1) support in config:Marc Espie
2006-04-26Remove unused _exists() function. It is not even used in my evil filter treeClaudio Jeker
2006-04-26Last argument to send_filterset() is a left-over from one of my not so cleverClaudio Jeker
2006-04-26Remove filterset_names from bgpd.h and replace it with a function becauseClaudio Jeker
2006-04-25kill unused old debug code.Esben Norby
2006-04-25Mark fatal and fatalx as __dead from deraadt@Claudio Jeker
2006-04-25Mark fatal and fatalx as __dead from a similar diff for bgpd from deraadt@Claudio Jeker
2006-04-25Use size_t for buffer lenght passed to send_ls_ack() plus an ARGSUSED.Claudio Jeker
2006-04-25Kill unused function and add a ARGSUSED.Claudio Jeker
2006-04-25Path the length of the packet as size_t to in_cksum(). Enforce that theClaudio Jeker
2006-04-25The return value of lsa_num_links is an u_int16_t tnd not int. Found by lint.Claudio Jeker
2006-04-25More lint cleanup. Kill unneeded stuff and sprinkle some ARGSUSED.Claudio Jeker
2006-04-25ARGSUSED for event handler.Claudio Jeker
2006-04-25Mark event handlers with ARGSUSED to please lint.Claudio Jeker
2006-04-24Fix parser to match current behaviour and make auth-type et al. part of theClaudio Jeker
2006-04-22Set signal handlers directly after the fork(2), so that we avoidMoritz Jodeit
2006-04-22Remove remaining stuff from state QUIT, adjust some commentsMoritz Jodeit
2006-04-22Pass over the right object to OpenBSD::Delete::validate_plist().Bernd Ahlers
2006-04-21Add comments to please lint. No code changes. OK deraadtChad Loder
2006-04-21Add IFT_PPP to the iftype to ifmedia type conversion function. Now P2P linksClaudio Jeker
2006-04-21attr_init() should use attrhashsize and not pathhashsize. Found via a lintClaudio Jeker