1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
Commit Graph

53282 Commits

Author SHA1 Message Date
Jelmer Vernooij
86a968b098 Remove text chunks support. Was never built by any of the main targets,
and one of the reasons the complex dependency system exists.
2009-05-02 01:15:26 +02:00
Volker Lendecke
6ca4d727c4 Attempt to the build on NetBSD5 and a few others 2009-05-01 23:26:22 +02:00
Jelmer Vernooij
78bfc60288 find_unused_doc: Strip spaces in configuration names, just like the parser does. 2009-05-01 22:58:39 +02:00
Jelmer Vernooij
cc6a5d57ea Use <example> + <smbconfblock> rather than nonexistant element
<smbconfexample>.
2009-05-01 22:49:14 +02:00
Jelmer Vernooij
2bda1a8885 Ignore docs-xml/output directory and its contents as well as png files
generated run-time from versioned svg files.
2009-05-01 22:49:14 +02:00
Jelmer Vernooij
d2650add2d Fix a couple of invalid DocBook XML usages in the Samba3 Developers Guide. 2009-05-01 22:49:14 +02:00
Jelmer Vernooij
f043823449 Fix most of the invalid usages of DocBook in the Samba 3 HOWTO.
make check FTW!
2009-05-01 22:49:14 +02:00
Jelmer Vernooij
0b2380b188 Fix a bunch of XML validation errors. 2009-05-01 22:49:13 +02:00
Jelmer Vernooij
df74a0eb78 Remove broken XSL-FO translation code; this has been broken for a while
and the output was never used.
2009-05-01 22:49:13 +02:00
Jelmer Vernooij
25181744c6 Add more output generated by the documentation build process to .gitignore. 2009-05-01 22:49:13 +02:00
Jelmer Vernooij
11b6c1137d Move expansion of Samba-specific XML elements out of xslt/latex.xsl into a
separate file, for better readability. xslt/latex.xsl now only contains
tweaks to the dblatex configuration.
2009-05-01 22:49:12 +02:00
Jelmer Vernooij
04071251b1 Explicitly mention licenses in all stylesheets 2009-05-01 22:49:12 +02:00
Jelmer Vernooij
38030958ed Remove the DTD for the removed pdb-xml backend. 2009-05-01 22:49:12 +02:00
Jelmer Vernooij
62dfc6c517 Generate pdf documents in-place rather than copying them from . to output/ 2009-05-01 22:49:12 +02:00
Jelmer Vernooij
c0e710aa66 Remove unused and unsubstituted variables from Makefile.settings.in. 2009-05-01 22:49:12 +02:00
Jelmer Vernooij
9d26d7e63d Remove references to dia now that we use inkscape for diagrams. 2009-05-01 22:49:11 +02:00
Jelmer Vernooij
29e696a62b Fix build of the PostScript documents. 2009-05-01 22:49:11 +02:00
Jelmer Vernooij
0edebf5e9a Fix dependencies on images for pdf and ps files. 2009-05-01 22:49:11 +02:00
Jelmer Vernooij
e9bc179e0a Remove unnecessary checks for apps now used through dblatex. 2009-05-01 22:49:11 +02:00
Jelmer Vernooij
2099d83226 Remove use of unicode quotes, as it confuses LaTeX. 2009-05-01 22:49:10 +02:00
Jelmer Vernooij
21b9d8fe3e Use standard LaTeX book document class rather than custom samba class. 2009-05-01 22:49:10 +02:00
Jelmer Vernooij
4f97fee085 Trim the requirements for building the docs, remove outdated instructions
for db2latex.
2009-05-01 22:49:10 +02:00
Jelmer Vernooij
7661364a70 Move test image to test/images/, consistent with the other books. 2009-05-01 22:49:10 +02:00
Jelmer Vernooij
64cf630033 Cut out the intermediate dvi files in the Makefile - dblatex can take care
of those for us.
2009-05-01 22:49:09 +02:00
Jelmer Vernooij
83f0599400 Remove reference to (removed?) image copy script. 2009-05-01 22:49:09 +02:00
Jelmer Vernooij
8f8962ac0b Remove admon graphics - provided by dblatex now. 2009-05-01 22:49:09 +02:00
Jelmer Vernooij
0d390de77c Also move \linebreaksign to the samba LaTeX package. 2009-05-01 22:49:08 +02:00
Jelmer Vernooij
5644c8862f Split Samba-specific LaTeX commands into their own LaTeX package,
independent of the style changes made by the sambadoc documentclass.
2009-05-01 22:49:08 +02:00
Jelmer Vernooij
97cd6358ab Fix syntax errors (title is mandator for chapters) in Samba4-HOWTO. 2009-05-01 22:49:08 +02:00
Jelmer Vernooij
dc9e3bb059 Use new stylesheet variables names as used by dblatex.
Remove a Samba-specific workaround for a db2latex bug.
2009-05-01 22:49:08 +02:00
Jelmer Vernooij
16ff10e4bb Fix dblatex warning: Remove reference to removed DTD file. 2009-05-01 22:49:07 +02:00
Jelmer Vernooij
3edddd6e2b Remove included (but unused) copy of db2latex. 2009-05-01 22:49:07 +02:00
Jelmer Vernooij
b1097e1532 Use system-provided dblatex to build the docs rather than included
db2latex.
2009-05-01 22:49:06 +02:00
Jelmer Vernooij
a1338d05ea Make the test document include a Samba-specific XML element and an image. 2009-05-01 22:49:06 +02:00
Jelmer Vernooij
02c1439a82 Look for dblatex. 2009-05-01 22:49:06 +02:00
Volker Lendecke
9713476f65 Many build farm boxes do not have clock_gettime 2009-05-01 21:43:25 +02:00
Stefan Metzmacher
30038534f4 s4:rpc_server: convert the socket based part to use the tstream interface
metze
2009-05-01 17:42:12 +02:00
Stefan Metzmacher
fe9b552023 s4:smbd: depend on NAMED_PIPE_AUTH_TSTREAM...
metze
2009-05-01 17:42:09 +02:00
Stefan Metzmacher
92a1890b90 libcli/named_pipe_auth: add tstream_npa_connect_send/recv()
Add a tstream client implemenation for the named pipe auth
code. This supports byte and message mode.

metze
2009-05-01 17:42:08 +02:00
Stefan Metzmacher
2ae92c7599 s4:smbd: add support for named_pipe_auth level 2 in service_named_pipe...
metze
2009-05-01 17:42:06 +02:00
Stefan Metzmacher
863c048d26 rerun "make idl"
metze
2009-05-01 17:42:04 +02:00
Stefan Metzmacher
6d27b48b3f named_pipe_auth.idl: add level 2 and pass the client/server info and session key
We also return can return the named pipe mode now.

metze
2009-05-01 17:42:03 +02:00
Stefan Metzmacher
6ac61e6707 tsocket: add tstream_readv_pdu_queue_send/recv()
metze
2009-05-01 17:42:01 +02:00
Stefan Metzmacher
eb723c2061 tsocket: add tstream_writev_queue_send/recv()
metze
2009-05-01 17:42:00 +02:00
Stefan Metzmacher
a0830f4cb9 tsocket: add tstream_readv_pdu_send/recv()
metze
2009-05-01 17:41:56 +02:00
Stefan Metzmacher
ee6d796c19 tsocket: add tstream implementation for bsd sockets (inet and unix)
metze
2009-05-01 17:41:55 +02:00
Stefan Metzmacher
8a090c4b8b tsocket: add tstream_context infrastructure similar to tdgram_context
metze
2009-05-01 17:41:53 +02:00
Stefan Metzmacher
182a4b30de tsocket: rename tdgram_unix_dgram_socket() => tdgram_unix_socket()
metze
2009-05-01 17:41:38 +02:00
Stefan Metzmacher
b46599590f tsocket: move tsocket_simple_int_recv() to tsocket.c
metze
2009-05-01 17:38:27 +02:00
Stefan Metzmacher
0db3b944bd tsocket: move tsocket_sendto_queue_send/recv() to tsocket_helpers.c
metze
2009-05-01 17:38:26 +02:00