summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2018-01-221. Add a field for configuring the size of edge areas on touchpads.Ulf Brosziewski
2018-01-18Mark up mount(8) options with Cm.Anthony J. Bentley
2018-01-16GETTY_SLEEP is 30 seconds, not 10cheloha
2018-01-16Recycle IFF_NOTRAILERS into IFF_STATICARP and document ownerhsipMartin Pieuchot
2018-01-15Spacing, no object change.Martin Pieuchot
2018-01-12Adjust references for sysctl(3) to sysctl(2)Theo de Raadt
2018-01-09Stop printing <not displayed> for wireless keys we know the kernel noMartin Pieuchot
2018-01-06unifdef LOGIN_CAP, we always want to use login.confTodd C. Miller
2018-01-05Complete and fix grammar in comments and bring grammar terms,Kenneth R Westerback
2018-01-05the value of bflag is a blockno, so use the proper type, avoidsOtto Moerbeek
2018-01-05Remove useless <sys/socketvar.h> includes.Martin Pieuchot
2018-01-04Compact some whitespace, unsplit now shorter lines.Kenneth R Westerback
2018-01-04Comments and grammar use '_decl' so use _decl instead of _declarationKenneth R Westerback
2018-01-04space -> tabMartin Pieuchot
2018-01-04parse_lease_time() is an unnecessary abstraction. Just useKenneth R Westerback
2018-01-04We only parse decimal numbers, so parse_decimal() -> parse_number() toKenneth R Westerback
2018-01-02Add missing mouse type. Reported by bit shifter on misc@; ok bru@anton
2018-01-02More grammar comments improvements.Kenneth R Westerback
2018-01-01Tweak syntax comments into consistency and completeness.Kenneth R Westerback
2017-12-31Remove an unused variable and instruct lex not to produce the input() functionanton
2017-12-23Since ikev2_init_recv() is supposed to only handle responses to anPatrick Wildt
2017-12-20Always 'send' host-name, rather than relying on dhclient.conf to askKenneth R Westerback
2017-12-18Stop inserting and paying attention to 'interface <if>;'Kenneth R Westerback
2017-12-18Tighten /usr/local and /usr/X11R6 so that 8G disks still fit in our defaultAntoine Jacoutot
2017-12-17Further simplifY lease parsing. Fold add_lease() into read_lease_db(),Kenneth R Westerback
2017-12-16With leases no longer in dhclient.conf, rename a bunch ofKenneth R Westerback
2017-12-13Fix whitespace botch that snuck in.Kenneth R Westerback
2017-12-13Simplifiy parser by not worrying about nesting 'interface <if> {}'Kenneth R Westerback
2017-12-13getsockname(2) needs to be passed the length of the input struct.Patrick Wildt
2017-12-10add #ifndef SMALL to slaacd.c as needed to fix 'make release'Stefan Sperling
2017-12-10Move privileged initialization from frontend to main process.Florian Obser
2017-12-09Add ACTION_IGNORE and nuke ignored_options, ignored_option_count fieldsKenneth R Westerback
2017-12-08When accepting a BOOTP lease, do not leak offered values of leaseKenneth R Westerback
2017-12-08Convert snprintf+write into dprintf. It is simply easier to read, andTheo de Raadt
2017-12-07Change the SA payload parser to parse more than the first proposal. ThisPatrick Wildt
2017-12-07adjust the "timeout" text, now that leases are no longerJason McIntyre
2017-12-07Set ifi->offer to NULL after free'ing it.Kenneth R Westerback
2017-12-07Nuke support for defining last-gasp leases in dhclient.conf.Kenneth R Westerback
2017-12-07Set the correct ENCAPSULATION_MODE when doing NAT-T.Martin Pieuchot
2017-12-06Disentangle dhclient.conf static lease handling from dynamicKenneth R Westerback
2017-12-05Use clock_gettime(CLOCK_MONOTONIC) to schedule timersJeremie Courreges-Anglas
2017-12-05When removing duplicate dynamic leases from the cache, compare theKenneth R Westerback
2017-12-05When sending out a proposal we create an SA/SPI for the Child SAs if wePatrick Wildt
2017-12-04Remove duplicate check that never could execute because the exact samePatrick Wildt
2017-12-04Consistently log "malformed payload" instead of "payload malformed", andPatrick Wildt
2017-12-04Remove check that is now a duplicate due to recent refactoring.Patrick Wildt
2017-12-04The payloads are layered like onions, so you can validate one layer andPatrick Wildt
2017-12-04change "if (lp &&" to "if lp != NULL &&".Theo Buehler
2017-12-04Avoid a NULL-deref in get_recorded_lease() leading to a segfault seenTheo Buehler
2017-12-04Initialize variable, otherwise the pointer might contain stack garbage.Patrick Wildt