Age | Commit message (Expand) | Author |
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 |
2017-12-05 | Use clock_gettime(CLOCK_MONOTONIC) to schedule timers | Jeremie Courreges-Anglas |
2017-12-05 | When removing duplicate dynamic leases from the cache, compare the | Kenneth R Westerback |
2017-12-05 | When sending out a proposal we create an SA/SPI for the Child SAs if we | Patrick Wildt |
2017-12-04 | Remove duplicate check that never could execute because the exact same | Patrick Wildt |
2017-12-04 | Consistently log "malformed payload" instead of "payload malformed", and | Patrick Wildt |
2017-12-04 | Remove check that is now a duplicate due to recent refactoring. | Patrick Wildt |
2017-12-04 | The payloads are layered like onions, so you can validate one layer and | Patrick Wildt |
2017-12-04 | change "if (lp &&" to "if lp != NULL &&". | Theo Buehler |
2017-12-04 | Avoid a NULL-deref in get_recorded_lease() leading to a segfault seen | Theo Buehler |
2017-12-04 | Initialize variable, otherwise the pointer might contain stack garbage. | Patrick Wildt |