summaryrefslogtreecommitdiff
path: root/kerberosV
AgeCommit message (Collapse)Author
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
2006-04-15unbreak static arches. from deraadtBjorn Sandell
2006-04-14unbreake the tree...Bjorn Sandell
2006-04-14fixes for heimdal 0.7.2Bjorn Sandell
2006-04-14Merge of heimdal 0.7.2Bjorn Sandell
Tested by todd & beck, ok beck.
2006-04-14Import of heimdal-0.7.2Bjorn Sandell
2006-03-31Check malloc return valueBjorn Sandell
From Alexey Dobriyan
2006-03-14incorrect memcpy size; adobriyan@gmail.comTheo de Raadt
(the other suggestion, to delete this unused API, cannot be done at this time because of unknown shared library versioning issues)
2006-02-21krb5.conf lives in /etc/kerberosVBjorn Sandell
Noted by Antoine Jacoutot, ok beck@
2005-11-26Get rid of an lvalue cast that was making lint angry.Chad Loder
OK otto, deraadt
2005-08-02.Dd cleanupDavid Krause
2005-07-29- sort SEE ALSOJason McIntyre
- full month name for .Dd - don't end .Nd w/ a full stop fixes passed back to heimdal people...
2005-05-21spellingBjorn Sandell
ok beck@
2005-04-24A bunch of small fixes, both mdoc and english.Bjorn Sandell
ok jmc@ and beck@
2005-04-20fix snprintf and strlcpy abuse, returning the string length is at leastBob Beck
save in the case where this is being used in pointer arithmatic ok cloder@
2005-04-20fix snprintf abuse and strlcpy abuse, return the string length, whichBob Beck
is at least safe for the pointer arithmatic case ok cloder@
2005-04-19Goodbye goodbye, parting is such sweet sorrow. Away and to the attic with you.Bob Beck
ok biorn@, deraadt@