Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-21 | Don't define NEED_STRNDUP_PROTO | Todd C. Miller | |
2010-05-19 | Use 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 paranoid | Jasper Lievisse Adriaanse | |
checking for underruns when decrypting packets. ok beck@ "sure" deraadt@ | |||
2010-02-18 | Do 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-10 | memory leak, and off by one buffer overflow - spotted by parfait | Bob Beck | |
ok deraadt@ | |||
2009-12-10 | Change nasty realloc call to a more correct looking ideom - noticed while | Bob Beck | |
looking at some parfait false positives in here. ok deraadt@ | |||
2009-11-12 | memory leaks from by parfait; ok millert jsg | Theo de Raadt | |
2009-08-17 | Switch several kerberos/afs tools from using using libreadline | Jonathan 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-03 | Arla client rename from xfs to nnpfs for later upgrades. Tested on various ↵ | Janne Johansson | |
arches. ok todd@ beck@ | |||
2009-01-14 | pk_verify_chain_standard() expects X509_verify_cert() to always set | Miod Vallat | |
ctx->error, but this is not the case if X509_verify_cert() returns -1. ok djm@ | |||
2008-10-17 | Remove clauses 3 and 4 from NetBSD license. | Okan Demirmen | |
from ray; ok ray, deraadt | |||
2008-10-16 | Fix ovious uninitialized variable. | Tobias Weingartner | |
Ok deraadt@ | |||
2008-08-30 | - Remove passing a redundant --no-split flag on the command line | Brad Smith | |
for makeinfo. - Remove some white space. ok beck@ biorn@ | |||
2008-07-14 | another mange->manage | Stuart Henderson | |
2008-07-14 | mange -> manage | Marc Balmer | |
from Markus Bergkvist <markus.bergkvist@telia.com> | |||
2008-03-24 | msg_controllen has to be CMSG_SPACE so that the kernel can account for | Theo 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-15 | seperate out space vs len calculations; ok hshoexer | Theo de Raadt | |
2008-03-13 | Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to | Theo de Raadt | |
an extensive discussion with otto, kettenis, millert, and hshoexer | |||
2008-01-29 | fix Makefile races | Marc Espie | |
2007-10-18 | add to CLEANFILES, to kill dribbles | Theo de Raadt | |
2007-10-07 | Typo, from Mark Peoples | Bjorn Sandell | |
2007-09-14 | - typo: ipropd->iprop | Antoine Jacoutot | |
ok millert@ | |||
2007-05-17 | Check getpwuid() return value for NULL before dereferencing it. | Moritz Jodeit | |
ok ray@ millert@ | |||
2007-05-07 | Xr passwd(8) not kpasswd(8); David Leonard | Todd C. Miller | |
2007-03-20 | remove *p | Ted Unangst | |
2007-03-01 | typos, from raga (raga at comcast dot com) | Bjorn Sandell | |
2006-12-18 | Sync with heimdal; clearer and might generet fewer conflicts on next import. | Bjorn Sandell | |
looks ok, beck@ ray@ | |||
2006-11-02 | Report to syslog strings that start with NUL; prevents negative | Ray Lai | |
index array access. OK moritz@. | |||
2006-10-16 | Check that string length != 0 before setting buf[strlen(buf) - 1]. | Ray Lai | |
OK cloder@. | |||
2006-10-06 | Coverity fixes backported from the heimdal cvs. | Bjorn Sandell | |
ok beck@, No problem deraadt@ | |||
2006-09-30 | Clear errno before calling the strtol functions. | Ray Lai | |
From Paul Stoeber <x0001 at x dot de1 dot cc>. OK deraadt@. | |||
2006-09-20 | spelling & grammar | Bjorn Sandell | |
help & ok jmc@ | |||
2006-09-07 | prevent a font generation warning; passed back to heimdal people | Jason McIntyre | |
2006-07-12 | makeinfo --no-split, simplifies sets immensely. | Marc Espie | |
Approved deraadt@, kettenis@ | |||
2006-07-08 | remove redundant "to". | Brad Smith | |
2006-06-15 | No need to explain kerberos4-cross-realm twice. | Bjorn Sandell | |
2006-06-14 | There's no krb5.conf in /etc. Noted by Antoine Jacoutot. | Bjorn Sandell | |
ok beck@ | |||
2006-06-14 | Don't go looking for a krb4 srvtab | Bjorn Sandell | |
ok beck@ | |||
2006-06-13 | Grammar 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'd | Theo de Raadt | |
2006-04-30 | Add a missing , | Bjorn Sandell | |
2006-04-30 | This stuff isn't used anymore. | Bjorn Sandell | |
ok beck@ | |||
2006-04-30 | Fix long .Nd lines. Help from jmc@ | Bjorn Sandell | |
2006-04-30 | Minor tweaks, mostly eyeballed by jmc@ | Bjorn Sandell | |
2006-04-30 | Not used, niether by OpenBSD nor by Heimdal, anymore | Bjorn Sandell | |
2006-04-26 | Update version number | Bjorn Sandell | |
2006-04-23 | Another forgotten man page | Bjorn Sandell | |
2006-04-23 | Heimdal provides these now. | Bjorn Sandell | |
2006-04-23 | Install man page. Noted by Antoine Jacoutot | Bjorn Sandell | |