Age | Commit message (Expand) | Author |
2018-01-31 | Add support for specifying multiple transforms within a single proposal. | Patrick Wildt |
2018-01-30 | Expand "bound to ..." message to include the source of the lease, | Kenneth R Westerback |
2018-01-29 | Repair botched retry loop when generating RTM_PROPOSAL | Kenneth R Westerback |
2018-01-29 | Missed a couple of log_info()'s in previous commit. Use #ifdef DEBUG | Kenneth R Westerback |
2018-01-29 | Use log_init(), log_setverbose() and log_debug() more | Kenneth R Westerback |
2018-01-28 | Refactor and simplify the logic to select and invoke the | Kenneth R Westerback |
2018-01-28 | A few fatal() -> fatalx() where errno is not | Kenneth R Westerback |
2018-01-25 | Add DPRINTF() and use it to replace log_debug() statements inside | Kenneth R Westerback |
2018-01-24 | Don't display the seconds until renewal. i.e. "em0: bound to 1.2.3.4 | Kenneth R Westerback |
2018-01-24 | Implement support for specifying multiple proposals. This means we can | Patrick Wildt |
2018-01-22 | 1. Add a field for configuring the size of edge areas on touchpads. | Ulf Brosziewski |
2018-01-18 | Mark up mount(8) options with Cm. | Anthony J. Bentley |
2018-01-16 | GETTY_SLEEP is 30 seconds, not 10 | cheloha |
2018-01-16 | Recycle IFF_NOTRAILERS into IFF_STATICARP and document ownerhsip | Martin Pieuchot |
2018-01-15 | Spacing, no object change. | Martin Pieuchot |
2018-01-12 | Adjust references for sysctl(3) to sysctl(2) | Theo de Raadt |
2018-01-09 | Stop printing <not displayed> for wireless keys we know the kernel no | Martin Pieuchot |
2018-01-06 | unifdef LOGIN_CAP, we always want to use login.conf | Todd C. Miller |
2018-01-05 | Complete and fix grammar in comments and bring grammar terms, | Kenneth R Westerback |
2018-01-05 | the value of bflag is a blockno, so use the proper type, avoids | Otto Moerbeek |
2018-01-05 | Remove useless <sys/socketvar.h> includes. | Martin Pieuchot |
2018-01-04 | Compact some whitespace, unsplit now shorter lines. | Kenneth R Westerback |
2018-01-04 | Comments and grammar use '_decl' so use _decl instead of _declaration | Kenneth R Westerback |
2018-01-04 | space -> tab | Martin Pieuchot |
2018-01-04 | parse_lease_time() is an unnecessary abstraction. Just use | Kenneth R Westerback |
2018-01-04 | We only parse decimal numbers, so parse_decimal() -> parse_number() to | Kenneth R Westerback |
2018-01-02 | Add missing mouse type. Reported by bit shifter on misc@; ok bru@ | anton |
2018-01-02 | More grammar comments improvements. | Kenneth R Westerback |
2018-01-01 | Tweak syntax comments into consistency and completeness. | Kenneth R Westerback |
2017-12-31 | Remove an unused variable and instruct lex not to produce the input() function | anton |
2017-12-23 | Since ikev2_init_recv() is supposed to only handle responses to an | Patrick Wildt |
2017-12-20 | Always 'send' host-name, rather than relying on dhclient.conf to ask | Kenneth R Westerback |
2017-12-18 | Stop inserting and paying attention to 'interface <if>;' | Kenneth R Westerback |
2017-12-18 | Tighten /usr/local and /usr/X11R6 so that 8G disks still fit in our default | Antoine Jacoutot |
2017-12-17 | Further simplifY lease parsing. Fold add_lease() into read_lease_db(), | Kenneth R Westerback |
2017-12-16 | With leases no longer in dhclient.conf, rename a bunch of | Kenneth R Westerback |
2017-12-13 | Fix whitespace botch that snuck in. | Kenneth R Westerback |
2017-12-13 | Simplifiy parser by not worrying about nesting 'interface <if> {}' | Kenneth R Westerback |
2017-12-13 | getsockname(2) needs to be passed the length of the input struct. | Patrick Wildt |
2017-12-10 | add #ifndef SMALL to slaacd.c as needed to fix 'make release' | Stefan Sperling |
2017-12-10 | Move privileged initialization from frontend to main process. | Florian Obser |
2017-12-09 | Add ACTION_IGNORE and nuke ignored_options, ignored_option_count fields | Kenneth R Westerback |
2017-12-08 | When accepting a BOOTP lease, do not leak offered values of lease | Kenneth R Westerback |
2017-12-08 | Convert snprintf+write into dprintf. It is simply easier to read, and | Theo de Raadt |
2017-12-07 | Change the SA payload parser to parse more than the first proposal. This | Patrick Wildt |
2017-12-07 | adjust the "timeout" text, now that leases are no longer | Jason McIntyre |
2017-12-07 | Set ifi->offer to NULL after free'ing it. | Kenneth R Westerback |
2017-12-07 | Nuke support for defining last-gasp leases in dhclient.conf. | Kenneth R Westerback |
2017-12-07 | Set the correct ENCAPSULATION_MODE when doing NAT-T. | Martin Pieuchot |
2017-12-06 | Disentangle dhclient.conf static lease handling from dynamic | Kenneth R Westerback |