Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-23 | tcode is u_int | Markus Friedl | |
2002-06-23 | packet_get_int() returns unsigned for reason & seqnr | Theo de Raadt | |
2002-06-23 | display, screen, row, col, xpixel, ypixel are u_int; markus ok | Theo de Raadt | |
2002-06-23 | KNF | Theo de Raadt | |
2002-06-23 | compression_level is u_int | Theo de Raadt | |
2002-06-23 | Fix pthread floatting point preemption test and enable it. Next | Marco S Hyman | |
step is to figure out why it fails on i386, yet works on sparc | |||
2002-06-23 | add -p pid feature, and ansi at the same time; millert ok | Theo de Raadt | |
2002-06-23 | If 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-23 | fix off by one error; submited by Jedi/Sector One <j@pureftpd.org> | Federico G. Schwindt | |
via pr/2767. | |||
2002-06-23 | cleanup WI_IS_BE macros | Theo de Raadt | |
2002-06-23 | some minor KNF and %u | Theo de Raadt | |
2002-06-23 | minor KNF. things the fingers do while you read | Theo de Raadt | |
2002-06-23 | u_int stuff | Theo de Raadt | |
2002-06-23 | bunch of u_int vs int stuff | Theo de Raadt | |
2002-06-23 | various KNF and %d for unsigned | Theo de Raadt | |
2002-06-23 | KNF | Theo de Raadt | |
2002-06-23 | more gid_t and uid_t are unsigned | Theo de Raadt | |
2002-06-23 | uid_t and gid_t are unsigned | Theo de Raadt | |
2002-06-23 | uid_t is unsigned | Theo de Raadt | |
2002-06-23 | uid_t and gid_t are unsigned | Theo de Raadt | |
2002-06-22 | save auth method before monitor_reset_key_state(); bugzilla bug #284; | Kevin Steves | |
ok provos@ | |||
2002-06-22 | oops. remove Cisco 340/350, it's a an(4) card. | Federico G. Schwindt | |
2002-06-22 | document -T option, PR#2766. ok deraadt@ | Jakob Schlyter | |
2002-06-22 | add pcmcia and wi support; deraadt ok. | Federico G. Schwindt | |
2002-06-22 | adjust big-endian warning | Theo de Raadt | |
2002-06-22 | note the existance of big-endian pcmcia busses | Theo de Raadt | |
2002-06-22 | a wireless section is dumb | Theo de Raadt | |
2002-06-22 | add wi at pci; move wi to wireless section. | Federico G. Schwindt | |
2002-06-22 | Add 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-22 | ansi | Theo de Raadt | |
2002-06-22 | don't call setsid() if debugging or run from inetd; no "Operation not | Kevin Steves | |
permitted" errors now; ok millert@ markus@ | |||
2002-06-22 | gid is u_int | Theo de Raadt | |
2002-06-22 | use strtok_r | Theo de Raadt | |
2002-06-22 | use process ID vs. pid/PID/process identifier | Kevin Steves | |
2002-06-22 | typo | Kevin Steves | |
2002-06-22 | Fix typo in WI_FLAGS_HAS_ROAMING, noticed by fgs@ | Todd C. Miller | |
2002-06-22 | check /var/empty owner mode; ok provos@ | Kevin Steves | |
2002-06-22 | add /var/empty in FILES section | Kevin Steves | |
2002-06-22 | use 8-bits when accessing the wi_cor_offset; millert@ ok. | Federico G. Schwindt | |
2002-06-22 | Add ${PIPE} to CFLAGS | Todd C. Miller | |
2002-06-22 | typo | Christian Weisgerber | |
2002-06-22 | add a commented out scrub example | Henning Brauer | |
ok frantzen@ | |||
2002-06-22 | uid are unsigned outside of germany | Theo de Raadt | |
2002-06-22 | remove BUGS section; this library uses strtok_r(3) now. | Federico G. Schwindt | |
2002-06-22 | sync | Theo de Raadt | |
2002-06-22 | sync | Theo de Raadt | |
2002-06-22 | sync | Theo de Raadt | |
2002-06-22 | section 5 not 4 for ssh_config | Kevin Steves | |
2002-06-22 | use strtok_r() instead of strtok(); millert ok | Theo de Raadt | |
2002-06-22 | correct comment | Kevin Steves | |