summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2014-08-29mount_mfs does not require disklabel to be run;Jason McIntyre
2014-08-27Nuke net.inet6.icmp6.rediraccept and allow redirects on interfacesFlorian Obser
2014-08-27Add support for Curve25519 using the public domain code that is foundReyk Floeter
2014-08-25Sync dh.[ch] from iked. The files are identical, so any change inReyk Floeter
2014-08-25Add support for DH groups 27-30 using the Brainpool curves which haveReyk Floeter
2014-08-25Fix a few fd leaks in isakmpd.Doug Hogan
2014-08-25Delete secret or secret-derived data with explicit_bzero.Doug Hogan
2014-08-24Remove imaginary non-reserved port support from mountd.Doug Hogan
2014-08-23Fix double free in ike_auth.cdoug
2014-08-23when you specify queues in a rule, make sure they have been defined.Martin Pelikan
2014-08-22fix memory leak in isakmpddoug
2014-08-21deny "once" flags for match rules; ok henningMike Belopuhov
2014-08-20Remove userland bits related to the crypto(4) interface; ok deraadtMike Belopuhov
2014-08-19Entries for broadcast addresses should also be ignored, just like localMartin Pieuchot
2014-08-18Sync proc.c with httpd. httpd needs SIGUSR1 but iked will ignore itReyk Floeter
2014-08-16repair operation of kern.arandom, which will only allow a buffer ofTheo de Raadt
2014-08-11When parsing 32 bit values, verify that we received 4 bytes.Tobias Stoeckmann
2014-08-10Only need <stdint.h> and not all of <inttypes.h> herePhilip Guenther
2014-08-10Delete extern declarations for variables that don't exist (anymore?)Philip Guenther
2014-08-10msts(4) appears to support TIOCSTSTAMPPhilip Guenther
2014-08-05Fix an example, nat-to requires to specify the "out" direction in pf rules.Reyk Floeter
2014-07-31unbreak the build - e2fs_isave now needs the superblock.Martin Pelikan
2014-07-28Fix memory exhaustion occurring on DHCP options with 0 length.Tobias Stoeckmann
2014-07-28merge dhcpd's packet.c revision 1.7:Tobias Stoeckmann
2014-07-24Unbreak ''route flush'': the kernel now adds local (RTF_LOCAL) routesJeremie Courreges-Anglas
2014-07-22FSTAB -> _PATH_FSTAB, the latter is deprecated.Jeremie Courreges-Anglas
2014-07-21Switch from <sys/endian.h> or <machine/endian.h> to the new,Philip Guenther
2014-07-20Make sure the correct errno is reported by warn* or err* and notPhilip Guenther
2014-07-20Mark fatal() as printf-like.Philip Guenther
2014-07-17files-to-dump can be a duid;Jason McIntyre
2014-07-17Convert a couple calloc()s that were originally malloc()s to reallocarray()s.Philip Guenther
2014-07-16zap trailing newlines; "go for it" deraadtOkan Demirmen
2014-07-16Yes /etc/disklabels/ is a good practice for placing labels of disksTheo de Raadt
2014-07-15add -N to usage()/SYNOPSIS and tweak previous;Jason McIntyre
2014-07-14Make sure to correctly exit the loop in priv_flush_routes() in case ofMiod Vallat
2014-07-14powerdown=YES has been removed.Martin Pelikan
2014-07-14remove the never installed getmntopts.3 page, as well as theJason McIntyre
2014-07-13-N for SYNOPSIS and usage(), and some small changes to previous;Jason McIntyre
2014-07-13kill fs2hXX/h2fsXX macros with letohXX/htoleXXMartin Pelikan
2014-07-13kill fs2hXX/h2fsXX macros with letohXX/htoleXXMartin Pelikan
2014-07-13When renewing a lease, update client->active or you end up in aKenneth R Westerback
2014-07-13new superblock header needs fixesMartin Pelikan
2014-07-13new superblock header needs fixes for BE architecturesMartin Pelikan
2014-07-13Intorduce the same -N flag that mount(8) just got to do the sameClaudio Jeker
2014-07-13Introduce a -N option to mount and a 'net' mount option.Claudio Jeker
2014-07-12Log a warning whenever RTM_DESYNC is seen. Thus giving entrailKenneth R Westerback
2014-07-12ewps, that giant table has -inet6 twice, for SMALL and !SMALLHenning Brauer
2014-07-12provide a missing rfc number;Jason McIntyre
2014-07-12Sync msgbuf_write() changes from relayd.Reyk Floeter
2014-07-12tweak previous;Jason McIntyre