Andrew Bartlett
b89893ab90
r13909: Make this code clearer.
...
Andrew Bartlett
2007-10-10 13:52:22 -05:00
Andrew Bartlett
54caf94942
r13908: Improve the RPC-SAMSYNC test to cross-check some attributes I wasn't
...
sure about.
This finds a new ACB_PW_EXPIRED attribute.
Andrew Bartlett
2007-10-10 13:52:22 -05:00
Andrew Bartlett
e1b346b8e0
r13907: By ordering things this way, we allow the password_hash module to set
...
the pwdLastSet time on new users (with passwords) correctly.
Andrew Bartlett
2007-10-10 13:52:22 -05:00
Simo Sorce
c5a9ba3e1c
r13906: fix swig build
2007-10-10 13:52:22 -05:00
Jelmer Vernooij
408ecfb754
r13905: include/includes.h now includes param/param.h..
2007-10-10 13:52:21 -05:00
Jelmer Vernooij
4339e3e7d7
r13904: Make sure LDB gets initialized
2007-10-10 13:52:21 -05:00
Jelmer Vernooij
c80a8f1102
r13903: Don't generate prototypes for modules and binaries in include/proto.h by
...
default.
2007-10-10 13:52:21 -05:00
Jelmer Vernooij
0c95bf0cd3
r13902: Stricter checking for the -fvisibility flag
...
Add two more proto headers.
2007-10-10 13:52:21 -05:00
Simo Sorce
8340ab26dd
r13901: Backends need to be initialized even if there are no modules
2007-10-10 13:52:20 -05:00
Simo Sorce
cf7ad70757
r13900: don't segfault on error
2007-10-10 13:52:20 -05:00
Jelmer Vernooij
ba74f24e42
r13899: Get the shared library build building again. Just compiles for now,
...
but modules don't work yet..
(Run LIBRARY_OUTPUT_TYPE=SHARED_LIBRARY MODULE_OUTPUT_TYPE=SHARED_LIBRARY ./config.status)
2007-10-10 13:52:20 -05:00
Jelmer Vernooij
ea9988dfda
r13898: Add a subsystem-specific DEFAULT_VISIBILITY property that can be used
...
to not export symbols when building shared libraries. Symbols that have to be
available to users of the library can be explicitly exported by
prepending them with _PUBLIC_ in the C source.
2007-10-10 13:52:20 -05:00
Jelmer Vernooij
fd6135aa85
r13896: Get rid of 'use warnings' as it isn't very portable..
2007-10-10 13:52:20 -05:00
Stefan Metzmacher
60d7920527
r13877: remove smbsrv_send_dos_error() and use smbsrv_send_error(..,NT_STATUS_DOS())
...
metze
2007-10-10 13:52:19 -05:00
Stefan Metzmacher
f28fb440d5
r13872: fix typo
...
metze
2007-10-10 13:52:19 -05:00
Stefan Metzmacher
e6275db7b9
r13870: prefix more functions with smbsrv_
...
metze
2007-10-10 13:52:19 -05:00
Stefan Metzmacher
bd3162e6a7
r13868: remove useless talloc_free() wrapper
...
metze
2007-10-10 13:52:19 -05:00
Jelmer Vernooij
d512b147e8
r13867: Wrap the cflags.sh hack in the build system. You can now simply
...
set subsystem-specific compiler flags in the .mk files.
2007-10-10 13:52:18 -05:00
Stefan Metzmacher
bb083f17c9
r13866: prefix more functions with smbsrv_
...
metze
2007-10-10 13:52:18 -05:00
Stefan Metzmacher
2af9663275
r13865: prefix functions with smbsrv_
...
metze
2007-10-10 13:52:18 -05:00
Stefan Metzmacher
ab659d8ee0
r13863: this can be static...
...
metze
2007-10-10 13:52:18 -05:00
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