summaryrefslogtreecommitdiff
path: root/kerberosV
AgeCommit message (Collapse)Author
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@
2005-04-17remove amd64 special casing.Brad Smith
ok kettenis@
2005-02-04unfuck amd64Peter Valchev
2005-01-25simplify OpenBSD case by using arch(1) and sed to grabBrad Smith
the machine architecture. We now output amd64 instead of x86_64 as it should be. ok deraadt@ pvalchev@
2005-01-02add zaurus, fix cats entry. ok jakob@ pvalchev@ deraadt@Dale Rahn
2004-12-21spotted by grange, these files are IETF copyrighted it appears; so bye byeTheo de Raadt
2004-12-09Don't pretend that our ftp does kerberosBjorn Sandell
ok jmc@
2004-12-09spellingBjorn Sandell
ok, jmc@
2004-12-09reference the correct fileBjorn Sandell
fine, jmc@
2004-12-07prettierBjorn Sandell
ok jmc@
2004-11-26fix typo; from heimdal cvsBjorn Sandell
ok deraadt@
2004-10-29Remove unneeded files. ok beck@Bjorn Sandell
2004-10-29major bump due to heimdal-0.6.3 import. ok beck@ pval@ deraadt@Bjorn Sandell
2004-10-29Merge with heimdal-0.6.3 Tested by beck@, msf@, me and others. ok beck@Bjorn Sandell
2004-10-29Merge with heimdal-0.6.3 Tested by beck@, msf@, me and others. ok beck@Bjorn Sandell
2004-10-29Import of heimdal-0.6.3Bjorn Sandell
2004-09-15Use ftello() rather than ftell() if you want an off_t value.Miod Vallat
2004-08-11Clean up old mips stuff and add sgi.Per Fogelstrom
ok deraadt@
2004-07-13errno changes, lib major version bumps, and general flag dayMarco S Hyman
To build you must: cd /usr/src && make obj && make includes cd lib/libc && make depend && make && NOMAN=1 sudo make install cd /usr/src && make build
2004-06-05cleanup; no need for lkadm5*Bjorn Sandell
ok beck@
2004-06-04get_default_username() is in libkrb5 now.Bjorn Sandell
looks good millert@, beck@
2004-05-19Fix cross-realm trust vulnerability. Adapted from FreeBSD patch.Bjorn Sandell
ok beck@ hin@
2004-04-21Add luna88k related directories and information to the build infrastructure.Miod Vallat
ok deraadt@, millert@, krw@ - mdoc ok jmc@
2004-02-10make Nm match Dt;Jason McIntyre
passed back to kerberos people;
2003-11-26Make source valid preprocessor tokens.Marc Espie
ok hin@
2003-11-07diffrently -> differently;Jason McIntyre
2003-10-04typos; fixes passed back to Heimdal.Jason McIntyre
2003-10-04fix pr 3292Bob Beck
the time parsing in kadmin does not reflect reality - we must skip the space between the day and the time, or we simply don't get the time correctly, resulting in the time being set to 0hrs 0min 0sec
2003-09-08fix pr 3442 - make all AFS ioctl's for XFS come from the xfs/xfs_pioctl.hBob Beck
file from the kernel - this makes the kerberosV/kafs.h file include that, as well as the kafs.h used in afs (hiding in the afs sources). this needs more drastic gutting post release, but at least this now all uses the same ioctl's.
2003-08-22Use the '--no-split' parameter to makeinfo, so that it creates only onHans Insulander
info-file, and suddenly the heimdal info page works as expected.
2003-08-22Make kerberos installation guideline a little bit more streamlined for OpenBSD.Hans Insulander
2003-08-06Remove some double semicolons (hmm, do two semis equal a maxi?).Todd C. Miller
I've skipped the GNU stuff for now. From Patrick Latifi.
2003-07-15snprint from mhoTheo de Raadt
2003-07-14Enable build of unified libkrb5. ok deraadt, todd. Testing by hin, jakob, ↵Magnus Holmberg
David Krause, ...
2003-07-02bump mktemp randomness from 6 to 10 X'sAnil Madhavapeddy
2003-06-07- remove an unbalanced macro (syncs with Heimdal version);Jason McIntyre
2003-06-04copyright term 3 for UCB no longer appliesTheo de Raadt
2003-06-03Third try to re-add this file. *sigh*Hans Insulander
2003-06-03Hmm, my import of these files did not work, so i'll try to just cvs add themHans Insulander
instead. They're needed in order to make com_err stuff included in libkrb5.
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-05-18Print kerberos version w/o depending on ~4 include filesMagnus Holmberg
2003-05-17remove the others till they fix itTheo de Raadt
2003-05-17Fix infopage generationHans Insulander
2003-05-17Don't link with unneeded kerberos librariesHans Insulander