Searched full:format (Results 1 - 25 of 541) sorted by relevance

1234567891011>>

/httpd/docs/log-message-tags/
H A Dfind-messages.cocci3 constant char [] format;
18 ,format, ...)
22 constant char [] format;
36 ,format, ...)
40 constant char [] format;
54 ,format, ...)
58 constant char [] format;
73 ,format, ...)
/httpd/support/SHA1/
H A DREADME.sha12 recognize passwords in SHA1 format, as used by Netscape web servers.
9 secure than Apache's password format, since Apache's (MD5)
10 password format uses a random eight character salt to generate
23 standard in, outputs apache htpasswd format on standard out.
28 perl script to generate entries in apache htpasswd format.
H A Dconvert-sha1.pl7 # ldif format (as used by Netscape web servers) to Apache password format.
/httpd/include/
H A Dutil_time.h48 /* Use more compact ISO 8601 format */
82 * format a recent timestamp in the ctime() format.
92 * format a recent timestamp in an extended ctime() format.
106 * format a recent timestamp in the RFC822 format
H A Dutil_charset.h25 * format of protocol headers and the local machine format.
51 * headers from the local machine format to ASCII for network transmission.
59 * headers from ASCII to the local machine format after network transmission.
H A Dhttp_log.h112 * APLOGNO() should be used at the start of the format string passed
323 * and ap_log_perror use a printf style format string to build the log message.
325 * such as the request-URI or request header fields, within the format
327 * attack and other messy behavior. Instead, use a simple format string
333 * request or connection. This uses a printf-like format to log messages
341 * @param fmt The format string
351 * the format string. Doing so makes the server vulnerable to a
353 * simple format string like "%s", followed by the string containing the
375 __attribute__((format(printf,7,8)));
381 * format t
[all...]
/httpd/docs/manual/mod/
H A Dmod_log_config.xml33 requests. Logs are written in a customizable format, and may be
42 to set a custom format, and <directive module="mod_log_config"
43 >CustomLog</directive> to define a log file and format in one
52 <p>The format argument to the <directive module="mod_log_config"
62 placing "<code>%</code>" directives in the format string, which are
67 <tr><th>Format&nbsp;String</th>
88 <td>Size of response in bytes, excluding HTTP headers. In CLF format, <em>i.e.</em>
160 <tr><td><code>%{<var>format</var>}p</code></td>
169 <tr><td><code>%{<var>format</var>}P</code></td>
192 <td>Time the request was received, in the format <cod
[all...]
H A Dmod_log_config.xml.ja133 <tr><td><code>%{<var>format</var>}p</code></td>
137 format に使える文字列は <code>canonical</code>, <code>local</code>,
144 <tr><td><code>%{<var>format</var>}P</code></td>
146 <var>format</var> として有効な値は <code>pid</code>, <code>tid</code>,
167 <tr><td><code>%{<var>format</var>}t</code></td>
168 <td><var>format</var> で与えられた書式による時刻。format
244 <section id="format-notes"><title>その他注意点</title>
271 <dt>Common Log Format (CLF)</dt>
274 <dt>バーチャルホスト付き Common Log Format</d
[all...]
H A Dmod_log_config.xml.ko128 <tr><td><code>%...{<var>format</var>}P</code></td>
130 ID. format���� <code>pid</code>�� <code>tid</code>��
146 <td>common log format �ð� ���(ǥ�� ���� ���)�� �ð�</td></tr>
148 <tr><td><code>%...{<var>format</var>}t</code></td>
149 <td><code>strftime(3)</code> ��� format�� �ð�. (�����ð���
217 �ξ��. ������ Common Log Format�� �䱸������ ������ؼ�����.
230 <dt>Common Log Format (CLF)</dt>
233 <dt>����ȣ��Ʈ ������ ������ Common Log Format</dt>
274 <var>format</var>|<var>nickname</var>
312 href="#formats">�α� ���</a> �� ������ <var>format</va
[all...]
H A Dmod_log_config.html.en41 requests. Logs are written in a customizable format, and may be
50 to set a custom format, and <code class="directive"><a href="#customlog">CustomLog</a></code> to define a log file and format in one
73 <p>The format argument to the <code class="directive"><a href="#logformat">LogFormat</a></code> and <code class="directive"><a href="#customlog">CustomLog</a></code> directives is a string. This string is
81 placing "<code>%</code>" directives in the format string, which are
84 <table class="bordered"><tr class="header"><th>Format&nbsp;String</th>
99 <td>Size of response in bytes, excluding HTTP headers. In CLF format, <em>i.e.</em>
153 <tr><td><code>%{<var>format</var>}p</code></td>
160 <tr><td><code>%{<var>format</var>}P</code></td>
178 <td>Time the request was received, in the format <cod
[all...]
H A Dmod_log_config.html.ja.utf8138 <tr class="odd"><td><code>%{<var>format</var>}p</code></td>
142 format に使える文字列は <code>canonical</code>, <code>local</code>,
147 <tr class="odd"><td><code>%{<var>format</var>}P</code></td>
149 <var>format</var> として有効な値は <code>pid</code>, <code>tid</code>,
165 <tr><td><code>%{<var>format</var>}t</code></td>
166 <td><var>format</var> で与えられた書式による時刻。format
232 <h3><a name="format-notes" id="format-notes">その他注意点</a></h3>
259 <dt>Common Log Format (CL
[all...]
/httpd/docs/man/
H A Ddbmmanage.125 dbmmanage \- Manage user authentication files in DBM format
42 dbmmanage is used to create and update the DBM format files used to store usernames and password for basic authentication of HTTP users via mod_authn_dbm\&. Resources available from the Apache HTTP server can be restricted to just the users listed in the files created by dbmmanage\&. This program can only be used when the usernames are stored in a DBM file\&. To use a flat-file database see htpasswd\&.
56 The filename of the DBM format file\&. Usually without the extension \&.db, \&.pag, or \&.dir\&.
114 One should be aware that there are a number of different DBM file formats in existence, and with all likelihood, libraries for more than one format may exist on your system\&. The three primary examples are SDBM, NDBM, the GNU project's GDBM, and Berkeley DB 2\&. Unfortunately, all these libraries use different file formats, and you must make sure that the file format used by \fIfilename\fR is the same format that dbmmanage expects to see\&. dbmmanage currently has no way of determining what type of DBM file it is looking at\&. If used against the wrong format, will simply return nothing, or may create a different DBM file with a different name, or at worst, it may corrupt the DBM file if you were attempting to write to it\&.
117 dbmmanage has a list of DBM format preferences, defined by the @AnyDBM::ISA array near the beginning of the program\&. Since we prefer the Berkeley DB 2 file format, the order in which dbmmanage will look for system libraries is Berkeley DB 2, then NDBM, then GDBM and then SDBM\&. The first library found will be the library dbmmanage will attempt to use for all DBM file transactions\&. This ordering is slightly different than the standard @AnyDBM::ISA ordering in Perl, as well as the ordering used by the simple dbmopen() call in Perl, so if you use any other utilities to manage your DBM files, they must also follow this preference ordering\&. Similar care must be taken if using programs in other languages, like C, to access these files\&.
120 One can usually use the file program supplied with most Unix systems to see what format
[all...]
H A Dhtdbm.157 htdbm is used to manipulate the DBM format files used to store usernames and password for basic authentication of HTTP users via mod_authn_dbm\&. See the dbmmanage documentation for more information about these DBM files\&.
89 Use SHA encryption for passwords\&. Facilitates migration from/to Netscape servers using the LDAP Directory Interchange Format (ldif)\&. This algorithm is \fBinsecure\fR by today's standards\&.
107 The filename of the DBM format file\&. Usually without the extension \&.db, \&.pag, or \&.dir\&. If -c is given, the DBM file is created if it does not already exist, or updated if it does exist\&.
121 One should be aware that there are a number of different DBM file formats in existence, and with all likelihood, libraries for more than one format may exist on your system\&. The three primary examples are SDBM, NDBM, GNU GDBM, and Berkeley/Sleepycat DB 2/3/4\&. Unfortunately, all these libraries use different file formats, and you must make sure that the file format used by \fIfilename\fR is the same format that htdbm expects to see\&. htdbm currently has no way of determining what type of DBM file it is looking at\&. If used against the wrong format, will simply return nothing, or may create a different DBM file with a different name, or at worst, it may corrupt the DBM file if you were attempting to write to it\&.
124 One can usually use the file program supplied with most Unix systems to see what format a DBM file is in\&.
172 The SHA encryption format does not use salting: for a given password, there is only one encrypted representation\&. The crypt() and MD5 formats permute the representation by prepending a random salt string, to make dictionary attacks against the passwords more difficult\&.
/httpd/support/
H A Dhttxt2dbm.c39 static const char *format; variable
84 "Usage: %s [-v] [-f format] -i SOURCE_TXT -o OUTPUT_DBM" NL
93 " -f DBM Format. If not specified, will use the APR Default." NL
189 format = NULL;
226 if (format) {
231 format = apr_pstrdup(pool, opt_arg);
270 if (!format) {
271 format = "default";
275 apr_file_printf(errfile, "DBM Format: %s" NL, format);
[all...]
H A DREADME18 DBM format used by mod_auth_db.
63 recognize passwords in SHA1 format, as used by Netscape web
/httpd/modules/lua/test/
H A Dmoonunit.lua32 print(("%-39s \27[32mpass\27[39m"):format("[" .. name .. "]"))
34 print(("%-39s \27[31mFAIL\27[39m %s"):format("[" .. name .. "]", err))
43 print(("%-39s FAIL %s"):format("[" .. v .. "]",
/httpd/modules/cache/
H A Dcache_socache_common.h37 /* Indicates the format of the header struct stored on-disk. */
38 apr_uint32_t format; member in struct:__anon80
H A Dcache_disk_common.h44 /* Indicates the format of the header struct stored on-disk. */
45 apr_uint32_t format; member in struct:__anon79
/httpd/modules/loggers/
H A Dmod_log_config.c27 * TransferLog fn Logs transfers to fn in standard log format, unless
28 * a custom format is set with LogFormat
29 * LogFormat format Set a log format from TransferLog files
30 * CustomLog fn format
31 * Log to file fn with format given by the format
36 * named files, in the appropriate format.
50 * LogFormat "... custom format ..."
57 * with the "... custom format
263 apr_array_header_t *format; member in struct:__anon198
1133 apr_array_header_t *format; local
1446 const char *format; local
[all...]
H A Dmod_journald.c79 const char *format, int len, ...)
83 iov->iov_base = apr_pvsprintf(pool, format, ap);
115 #define IOVEC_ADD_LEN(FORMAT, VAR, LEN) \
117 rv = iovec_add_entry(subpool, &iov[iov_size], FORMAT, LEN, VAR); \
121 #define IOVEC_ADD(FORMAT, VAR) IOVEC_ADD_LEN(FORMAT, VAR, -1)
78 iovec_add_entry(apr_pool_t *pool, struct iovec *iov, const char *format, int len, ...) argument
/httpd/modules/lua/docs/
H A Dwriting-handlers.txt14 r:puts( string.format("%s: %s", k, v) )
18 r:puts( string.format("%s: %s", k, v) )
/httpd/docs/manual/
H A Dlogs.xml115 <p>The format of the error log is defined by the <directive
117 can customize what values are logged. A default is format defined
225 <p>The format of the access log is highly configurable. The format
226 is specified using a format string that looks much like a C-style
227 printf(1) format string. Some examples are presented in the next
229 format string, see the <module>mod_log_config</module> <a
230 href="mod/mod_log_config.html#formats">format strings</a>.</p>
233 <title>Common Log Format</title>
244 associates it with a particular log format strin
[all...]
/httpd/docs/manual/programs/
H A Ddbmmanage.xml26 <title>dbmmanage - Manage user authentication files in DBM format</title>
29 <p><code>dbmmanage</code> is used to create and update the DBM format files
68 <dd>The filename of the DBM format file. Usually without the extension
165 in existence, and with all likelihood, libraries for more than one format
168 different file formats, and you must make sure that the file format used
169 by <var>filename</var> is the same format that <code>dbmmanage</code>
171 what type of DBM file it is looking at. If used against the wrong format,
176 <p><code>dbmmanage</code> has a list of DBM format preferences, defined by
178 we prefer the Berkeley DB 2 file format, the order in which
190 Unix systems to see what format
[all...]
H A Ddbmmanage.html.en10 <title>dbmmanage - Manage user authentication files in DBM format - Apache HTTP Server Version 2.5</title>
24 <a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.5</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>dbmmanage - Manage user authentication files in DBM format</h1>
31 <p><code>dbmmanage</code> is used to create and update the DBM format files
70 <dd>The filename of the DBM format file. Usually without the extension
167 in existence, and with all likelihood, libraries for more than one format
170 different file formats, and you must make sure that the file format used
171 by <var>filename</var> is the same format that <code>dbmmanage</code>
173 what type of DBM file it is looking at. If used against the wrong format,
178 <p><code>dbmmanage</code> has a list of DBM format preferences, defined by
180 we prefer the Berkeley DB 2 file format, th
[all...]
/httpd/modules/lua/test/htdocs/
H A Dtest.lua22 r:puts(s:format(k, v))
28 r:puts(s:format(k))
80 r:puts(("%s: %s\n"):format(name, tostring(r[name])))

Completed in 169 milliseconds

1234567891011>>