summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* * build.texinfo (Solaris 9): Add section describing workaround forTom Yu2004-02-132-2/+25
| | | | | | | | | Solaris 9 pty-close kernel bug. ticket: 2195 tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16078 dc483132-0cff-0310-8789-dd5450dbe970
* * admin.texinfo (realms (krb5.conf)): Add description of master_kdc tag.Ken Raeburn2003-07-252-0/+16
| | | | | | | | | (Sample krb5.conf File): Add it to the example. ticket: 1692 tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15737 dc483132-0cff-0310-8789-dd5450dbe970
* Don't document kdc_supported_enctypesSam Hartman2003-07-242-5/+5
| | | | | | | | | | | Since the code for kdc_supported_enctypes was removed, the docs should be as well. Ticket: new Target_Version: 1.3.1 Tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15734 dc483132-0cff-0310-8789-dd5450dbe970
* * build.texinfo (Installing the Binaries): New node; describeTom Yu2003-06-202-8/+40
| | | | | | | | | basic "make install", along with "DESTDIR=...". ticket: 976 tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15639 dc483132-0cff-0310-8789-dd5450dbe970
* Delete references to --with-system-db from READMETom Yu2003-06-202-2/+11
| | | | | | | | | | | * build.texinfo (HPUX): Fix typo. (Options to Configure): Note that --with-system-db is unsupported, concerning possible lossage with loading dumpfiles. ticket: 1592 tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15637 dc483132-0cff-0310-8789-dd5450dbe970
* * dnssrv.texinfo: Add note about _kerberos-iv._udp SRV recordsTom Yu2003-06-182-0/+8
| | | | | | | ticket: 1607 tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15635 dc483132-0cff-0310-8789-dd5450dbe970
* document team proceduresTom Yu2003-06-052-0/+163
| | | | | | | | | | * procedures.txt: New file. Draft of current procedures. Currently mostly contains a few email messages from Sam. More clarification should follow later. ticket: new git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15577 dc483132-0cff-0310-8789-dd5450dbe970
* * definitions.texinfo (DefaultTktLifetime): Updated for code changesKen Raeburn2003-05-302-3/+6
| | | | | | | ticket: 1190 status: open git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15534 dc483132-0cff-0310-8789-dd5450dbe970
* * definitions.texinfo (DefaultCcacheType, DefaultKDCTimesync,Ken Raeburn2003-05-303-14/+7
| | | | | | | | | | | | | DefaultMasterKeyType): Updated for code changes. (DefaultCcacheTypeMac, DefaultKDCTimesyncMac): Deleted. * admin.texinfo (libdefaults): Update kdc_timesync and ccache_type descriptions to not separate Mac case. ticket: 1190 status: open git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15531 dc483132-0cff-0310-8789-dd5450dbe970
* * definitions.texinfo (DefaultCcacheType, DefaultKDCTimesync,Ken Raeburn2003-05-301-0/+10
| | | | | | | | | | DefaultTktLifetime, DefaultMasterKeyType): Updated for code changes. (DefaultCcacheTypeMac, DefaultKDCTimesyncMac): Deleted. * admin.texinfo (libdefaults): Update kdc_timesync and ccache_type descriptions to not separate Mac case. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15530 dc483132-0cff-0310-8789-dd5450dbe970
* Document that we support AES and the constraints on that supportSam Hartman2003-05-303-0/+31
| | | | | | | Ticket: 1535 Tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15526 dc483132-0cff-0310-8789-dd5450dbe970
* Docs for admin keytab changes... only this one change need pullupTom Yu2003-05-273-15/+22
| | | | | | | | | | | | | | * admin.texinfo (realms (kdc.conf)): Update to reflect that kadm5.keytab is only used by legacy admin daemons. * install.texinfo (Create a kadmind Keytab (optional)): Update to reflect that kadm5.keytab is only used by legacy admin daemons. ticket: 1372 version_fixed: 1.3 tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15510 dc483132-0cff-0310-8789-dd5450dbe970
* * build.texinfo (HPUX): Make HPUX compiler flags simplerTom Yu2003-05-272-5/+10
| | | | | | ticket: 1520 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15508 dc483132-0cff-0310-8789-dd5450dbe970
* update descriptions of OS-specific configure optionsKen Raeburn2003-05-232-4/+16
| | | | | | | | | | | | | * build.texinfo (HPUX, Solaris 2.X, Ultrix 4.2/3 [notdef]): Replace descriptions of old --with- options with VAR=. (Solaris 2.X): Suggest that defining _XOPEN_SOURCE and __EXTENSIONS__ might help for 64-bit mode. ticket: new target_version: 1.3 tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15487 dc483132-0cff-0310-8789-dd5450dbe970
* * admin.texinfo (appdefaults): Clarify afs_krb5 slightlyTom Yu2003-05-232-6/+10
| | | | | | ticket: 1192 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15486 dc483132-0cff-0310-8789-dd5450dbe970
* Document afs_krb5 appdefaults sectionSam Hartman2003-05-233-2/+51
| | | | | | | Ticket: 1192 Tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15484 dc483132-0cff-0310-8789-dd5450dbe970
* AES shouldn't be in KDC default enctype listKen Raeburn2003-05-132-1/+5
| | | | | | | | | | | Until all services including GSS-based ones can support AES, we don't want it in the default supported enctypes list on the KDC. ticket: new tags: pullup target_version: 1.3 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15428 dc483132-0cff-0310-8789-dd5450dbe970
* Docs should reflect default krb4 modeSam Hartman2003-05-122-1/+5
| | | | | | | | | | The KDC now defaults to no krb4 enabled; the docs should reflect this. Ticket: new Target_Version: 1.3 Tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15414 dc483132-0cff-0310-8789-dd5450dbe970
* missed note for an old changeKen Raeburn2003-05-101-0/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15409 dc483132-0cff-0310-8789-dd5450dbe970
* * krb5.tex: Update subkey-related information to match codeTom Yu2003-05-102-7/+28
| | | | | | | ticket: 1415 status: open git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15408 dc483132-0cff-0310-8789-dd5450dbe970
* * definitions.texinfo (DefaultETypeList, DefaultSupportedEnctypes): Update forKen Raeburn2003-04-193-4/+11
| | | | | | | | | | | AES. * install.texinfo (Client Machine Configuration Files): Fix typo in variable reference. ticket: 1418 status: open git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15363 dc483132-0cff-0310-8789-dd5450dbe970
* document krb4 cross-realm patchTom Yu2003-04-082-0/+148
| | | | | | | | | | | | * krb4-xrealm.txt: New file. Describe the krb4 cross-realm patchkit. Copied from 2003-004-krb4_patchkit. ticket: new target_version: 1.3 tags: pullup status: open git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15326 dc483132-0cff-0310-8789-dd5450dbe970
* default for noaddresses was wrongJen Selby2003-02-211-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15196 dc483132-0cff-0310-8789-dd5450dbe970
* Added a few more tags in libdefaultsJen Selby2003-02-202-1/+32
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15194 dc483132-0cff-0310-8789-dd5450dbe970
* Add Yarrow, AES licensesKen Raeburn2003-02-071-0/+74
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15162 dc483132-0cff-0310-8789-dd5450dbe970
* disable krb4 by defaultSam Hartman2003-02-042-0/+6
| | | | | | | | | | | | By default, we disable krb4 in the KDC. This means that -4 none is the default mode. Krb4 is reenabled for the dejagnu tests. ticket: new Tags: enhancement git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15149 dc483132-0cff-0310-8789-dd5450dbe970
* Change to use more appropriate sample domains and IPsSam Hartman2003-01-302-3/+7
| | | | | | ticket: 175 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15136 dc483132-0cff-0310-8789-dd5450dbe970
* * admin.texinfo, dnssrv.texinfo: Documented config file variables and SRVKen Raeburn2002-09-203-7/+42
| | | | | | | records to use for Kerberos TCP service, if it's enabled, which it isn't by default. Removed UDP port 750 from the DNS SRV recommendations. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14892 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile: made the list of manpages a variableJen Selby2002-09-2014-806/+1473
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * admin.texinfo: took out second inclusion of copyright notice, changed some section names, updated initial synopsis of file, added explanation of encryption types and the [login] section of krb5.conf, added documentation on various tags in the configuration files, added some more examples, fixed some typos, updated usage statements for various kadmin and kdb5_util commands, updated the sample output from the commands, updated the infotex for use with makeinfo --html, added a section about getting shared-realm keys, updated the error codes * build.texinfo: added a section describing the structure of the source code tree, updated documentation of options to configure script, added information about defaults for various variable settings, updated information about shared library support, added discussion of valid kerberos principals * definitions.texinfo: added some new default variables, corrected some pathnames of default values * dnssrv.texinfo: made the information about default port numbers reference a variable * glossary.texinfo: updated definition of principal * install.texinfo: fixed typos and formatting errors, removed old sample config files from appendix (samples are in the sections about the config files), added information about supporting RC4 keys * kadm5.acl: new file. describes the kadm5.acl file. included by both admin.texinfo and install.texinfo. text is made up mostly of text that was split between those two documents. documentation of backreferences was added * kdcconf.texinfo: made defaults reference variables * krb425.texinfo: deleted second inclusion of copyright info, made defaults reference variable, fixed typos, took out redundant part about editing inetd.conf and replaced it with reference to install guide * krb5conf.texinfo: documented the "final variable" feature, added mention of the [login] section, * send-pr.texinfo: minor change in wording for clarity * user-guide.texinfo: made various minor wording changes, updated some of the sample output, updated documention of command options git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14891 dc483132-0cff-0310-8789-dd5450dbe970
* * build.texinfo (Options to Configure): Update for new optionsKen Raeburn2002-09-132-2/+42
| | | | | | --with-system-db, DB_HEADER=, DB_LIB=. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14853 dc483132-0cff-0310-8789-dd5450dbe970
* ignore krb5-install directoryKen Raeburn2002-09-131-0/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14852 dc483132-0cff-0310-8789-dd5450dbe970
* * build.texinfo (Options to Configure): Update for new optionsKen Raeburn2002-09-042-0/+42
| | | | | | --with-system-et, --with-system-ss, SS_DIR=. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14829 dc483132-0cff-0310-8789-dd5450dbe970
* * build.texinfo (Options to Configure): Update for new "CC=" style optionsKen Raeburn2002-09-022-6/+14
| | | | | | replacing "--with-cc=" options. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14808 dc483132-0cff-0310-8789-dd5450dbe970
* * user-guide.texinfo: Change `@end rawhtml' to `@end html' TexinfoEzra Peisach2002-07-032-10/+33
| | | | | | | | 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-2615-326/+2078
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* more misc notes on getaddrinfoKen Raeburn2002-06-251-4/+21
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14566 dc483132-0cff-0310-8789-dd5450dbe970
* * implementor.texinfo (IPv6 Support): Update fact that IRIX 6.5.16Ezra Peisach2002-06-212-0/+15
| | | | | | | | 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-202-11/+27
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14547 dc483132-0cff-0310-8789-dd5450dbe970
* * implementor.texinfo: Don't use @smallbook.Ken Raeburn2002-06-182-5/+12
| | | | | | | | (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-182-340/+112
| | | | | | | | | (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-182-1/+5
| | | | 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
* Added the DNS information to the admin guide. The dns information is nowJen Selby2002-05-304-125/+142
| | | | | | in separate files, which are included by the install and admin guides. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14459 dc483132-0cff-0310-8789-dd5450dbe970
* Fixed some typos, repeated words, etcJen Selby2002-05-303-12/+11
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14458 dc483132-0cff-0310-8789-dd5450dbe970
* fix comment notationKen Raeburn2002-05-081-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14434 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
* Formatting updates. Tru64 5.1 SIOCGIFCONF and getaddrinfo update.Ken Raeburn2002-05-081-74/+118
| | | | | | Add fake-addrinfo.h description and thread-safety comments. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14432 dc483132-0cff-0310-8789-dd5450dbe970
* * implementor.texinfo: Add chapters on local addresses, hostname addressKen Raeburn2002-03-142-10/+537
| | | | | | lookups, and thread safety. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14272 dc483132-0cff-0310-8789-dd5450dbe970
* krb5_princ_realm returns a pointer to krb5_dataSam Hartman2002-01-152-1/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14113 dc483132-0cff-0310-8789-dd5450dbe970
* update to use makeindex instead of indexKen Raeburn2001-11-062-2/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13959 dc483132-0cff-0310-8789-dd5450dbe970