summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* Add some notes on -Bsymbolic on ELF, and why we can't use itKen Raeburn2007-04-071-2/+19
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19405 dc483132-0cff-0310-8789-dd5450dbe970
* ideas for passing error msg info across kadm5 apiKen Raeburn2007-01-231-0/+59
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19109 dc483132-0cff-0310-8789-dd5450dbe970
* Document what the kadmind ACL is forRuss Allbery2007-01-051-4/+6
| | | | | | | | | | | | | Add a sentence documenting the purpose of the kadmind ACL to the node explaining how to create it. Ticket: 5279 Component: krb5-doc Version_Reported: 1.5.1 Target_Version: 1.6 Tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19036 dc483132-0cff-0310-8789-dd5450dbe970
* Document KDC behavior without stash fileRuss Allbery2007-01-041-0/+4
| | | | | | | | | | | | | After the discussion of the optional stash file, document the effects of not creating a stash file. ticket: new Component: krb5-doc Version_Reported: 1.5.1 Target_Version: 1.6 Tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19035 dc483132-0cff-0310-8789-dd5450dbe970
* Fix typo in user-guide.texinfoRuss Allbery2006-12-281-1/+1
| | | | | | | | | | | | Typo fix (network instead of netword). Thanks, Matt Zagrabelny. Ticket: new Component: krb5-doc Version_Reported: 1.4.4 Target_Version: 1.6 Tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19020 dc483132-0cff-0310-8789-dd5450dbe970
* don't split HTML output from makeinfoTom Yu2006-12-211-1/+1
| | | | | | | | | | | * doc/Makefile (HTML): To avoid generating excessively long filenames, don't split HTML output. ticket: new target_version: 1.6 tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19002 dc483132-0cff-0310-8789-dd5450dbe970
* misc cleanups in admin guide ldap sectionsKen Raeburn2006-12-201-55/+98
| | | | | | | | | | | | | | | | | | | | There are a bunch of instances of incorrect punctuation, inconsistent use of @-commands with option names, typos in names of principal flags, and a couple spelling errors. I only fixed what I noticed; I haven't subjected the rest to careful review. Also, the long section names for eDirectory-specific documentation cause the tar files generated for snapshots (which include generated html docs) to reach the 100-character limit for file names in traditional tar format; GNU tar can create archives holding them, but older tar implementations cannot read the archives properly. So, several eDirectory-related section names have been shortened. ticket: new target: 1.6 tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19001 dc483132-0cff-0310-8789-dd5450dbe970
* Restore inadvertently deleted section. Minor editorial changesTom Yu2006-12-181-70/+127
| | | | | | ticket: 5027 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18957 dc483132-0cff-0310-8789-dd5450dbe970
* pull up r18933 to trunkTom Yu2006-12-181-55/+1158
| | | | | | | | | | | | | | | r18933@cathode-dark-space: rsavitha | 2006-12-08 04:37:01 -0500 ticket: new subject: admin guide changes for the LDAP backend Target_Version: 1.6 Tags: pullup Added LDAP backend related information to the admin guide ticket: 5027 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18956 dc483132-0cff-0310-8789-dd5450dbe970
* update for krb5-1.6-beta1Tom Yu2006-12-012-3/+3
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18904 dc483132-0cff-0310-8789-dd5450dbe970
* update copyrights and acknowledgmentsTom Yu2006-11-141-0/+45
| | | | | | | | | | | Update copyrights and acknowledgments for 1.6. ticket: new target_version: 1.6 component: krb5-doc tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18805 dc483132-0cff-0310-8789-dd5450dbe970
* Document how to change the krbtgt key for a realmRuss Allbery2006-11-091-1/+33
| | | | | | | | | | ticket: new Componet: krb5-doc Version_Reported: 1.4.4 Target_Version: 1.6 Tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18792 dc483132-0cff-0310-8789-dd5450dbe970
* more copyright fixes pre-1.6Tom Yu2006-10-272-34/+49
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18744 dc483132-0cff-0310-8789-dd5450dbe970
* Synchronise copyright notices. Preliminary update of README for 1.6Tom Yu2006-10-271-32/+192
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18743 dc483132-0cff-0310-8789-dd5450dbe970
* Update protocol rfcs to the versions we actually implementSam Hartman2006-10-218-6461/+13569
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18730 dc483132-0cff-0310-8789-dd5450dbe970
* Preauthentication Plugin FrameworkSam Hartman2006-10-031-0/+35
| | | | | | | | | | | | | Patch from Nalin Dahyabhai at Redhat to implement a preauthentication framework based on the plugin architecture. Currently. the API is considered internal and the header is not installed. See src/include/krb5/preauth_plugin.h for the interface. ticket: new Tags: enhancement Status: open git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18641 dc483132-0cff-0310-8789-dd5450dbe970
* no c++-style commentsKen Raeburn2006-09-221-0/+3
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18605 dc483132-0cff-0310-8789-dd5450dbe970
* Document prerequisites for make checkRuss Allbery2006-08-151-0/+23
| | | | | | | | | | | | | Document the prerequisites for running make check, since some of them are a bit surprising. Ticket: new Component: krb5-doc Tags: pullup Version_Reported: 1.5 Target_Version: 1.5.1 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18441 dc483132-0cff-0310-8789-dd5450dbe970
* delete old .Sanitize filesKen Raeburn2006-06-176-245/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18160 dc483132-0cff-0310-8789-dd5450dbe970
* (foo): barKen Raeburn2006-06-171-0/+1
| | | | | | | | Testing changes to rt-cvsgate script to ignore RT "commands" with parens. ticket: 169 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18159 dc483132-0cff-0310-8789-dd5450dbe970
* Update texinfo.tex to the version from texinfo 4.8.1 (2006-02-13.16)Russ Allbery2006-06-121-2914/+5785
| | | | | | Ticket: 3879 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18115 dc483132-0cff-0310-8789-dd5450dbe970
* Add dircategory and direntry lines to the texinfo source for better infoRuss Allbery2006-06-124-2/+22
| | | | | | | | | documentation. Fix a few typos in variable names. Ticket: 3014 Version_Reported: 1.4.2 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18111 dc483132-0cff-0310-8789-dd5450dbe970
* Update procedures for Subversion; fix some typosSam Hartman2006-06-031-9/+11
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18081 dc483132-0cff-0310-8789-dd5450dbe970
* Delete some bogus svn:mime-type propertiesTom Yu2006-05-301-1/+1
| | | | | | | | | * README: Update for krb5-1.5-alpha1. Update Kerberos Development Team member list. * doc/copyright.texinfo: Update copyright years. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18063 dc483132-0cff-0310-8789-dd5450dbe970
* Remove ChangeLog files from the source tree. From now on, theSam Hartman2006-04-114-1159/+0
| | | | | | | subversion commit log entry needs to include information that would have been in the changelog. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17893 dc483132-0cff-0310-8789-dd5450dbe970
* update docs for include/krb5/ -> include/ mergeKen Raeburn2006-03-117-7/+16
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17734 dc483132-0cff-0310-8789-dd5450dbe970
* * coding-style: Modern (gnu) indent requires a number with -ipKen Raeburn2005-10-212-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17446 dc483132-0cff-0310-8789-dd5450dbe970
* Remove changebar.stySam Hartman2005-08-2912-473/+18
| | | | | | | | | | | | | The changebar.sty file found in the doc directory has questionable licensing. In particular, it is not the same changebar.sty found in CTAN and has no well defined license specified in the file. Since we do not actually need changebar.sty, remove it. ticket: new Target_Version: 1.4.3 Tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17363 dc483132-0cff-0310-8789-dd5450dbe970
* * kadm5/adb-unit-test.tex: Use RCS Id keyword instead of Header.Ken Raeburn2005-08-253-6/+8
| | | | | | * kadm5/api-unit-test.tex: Likewise. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17360 dc483132-0cff-0310-8789-dd5450dbe970
* * kadm5/api-unit-test.tex (ovsec_kadm_create_principal): Fix missing closingKen Raeburn2005-08-252-1/+6
| | | | | | brace that prevent latex from finishing. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17359 dc483132-0cff-0310-8789-dd5450dbe970
* Add execute property for man2ps, man2htmlKen Raeburn2005-08-252-0/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17358 dc483132-0cff-0310-8789-dd5450dbe970
* * implementor.texinfo (Porting Issues): Fix up formattingKen Raeburn2005-04-222-19/+19
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17195 dc483132-0cff-0310-8789-dd5450dbe970
* * implementor.texinfo (Networking): New chapter node, incorporates Socket API,Ken Raeburn2005-04-222-15/+23
| | | | | | IPv6 Support, Local Addresses, and Host Address Lookup. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17194 dc483132-0cff-0310-8789-dd5450dbe970
* * implementor.texinfo (Thread Shim Layer Implementation): New node.Ken Raeburn2005-04-222-11/+35
| | | | | | (Internal Thread API): Move the k5_os_ descriptions there. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17193 dc483132-0cff-0310-8789-dd5450dbe970
* * implementor.texinfo (Local Addresses): Drop Mac OS 9, add Solaris 9, HP-UXKen Raeburn2005-04-212-66/+135
| | | | | | | | | | | | | | | | | 11. (IPv6 Support, Host Address Lookup): Update for fake getaddrinfo code moved to support library. (Thread System Requirements): Use @code when listing function names. Add a couple notes about some problematic routines. (Internal Thread API): Update k5_mutex_t description to indicate there's always non-OS data included. Describe case where thread support is disabled. (Advanced Shared Library Requirements): Describe recently raised Windows DllMain issues. Describe finalization code. Multiple init/fini functions are now allowed in a library. Describe LIBINITFUNC and LIBFINIFUNC makefile variables. Mention lib.in can have rules for generating temporary files for dealing with export lists. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17192 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile (clean-tex): Delete *.fns, *.vrs, *.tps too.Ken Raeburn2005-04-212-1/+16
| | | | | | (implementor.pdf, implementor.ps, implementor.info): New targets. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17191 dc483132-0cff-0310-8789-dd5450dbe970
* * build.texinfo (HPUX): Add some notes about the thread support and gccKen Raeburn2005-04-212-1/+15
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17190 dc483132-0cff-0310-8789-dd5450dbe970
* update release idsKen Raeburn2005-04-211-2/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17189 dc483132-0cff-0310-8789-dd5450dbe970
* add copyright 2005Ken Raeburn2005-04-211-2/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17188 dc483132-0cff-0310-8789-dd5450dbe970
* * build.texinfo (HPUX): Update with current state of shared library and threadKen Raeburn2005-03-042-0/+15
| | | | | | support. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17115 dc483132-0cff-0310-8789-dd5450dbe970
* ignore more targets and byproductsKen Raeburn2005-03-041-0/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17114 dc483132-0cff-0310-8789-dd5450dbe970
* build user-guide.pdf tooKen Raeburn2005-03-042-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17113 dc483132-0cff-0310-8789-dd5450dbe970
* Build/delete PDF filesKen Raeburn2005-03-042-1/+14
| | | | | | | | * Makefile (PSPDF): New variable. (admin-guide.pdf, install-guide.pdf): New targets. (clean-final): Delete PDF files. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17112 dc483132-0cff-0310-8789-dd5450dbe970
* Implement principal name and auth flavor fallback for kadm5 clientTom Yu2005-02-112-2/+9
| | | | | | | | | library. Adjust test suites to compensate. ticket: 2913 status: open git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17099 dc483132-0cff-0310-8789-dd5450dbe970
* fix typoTom Yu2005-01-041-1/+1
| | | | | | | ticket: 2861 version_fixed: git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16996 dc483132-0cff-0310-8789-dd5450dbe970
* * implementor.texinfo (Porting Issues): New chapter with a bunch of notes fromKen Raeburn2005-01-032-1/+101
| | | | | | email I sent regarding porting to pSOS. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16992 dc483132-0cff-0310-8789-dd5450dbe970
* update thread support docKen Raeburn2005-01-033-7/+35
| | | | | | | | | | * threads.txt, thread-safety.txt: Updates. ticket: new target_version: 1.4 tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16991 dc483132-0cff-0310-8789-dd5450dbe970
* * build.texinfo (The util Directory): Add the new support library.Ken Raeburn2005-01-032-1/+14
| | | | | | (Installing the Binaries): Discuss parallel builds under GNU make. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16990 dc483132-0cff-0310-8789-dd5450dbe970
* * implementor.texinfo (Host Address Lookup): Document Mac OS X issuesKen Raeburn2005-01-032-0/+24
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16989 dc483132-0cff-0310-8789-dd5450dbe970
* document Solaris patches for pty-close bugTom Yu2004-11-202-0/+11
| | | | | | | | | | | | * build.texinfo (Solaris 9): Document Solaris patches for pty close bug. ticket: new version_reported: 1.4 target_version: 1.4 tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16901 dc483132-0cff-0310-8789-dd5450dbe970