Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2003-12-01 | slowly start to refactor & cleanup libopie2 before merging it with libopie1 | mickeyl | 1 | -1/+1 |
2003-11-08 | refactor the debug mapper and make it more secure | mickeyl | 1 | -13/+2 |
2003-10-23 | misc changes | mickeyl | 1 | -1/+29 |
2003-10-05 | * start with preparations for scanning wired networks | mickeyl | 1 | -1/+6 |
* dhcp recognition now works nicely | ||||
2003-05-08 | - sync manufacturer list with ethereal | mickeyl | 1 | -2/+3 |
- fix onetworkdemo example - add API for short/extended manufacturer names | ||||
2003-04-20 | - removed those: | simon | 1 | -12/+0 |
-#ifdef QT_NO_DEBUG -inline -#endif <some method here not marked inline in the header file> it makes little sense to inline a method in the .cpp file for non-debug builds, apart from that it causes the method not to be emitted for non-debug builds, causing undefined references in apps referencing them | ||||
2003-04-07 | - add OManufacturerDB | mickeyl | 1 | -6/+15 |
- API extensions for OMacAddress - add data packet recognition for miniwellenreiter | ||||
2003-04-05 | remove inline directive - causes link errors | mickeyl | 1 | -3/+3 |
2003-04-05 | - setting the monitor mode on wireless cards via private ioctls is now much ↵ | mickeyl | 1 | -1/+27 |
more reliable because we detect the appropriate ioctl number at runtime - ONetworkInterface supports now the evil but handy feature to change MAC address on the fly (provided the driver supports this) | ||||
2003-04-04 | low-level network programming is sick. some wlan-drivers don't honor struct ↵ | mickeyl | 1 | -0/+1 |
sizes and simply write bytes _after_ the struct... this patch makes calling SIOCGIWRANGE more failure-proof. | ||||
2003-04-03 | first part of private IOCTL API for OWirelessNetworkInterface implemented | mickeyl | 1 | -4/+29 |
2003-04-03 | - ONetworkInterfaces are now QObjects | mickeyl | 1 | -0/+59 |
- add support for private IOCTLS - make buildChannelList() more safe in case of faulty drivers | ||||
2003-03-28 | skeleton and the start of libopie2, please read README, ROADMAP and STATUS ↵ | mickeyl | 1 | -0/+101 |
and comment... |