/
niceSOFT
/
krb5
ОбзорДокументацияВойти
/
niceSOFT
/
krb5
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
krb5/
doc/
..
_static

Consolidate style settings in kerb.css

14 лет назад
_templates

Fix doc issues with newer Doxygen and Sphinx

6 лет назад
admin

Add auto_fast_armor realm variable

5 дней назад
appdev

Add underpinnings of UNIX domain socket support

2 года назад
basic

Fix typos

7 лет назад
build

Add --with-tls-impl to options2configure.rst

9 месяцев назад
doxy_examples

Updated documentation: added usage example for krb5_tkt_creds family, removed "(unused)" string from the comments and other cleanup

15 лет назад
formats

Add database format documentation

год назад
kadm5

Remove TCL-based libkadm5 API tests

5 лет назад
plugindev

Document gss_internal_release_oid()

3 месяца назад
rpc

Fix typos in documentation

6 лет назад
tools

Fix doc build for Sphinx 4.0

5 лет назад
user

Add klist -I option to show auth indicators

3 месяца назад
README

Update doc build instructions

12 лет назад
about.rst

Update many documentation links to https

8 лет назад
build_this.rst

Update HTTP links

7 лет назад
coding-style

Update HTTP links

7 лет назад
conf.py

Update copyright years to 2026

7 месяцев назад
contributing.txt

initial draft contribution guidelines

19 лет назад
copyright.rst

Update copyright years to 2026

7 месяцев назад
index.rst

Add formats section to documentation

11 лет назад
iprop-notes.txt

Use the term "primary KDC" in source and docs

6 лет назад
kadm5-errmsg.txt

ideas for passing error msg info across kadm5 api

20 лет назад
mitK5defaults.rst

Add configure variable for default PKCS#11 module

4 года назад
mitK5features.rst

Remove OpenSSL 1.0 support

4 месяца назад
mitK5license.rst

Add copyright footer to HTML docs

14 лет назад
notice.rst

Update copyright years to 2026

7 месяцев назад
resources.rst

Remove PGP request for krbcore-security in docs

7 дней назад
thread-safe.txt

Always use platform PRNG

5 лет назад
threads.txt

Fixing minorly grammatical bad

17 лет назад
README
BUILDING
========
 
See doc/build_this.rst for details about how to build the
documentation.
 
 
CONVENTIONS
===========
 
We use the following conventions:
 
* Use four-space indentation where indentation levels are arbitrary.
Do not use tabs anywhere. Avoid trailing whitespace at the end of
lines or files.
 
* Fill lines to 70 columns (the emacs default) where lines can be
wrapped.
 
* For section headers, use === underlines for page titles, --- for
sections, ~~~ for subsections, and ### for sub-subsections. Make
underlines exactly as long as titles. Do not include trailing
punctuation in section headers. Do not capitalize section headers
(except for the first word) except in source files intended to
generate man pages.
 
* For bullet lists, use * for top-level bullets and - for sub-bullets.
Do not indent bullet or enumerated lists relative to the surrounding
text.
 
* Use italics (*word*) for words representing variables or parameters.
Use boldface (**word**) for command options, subcommands of programs
like kadmin, and krb5.conf/kdc.conf parameter names. Use literal
text (``text``) for examples and multi-component pathnames. For
command names, single-component filenames, and krb5.conf/kdc.conf
section names, use references (like :ref:`kadmin(1)`) if introducing
them, or just use them unadorned otherwise.
 
* In man pages for commands with subcommands, make a subsection for
each subcommand. Start the subcommand with an indented synopsis,
then follow with non-indented text describing the subcommand and its
options. See kadmin_local.rst for an example.
 
* In man page synopses, put a newline in the RST source before each
option. Put all parts of the synopsis at the same indentation
level. Ideally we would want a hanging indent to the width of the
command or subcommand name, but RST doesn't support that. Use
boldface for literal text in the synopsis, italics for variable
text, and unadorned text for syntax symbols (such as square brackets
to indicate optional parameters). If immediately following one kind
of inline markup with another or putting inline markup next to
punctuation, you may need to use "\ " as a dummy separator.
 
* For directives that take a content block (e.g., note, error, and
warning), leave a blank line before the content block (after any
arguments or options that may be present).