summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r14094: Use saner module directory names, fix loading of server service modules.Jelmer Vernooij12-78/+80
(This used to be commit b6ffad3860ba2cf9d8f3423d65be91dcfc962ca2)
2007-10-10r14082: fix the build of process model threadStefan Metzmacher1-1/+1
metze (This used to be commit 63778a76be8212baad8f4668b0ffcc3b6732857e)
2007-10-10r14079: I just found the setproctitle library from alt linux:-)Stefan Metzmacher16-4/+118
- 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 (This used to be commit 526f20bbecc9bbd607595637c15fc4001d3f0c70)
2007-10-10r14078: move ldb_global_init() to the main smbd code,Stefan Metzmacher3-5/+4
to fix the process_model standard metze (This used to be commit a465126e15490c5605064eb2387fb589d312db7b)
2007-10-10r14072: - only add the 'lib' prefix to libraries not modulesStefan Metzmacher5-34/+58
- 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 (This used to be commit 89b5667ab0f761e679fdee0f5c3d94942e67e28e)
2007-10-10r14071: fix the buildStefan Metzmacher2-3/+6
metze (This used to be commit af63ed9eb3a5af3e4eeb84c66397255ea90ea764)
2007-10-10r14070: this functions need to be exported,Stefan Metzmacher2-3/+3
it's ugly, but they're used in torture tests I hope to find a better solution for this later... metze (This used to be commit be8874e9d3f1a022a42ccd1262dc5ce7bd5d1a91)
2007-10-10r14067: give more usefull errorsStefan Metzmacher1-4/+5
metze (This used to be commit bc5281a95f2c79f88895282e8e38add116eef789)
2007-10-10r14066: fix whitespacesStefan Metzmacher1-2/+2
metze (This used to be commit 29a1c0bb69f0d52ead7268de4b024d5a91e135cf)
2007-10-10r14065: build gensec_schannel always static as libnet needs functions from itStefan Metzmacher1-0/+1
metze (This used to be commit 91a3a0b795ebe73d29b69bb40ae9e67b40f90212)
2007-10-10r14064: - split out MSRPC_PARSE into a speperate subsystemStefan Metzmacher7-3/+12
- build gensec_ntlmssp always static for now, because torture/auth/ntlmssp.c needs to access functions from it metze (This used to be commit 43733c9556c1c92336780206e3f71bdee6e43eee)
2007-10-10r14063: libnet depends on dcerpcStefan Metzmacher1-1/+1
metze (This used to be commit 7fc2d08269a93dc3c38b08296dce41a0ae80ef82)
2007-10-10r14059: change notify is quite a bit more complex than we thought. These testsAndrew Tridgell1-5/+85
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. (This used to be commit 8c5c8846f58c3f4b852c27dcecea8dfe21da58b6)
2007-10-10r14058: Try to make the continuation on the list of password set mechs clearer.Andrew Bartlett1-2/+5
Andrew Bartlett (This used to be commit 0aa7160a66ee6951311fd7076faa2d27e25d620d)
2007-10-10r14055: merge from samba3. add ACB_NO_AUTH_DATA_REQD, this has been verifiedGünther Deschner1-1/+2
although not automatically tested in smbtorture right now. Guenther (This used to be commit 46e191cfa5cc45175b23815017f70d6271e35e23)
2007-10-10r14054: merge from samba3, fillout more userAccountControl bits.Günther Deschner1-2/+2
Guenther (This used to be commit 98207368044505c05b8d3f0538c19536488e229d)
2007-10-10r14041: be a bit less verboseStefan Metzmacher1-1/+1
metze (This used to be commit 67a42a8097152c23fcd1adab68c64f127ac9c643)
2007-10-10r14040: report errors betterStefan Metzmacher1-0/+2
metze (This used to be commit 10cd4dbac97589e422a56465ba1f2bc060e425bb)
2007-10-10r14039: as samba4 drops the connection on multiple negprot requestsStefan Metzmacher1-7/+10
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 (This used to be commit f941e748640fa88eb5868420059efd0c38d7d745)
2007-10-10r14038: reopen log files after a SIGHUPStefan Metzmacher2-17/+38
metze (This used to be commit 8e9a69171a03a1f886fcff911e8a923368645a54)
2007-10-10r14037: add ntvfs_next_notify()Stefan Metzmacher1-0/+12
metze (This used to be commit d4c0f8900e908bc70fd66059fc667432329abf89)
2007-10-10r14029: Fix resource leak in error codepath. Coverity CID #64.Jeremy Allison1-2/+6
Jeremy. (This used to be commit d2e9d5b34baee90060ee9131b3da903309625a56)
2007-10-10r14016: use type safe talloc when constructing operation structures in smb ↵Andrew Tridgell1-38/+43
server (This used to be commit 78dd6b3e0cd4f048e9b0317107ceb59198fc2bee)
2007-10-10r14013: added construction of the notify reply buffer in the nttrans serverAndrew Tridgell1-9/+62
code the RAW-NOTIFY test now passes against the CIFS backend (This used to be commit e03a2e2de2ad7cd7e692248a681a46ffc1447541)
2007-10-10r14012: added support for the SMBntcancel operation in the cifs ntvfsAndrew Tridgell1-3/+35
backend. This requires keeping a list of outstanding requests so the MID can be matched. Use a talloc destructor to manage the list. (This used to be commit 6ec250f55d7b7d9c899d3c3777666a96bf8ea06c)
2007-10-10r14011: - added a ntvfs_notify op to allow backends to support change notifyAndrew Tridgell4-186/+315
- 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. (This used to be commit 0ad70bfd83b4a03c0e67f11f63822b833be67aa1)
2007-10-10r13998: From now on ldb_request() will require an alloced requestSimo Sorce7-135/+186
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. (This used to be commit e8075e6a062ce5edb84485e45d0b841c2ee2af7d)
2007-10-10r13996: simplify ldb_async_wait() some moreSimo Sorce8-23/+23
(This used to be commit ef1b3e6368179fe86ae07b8d00e4668090175551)
2007-10-10r13993: First prototype of how an async module should be built.Simo Sorce1-42/+361
This is NOT tested yet, just compiles. Committing to share the code and gather comments (This used to be commit 1c8536750fb811c987357cf1223666e1d79b2672)
2007-10-10r13992: change the way ldb_async_wait() works.Simo Sorce8-17/+16
I think I should change the name of this function to ldb_async_process(), any opinions ? (This used to be commit 3347322d1327cfa975ee9dccd4f2774e6e14fbcb)
2007-10-10r13990: Fix issues with function renaming.Jelmer Vernooij3-4/+4
(This used to be commit 988ea27e22e3c0f4daf118151f90db5bb243bffc)
2007-10-10r13986: minor fixesSimo Sorce1-8/+20
(This used to be commit 8375f030197d311515085ac6beeaf63af45d14b0)
2007-10-10r13985: Slowly start swig_ldbSimo Sorce3-3/+104
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 ? (This used to be commit af92996e30a50af92d70ac8d55ade3da4ce56077)
2007-10-10r13982: Add support for prototypes spread across multiple lines. Try to keep ↵Jelmer Vernooij1-21/+71
line empty after inserting new prototypes. (This used to be commit d3a21b58d488bcd74ca873ea045fbf2a787ad552)
2007-10-10r13976: Add simple script for updating existing prototypes in a header fileJelmer Vernooij1-0/+189
(This used to be commit 265cfb39c386e6a630f14e2c339d62d2c3dfa12e)
2007-10-10r13973: fix the buildStefan Metzmacher1-3/+3
metze (This used to be commit 30af3be22b5f9e6d106954222a3bc4bb53c76665)
2007-10-10r13972: fix the build, jelmer can you please take a look at what's going ↵Stefan Metzmacher1-1/+1
wrong here metze (This used to be commit 737b149546ac0ee93a0d6c4f54ed40dd6dd259c3)
2007-10-10r13969: Make these names lowercase as well (just like they are now in the ↵Jelmer Vernooij5-5/+5
buildsystem) (This used to be commit 04c49e211fc4f80e03d9322b983bbde15baba640)
2007-10-10r13967: change the standard visibility to "default" public againStefan Metzmacher4-4/+7
for modules, libraries and subsystems metze (This used to be commit 2d546c32801b12ba82596ccdf1521cba7bfff9f7)
2007-10-10r13964: make lp_* functions publicStefan Metzmacher2-115/+115
metze (This used to be commit 2db081fd708ff2403082e31a777320a713e74756)
2007-10-10r13963: make symbols publicStefan Metzmacher1-17/+17
metze (This used to be commit 23c3dda7917f9edc2781fa4ac39ae22fd2aeb162)
2007-10-10r13962: make functions publicStefan Metzmacher1-19/+19
metze (This used to be commit fd84583ab4a3afc484f220d1475b1e61b3f2fbc6)
2007-10-10r13961: make function publicStefan Metzmacher1-1/+1
metze (This used to be commit 9f2e20600d22fbdf582a5a90e8099fe591d5cc48)
2007-10-10r13960: Generate makefile rules for installing/removing shared modules.Jelmer Vernooij32-162/+172
(This used to be commit 2c746980328431ab04852dc668899e3eb042da99)
2007-10-10r13959: make more functions publicStefan Metzmacher2-6/+6
metze (This used to be commit a5b95a7741085a9adb04b8b63066d1b3d0f024ae)
2007-10-10r13956: make more functions publicStefan Metzmacher1-39/+39
metze (This used to be commit d099282d4956e7dc1134abf0632b01c40160e114)
2007-10-10r13954: Add --enable-dso flag to ./configure that simplifies the ability toJelmer Vernooij2-14/+8
do shared library-enabled builds. (This used to be commit 9a1d76c13d44d6a8e4557893f485c5b81c68e01a)
2007-10-10r13953: make more functions publicStefan Metzmacher1-4/+4
metze (This used to be commit 6aa9675924c32a83122e7ebe86a736233b46c54f)
2007-10-10r13944: Yet another round of splitups.Jelmer Vernooij19-3/+23
(This used to be commit f87debeb12cebd734b47314554ab671c9e06237e)
2007-10-10r13943: the -rpath-link should be only used for binaries,Stefan Metzmacher1-1/+1
otherwise application linking to the installed lib would look at the builddir for searching other libs metze (This used to be commit f4996fbacc58618bb04c5587b4c45925cc430997)