summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated documentation to reflect new APIs and re-ran DoxygenAlexandra Ellwood2008-10-0120-296/+601
| | | | | | ticket: 6055 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20806 dc483132-0cff-0310-8789-dd5450dbe970
* Added command line UI support.Alexandra Ellwood2008-09-2221-494/+148
| | | | | | | | | | | Added change password and acquire credentials UI harness support. API changes to the change password support to reflect these changes. Removed callback prompter interfaces since there is now plugin support. Updated documentation. ticket: 6055 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20745 dc483132-0cff-0310-8789-dd5450dbe970
* Removed kim_identity_get_gss_name and updated documentationAlexandra Ellwood2008-09-1822-1778/+1334
| | | | | | ticket: 6055 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20729 dc483132-0cff-0310-8789-dd5450dbe970
* some comments from LoveKen Raeburn2008-08-041-0/+12
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20604 dc483132-0cff-0310-8789-dd5450dbe970
* note lack of policy propagationKen Raeburn2008-07-311-0/+8
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20592 dc483132-0cff-0310-8789-dd5450dbe970
* Add Apple Inc. to copyright listsAlexandra Ellwood2008-07-221-0/+36
| | | | | | | ticket: new owner: tlyu git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20568 dc483132-0cff-0310-8789-dd5450dbe970
* Merge from branch sun-ipropKen Raeburn2008-06-243-2/+265
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20465 dc483132-0cff-0310-8789-dd5450dbe970
* Added kim documentationAlexandra Ellwood2008-05-0730-0/+8143
| | | | | | ticket: 5960 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20315 dc483132-0cff-0310-8789-dd5450dbe970
* Add documentation for error codes used for flow controlAlexandra Ellwood2007-10-0328-2300/+3537
| | | | | | ticket: new git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20084 dc483132-0cff-0310-8789-dd5450dbe970
* Fixed macro for cc_ccache_unlock and updated documentationAlexandra Ellwood2007-09-1026-37/+34
| | | | | | ticket: 4644 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19930 dc483132-0cff-0310-8789-dd5450dbe970
* Missing ../ in relative pathAlexandra Ellwood2007-08-271-1/+1
| | | | | | ticket: 5670 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19883 dc483132-0cff-0310-8789-dd5450dbe970
* Updated so that paths are now relative and don't contain my homedir.Alexandra Ellwood2007-08-271-6/+6
| | | | | | | | Oops. ticket: 5670 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19882 dc483132-0cff-0310-8789-dd5450dbe970
* Add documentation for CCAPIAlexandra Ellwood2007-08-2330-0/+6143
| | | | | | | | | Added Doxygen-based documentation to CredentialsCache.h and checked in a copy of the html output of that documentation. ticket: new git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19849 dc483132-0cff-0310-8789-dd5450dbe970
* Get rid of some old SunOS 4 config stuffKen Raeburn2007-08-081-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19762 dc483132-0cff-0310-8789-dd5450dbe970
* Add missing @end quotationKen Raeburn2007-08-041-0/+1
| | | | | | ticket: 5617 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19752 dc483132-0cff-0310-8789-dd5450dbe970
* Add PKINIT supportKevin Coffman2007-08-013-6/+464
| | | | | | | | | | | | | | | | Pull up PKINIT support onto the trunk. Changes from the version in branch users/coffman/pkinit are: - Update the preauth plugin interface version to avoid conflict with any existing plugins. - Add a pkcs11.h locally to the pkinit code rather than depending on opensc being installed. ticket: new Target_Version: 1.6.3 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19745 dc483132-0cff-0310-8789-dd5450dbe970
* Recommend snprintf/asprintf. Specify 'static inline'. Use @code for ↵Ken Raeburn2007-07-121-1/+39
| | | | | | in6addr_any git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19707 dc483132-0cff-0310-8789-dd5450dbe970
* initial draft contribution guidelinesTom Yu2007-06-201-0/+70
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19599 dc483132-0cff-0310-8789-dd5450dbe970
* Remove unused old .cvsignore filesKen Raeburn2007-04-213-37/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19519 dc483132-0cff-0310-8789-dd5450dbe970
* update copyrights and team membersTom Yu2007-04-131-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19467 dc483132-0cff-0310-8789-dd5450dbe970
* 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