Age | Commit message (Expand) | Author |
2011-05-02 | no need to escape `|'; as discussed with schwartze | Jason McIntyre |
2011-04-06 | Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' | Miod Vallat |
2010-10-15 | Switch the remaining users of libdes in src to libcrypto, | Jonathan Gray |
2010-10-01 | use "Point-to-Point" for consistency. | Igor Sobrado |
2010-08-12 | Use symbolic names for the file descriptors rather than numeric values. | Kevin Lo |
2010-03-26 | dispense with some wacky escape sequences; | Jason McIntyre |
2010-02-24 | According to mdoc.samples(7), .Xo is explicitely disallowed after .Op, | Ingo Schwarze |
2010-01-05 | - properly spell "packet". | Jasper Lievisse Adriaanse |
2009-12-11 | Buffer overflow when padding the password buffer to a 16 byte boundary. | Owain Ainsworth |
2009-12-11 | Fix two identical buffer overruns. | Owain Ainsworth |
2009-09-02 | Correct the currently supported RFC level of the IPv6CP support, | Stuart Henderson |
2009-08-31 | Don't get stuck in an infinite loop comparing u_short <= USHRT_MAX which | Claudio Jeker |
2009-07-02 | Rewrite the sysctl handlers to use libc functions (getifaddrs and | Claudio Jeker |
2009-06-25 | At least try to check for the RTM_VERSION here even so part of this code | Claudio Jeker |
2009-06-05 | correct a format string type | Theo de Raadt |
2009-06-05 | rtm->rtm_hdrlen conversion | Chris Cappuccio |
2008-11-12 | we should not document each operand in the usage of a command, | Igor Sobrado |
2008-10-02 | Repair "set reconnect random 0" from PR 5368. This bug report was ignored | Theo de Raadt |
2008-08-07 | Fix a typo, inteface -> interface. | Brad Smith |
2008-07-19 | Use the IPv6 documentation prefix 2001:db8::/32 from RFC 3849 instead | Reyk Floeter |
2008-05-21 | punctuation fix; | Jason McIntyre |
2008-05-21 | Do not mention pccom any longer. | Miod Vallat |
2008-05-06 | More missing RTM_VERSION checks. OK henning@ | Claudio Jeker |
2008-03-24 | msg_controllen has to be CMSG_SPACE so that the kernel can account for | Theo de Raadt |
2008-03-15 | Repair more msg_controllen dealing with structures or arrays of | Theo de Raadt |
2008-03-13 | Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to | Theo de Raadt |
2008-03-02 | another extra endpwent() not needed | Theo de Raadt |
2008-03-02 | Pass a buffer size to InterpretArg() and do not let it overflow it, saves | Miod Vallat |
2008-02-26 | Allow a range of baud rates in a manner similiar to tip/cu, | Jonathan Gray |
2007-09-25 | handle empty strings returned by fgets | Charles Longeau |
2007-09-11 | use strcspn to properly overwrite '\n' in fgets returned buffer | Gilles Chehade |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt |
2007-07-26 | Remove the space after "Password:" in password prompts where echo is | Todd C. Miller |
2007-06-02 | safer snprintf construct with more paranoid length calculation | Peter Valchev |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2006-12-11 | If the peer rejects my MRU request and our request is smaller then what | Claudio Jeker |
2006-11-02 | Check that last character is a newline before truncating; prevents | Ray Lai |
2006-09-25 | Use S_IS* macros insted of masking with S_IF* flags. The latter may | Otto Moerbeek |
2006-02-06 | typos from alexey dobriyan; | Jason McIntyre |
2005-09-22 | consistency fixes, spotted by brian at awfulhak org; | Jason McIntyre |
2005-09-22 | add missing phrase; | Jason McIntyre |
2005-09-22 | add a few flags to CDIAGFLAGS | Brad Smith |
2005-09-21 | grammar, spelling, formatting fixes... | Jason McIntyre |
2005-09-21 | Added some missing defines. | Brad Smith |
2005-09-21 | Add a radius_Flush() function that waits for the response (or timeout) to | Brad Smith |
2005-09-21 | Support a ``set rad_alive N'' command to enable periodic RADIUS accounting | Brad Smith |
2005-09-21 | Send NAS-IP-Address as well as NAS-Identifier | Brad Smith |
2005-09-21 | Avoid casts as lvalues. | Brad Smith |
2005-09-21 | If HISMACADDR is set in the environment, pass the value to | Brad Smith |
2005-09-21 | Send RADIUS gigaword data when OctetsIn or OctetsOut go over UINT32_MAX. | Brad Smith |