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

8557 Commits

Author SHA1 Message Date
Stefan Metzmacher
defc9438d1 r14100: print out the title with the thread specific debug messages
metze
2007-10-10 13:56:50 -05:00
Jelmer Vernooij
b76126628c r14097: Remove subsystem names when installing modules (they're already installed
in a subsystem-specific directory)
No longer install smb.h as it only contains (internal) constants.
2007-10-10 13:56:50 -05:00
Stefan Metzmacher
7ad522c7ac r14096: setup a service task for smbsrv and dcesrv
metze
2007-10-10 13:56:50 -05:00
Stefan Metzmacher
fb9e7d176a r14095: disable setproctitle support by default
--with-setproctitle enables it

metze
2007-10-10 13:56:50 -05:00
Jelmer Vernooij
b6ffad3860 r14094: Use saner module directory names, fix loading of server service modules. 2007-10-10 13:56:49 -05:00
Stefan Metzmacher
63778a76be r14082: fix the build of process model thread
metze
2007-10-10 13:56:49 -05:00
Stefan Metzmacher
526f20bbec r14079: I just found the setproctitle library from alt linux:-)
- add set_title hook to the process models
- use setproctitle library in process_model standard if available
- the the title for the task servers and on connections

metze
2007-10-10 13:56:49 -05:00
Stefan Metzmacher
a465126e15 r14078: move ldb_global_init() to the main smbd code,
to fix the process_model standard

metze
2007-10-10 13:56:49 -05:00
Stefan Metzmacher
89b5667ab0 r14072: - only add the 'lib' prefix to libraries not modules
- fix installation of plugins (and make it a bit more verbose
- get rid of the '#define libfoo_module_init init_module'
  and genereated a wrapper function in bin/libfoo_module_init_module.c
- change the standard visibility for modules to hidden
- a few make clean fixes

metze
2007-10-10 13:54:02 -05:00
Stefan Metzmacher
af63ed9eb3 r14071: fix the build
metze
2007-10-10 13:54:01 -05:00
Stefan Metzmacher
be8874e9d3 r14070: this functions need to be exported,
it's ugly, but they're used in torture tests

I hope to find a better solution for this later...

metze
2007-10-10 13:54:01 -05:00
Stefan Metzmacher
bc5281a95f r14067: give more usefull errors
metze
2007-10-10 13:52:40 -05:00
Stefan Metzmacher
29a1c0bb69 r14066: fix whitespaces
metze
2007-10-10 13:52:39 -05:00
Stefan Metzmacher
91a3a0b795 r14065: build gensec_schannel always static as libnet needs functions from it
metze
2007-10-10 13:52:39 -05:00
Stefan Metzmacher
43733c9556 r14064: - split out MSRPC_PARSE into a speperate subsystem
- build gensec_ntlmssp always static for now, because torture/auth/ntlmssp.c
  needs to access functions from it

metze
2007-10-10 13:52:39 -05:00
Stefan Metzmacher
7fc2d08269 r14063: libnet depends on dcerpc
metze
2007-10-10 13:52:39 -05:00
Andrew Tridgell
8c5c8846f5 r14059: change notify is quite a bit more complex than we thought. These tests
show that w2k3 buffers notifies on directories where you have used
notify previously, thus giving you notifications on events that happen
even when you do not have a current notify call outstanding. This
makes it much easier for clients to avoid race conditions, which is
probably why it is done. It also means that associating change
notifies in Samba with outstanding change notify requests won't work -
instead we have to associate them with buffers on open directories.
2007-10-10 13:52:39 -05:00
Andrew Bartlett
0aa7160a66 r14058: Try to make the continuation on the list of password set mechs clearer.
Andrew Bartlett
2007-10-10 13:52:38 -05:00
Günther Deschner
46e191cfa5 r14055: merge from samba3. add ACB_NO_AUTH_DATA_REQD, this has been verified
although not automatically tested in smbtorture right now.

Guenther
2007-10-10 13:52:38 -05:00
Günther Deschner
9820736804 r14054: merge from samba3, fillout more userAccountControl bits.
Guenther
2007-10-10 13:52:38 -05:00
Stefan Metzmacher
67a42a8097 r14041: be a bit less verbose
metze
2007-10-10 13:52:38 -05:00
Stefan Metzmacher
10cd4dbac9 r14040: report errors better
metze
2007-10-10 13:52:38 -05:00
Stefan Metzmacher
f941e74864 r14039: as samba4 drops the connection on multiple negprot requests
make the BASE-NEGNOWAIT tests more robust.

was it correct that the important thing to test in this
test is that the 2nd connection works fine?

metze
2007-10-10 13:52:37 -05:00
Stefan Metzmacher
8e9a69171a r14038: reopen log files after a SIGHUP
metze
2007-10-10 13:52:37 -05:00
Stefan Metzmacher
d4c0f8900e r14037: add ntvfs_next_notify()
metze
2007-10-10 13:52:37 -05:00
Jeremy Allison
d2e9d5b34b r14029: Fix resource leak in error codepath. Coverity CID #64.
Jeremy.
2007-10-10 13:52:37 -05:00
Andrew Tridgell
78dd6b3e0c r14016: use type safe talloc when constructing operation structures in smb server 2007-10-10 13:52:37 -05:00
Andrew Tridgell
e03a2e2de2 r14013: added construction of the notify reply buffer in the nttrans server
code

the RAW-NOTIFY test now passes against the CIFS backend
2007-10-10 13:52:36 -05:00
Andrew Tridgell
6ec250f55d r14012: added support for the SMBntcancel operation in the cifs ntvfs
backend. This requires keeping a list of outstanding requests so the
MID can be matched. Use a talloc destructor to manage the list.
2007-10-10 13:52:36 -05:00
Andrew Tridgell
0ad70bfd83 r14011: - added a ntvfs_notify op to allow backends to support change notify
- converted the nttrans server side code to be async (needed for change notify)

This is the start of some work on supporting change notify via a new
approach. More soon.
2007-10-10 13:52:36 -05:00
Simo Sorce
e8075e6a06 r13998: From now on ldb_request() will require an alloced request
By freeing the request you will be sure everything down the path get freed.

this also means you have to steal the results if you want to keep them :)

simo.
2007-10-10 13:52:36 -05:00
Simo Sorce
ef1b3e6368 r13996: simplify ldb_async_wait() some more 2007-10-10 13:52:36 -05:00
Simo Sorce
1c8536750f r13993: First prototype of how an async module should be built.
This is NOT tested yet, just compiles.
Committing to share the code and gather comments
2007-10-10 13:52:34 -05:00
Simo Sorce
3347322d13 r13992: change the way ldb_async_wait() works.
I think I should change the name of this function
to ldb_async_process(), any opinions ?
2007-10-10 13:52:34 -05:00
Jelmer Vernooij
988ea27e22 r13990: Fix issues with function renaming. 2007-10-10 13:52:34 -05:00
Simo Sorce
8375f03019 r13986: minor fixes 2007-10-10 13:52:34 -05:00
Simo Sorce
af92996e30 r13985: Slowly start swig_ldb
dcerpc still need fixing, the produced shared library misses some symbols.
Jelmer, can you look at it while you are playing with the build system ?
2007-10-10 13:52:34 -05:00
Jelmer Vernooij
d3a21b58d4 r13982: Add support for prototypes spread across multiple lines. Try to keep line
empty after inserting new prototypes.
2007-10-10 13:52:33 -05:00
Jelmer Vernooij
265cfb39c3 r13976: Add simple script for updating existing prototypes in a header file 2007-10-10 13:52:33 -05:00
Stefan Metzmacher
30af3be22b r13973: fix the build
metze
2007-10-10 13:52:33 -05:00
Stefan Metzmacher
737b149546 r13972: fix the build, jelmer can you please take a look at what's going wrong here
metze
2007-10-10 13:52:33 -05:00
Jelmer Vernooij
04c49e211f r13969: Make these names lowercase as well (just like they are now in the buildsystem) 2007-10-10 13:52:33 -05:00
Stefan Metzmacher
2d546c3280 r13967: change the standard visibility to "default" public again
for modules, libraries and subsystems

metze
2007-10-10 13:52:33 -05:00
Stefan Metzmacher
2db081fd70 r13964: make lp_* functions public
metze
2007-10-10 13:52:32 -05:00
Stefan Metzmacher
23c3dda791 r13963: make symbols public
metze
2007-10-10 13:52:32 -05:00
Stefan Metzmacher
fd84583ab4 r13962: make functions public
metze
2007-10-10 13:52:32 -05:00
Stefan Metzmacher
9f2e20600d r13961: make function public
metze
2007-10-10 13:52:32 -05:00
Jelmer Vernooij
2c74698032 r13960: Generate makefile rules for installing/removing shared modules. 2007-10-10 13:52:32 -05:00
Stefan Metzmacher
a5b95a7741 r13959: make more functions public
metze
2007-10-10 13:52:31 -05:00
Stefan Metzmacher
d099282d49 r13956: make more functions public
metze
2007-10-10 13:52:31 -05:00