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
Stefan Metzmacher
b4c5387e9f
tsocket: tdgram move input checks to the common code as there're needed for all backends
...
We need to make sure that we free the sendto and recvfrom requests before
the tdgram_context
metze
2009-05-01 17:38:25 +02:00
Stefan Metzmacher
cc75ff1a37
tsocket: for unix domain sockets we need to use sizeof(struct sockaddr_un)
...
sizeof(struct sockaddr_storage) generates EINVAL.
metze
2009-05-01 17:38:24 +02:00
Stefan Metzmacher
66a2cd36c6
tsocket: return EINVAL when tdgram_sendto_send() is used with len == 0
...
metze
2009-05-01 17:38:23 +02:00
Stefan Metzmacher
997eb9eb43
tsocket: fix dependecies
...
metze
2009-05-01 17:38:22 +02:00
Stefan Metzmacher
9dbb535aa5
tsocket: remove tsocket_context related stuff
...
It will be replaced by tdgram_context and tstream_context.
metze
2009-05-01 17:38:21 +02:00
Stefan Metzmacher
5604e8d614
s4:libcli: remember operating system and lan manager strings from session setup
...
metze
2009-05-01 15:46:08 +02:00
Stefan Metzmacher
b97a591e2c
s4:libcli/raw: write can return STATUS_BUFFER_OVERFLOW as a real error
...
We should not try to parse the result if the status is not NT_STATUS_OK.
metze
2009-05-01 15:12:07 +02:00
Jelmer Vernooij
bcb89826de
Fix regular expressions in find_missing_doc after code format changes in
...
loadparm.c.
2009-05-01 13:10:14 +02:00
Jelmer Vernooij
4abc5c945e
Fix 'make undocumented' (by hardcoding the source path, now that the docs
...
live in the same git repo)
2009-05-01 13:10:13 +02:00
Jelmer Vernooij
6e48495ee7
Filter substitution variables out of list of undocumented applications.
2009-05-01 13:10:13 +02:00
Jelmer Vernooij
90c9e0aec4
Fix 'make samples' (git doesn't version directories, so 'examples' won't
...
exist yet)
2009-05-01 13:10:13 +02:00
Volker Lendecke
5b7b47f015
Add getaddrinfo_send/recv
2009-05-01 12:30:59 +02:00
Volker Lendecke
8cf75770cf
Add fncall_send/recv
2009-05-01 12:30:59 +02:00
Volker Lendecke
db2cc8c9f2
Add thread pool
...
Included if pthreads are found, can be disabled with --enable-pthreadpool=no
Tim, Steven, I haven't yet seen comments from you. You have been asking for
such a thing at SambaXP. Do you like this? :-)
2009-05-01 12:30:58 +02:00
Jeremy Allison
f3af298e5b
Cause cli_close to return an NTSTATUS.
...
Jeremy.
2009-04-30 16:57:42 -07:00
Michael Adam
384c1aaa8e
s3:config.sub: clean some space/tab mixup that git complains about
...
Michael
2009-05-01 01:18:01 +02:00
Michael Adam
f3308b91d7
s3:config.sub: replace old FSF address by the web site url.
...
Michael
2009-05-01 01:18:00 +02:00
Michael Adam
62a69994f2
s3:config.sub: move to GPLv3
...
Michael
2009-05-01 01:18:00 +02:00