summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
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
2012-08-14remove unused variableCharles Longeau
2012-08-12Use .Lk for HTTP hyperlinks, not .Pa.Ingo Schwarze
2012-08-12Explicitly state that only two unit specifiers are recognized instead ofLawrence Teo
2012-08-08fix type (part from NetBSD)Alexandr Shadchin
2012-08-08remove mac68k leftoversJonathan Gray
2012-07-26Make interface_status() assume that a link is up when IFM_AVALIDKenneth R Westerback
2012-07-26load os passive fingerprints when testing the ruleset; ok henningMike Belopuhov
2012-07-25do not check ns here, we're supposed to compute it; ok krw@ deraadt@Otto Moerbeek
2012-07-14replace (somewhat) magic numbers with constantsAlexander Hall
2012-07-14ansifyAlexandr Shadchin
2012-07-14fix typo in commentAlexandr Shadchin
2012-07-14zap whitespaceAlexandr Shadchin
2012-07-13small tweak;Jason McIntyre
2012-07-13Change the configuration format fed to the isakmpd FIFO to be ableMike Belopuhov
2012-07-13Replace a '512' with DEV_BSIZE. Calculate physmem size in blocks andKenneth R Westerback
2012-07-13Support additional MODP DH groups in the Phase 1 and Phase 2.Mike Belopuhov
2012-07-13allow destination/prefixlen syntax for ipv6 routes.Sebastian Benoit
2012-07-13Use NULL instead of 0 for pointersAlexandr Shadchin
2012-07-11MBR can't handle the truth.Kenneth R Westerback
2012-07-11Simplify guts and calling of getuint(). Eliminate a useless 'help'Kenneth R Westerback
2012-07-10Rename "life" to "lifetime" to match iked.Lawrence Teo
2012-07-10disable lidsuspend on shutdownAlexander Hall