summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2013-12-22Don't look for two semi-colons when encountering an unrecognizedKenneth R Westerback
2013-12-21Introduce pretty_print_string() and use for printing both textKenneth R Westerback
2013-12-18Code existed to print non-printable characters in strings writtenKenneth R Westerback
2013-12-17Xr mount_tmpfs, trivial ok deraadt@Marc Espie
2013-12-15Update timestamps in 'effective' lease before printing out theKenneth R Westerback
2013-12-14enable tmpfs so it gets tested some more.Marc Espie
2013-12-14Start cleanup/fixup of pretty printing of option data. Use snprintf()Kenneth R Westerback
2013-12-14When cloning leases remember to clone address, next_server andKenneth R Westerback
2013-12-12Delete spurious blank line.Kenneth R Westerback
2013-12-12Eliminate (most) double decrements of remaining space in the prettyKenneth R Westerback
2013-12-12Assemble outgoing packets using iovec to combine the (optional)Kenneth R Westerback
2013-12-11Stray memcpy() using src size.Kenneth R Westerback
2013-12-10Oops. Missed file.Kenneth R Westerback
2013-12-10Rework [priv_]write_file() and associated struct imsg_write_fileKenneth R Westerback
2013-12-09Refactor processing of classless static routes option (121). AddKenneth R Westerback
2013-12-09distingush between sa_msgid not set and 0; otherwise we startMarkus Friedl
2013-12-08Reduce in_addr memcpy() dances by simply using assignments where the sourceKenneth R Westerback
2013-12-06Having stopped pretending we handle anything but ethernet packets,Kenneth R Westerback
2013-12-05Stop pretending we still support FDDI or token ring hardware types.Kenneth R Westerback
2013-12-05Use destination size as size of memcpy(). Use <in_addr> rather thanKenneth R Westerback
2013-12-05Nuke local #define ETHER_HEADER_SIZE and use the identical value'dKenneth R Westerback
2013-12-04When we receive a /32 IP address assignment, mimick ISC DHCP by addingMatthew Dempsky
2013-12-04Oops. Missed a chunk. Give up on classless static routes ifKenneth R Westerback
2013-12-04More memcpy() stylistic repairs and size checks.Kenneth R Westerback
2013-12-04Be more careful to ensure memcpy'd data will fit.Kenneth R Westerback
2013-12-04Use EVP_sha1 directly instead of doing the EVP_get_digestbyname lookup.Mike Belopuhov
2013-12-03never cast to sockaddr_storage, always cast to the abstract 'class' sockaddrMarkus Friedl
2013-12-01Make ifconfig scan show the nwid, channel, and bssid for IBSS networks.Stefan Sperling
2013-11-28mark replaced flows as 'not loaded'; this can happen if bothMarkus Friedl
2013-11-28don't leak duplicate flows; ok mikeb@Markus Friedl
2013-11-28drop duplicate requestsMarkus Friedl
2013-11-28document sa_msgid & sa_reqid; ok mikeb@Markus Friedl
2013-11-28sa_lookup: don't compare with sh_rspi if rspi is not setMarkus Friedl
2013-11-28sa_new(): discard & free duplicate IKESAs; ok mibek@Markus Friedl
2013-11-28include hexdump in debug output only for -vvv; ok mikeb@Markus Friedl
2013-11-28support raw pubkey authentication w/o x509 certificates;Markus Friedl
2013-11-25use u_char for buffers in yylex, for ctype callsSebastian Benoit
2013-11-25use u_char for buffers in yylex, for ctype callsSebastian Benoit
2013-11-22Kirk was being waaaay too chummy with the compiler when he trustedPhilip Guenther
2013-11-22Whole bunch of (unsigned char) casts carefully added for ctype calls.Theo de Raadt
2013-11-22Whole bunch of (unsigned char) casts carefully added for ctype calls.Theo de Raadt
2013-11-21Keep the flow until last IPsec SA is deleted, if the flow is shared byYASUOKA Masahiko
2013-11-21Make the bit string u_char * in print_bits(). In practice weTodd C. Miller
2013-11-21Make the bit string unsigned char * in printb() and printb_status().Todd C. Miller
2013-11-20cleanups for signed char vs ctypeTheo de Raadt
2013-11-19include queue.h directly instead of relying on if.h to provide it;Mike Belopuhov
2013-11-17Distinguish between inteldrm and radeondrm.Mark Kettenis
2013-11-16Fix msgbuf_write() usage.Kenneth R Westerback
2013-11-15Include unistd.h as it is the standard location for getopt().Todd C. Miller
2013-11-15Cope with the EAGAIN API change for msgbuf_write()Mike Belopuhov