summaryrefslogtreecommitdiffstats
path: root/doc/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* * user-guide.texinfo: Change `@end rawhtml' to `@end html' TexinfoEzra Peisach2002-07-031-0/+7
| | | | | | | | 4 is more particular about matching @ifhtml (texinfo 3 did not check). klist, ftp, and rcp postscript man pages have an additional page now. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14598 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile: changed the way html output is generated, made "make all"Jen Selby2002-06-261-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove generated tex files * admin.texinfo: added sections about encryption types and salts, updated the configuration file sections, revised the example configuration files, updated dates on output strings, added an explanation of destroying a Kerberos database * build.texinfo: changed the description of the tarball * definitions.texinfo: added variables for all the default values so that they can all be updated in one place, changed the release from 1.2 to 1.3 * dnstxt.texinfo updated the information * install.texinfo added more description of the configuration files and the minimum needed in the files to set up a kerberos realm, revised the examples of the configuration file sections, took out old encryption type and salt information * kdcconf.texinfo: new file, taken from the admin guide and included in both the admin and install guides, provides descriptions of the sections in kdc.conf * krb425.texinfo: moved a texinfo tag so that makeinfo --html would work * krb5conf.texinfo: new file, take from the admin guide and included in both the admin and install guides, provides descriptions of the sections in krb5.conf * man2html, man2html.M: new files, a perl program to create html pages from the output of the man command * salts.texinfo: new file, a description of the different salt types that are currently supported * support-enc.texinfo: new file, a description of the currently supported encryptions types * user-guide.texinfo: added a section describing different ticket flags, added a way to have the man pages in the reference section accessible in the html version of the documentation git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14587 dc483132-0cff-0310-8789-dd5450dbe970
* * implementor.texinfo (IPv6 Support): Update fact that IRIX 6.5.16Ezra Peisach2002-06-211-0/+7
| | | | | | | | has enough support for configure to believe IPv6 support works, but the libraries fail to provide a definition of in6addr_any (although netinet/in.h implies it foes). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14554 dc483132-0cff-0310-8789-dd5450dbe970
* Touch up comments on shared librariesSam Hartman2002-06-201-0/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14547 dc483132-0cff-0310-8789-dd5450dbe970
* * implementor.texinfo: Don't use @smallbook.Ken Raeburn2002-06-181-3/+6
| | | | | | | | (Host Address Lookup): Specify more precisely the IRIX version we use at MIT. (Operating System Notes for Shared Libraries): Add an introduction mentioning why we can't use libtool. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14528 dc483132-0cff-0310-8789-dd5450dbe970
* * implementor.texinfo (IPv6 Support): New chapter.Ken Raeburn2002-06-181-0/+7
| | | | | | | | | (Socket API): New placeholder chapter. (Local Addresses): Specify more precisely the IRIX version we use at MIT. (Thread Safety): Delete quoted email, since we don't actually have this API yet. Refer people to the mailing list archives. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14527 dc483132-0cff-0310-8789-dd5450dbe970
* * copyright.texinfo: Update copyright yearKen Raeburn2002-06-181-0/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14526 dc483132-0cff-0310-8789-dd5450dbe970
* I updated the ChangeLog for the DNS files I checked inJen Selby2002-05-301-0/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14460 dc483132-0cff-0310-8789-dd5450dbe970
* implementor.texinfo changesKen Raeburn2002-05-081-0/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14433 dc483132-0cff-0310-8789-dd5450dbe970
* * implementor.texinfo: Add chapters on local addresses, hostname addressKen Raeburn2002-03-141-0/+5
| | | | | | lookups, and thread safety. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14272 dc483132-0cff-0310-8789-dd5450dbe970
* better realm transit path checking for app serverKen Raeburn2001-09-261-0/+5
| | | | | | | transit path checking enforcement for kdc; supporting code, doc update [merged from 1.2.3 release branch] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13758 dc483132-0cff-0310-8789-dd5450dbe970
* * user-guide.texinfo, install.texinfo: Cleanup makeinfo warning ofEzra Peisach2001-06-261-0/+5
| | | | | | not having `.' or `,' after @xref. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13513 dc483132-0cff-0310-8789-dd5450dbe970
* * coding-style: Assume ANSI C '89. Use krb5int_ for internal namesKen Raeburn2001-01-201-0/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12918 dc483132-0cff-0310-8789-dd5450dbe970
* * coding-style: Update after some discussion. Add sectionsTom Yu2000-07-131-0/+5
| | | | | | comparing to BSD KNF and GNU coding standards. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12540 dc483132-0cff-0310-8789-dd5450dbe970
* * coding-style: Some minor tweaks. Require do-while to always beTom Yu2000-07-121-0/+7
| | | | | | | | braced. Note some aspects of function pointer and array pointer usage. Elaborate on function declaration practices. Add placeholders for sections on Makefiles and test suites. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12539 dc483132-0cff-0310-8789-dd5450dbe970
* * coding-style: Another pass. Add secion on namespaces.Tom Yu2000-07-101-0/+5
| | | | | | Elaborate some on null pointers. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12538 dc483132-0cff-0310-8789-dd5450dbe970
* * coding-style: First pass draft of coding standardsTom Yu2000-07-101-0/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12537 dc483132-0cff-0310-8789-dd5450dbe970
* pullup from 1.2.1 releaseKen Raeburn2000-07-011-0/+11
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12502 dc483132-0cff-0310-8789-dd5450dbe970
* merge from krb5-1-2-beta4Ken Raeburn2000-06-231-0/+58
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12425 dc483132-0cff-0310-8789-dd5450dbe970
* copyright notice updates from 1.1 branchKen Raeburn1999-09-241-0/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11853 dc483132-0cff-0310-8789-dd5450dbe970
* 1.1 updatesKen Raeburn1999-09-211-0/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11842 dc483132-0cff-0310-8789-dd5450dbe970
* alexis mac os x updates from 1.1 branchKen Raeburn1999-09-081-0/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11789 dc483132-0cff-0310-8789-dd5450dbe970
* 1.1 updatesKen Raeburn1999-09-071-0/+16
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11786 dc483132-0cff-0310-8789-dd5450dbe970
* 1.1 updates; mostly des3 doc and y2k fixesKen Raeburn1999-09-011-0/+11
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11769 dc483132-0cff-0310-8789-dd5450dbe970
* merge from V1_0_RELEASETom Yu1996-12-241-0/+164
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9686 dc483132-0cff-0310-8789-dd5450dbe970
* Brought reasonable krb425.texinfo over from Cygnus. Added section toJeff Bigler1996-11-151-0/+6
| | | | | | Makefile to make v4-to-v5 guide. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9424 dc483132-0cff-0310-8789-dd5450dbe970
* * user-guide.texinfo: Changes to put copyright page in its ownTom Yu1996-11-151-0/+9
| | | | | | | | | | | | node in the info file. * install.texinfo: Changes to put copyright page in its own node in the info file. * admin.texinfo: Changes to put copyright page in its own node in the info file, plus more krb5.keytab name updates. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9423 dc483132-0cff-0310-8789-dd5450dbe970
* * install.texinfo (The Keytab File):Tom Yu1996-11-151-0/+9
| | | | | | | | | | (Extract Host Keytabs for the KDCs): (The Keytab File): (Some Advice about Secure Hosts): Update filename to krb5.keytab. (Upgrading the application servers): Add node to explain keytab rename. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9421 dc483132-0cff-0310-8789-dd5450dbe970
* * install.texinfo (kdc.conf): remove profile relation fromBarry Jaspan1996-11-131-0/+5
| | | | | | krb5.conf and kdc.conf [PR 124] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9406 dc483132-0cff-0310-8789-dd5450dbe970
* * install.texinfo (kdc.conf): remove admin_database_name andBarry Jaspan1996-11-111-0/+5
| | | | | | lockfile fields from sample kdc.conf git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9367 dc483132-0cff-0310-8789-dd5450dbe970
* Several doc fixes, including those for [37]; see ChangeLog for detailsSam Hartman1996-11-111-0/+13
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9366 dc483132-0cff-0310-8789-dd5450dbe970
* * install.texinfo (Upgrading existing Master and Slave KDCs to theBarry Jaspan1996-11-051-0/+6
| | | | | | | current release): added section on upgrading to new db format with dump/load [krb5-doc/119] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9297 dc483132-0cff-0310-8789-dd5450dbe970
* * admin.texinfo (Adding or Modifying Principals): update kadminBarry Jaspan1996-11-041-0/+3
| | | | | | "default" policy semantics [krb5-doc/84] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9293 dc483132-0cff-0310-8789-dd5450dbe970
* * install.texinfo: various minor comments from jhawk [krb5-doc/55]Barry Jaspan1996-11-041-0/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9292 dc483132-0cff-0310-8789-dd5450dbe970
* * .cvsignore: Ignore the .html filesTom Yu1996-11-021-0/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9278 dc483132-0cff-0310-8789-dd5450dbe970
* * copyright.texinfo: Add call to "@pagealignmacro" to force aTom Yu1996-11-021-0/+3
| | | | | | blank page after copyright spewage. [krb5-doc/54] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9277 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile: Apply jik's changes for dependencies [krb5-doc/101]Tom Yu1996-11-021-0/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9276 dc483132-0cff-0310-8789-dd5450dbe970
* * install.texinfo (krb5.conf): Fixed extraTom Yu1996-11-021-0/+5
| | | | | | closebrace. [krb5-doc/92] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9275 dc483132-0cff-0310-8789-dd5450dbe970
* * install.texinfo (Create a kadmind Keytab): use kadmin.localBarry Jaspan1996-10-181-0/+5
| | | | | | instead of kadmin to perform pre-kadmind setup [krb5-admin/28] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9200 dc483132-0cff-0310-8789-dd5450dbe970
* The telnet man page only has 9 pages; the rcp man page only has 1Theodore Tso1996-09-111-0/+5
| | | | | | page. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9072 dc483132-0cff-0310-8789-dd5450dbe970
* Updated to reflect latest OS inconsistencies; removed shared libraryTheodore Tso1996-09-091-0/+7
| | | | | | | theory section to a new file, implementor.texinfo, which will have information that only developers will care about. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9068 dc483132-0cff-0310-8789-dd5450dbe970
* Updated ChangeLogJeff Bigler1996-09-091-0/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9066 dc483132-0cff-0310-8789-dd5450dbe970
* Forgot to make entries before checking inJeff Bigler1996-09-091-0/+8
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9064 dc483132-0cff-0310-8789-dd5450dbe970
* Updated copyright dates and modify copyright text to have non-commitalTheodore Tso1996-09-071-0/+3
| | | | | | words about export licenses. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9058 dc483132-0cff-0310-8789-dd5450dbe970
* admin.texinfo, install.texinfo: Set edition to "b7-1"Theodore Tso1996-09-071-0/+24
| | | | | | | | | | | | | | | | | | | | | | user-guide.texinfo: Set edition to "b7-1". Fix the hoffset and voffsets for the included man page poscript files so that the images are lined up correctly (at least using MIT's dvips). Makefile (user-guide): Make sure the kpasswd man page's postscript is built. Add new target "clean-temp-ps" which cleans up the temporary postscript files. man2ps: Changes to make man2ps more portable. Remove bash specific constructs, and replace with calls to expr. Since the arguments to "troff" require groff, just try to run groff explicitly (someone can always edit the ROFF and ROFF_OPTIONS at the top of the script). Try to automatically detect whether csplit or gcsplit should be used, by grovelling through the user's path. texinfo.tex: Check in version of texinfo.tex that has Jeff's magic doubleleft arrow hack. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9055 dc483132-0cff-0310-8789-dd5450dbe970
* Renamed cyg-install.texinfo to install.texinfo.Jeff Bigler1996-09-061-0/+8
| | | | | | | | Renamed install.texi to install-old.texi. Added include file bug-report.texinfo Made relevant changes in Makefile. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9047 dc483132-0cff-0310-8789-dd5450dbe970
* Completely rewrote Makefile. Fixed up man2ps script and wrote manpageJeff Bigler1996-09-061-0/+20
| | | | | | for it. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9040 dc483132-0cff-0310-8789-dd5450dbe970
* Remove --enable options which are no longer valid. Updated referenceTheodore Tso1996-09-061-0/+5
| | | | | | to dejagnu. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9039 dc483132-0cff-0310-8789-dd5450dbe970
* Minor grammer fixTheodore Tso1996-06-061-0/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8256 dc483132-0cff-0310-8789-dd5450dbe970
* Update the two sections I worked on with comments from jhawk. I don'tSam Hartman1996-04-211-0/+5
| | | | | | | have time to implement the rest of his comments to the document as a whole. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7853 dc483132-0cff-0310-8789-dd5450dbe970