Age | Commit message (Expand) | Author |
2014-01-03 | Do not raise the securelevel when transitioning from catatonia to | Todd C. Miller |
2013-12-30 | Do not leak symtab fd (if at fd limit might even prevent correct operation) | Theo de Raadt |
2013-12-30 | Replace yet another hand-rolled list with a TAILQ. reject_list this | Kenneth R Westerback |
2013-12-28 | Remove unused variable 'token'. Spotted by deraadt@ | Kenneth R Westerback |
2013-12-27 | from netbsd, free(bbp) in error paths. Coverity CID 274748. | Theo de Raadt |
2013-12-22 | Setting format id to 't' when it's already 't' is a waste of | Kenneth R Westerback |
2013-12-22 | No need to change format id 'X' (ascii or hex) to 'x' (hex) while | Kenneth R Westerback |
2013-12-22 | Don't look for two semi-colons when encountering an unrecognized | Kenneth R Westerback |
2013-12-21 | Introduce pretty_print_string() and use for printing both text | Kenneth R Westerback |
2013-12-18 | Code existed to print non-printable characters in strings written | Kenneth R Westerback |
2013-12-17 | Xr mount_tmpfs, trivial ok deraadt@ | Marc Espie |
2013-12-15 | Update timestamps in 'effective' lease before printing out the | Kenneth R Westerback |
2013-12-14 | enable tmpfs so it gets tested some more. | Marc Espie |
2013-12-14 | Start cleanup/fixup of pretty printing of option data. Use snprintf() | Kenneth R Westerback |
2013-12-14 | When cloning leases remember to clone address, next_server and | Kenneth R Westerback |
2013-12-12 | Delete spurious blank line. | Kenneth R Westerback |
2013-12-12 | Eliminate (most) double decrements of remaining space in the pretty | Kenneth R Westerback |
2013-12-12 | Assemble outgoing packets using iovec to combine the (optional) | Kenneth R Westerback |
2013-12-11 | Stray memcpy() using src size. | Kenneth R Westerback |
2013-12-10 | Oops. Missed file. | Kenneth R Westerback |
2013-12-10 | Rework [priv_]write_file() and associated struct imsg_write_file | Kenneth R Westerback |
2013-12-09 | Refactor processing of classless static routes option (121). Add | Kenneth R Westerback |
2013-12-09 | distingush between sa_msgid not set and 0; otherwise we start | Markus Friedl |
2013-12-08 | Reduce in_addr memcpy() dances by simply using assignments where the source | Kenneth R Westerback |
2013-12-06 | Having stopped pretending we handle anything but ethernet packets, | Kenneth R Westerback |
2013-12-05 | Stop pretending we still support FDDI or token ring hardware types. | Kenneth R Westerback |
2013-12-05 | Use destination size as size of memcpy(). Use <in_addr> rather than | Kenneth R Westerback |
2013-12-05 | Nuke local #define ETHER_HEADER_SIZE and use the identical value'd | Kenneth R Westerback |
2013-12-04 | When we receive a /32 IP address assignment, mimick ISC DHCP by adding | Matthew Dempsky |
2013-12-04 | Oops. Missed a chunk. Give up on classless static routes if | Kenneth R Westerback |
2013-12-04 | More memcpy() stylistic repairs and size checks. | Kenneth R Westerback |
2013-12-04 | Be more careful to ensure memcpy'd data will fit. | Kenneth R Westerback |
2013-12-04 | Use EVP_sha1 directly instead of doing the EVP_get_digestbyname lookup. | Mike Belopuhov |
2013-12-03 | never cast to sockaddr_storage, always cast to the abstract 'class' sockaddr | Markus Friedl |
2013-12-01 | Make ifconfig scan show the nwid, channel, and bssid for IBSS networks. | Stefan Sperling |
2013-11-28 | mark replaced flows as 'not loaded'; this can happen if both | Markus Friedl |
2013-11-28 | don't leak duplicate flows; ok mikeb@ | Markus Friedl |
2013-11-28 | drop duplicate requests | Markus Friedl |
2013-11-28 | document sa_msgid & sa_reqid; ok mikeb@ | Markus Friedl |
2013-11-28 | sa_lookup: don't compare with sh_rspi if rspi is not set | Markus Friedl |
2013-11-28 | sa_new(): discard & free duplicate IKESAs; ok mibek@ | Markus Friedl |
2013-11-28 | include hexdump in debug output only for -vvv; ok mikeb@ | Markus Friedl |
2013-11-28 | support raw pubkey authentication w/o x509 certificates; | Markus Friedl |
2013-11-25 | use u_char for buffers in yylex, for ctype calls | Sebastian Benoit |
2013-11-25 | use u_char for buffers in yylex, for ctype calls | Sebastian Benoit |
2013-11-22 | Kirk was being waaaay too chummy with the compiler when he trusted | Philip Guenther |
2013-11-22 | Whole bunch of (unsigned char) casts carefully added for ctype calls. | Theo de Raadt |
2013-11-22 | Whole bunch of (unsigned char) casts carefully added for ctype calls. | Theo de Raadt |
2013-11-21 | Keep the flow until last IPsec SA is deleted, if the flow is shared by | YASUOKA Masahiko |
2013-11-21 | Make the bit string u_char * in print_bits(). In practice we | Todd C. Miller |