Age | Commit message (Expand) | Author |
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 |
2005-09-21 | name union. | Brad Smith |
2005-09-21 | IPV6PREFIX is set when Framed-IPv6-Prefix is defined, You may | Brad Smith |
2005-09-21 | Do RADIUS accounting on IPV6CP. | Brad Smith |
2005-09-21 | Install routes specified by Framed-IPv6-Route. Since the format | Brad Smith |
2005-09-21 | Add IPv6 related attributes defined in RFC3162. | Brad Smith |
2005-09-19 | Since ppp.link{up,down} is invoked at the end of IPCP negotiation, if | Brad Smith |
2005-09-19 | rev 1.8 | Brad Smith |
2005-09-12 | file is out of date; | Jason McIntyre |
2005-09-07 | add stdlib.h | Brad Smith |
2005-07-26 | - setup -> set up | Jason McIntyre |
2005-07-26 | make sure the option is bold | Brad Smith |
2005-07-26 | Add Cisco Skinny Station Protocol translation support to libalias | Brad Smith |
2005-07-25 | document ipv6cpretry and ipv6cpretries | Brad Smith |
2005-07-19 | remove trailing whitespace; | Jason McIntyre |
2005-07-19 | rev 1.7 | Brad Smith |
2005-07-18 | Add a ``force-scripts'' option for using chat scripts with -direct and | Brad Smith |
2005-07-17 | another malloc() check. | Brad Smith |