summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-06-23tcode is u_intMarkus Friedl
2002-06-23packet_get_int() returns unsigned for reason & seqnrTheo de Raadt
2002-06-23display, screen, row, col, xpixel, ypixel are u_int; markus okTheo de Raadt
2002-06-23KNFTheo de Raadt
2002-06-23compression_level is u_intTheo de Raadt
2002-06-23Fix pthread floatting point preemption test and enable it. NextMarco S Hyman
step is to figure out why it fails on i386, yet works on sparc
2002-06-23add -p pid feature, and ansi at the same time; millert okTheo de Raadt
2002-06-23If we receive a packet with our BSSID from an unassociated station,Todd C. Miller
tell the station to disassociate itself. This fixes a problem when the HostAP reboots but stations still think they are associated. With this change the station will re-associate properly. Change wihap_sta_disassoc() to take an array of u_int8_t (ether addr) instead of a struct wihap_sta_info * to make the above change possible. This is also consistent with wihap_sta_deauth().
2002-06-23fix off by one error; submited by Jedi/Sector One <j@pureftpd.org>Federico G. Schwindt
via pr/2767.
2002-06-23cleanup WI_IS_BE macrosTheo de Raadt
2002-06-23some minor KNF and %uTheo de Raadt
2002-06-23minor KNF. things the fingers do while you readTheo de Raadt
2002-06-23u_int stuffTheo de Raadt
2002-06-23bunch of u_int vs int stuffTheo de Raadt
2002-06-23various KNF and %d for unsignedTheo de Raadt
2002-06-23KNFTheo de Raadt
2002-06-23more gid_t and uid_t are unsignedTheo de Raadt
2002-06-23uid_t and gid_t are unsignedTheo de Raadt
2002-06-23uid_t is unsignedTheo de Raadt
2002-06-23uid_t and gid_t are unsignedTheo de Raadt
2002-06-22save auth method before monitor_reset_key_state(); bugzilla bug #284;Kevin Steves
ok provos@
2002-06-22oops. remove Cisco 340/350, it's a an(4) card.Federico G. Schwindt
2002-06-22document -T option, PR#2766. ok deraadt@Jakob Schlyter
2002-06-22add pcmcia and wi support; deraadt ok.Federico G. Schwindt
2002-06-22adjust big-endian warningTheo de Raadt
2002-06-22note the existance of big-endian pcmcia bussesTheo de Raadt
2002-06-22a wireless section is dumbTheo de Raadt
2002-06-22add wi at pci; move wi to wireless section.Federico G. Schwindt
2002-06-22Add new flag, WI_FLAGS_BUS_PCMCIA and mark pcmcia attachment as such.Federico G. Schwindt
Replace ugly kludge with a macro that tests on sparc if it's pcmcia and tries to deal with it correctly (card mapped as be). This makes possible to have wi at pcmcia and pci on sparc64; from theo and myself. Tested with the PLX adapter and the SBus pcmcia bridge. millert@ ok.
2002-06-22ansiTheo de Raadt
2002-06-22don't call setsid() if debugging or run from inetd; no "Operation notKevin Steves
permitted" errors now; ok millert@ markus@
2002-06-22gid is u_intTheo de Raadt
2002-06-22use strtok_rTheo de Raadt
2002-06-22use process ID vs. pid/PID/process identifierKevin Steves
2002-06-22typoKevin Steves
2002-06-22Fix typo in WI_FLAGS_HAS_ROAMING, noticed by fgs@Todd C. Miller
2002-06-22check /var/empty owner mode; ok provos@Kevin Steves
2002-06-22add /var/empty in FILES sectionKevin Steves
2002-06-22use 8-bits when accessing the wi_cor_offset; millert@ ok.Federico G. Schwindt
2002-06-22Add ${PIPE} to CFLAGSTodd C. Miller
2002-06-22typoChristian Weisgerber
2002-06-22add a commented out scrub exampleHenning Brauer
ok frantzen@
2002-06-22uid are unsigned outside of germanyTheo de Raadt
2002-06-22remove BUGS section; this library uses strtok_r(3) now.Federico G. Schwindt
2002-06-22syncTheo de Raadt
2002-06-22syncTheo de Raadt
2002-06-22syncTheo de Raadt
2002-06-22section 5 not 4 for ssh_configKevin Steves
2002-06-22use strtok_r() instead of strtok(); millert okTheo de Raadt
2002-06-22correct commentKevin Steves