summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r14208: removed use of req->flags2 inside the ntvfs layer. This should helpAndrew Tridgell12-9/+40
metze on his quest to unify the ntvfs strucures for the smb and smb2 servers. The only place we needed flags2 inside ntvfs was for the FLAGS2_READ_PERMIT_EXECUTE bit, which only affects readx, so I added a readx.in.read_for_execute flag instead. (This used to be commit b78abbbce60ab0009da19a72dd769800c44298a2)
2007-10-10r14206: fix warnings, the better fix for that will be to make the sidmap codeStefan Metzmacher2-0/+2
independend of ntvfs...(later...) metze (This used to be commit 2a34ed7a07c9e5f32408a0edb714239714eb1d26)
2007-10-10r14205: move smb specific stuff out of includes.h (finally!!!:-)Stefan Metzmacher15-51/+63
all this changes really help ccache to speed up the samba4 build:-) metze (This used to be commit 180a79d1036e54fc0c50572b820818e9aafa28e9)
2007-10-10r14203: Include less private heimdal headers.Andrew Bartlett1-1/+5
Andrew Bartlett (This used to be commit ce80425f6d84e434f4562aa0be7e6e4ad2772b92)
2007-10-10r14202: Oops. When removing a header, we need to replace it.Andrew Bartlett1-0/+1
Andrew Bartlett (This used to be commit d1ca106f05ad71b8aa514bf87a4267d61d9dcbf8)
2007-10-10r14201: I don't think including roken is going to be a good solution. Let'sAndrew Bartlett1-2/+0
try and find the real solution. Andrew Bartlett (This used to be commit a512d5dd258797cdb41018923502cb4998f1edfe)
2007-10-10r14200: Now we have real USN support, don't force the values in the provisionAndrew Bartlett4-122/+0
scripts. This tests the real module, and avoids duplication. Andrew Bartlett (This used to be commit 0859ba59ae00029177cd63366fc59efe8b19c973)
2007-10-10r14199: This isn't pretty, but it makes the network interface detection work ↵Andrew Bartlett1-0/+2
again. When making build changes, watch out that 'compiles' doesn't mean that it works... Andrew Bartlett (This used to be commit d5f9e19b5890ec954c9437447041b655aa83868b)
2007-10-10r14198: Update Samba4 to current lorikeet-heimdal.Andrew Bartlett66-864/+3034
Andrew Bartlett (This used to be commit 97a0a0e2fa6784e5fc5278f7a15b385ddcb6a3b3)
2007-10-10r14181: This doesn't need level 1 debug, it happens whenever the DNS name is ↵Andrew Bartlett1-1/+1
looked up. Andrew Bartlett (This used to be commit 1badf363ab2e67ecca3162b2c0cf5e86f783f8bb)
2007-10-10r14180: The PAC isn't so special that it deserves a level 0 debug any more.Andrew Bartlett1-1/+1
Andrew Bartlett (This used to be commit 2ab71ed51868da123131d8bdaa7c30ab61ae280f)
2007-10-10r14175: More comments and my copyright.Rafal Szczesniak1-11/+74
rafal (This used to be commit 384d97e0b2e3c5980e2023cd511d7f84e64d6ffb)
2007-10-10r14174: fix typosStefan Metzmacher2-3/+3
metze (This used to be commit 29240bae4488749b3f8a2b49bccad1601d1aa184)
2007-10-10r14173: change smb interface structures to always useStefan Metzmacher72-941/+970
a union smb_file, to abtract - const char *path fot qpathinfo and setpathinfo - uint16_t fnum for SMB - smb2_handle handle for SMB2 the idea is to later add a struct ntvfs_handle *ntvfs so that the ntvfs subsystem don't need to know the difference between SMB and SMB2 metze (This used to be commit 2ef3f5970901b5accdb50f0d0115b5d46b0c788f)
2007-10-10r14172: composite_is_ok(c) destroys c, when the status isn't ok.Stefan Metzmacher1-46/+8
so we need to return directly. metze (This used to be commit fba4229e56dce867a7c9daf9a3523a4dc3e454ba)
2007-10-10r14165: More comments and my copyright.Rafal Szczesniak1-1/+19
rafal (This used to be commit 6b94e81e5a31bb413149d9328746b1fed65c7f3d)
2007-10-10r14164: More comments.Rafal Szczesniak1-5/+95
rafal (This used to be commit 8582d6dfc5c8ad59a2eb64cb81a703c13b7eeed4)
2007-10-10r14163: Remove LDB_WAIT_ONCE, we can hardly guarante weSimo Sorce3-18/+0
get anything if not waiting for all, keeping this value may just lead to false expectations. You either make blocking call waiting for ALL results transforming this in a sync call, or either you loop expecting from 0 to all results being returned at any time on any of these loops. It should be clear also that when you may receive results at any time as soon as you call ldb_request. Your callback may have received all results even before calling ldb_async_wait the first time. Simo. (This used to be commit 6f041068b50caf919cd971812bdb8e3e810565fb)
2007-10-10r14162: Minor fixes on sortSimo Sorce2-55/+485
Initial work on async paged_results (This used to be commit 72523eae7f8925a2c23d3260875345adcf1661bb)
2007-10-10r14161: return early if we know the job is already finishedSimo Sorce4-10/+29
(This used to be commit 09f6f552d73f782dc8d62cefad9c5f584b7b07d2)
2007-10-10r14160: don't write behind the bufferStefan Metzmacher1-1/+0
metze (This used to be commit bce4db8d1c293d05546dfd1b0229252babdb64b2)
2007-10-10r14157: - pass a struct ntvfs_request to the ntvfs layerStefan Metzmacher37-690/+736
(for now we just do #define ntvfs_request smbsrv_request, but it's the first step...) - rename ntvfs_openfile() -> ntvfs_open() - fix the talloc hierachie in some places in the ntvfs_map_*() code metze (This used to be commit ed9ed1f48f602354810937c0b0de850b44322191)
2007-10-10r14154: Add summary line for extended attribute libraryJelmer Vernooij1-0/+1
(This used to be commit 0665a465ba86bf2867ed360f8017ce8de8118882)
2007-10-10r14151: Add simple script that writes a summary to show what libraries the userJelmer Vernooij5-17/+60
(might) be missing. (This used to be commit ee90b8067915915af8ffbc0e04d1f4f5aae567cb)
2007-10-10r14149: Add BUGS.txt (fixes #3523)Jelmer Vernooij1-0/+6
(This used to be commit fc991c61b3394fe66efb813458228b3c8044b85a)
2007-10-10r14143: Replace old function with equivalent based on new async code.Rafal Szczesniak1-67/+4
rafal (This used to be commit 036d35ff175b26dc1f55e6813f9a014a444d9af4)
2007-10-10r14142: fixed ascii padding of nttrans create in server tooAndrew Tridgell1-2/+2
(This used to be commit 2cd4cd1674b7491abf796f625ee098bb2c03e631)
2007-10-10r14141: fixed bugzilla 2921, forcing correct alignment when in ascii modeAndrew Tridgell1-2/+4
(This used to be commit f432d23b044355ae5214812e3794ab319b01268f)
2007-10-10r14140: block SIGPIPE in smbtortureStefan Metzmacher1-0/+3
hopefully this fixed the problems with BASE-NEGNOWAIT metze (This used to be commit 45441954d02a3032782477f9dd6d0bc6305aa030)
2007-10-10r14139: Fix issue with undefined variables.Jelmer Vernooij2-6/+3
(This used to be commit 03c06c6f7fedb0e47483cc6de7732c1e78e60703)
2007-10-10r14138: this isn't neededStefan Metzmacher1-2/+0
metze (This used to be commit bc905952eba6d98abcbae50fbc4d15b179d3cdcb)
2007-10-10r14137: move **p2 to the _recv function for setup the second pipeStefan Metzmacher2-43/+29
metze (This used to be commit 8b8d92beedd8848aa2c7f1443fa8e66e09c2e0bf)
2007-10-10r14136: Fix bug causing segfaults in certain circumstances (gcc3.x amongRafal Szczesniak1-7/+7
others, probably). Funny thing, it didn't segfault on my laptop and gcc4... rafal (This used to be commit 9e3321130e57daccd9649afc3af581a03655090e)
2007-10-10r14131: Fix Coverity bug # 127Volker Lendecke1-1/+3
(This used to be commit 4d0aa6f525c4756ca6942439468b484e3ca4b2fa)
2007-10-10r14125: Fix incorrect declaration caught on build farm.Rafal Szczesniak1-1/+2
rafal (This used to be commit 93358e7d9e08bb77641c1b9a47448eb0a4dac587)
2007-10-10r14124: One more thing needed for async dcerpc connect code.Rafal Szczesniak1-0/+2
rafal (This used to be commit b4c48a6107b28bb529e535f04586d930e8ba636a)
2007-10-10r14123: Huge lump of code making all of our dcerpc connect codeRafal Szczesniak3-381/+1233
asynchronous. Build is ok, and so are the tests. More comments to follow. rafal (This used to be commit a74fb6c5a2f968c56aff8ce39ce2ce9375d19b81)
2007-10-10r14120: make the rpc client code also librariesStefan Metzmacher1-49/+192
metze (This used to be commit 7f32fd0881b946b405892031b0ee8144e4aa9a96)
2007-10-10r14117: fix a perl warningStefan Metzmacher1-0/+4
jelmer: is there a better place to catch this? metze (This used to be commit 1e6ac4537024e7924333050125c33f792f982bbe)
2007-10-10r14110: make ndr interface parsing code libraries,Stefan Metzmacher5-66/+284
so it will not included in multiple modules or binaries metze (This used to be commit 13c105974744c510a62a7c8db2230b60c11b2315)
2007-10-10r14109: Modulify the smbcalls subsystem.Jelmer Vernooij8-82/+119
(This used to be commit d538eac9dbfdd786b533cb5fbbd35ab2fd7358ba)
2007-10-10r14108: Make the Doxyfiles a bit shorter...Jelmer Vernooij3-3629/+16
(This used to be commit 1004e1521a379ba6afb47e0fd3872d43363bc606)
2007-10-10r14105: fix whitespacesStefan Metzmacher1-1/+1
metze (This used to be commit 1b4c9f7fc203908d9cdd331f26b983fb445f05e2)
2007-10-10r14104: version.h has changed the locationStefan Metzmacher1-2/+2
metze (This used to be commit dfaa1fe107c3ea80da8ec5ddaabe0eece96da73a)
2007-10-10r14100: print out the title with the thread specific debug messagesStefan Metzmacher1-4/+25
metze (This used to be commit defc9438d10d51f5f59a8ee69e6baf40b8d9278e)
2007-10-10r14097: Remove subsystem names when installing modules (they're already ↵Jelmer Vernooij3-5/+10
installed in a subsystem-specific directory) No longer install smb.h as it only contains (internal) constants. (This used to be commit b76126628c21755bb8d30e72e3044bd1785a2447)
2007-10-10r14096: setup a service task for smbsrv and dcesrvStefan Metzmacher2-23/+53
metze (This used to be commit 7ad522c7acfe276d08bf59e851697fe93fa622db)
2007-10-10r14095: disable setproctitle support by defaultStefan Metzmacher1-10/+24
--with-setproctitle enables it metze (This used to be commit fb9e7d176a3379d451bdbfad567426ddfb91a8bf)
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)