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