Age | Commit message (Expand) | Author |
2014-11-26 | Reset ifi->errors after a successful receive_packet(), rather than | Kenneth R Westerback |
2014-11-26 | Prefer setvbuf() to setlinebuf() for portability; ok deraadt@ | Todd C. Miller |
2014-11-26 | 'ifi' is successfully calloc'd during initialization or dhclient | Kenneth R Westerback |
2014-11-26 | Rename 'got_one()' to 'packethandler()'. | Kenneth R Westerback |
2014-11-25 | r1.118 starting using LINK_STATE_IS_UP() to check the link status | Kenneth R Westerback |
2014-11-23 | Rename discover_interface() to more meaningful get_hw_address(). | Kenneth R Westerback |
2014-11-23 | Cleanup some struct interface_info fields. Make 'nomedia' a flag. Replace | Kenneth R Westerback |
2014-11-20 | A little too agressive reordering. Must initialize the client struct | Kenneth R Westerback |
2014-11-20 | remove sys/file.h includes in favor of fcntl.h where needed. | Ted Unangst |
2014-11-20 | Yet more #include de-duplication. | Kenneth R Westerback |
2014-11-20 | Don't allow embedded nul characters in strings. | Jonathan Gray |
2014-11-20 | remove nt and lanman functions which aren't used. ok reyk yasuoka | Ted Unangst |
2014-11-19 | delete the KERN_VNODE sysctl. it fails to provide any isolation from the | Ted Unangst |
2014-11-19 | Nuke yet more obvious #include duplications. | Kenneth R Westerback |
2014-11-18 | Nuke some obvious #include duplications. | Kenneth R Westerback |
2014-11-17 | Further juggle startup code, putting config file reading after forking | Kenneth R Westerback |
2014-11-16 | Move some memory allocations/initialization and file reading to | Kenneth R Westerback |
2014-11-16 | Read your compiler output even when it succeeds. Add missing variable to | Kenneth R Westerback |
2014-11-16 | Correct the first release tmpfs was shipped with. | Brad Smith |
2014-11-15 | Reduce instances of `` '' in manuals. | Anthony J. Bentley |
2014-11-15 | Make -q (quiet) and -d (don't daemonize) options mutually exclusive. | Kenneth R Westerback |
2014-11-14 | sort names for -C. ok reyk | Ted Unangst |
2014-11-14 | move the trunk related functions out of ifdef SMALL, to allow trunk on | Henning Brauer |
2014-11-14 | Add gcc printf format attributes to iked's parse.y and remove unused | Doug Hogan |
2014-11-13 | keep queues around when anchors are being loaded | Martin Pelikan |
2014-11-13 | Tweak some comments and error messages. Put all "I can't handle | Kenneth R Westerback |
2014-11-10 | tweak previous; ok mikeb | Jason McIntyre |
2014-11-10 | copy pubkey section from isakmpd(8); ok reyk | Mike Belopuhov |
2014-11-08 | Use open(O_CLOEXEC) rather than open() + fcntl(FD_CLOEXEC). Inspired | Kenneth R Westerback |
2014-11-08 | Exhort user to recompile 'dhclient', not 'dhcpd', when bpf versions are | Kenneth R Westerback |
2014-11-07 | Fixup a few problems with EAP state transition | Mike Belopuhov |
2014-11-07 | Run eap_parse on the actual message and only when the length is right | Mike Belopuhov |
2014-11-07 | Repair initiator with PSK auth | Mike Belopuhov |
2014-11-04 | Add gcc format attributes to ipsecctl's parse.y. Also, fix a few format | Doug Hogan |
2014-11-04 | Of the 14 occurances of free_client_lease() only 2 deal with leases | Kenneth R Westerback |
2014-11-04 | Instead of correcting things after the fact, use SOCK_NONBLOCK and SOCK_CLOEXEC | Philip Guenther |
2014-11-03 | Don't leak static leases when the 'lease {}' parsing fails or one static | Kenneth R Westerback |
2014-11-03 | simple conversion from select() to poll() | Theo de Raadt |
2014-11-03 | No need to immediately remove an expired lease from the list of | Kenneth R Westerback |
2014-11-02 | Pesky whitespace and spurious parenthesis. | Kenneth R Westerback |
2014-11-01 | And finally move convert.c to the attic. | Kenneth R Westerback |
2014-11-01 | Unhook convert.c. It's empty but for the license text. | Kenneth R Westerback |
2014-11-01 | Try to ensure that the various lease timeouts are sane. i.e., renew | Kenneth R Westerback |
2014-10-29 | dial down the direness of the warning; vnd isn't going anywhere yet | Ted Unangst |
2014-10-29 | Calling a function to htonl() a constant 32-bit value into a stack | Kenneth R Westerback |
2014-10-29 | remove ugly return value casts | Theo de Raadt |
2014-10-29 | convert simple cases of select() to poll() | Theo de Raadt |
2014-10-27 | Fixup incorrect expansion of the networking mask for dynamic interface | Mike Belopuhov |
2014-10-27 | Compare with/use UINT16_MAX rather than 65535. Less magic is more. | Kenneth R Westerback |
2014-10-27 | Nuke getLong(), getShort(), getUShort(). Two line functions (memcpy(); | Kenneth R Westerback |