Stefan Metzmacher
497b219c7d
r13862: rename chain_reply -> smbsrv_chain_reply
...
metze
2007-10-10 13:52:18 -05:00
Stefan Metzmacher
d1bae931b3
r13860: - add support for SMB2 ("SMB 2.001") negotiation in SMB negprot requests
...
- the default max protocol is still NT1
metze
2007-10-10 13:52:17 -05:00
Stefan Metzmacher
3a6568c366
r13859: - remove useless fsync() calls
...
- make sure we only close the old_fd when the new one was opened
metze
2007-10-10 13:52:17 -05:00
Stefan Metzmacher
7f2a6cfd6f
r13858: - use req_pull_ascii4() instead of doing strlen() on client provided buffers
...
- also terminate the connection if we don't support any protocol the client
provides
metze
2007-10-10 13:52:17 -05:00
Stefan Metzmacher
58af0acafd
r13857: add "Windows for Workgroups 3.1a" support to the server
...
metze
2007-10-10 13:52:17 -05:00
Andrew Tridgell
af6606fe98
r13856: fixed a misleading comment
2007-10-10 13:52:17 -05:00
Jelmer Vernooij
ad43464cc1
r13855: Docs for the registry library as well
2007-10-10 13:52:16 -05:00
Andrew Tridgell
d55db268ca
r13854: we now pass BASE-NEGNOWAIT
2007-10-10 13:52:16 -05:00
Andrew Tridgell
34b2855a62
r13853: fixed the BASE-NEGNOWAIT test to not fail with a sigpipe if the server
...
drops the connection on multiple negprots
2007-10-10 13:52:16 -05:00
Jelmer Vernooij
e6f7e3a594
r13852: Split up
2007-10-10 13:52:16 -05:00
Jelmer Vernooij
936d26ae64
r13851: More doc improvements.
2007-10-10 13:52:16 -05:00
Andrew Bartlett
085ba80cc8
r13850: Test (and fix) not using SPNEGO at all, but instead using raw NTLMSSP.
...
The switch to turn off SPNEGO in the client is a bit messy, but it works.
Andrew Bartlett
2007-10-10 13:52:15 -05:00
Jelmer Vernooij
eed16ac3b7
r13849: More improvements to the libutil docs.
2007-10-10 13:52:15 -05:00
Jelmer Vernooij
fe5eae0e98
r13847: Fix some portability issues with the visibility attribute.
2007-10-10 13:52:15 -05:00
Jelmer Vernooij
991bec80e4
r13844: Remove _PUBLIC_ for now as the proto script seems to make false assumptions
...
about the data type being known.
2007-10-10 13:52:15 -05:00
Jelmer Vernooij
aac1b99b36
r13842: Make some more functions public.
2007-10-10 13:52:15 -05:00
Jelmer Vernooij
9a188eb1f4
r13840: Mark some functions as public.
2007-10-10 13:52:14 -05:00
Jelmer Vernooij
fb2f70de4f
r13839: Use registration mechanism for backends as well (in the same sense
...
my previous patch added it for modules). This is the next step towards
LDB backends and modules as run-time loadable .so files.
2007-10-10 13:52:14 -05:00
Simo Sorce
7ef63abae1
r13827: Minor enhancements or cosmetic changes
2007-10-10 13:52:14 -05:00
Simo Sorce
76cbab0e25
r13826: Try to keep this backend updated
...
This need more testing and to be built by default when possible
2007-10-10 13:52:14 -05:00
Simo Sorce
b4202cf030
r13823: make async_wait part of the modules ops
2007-10-10 13:52:13 -05:00
Simo Sorce
0db616ef59
r13818: Make ldb_tdb 'fake' async.
...
Simo.
2007-10-10 13:52:13 -05:00
Stefan Metzmacher
f1471c6c6c
r13813: fix compiler warnings
...
metze
2007-10-10 13:52:13 -05:00
Stefan Metzmacher
1340cb1f3b
r13812: fix compiler warning
...
metze
2007-10-10 13:52:13 -05:00
Stefan Metzmacher
89f7a2b93f
r13811: nicer format...
...
metze
2007-10-10 13:52:13 -05:00
Stefan Metzmacher
c6137a1af9
r13810: global data types are defined in core.h now...
...
metze
2007-10-10 13:52:12 -05:00
Stefan Metzmacher
6f47fcbd44
r13809: move ldb specific define
...
metze
2007-10-10 13:52:12 -05:00
Stefan Metzmacher
b639b814d9
r13808: remove unused define
...
metze
2007-10-10 13:52:12 -05:00
Stefan Metzmacher
e73cc5060c
r13807: print out the netbios name the packet is for
...
metze
2007-10-10 13:52:12 -05:00
Andrew Tridgell
4257fd91ce
r13803: fixed two errors found with 'make valgrindtest'
2007-10-10 13:52:12 -05:00
Jelmer Vernooij
71f64baa87
r13790: Add Samba as category
2007-10-10 13:52:11 -05:00
Jelmer Vernooij
3e980a75c5
r13789: Add metadata files for the GTK+ apps
2007-10-10 13:52:11 -05:00
Jelmer Vernooij
52a2356505
r13786: [merge] Add registration functions for LDB modules
...
Applications that use LDB modules will now have to run ldb_global_init()
before they can use LDB.
The next step will be adding support for loading LDB modules from .so
files. This will also allow us to use one LDB without difference between the
standalone and the Samba-specific build
2007-10-10 13:52:11 -05:00
Simo Sorce
1113d4caa7
r13773: Be consistent in the way you get out and free allocated data
2007-10-10 13:52:11 -05:00
Stefan Metzmacher
551dd12baf
r13770: - do fsync() on the debug fd, as we do in samba3,
...
I have an report that smbd memory usage grows to 1,5 GB or more
without this...
- make log_timestamp static
metze
2007-10-10 13:52:11 -05:00
Stefan Metzmacher
18fe8a6fbb
r13768: be less verbose...
...
metze
2007-10-10 13:52:10 -05:00
Stefan Metzmacher
0ab3a42341
r13767: fix compiler warnings
...
metze
2007-10-10 13:52:10 -05:00
Jelmer Vernooij
8e2efc9981
r13760: Remove extern declaration for SMB_PASSWD_FILE
2007-10-10 13:52:10 -05:00
Jelmer Vernooij
fb620c2706
r13753: /bin/sh -> /bin/bash as this script uses some bash-specific constructs
2007-10-10 13:52:09 -05:00
Jelmer Vernooij
90812203df
r13752: Add doxyfile and fix formatting of comments. Current output is available at http://samba.org/~jelmer/util-api/
2007-10-10 13:52:09 -05:00
Andrew Tridgell
ef6e30c72c
r13745: remove some code I was experimenting with and forgot was there when I
...
committed
that will teach me to run svn diff before committing ....
2007-10-10 13:52:09 -05:00
Simo Sorce
ec833b409c
r13744: Make ldb_ldap async
2007-10-10 13:52:09 -05:00
Simo Sorce
c5eb27e5f7
r13743: Generic fixes and improvements
2007-10-10 13:52:08 -05:00
Simo Sorce
4de76fd09e
r13742: Fix tests to work better with ldap
2007-10-10 13:52:08 -05:00
Andrew Tridgell
4a1b7580a7
r13741: make the pointer type in pidl handle any size pointer, just in case we
...
have a 128 bit machine out there somewhere
2007-10-10 13:52:08 -05:00
Andrew Tridgell
b6c2d1e0b9
r13740: the BASE-DELETE test now passes, and is a quick test
2007-10-10 13:52:08 -05:00
Andrew Tridgell
cd2602d057
r13739: a fairly major overhaul of the opendb code to allow the BASE-DELETE
...
test to pass. To try to make the code a bit more understandable, I
moved to using an IDL description of the opendb tdb record format.
One of the larger changes was to make directory opens and creates go
via the opendb code, so directory operations now obey all the share
mode restrictions, as well as delete on close semantics. I also
changed the period over which the opendb locks are held, to try to
minimise races due to two open operations happening at the same time.
2007-10-10 13:52:08 -05:00
Andrew Tridgell
d2a2057ea5
r13738: added support for a "pointer" type in pidl. This will be used in the
...
opendb work that will be committed shortly.
The pointer type assumes that pointers fit in 64 bits, which is
probably OK on all our supported architectures.
2007-10-10 13:52:07 -05:00
Rafal Szczesniak
cedaf08170
r13726: Fix indentation.
...
rafal
2007-10-10 13:52:07 -05:00
Stefan Metzmacher
6ee7de9bbf
r13710: fix compiler warnings
...
metze
2007-10-10 13:52:07 -05:00