summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2012-10-13move the exit status stuff into an EXIT STATUS section;Jason McIntyre
2012-10-11fix "disable lidsuspend on shutdown":Alexander Hall
2012-10-11The RSA public keys will be found in a subdirectory of /etc/iked/Reyk Floeter
2012-10-11Remove the new (as of r1.56) line of code which updates ifi->linkstat inStuart Henderson
2012-10-10Revert r1.155. Routing breaks if dhclient-script flushes theKenneth R Westerback
2012-10-09"If srcid is omitted, the default is to use the hostname of the localReyk Floeter
2012-09-29Remove extra .PpLawrence Teo
2012-09-25Correct DPADD to not list libssl which is not used by iked.Brad Smith
2012-09-25lost preposition "in"Otto Moerbeek
2012-09-23Allow route -T 3 add to create a table even if the table does not existClaudio Jeker
2012-09-22last stage of rfc changes, using consistent Rs/Re blocks, and moving theJason McIntyre
2012-09-20add more sensor types to sensor framework.Yojiro Uo
2012-09-19Show which limit cannot be set. idea mikebCamiel Dobbelaar
2012-09-18Once resolv.conf.saved has been copied back as resolv.conf, delete it soKenneth R Westerback
2012-09-18update email addresses to match reality.Reyk Floeter
2012-09-18prio 0 is valid, therefore, I chose an "impossible" value for prio meaningHenning Brauer
2012-09-18Don't accept leases that offer a subnet that is already configuredKenneth R Westerback
2012-09-18remove the SADB_X_SAFLAGS_{HALFIV,RANDOMPADDING,NOREPLAY} pfkey-API (not setMarkus Friedl
2012-09-17unbreak the last commit by making sure that the transform nameMarkus Friedl
2012-09-17When a link is lost, call dhclient-script with reason "FAIL". ThisKenneth R Westerback
2012-09-17De-obfuscate and update reality correspondance of some comments.Kenneth R Westerback
2012-09-15Encode the transform parameters in the transform name, too.Markus Friedl
2012-09-12Define empty CDIAGFLAGS for programs that use Werror.Christiano F. Haesbaert
2012-09-10Only keep track of the bio(4) cookie, not an entire bio_locate struct.Joel Sing
2012-09-07no need for the ../bioctlTheo de Raadt
2012-09-06move pkcs5_pbkdf5 function to libutil so everybody can play with itTed Unangst
2012-09-04sort sections;Jason McIntyre
2012-09-03- resolve unchecked malloc()'s; prompted by rustyBSD.Okan Demirmen
2012-09-01Oops. Missed a reinitialize_interface() declaration.Kenneth R Westerback
2012-09-01Nuke a static global I can't get my head around - interfaces_invalidated.Kenneth R Westerback
2012-08-31modload needs to invoke ld with -nopie now on ELF platformsMatthew Dempsky
2012-08-31Nuke a bunch of annoying "/* Send a packet. */" comments aboveKenneth R Westerback
2012-08-30Do not issue a spurious "force" when "group none" is specified.Christian Weisgerber
2012-08-29no point having two copies of this file - this copy never gotJason McIntyre
2012-08-27correct the description of VLAN_MTU; from brad smithJason McIntyre
2012-08-26Junk global cur_time, and use time(NULL) or local variables whereKenneth R Westerback
2012-08-24ikev2 is described in rfc 5996 now;Jason McIntyre
2012-08-23- rfc 4443 replaces rfc 2463Jason McIntyre
2012-08-23remove unneccessary .Pp;Jason McIntyre
2012-08-23get rid of mount_nnpfsTheo de Raadt
2012-08-22- open a remote file/device with the same flags we use when opening aAlexander Hall
2012-08-22add ignore keyword to conf file, allowing one to ignore unwanted infoTed Unangst
2012-08-21Reverse the name and meaning of the IFXF_INET6_PRIVACY interfaceAlexander Bluhm
2012-08-21Don't abandon time_t precision for intervals. Use (long long) and %lld whenKenneth R Westerback
2012-08-18Don't store a time_t into an int. Make the variable time_t.Kenneth R Westerback
2012-08-18Don't try to printf() a time_t value with %d. Cast to (int) justKenneth R Westerback
2012-08-18Remove unused field 'next' from struct timeout. There's only oneKenneth R Westerback
2012-08-18Update global cur_time after exiting poll() and before calling theKenneth R Westerback
2012-08-17Don't forget to byteswap the state_flags since it's a uint16_t now.Mike Belopuhov
2012-08-14fix bad argument passed to errx()Charles Longeau