aboutsummaryrefslogtreecommitdiff
path: root/src/man
AgeCommit message (Collapse)AuthorFilesLines
2015-12-03Updates for krb5-1.13.3krb5-1.13.3-finalTom Yu25-25/+25
2015-12-02Update man pagesTom Yu2-5/+3
2015-05-08Updates for krb5-1.13.2krb5-1.13.2-finalTom Yu25-25/+25
2015-05-06Update manpagesTom Yu1-2/+2
2015-02-11Updates for krb5-1.13.1krb5-1.13.1-finalTom Yu25-25/+25
2015-02-10Update manpagesTom Yu25-27/+27
2014-09-25Update manpagesTom Yu3-7/+16
2014-08-21Updates for krb5-1.13-alpha1krb5-1.13-alpha1Tom Yu25-408/+556
2014-02-06Move OTP sockets to KDC_RUN_DIRNathaniel McCallum1-0/+2
Some system configurations expect Unix-domain sockets to live under /run or /var/run, and not other parts of /var where persistent application state lives. Define a new directory KDC_RUN_DIR using $runstatedir (new in autoconf 2.70, so fall back to $localstatedir/run if it's not set) and use that for the default socket path. [ghudson@mit.edu: commit message, otp.rst formatting fix] ticket: 7859 (new)
2014-01-14Fix typo in sphinx manpage outputTom Yu1-1/+3
Some versions of the sphinx manpage writer have a typo in the name 'reStructuredText' written into the comments. Add a sed command to fix this. ticket: 7817 (new) target_version: 1.12.1 tags: pullup
2013-12-10Update man pagesTom Yu25-138/+323
2013-04-03Install krb5-config man pageBen Kaduk1-0/+2
Don't just build it. ticket: 7601
2013-04-03Regen man pages to pick up krb5-configBen Kaduk25-53/+235
Also some other small changes and the copyright date range.
2013-04-03Add a krb5-config man pageBen Kaduk1-2/+2
Missed when converting the old nroff man pages.
2012-12-17Regenerate manpagesTom Yu1-5/+15
2012-12-11Regenerate checked-in man pagesBen Kaduk2-7/+19
Pick up changes to kadmin.rst and krb5_conf.rst adding cross-references for account lockout and detailing parameter expansion for keytab and credentials cache names in krb5.conf ticket: 7494 (new) tags: pullup target_version: 1.11
2012-12-11Update manpage version on masterBen Kaduk24-24/+24
Now that version.py is in place to update Sphinx's idea of the version number in accordance reality, update the version in the man pages that we check in; the master branch is currently a 1.12 prerelease.
2012-11-14Rebuild krb5.conf.man for default enctypesBen Kaduk1-3/+3
Now that the Camellia enctypes are in the default lists for permitted_enctypes, default_tkt_enctypes, and default_tgs_enctypes, regenerate the man page to reflect that change. ticket: 7446 target_version: 1.11 tags: pullup
2012-11-14Generate and use version.py for SphinxTom Yu1-1/+4
Sphinx's idea of the version number appears in the man pages and compiled PDF documents, and shows up as metadata in the generated HTML sources. Extract the version information from the master source (patchlevel.h) into a form usable by Sphinx. ticket: 7433 tags: pullup
2012-11-14Regenerate kdc.conf.man to pick up CamelliaBen Kaduk1-0/+18
We recently added documentation of the Camellia enctypes; rebuild the in-tree man page to pick them up. ticket: 7439 tags: pullup
2012-10-17Regen kswitch.1 from RST sourcesBen Kaduk1-5/+5
To pick up the section/subsection correction for SYNOPSIS.
2012-10-17Regen kinit.man from RST sourcesBen Kaduk1-0/+14
To pick up the -I option.
2012-10-17Make rules for missing man/catpagesBen Kaduk1-0/+11
Add the make rules to install the subfiles as man and cat pages, missed in the previous commit. Also correct the omission of catpages for the server binaries.
2012-10-17Install missing man pagesBen Kaduk1-4/+5
Add kadm5.acl, sserver, and sclient to MANSUBS so that we will install them in the normal build process.
2012-10-16Regenerate man pagesBen Kaduk23-1054/+525
Catch up to the RST content updates. Lots of .sp vertical space macros are removed, and the output engine spelles "restructuredText" correctly, now.
2012-10-16Check in kadm5.acl.manBen Kaduk1-0/+234
Somehow this man page was overlooked, previously.
2012-10-16More RST rename follow-upBen Kaduk2-4/+4
Update conf.py for paths to man page sources and update make rules for building the man pages. Correct README files for the location of the sources.
2012-07-24Support changing the built-in ccache/keytab namesGreg Hudson1-1/+7
* Add DEFCCNAME, DEFKTNAME, and DEFCKTNAME configure variables to change the built-in ccache and keytab names. * Add krb5-config options to display the built-in ccache and keytab names. * In the default build, use krb5-config to discover the system's built-in ccache and keytab names and use them (if not overridden). This can be controlled with the --with-krb5-config=PATH or --without-krb5-config configure options. * Make the built-in ccache name subject to parameter expansion. ticket: 7221 (new)
2012-03-28Use reference substitutions for paths in docsGreg Hudson4-10/+10
For the default doc build (used for the web site and release tarball), substitute path variables with links to the paths table in mitK5defaults.rst, using symbolic names for the link text. The substitution of kdcdir for man pages is slightly altered as a side-effect of this commit. Regenerate the man pages to match. The rendered man pages are unchanged. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25794 dc483132-0cff-0310-8789-dd5450dbe970
2012-03-28Edit defaults page in documentationGreg Hudson1-1/+3
Eliminate unused values and OS-specific stuff. Reformat tables. Add a path substitution for sysconfdir to be used in the default config file path. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25793 dc483132-0cff-0310-8789-dd5450dbe970
2012-03-28Move rstman build target to man directoryGreg Hudson1-1/+18
rstman makes more sense in man than in doc, so move it there. Remove the rstman target from the top-level doc Makefile to avoid confusion. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25792 dc483132-0cff-0310-8789-dd5450dbe970
2012-03-24Remove krb5-send-pr man pageGreg Hudson1-231/+0
The license on the krb5-send-pr man page was incompatible with the rest of our documentation, and the content is questionably up to date (krb5-send-pr still exists, but we don't use GNATS any more, and free-form mail to krb5-bugs is equally acceptable at this point). Get rid of it for now. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25788 dc483132-0cff-0310-8789-dd5450dbe970
2012-03-23Install path-substituted man pagesGreg Hudson43-6499/+7202
Introduce src/doc/Makefile.in, which will eventually subsume doc/Makefile (but will still pull sources from doc). In the rstman target there, create man pages with symbolic path references (like @SBINDIR@). In man/Makefile.in, substitute the path references with the configured paths before installing. Man pages generated from RST source are now checked into the source tree under the name filename.man. This lets us use a single implicit .man.sub rule for the path substitutions. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25786 dc483132-0cff-0310-8789-dd5450dbe970
2012-03-04Remove admin_keytab references in code and docsGreg Hudson2-15/+0
The admin keytab hasn't been needed or used by kadmind since 1.4 (except possibly by legacy admin daemons which we no longer ship). Eliminate remaining references to it in code, test cases, and documentation. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25729 dc483132-0cff-0310-8789-dd5450dbe970
2012-01-13kadmin.local.8 belongs in ADMIN_mandirSam Hartman1-1/+1
Install kadmin.local.8 in ADMIN_MANDIR not CLIENT_MANDIR ticket: 7073 tags: pullup target_version: 1.10 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25654 dc483132-0cff-0310-8789-dd5450dbe970
2012-01-13Add shadow manpages for k5login.5 and k5identity.5Tom Yu4-14/+133
Add shadow manpages dot.k5login and dot.k5identity for k5login.5 and k5identity.5. Stop generating .k5login.5 and .k5identity.5 from sphinx (these will be taken care of by make install in src/man). Add generated k5identity.5. Add SYNOPSIS sections to k5login.5 and k5identity.5 to make it more clear that the filenames start with a dot. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25653 dc483132-0cff-0310-8789-dd5450dbe970
2012-01-09install sphinx-generated manpagesTom Yu25-0/+6677
Install sphinx-generated manpages. Original nroff manpages remain for reference until proofreading is complete. Modify doc/rst_source/conf.py to better deal with shadow manpages -- sphinx will now build k5login.5 instead of .k5login.5, and kadmin.1 instead of both kadmin.1 and kadmin.local.8. Proofreaders should ensure that the original nroff manpages (and associated Makefile rules) are deleted once their reST format equivalents have been proofread. ticket: 7064 status: open git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25625 dc483132-0cff-0310-8789-dd5450dbe970