summaryrefslogtreecommitdiff
path: root/kerberosV
AgeCommit message (Collapse)Author
2010-05-21Don't define NEED_STRNDUP_PROTOTodd C. Miller
2010-05-19Use strndup and strnlen from libc. OK kettenis@Todd C. Miller
2010-03-28- add another check in decrypt_internal_special()Jasper Lievisse Adriaanse
prompted by miod@ ok miod@ deraadt@
2010-03-26- merge a fix from heimdal's 2010-03-21 advisory to add more paranoidJasper Lievisse Adriaanse
checking for underruns when decrypting packets. ok beck@ "sure" deraadt@
2010-02-18Do not use nested displays.Ingo Schwarze
Found by and unbreaking the build with mandoc(1). I will also send this patch upstream. OK todd@ jmc@
2009-12-10memory leak, and off by one buffer overflow - spotted by parfaitBob Beck
ok deraadt@
2009-12-10Change nasty realloc call to a more correct looking ideom - noticed whileBob Beck
looking at some parfait false positives in here. ok deraadt@
2009-11-12memory leaks from by parfait; ok millert jsgTheo de Raadt
2009-08-17Switch several kerberos/afs tools from using using libreadlineJonathan Gray
to libedit to prevent the resulting binaries from falling under the GPL. Prototypes are internally defined so no includes have to be changed. ok miod@ reyk@ "I very much approve" deraadt@
2009-06-03Arla client rename from xfs to nnpfs for later upgrades. Tested on various ↵Janne Johansson
arches. ok todd@ beck@
2009-01-14pk_verify_chain_standard() expects X509_verify_cert() to always setMiod Vallat
ctx->error, but this is not the case if X509_verify_cert() returns -1. ok djm@
2008-10-17Remove clauses 3 and 4 from NetBSD license.Okan Demirmen
from ray; ok ray, deraadt
2008-10-16Fix ovious uninitialized variable.Tobias Weingartner
Ok deraadt@
2008-08-30- Remove passing a redundant --no-split flag on the command lineBrad Smith
for makeinfo. - Remove some white space. ok beck@ biorn@
2008-07-14another mange->manageStuart Henderson
2008-07-14mange -> manageMarc Balmer
from Markus Bergkvist <markus.bergkvist@telia.com>
2008-03-24msg_controllen has to be CMSG_SPACE so that the kernel can account forTheo de Raadt
each cmsg_len (ie. msg_controllen = sum of CMSG_ALIGN(cmsg_len). This works now that kernel fd passing has been fixed to accept a bit of sloppiness because of this ABI repair. lots of discussion with kettenis
2008-03-15seperate out space vs len calculations; ok hshoexerTheo de Raadt
2008-03-13Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due toTheo de Raadt
an extensive discussion with otto, kettenis, millert, and hshoexer
2008-01-29fix Makefile racesMarc Espie
2007-10-18add to CLEANFILES, to kill dribblesTheo de Raadt
2007-10-07Typo, from Mark PeoplesBjorn Sandell
2007-09-14- typo: ipropd->ipropAntoine Jacoutot
ok millert@
2007-05-17Check getpwuid() return value for NULL before dereferencing it.Moritz Jodeit
ok ray@ millert@
2007-05-07Xr passwd(8) not kpasswd(8); David LeonardTodd C. Miller
2007-03-20remove *pTed Unangst
2007-03-01typos, from raga (raga at comcast dot com)Bjorn Sandell
2006-12-18Sync with heimdal; clearer and might generet fewer conflicts on next import.Bjorn Sandell
looks ok, beck@ ray@
2006-11-02Report to syslog strings that start with NUL; prevents negativeRay Lai
index array access. OK moritz@.
2006-10-16Check that string length != 0 before setting buf[strlen(buf) - 1].Ray Lai
OK cloder@.
2006-10-06Coverity fixes backported from the heimdal cvs.Bjorn Sandell
ok beck@, No problem deraadt@
2006-09-30Clear errno before calling the strtol functions.Ray Lai
From Paul Stoeber <x0001 at x dot de1 dot cc>. OK deraadt@.
2006-09-20spelling & grammarBjorn Sandell
help & ok jmc@
2006-09-07prevent a font generation warning; passed back to heimdal peopleJason McIntyre
2006-07-12makeinfo --no-split, simplifies sets immensely.Marc Espie
Approved deraadt@, kettenis@
2006-07-08remove redundant "to".Brad Smith
2006-06-15No need to explain kerberos4-cross-realm twice.Bjorn Sandell
2006-06-14There's no krb5.conf in /etc. Noted by Antoine Jacoutot.Bjorn Sandell
ok beck@
2006-06-14Don't go looking for a krb4 srvtabBjorn Sandell
ok beck@
2006-06-13Grammar fixes, both mdoc & english.Bjorn Sandell
Improved and approved by jmc@
2006-04-30.Nd is needed. Tree breaking is a disgusting thing, especially when ok'dTheo de Raadt
2006-04-30Add a missing ,Bjorn Sandell
2006-04-30This stuff isn't used anymore.Bjorn Sandell
ok beck@
2006-04-30Fix long .Nd lines. Help from jmc@Bjorn Sandell
2006-04-30Minor tweaks, mostly eyeballed by jmc@Bjorn Sandell
2006-04-30Not used, niether by OpenBSD nor by Heimdal, anymoreBjorn Sandell
2006-04-26Update version numberBjorn Sandell
2006-04-23Another forgotten man pageBjorn Sandell
2006-04-23Heimdal provides these now.Bjorn Sandell
2006-04-23Install man page. Noted by Antoine JacoutotBjorn Sandell