summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* r14011: - added a ntvfs_notify op to allow backends to support change notifyAndrew Tridgell2007-10-104-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)
* r13998: From now on ldb_request() will require an alloced requestSimo Sorce2007-10-107-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)
* r13996: simplify ldb_async_wait() some moreSimo Sorce2007-10-108-23/+23
| | | | (This used to be commit ef1b3e6368179fe86ae07b8d00e4668090175551)
* r13993: First prototype of how an async module should be built.Simo Sorce2007-10-101-42/+361
| | | | | | This is NOT tested yet, just compiles. Committing to share the code and gather comments (This used to be commit 1c8536750fb811c987357cf1223666e1d79b2672)
* r13992: change the way ldb_async_wait() works.Simo Sorce2007-10-108-17/+16
| | | | | | I think I should change the name of this function to ldb_async_process(), any opinions ? (This used to be commit 3347322d1327cfa975ee9dccd4f2774e6e14fbcb)
* r13990: Fix issues with function renaming.Jelmer Vernooij2007-10-103-4/+4
| | | | (This used to be commit 988ea27e22e3c0f4daf118151f90db5bb243bffc)
* r13986: minor fixesSimo Sorce2007-10-101-8/+20
| | | | (This used to be commit 8375f030197d311515085ac6beeaf63af45d14b0)
* r13985: Slowly start swig_ldbSimo Sorce2007-10-103-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)
* r13982: Add support for prototypes spread across multiple lines. Try to keep ↵Jelmer Vernooij2007-10-101-21/+71
| | | | | | | line empty after inserting new prototypes. (This used to be commit d3a21b58d488bcd74ca873ea045fbf2a787ad552)
* r13976: Add simple script for updating existing prototypes in a header fileJelmer Vernooij2007-10-101-0/+189
| | | | (This used to be commit 265cfb39c386e6a630f14e2c339d62d2c3dfa12e)
* r13973: fix the buildStefan Metzmacher2007-10-101-3/+3
| | | | | metze (This used to be commit 30af3be22b5f9e6d106954222a3bc4bb53c76665)
* r13972: fix the build, jelmer can you please take a look at what's going ↵Stefan Metzmacher2007-10-101-1/+1
| | | | | | | wrong here metze (This used to be commit 737b149546ac0ee93a0d6c4f54ed40dd6dd259c3)
* r13969: Make these names lowercase as well (just like they are now in the ↵Jelmer Vernooij2007-10-105-5/+5
| | | | | | buildsystem) (This used to be commit 04c49e211fc4f80e03d9322b983bbde15baba640)
* r13967: change the standard visibility to "default" public againStefan Metzmacher2007-10-104-4/+7
| | | | | | | for modules, libraries and subsystems metze (This used to be commit 2d546c32801b12ba82596ccdf1521cba7bfff9f7)
* r13964: make lp_* functions publicStefan Metzmacher2007-10-102-115/+115
| | | | | metze (This used to be commit 2db081fd708ff2403082e31a777320a713e74756)
* r13963: make symbols publicStefan Metzmacher2007-10-101-17/+17
| | | | | metze (This used to be commit 23c3dda7917f9edc2781fa4ac39ae22fd2aeb162)
* r13962: make functions publicStefan Metzmacher2007-10-101-19/+19
| | | | | metze (This used to be commit fd84583ab4a3afc484f220d1475b1e61b3f2fbc6)
* r13961: make function publicStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 9f2e20600d22fbdf582a5a90e8099fe591d5cc48)
* r13960: Generate makefile rules for installing/removing shared modules.Jelmer Vernooij2007-10-1032-162/+172
| | | | (This used to be commit 2c746980328431ab04852dc668899e3eb042da99)
* r13959: make more functions publicStefan Metzmacher2007-10-102-6/+6
| | | | | metze (This used to be commit a5b95a7741085a9adb04b8b63066d1b3d0f024ae)
* r13956: make more functions publicStefan Metzmacher2007-10-101-39/+39
| | | | | metze (This used to be commit d099282d4956e7dc1134abf0632b01c40160e114)
* r13954: Add --enable-dso flag to ./configure that simplifies the ability toJelmer Vernooij2007-10-102-14/+8
| | | | | do shared library-enabled builds. (This used to be commit 9a1d76c13d44d6a8e4557893f485c5b81c68e01a)
* r13953: make more functions publicStefan Metzmacher2007-10-101-4/+4
| | | | | metze (This used to be commit 6aa9675924c32a83122e7ebe86a736233b46c54f)
* r13944: Yet another round of splitups.Jelmer Vernooij2007-10-1019-3/+23
| | | | (This used to be commit f87debeb12cebd734b47314554ab671c9e06237e)
* r13943: the -rpath-link should be only used for binaries,Stefan Metzmacher2007-10-101-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)
* r13942: fix dependenciesStefan Metzmacher2007-10-101-3/+22
| | | | | metze (This used to be commit 71d3fbf65ccb891f823f75384bccf2c7909258c8)
* r13941: fix the buildStefan Metzmacher2007-10-105-5/+5
| | | | | metze (This used to be commit d9da948b0f7f9698decc140a0a549d27675d14e4)
* r13940: use the local vs. install linkerflag trick for shared libs tooStefan Metzmacher2007-10-101-6/+43
| | | | | metze (This used to be commit 65bb303ff3815cc11e07061d478e317ffb24d453)
* r13939: Fix bin/.dummy issues, add more ignoresJelmer Vernooij2007-10-101-5/+5
| | | | (This used to be commit 557533b9173a72d2db2a0fa05ab5500f446306c8)
* r13938: Around round of splitupsJelmer Vernooij2007-10-1019-2/+23
| | | | (This used to be commit 2d655f05285a86bb1bbb882e4dd843def15c9dfa)
* r13937: fix the buildStefan Metzmacher2007-10-104-4/+4
| | | | | metze (This used to be commit 7aabff829836580be8816f38a6e0ef5b7c3bb565)
* r13936: fix dependecyStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 9650d15c211988a4f81c546bd47eadb1302b8f9b)
* r13935: add dependeciesStefan Metzmacher2007-10-102-2/+2
| | | | | metze (This used to be commit 569275bc2b9e91a944087581d383c2b7d914c481)
* r13934: these are only needed for a standalone buildStefan Metzmacher2007-10-101-0/+2
| | | | | metze (This used to be commit 0db8351b149e5c3d91bf7f2d36ceed329462133c)
* r13933: fix dependency and make it possible to build as shared_libraryStefan Metzmacher2007-10-101-1/+2
| | | | | metze (This used to be commit 159a98a28ac4a1007cd97d1b038ef77fa05cbebf)
* r13932: fix dependencyStefan Metzmacher2007-10-101-1/+2
| | | | | metze (This used to be commit 93c77bf14b73b837503fbbde4ec3e16f7eac1e9a)
* r13931: fix dependenciesStefan Metzmacher2007-10-101-4/+10
| | | | | metze (This used to be commit abbf1321ad37e329a2f45f00d1972a5e759d1f1b)
* r13930: this tools are currently just oneliners, which depend on printf()Stefan Metzmacher2007-10-101-9/+2
| | | | | metze (This used to be commit f4e1855dec2c985854e79b3799131d8314ca1e4d)
* r13929: fix dependenciesStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 45fc905d83aa73c51db0ff1c395250e3b10d6cdd)
* r13928: fix dependencyStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit ad83fc46bfdde548e9c8c03ad1fbb56e43d43467)
* r13927: fix dependencyStefan Metzmacher2007-10-102-2/+3
| | | | | metze (This used to be commit 2cb0327528c819a3c7960e7d8b9175925325fcce)
* r13926: More header splitups.Jelmer Vernooij2007-10-1022-4/+23
| | | | (This used to be commit 930daa9f416ecba1d75b8ad46bb42e336545672f)
* r13925: fix dependenciesStefan Metzmacher2007-10-102-2/+2
| | | | | metze (This used to be commit 9dad1fb7bbc387d10c38334e3393dc9f18f4fa2f)
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-10166-34/+280
| | | | | file dependencies (This used to be commit 122835876748a3eaf5e8d31ad1abddab9acb8781)
* r13923: make the state_flags per dcesrv_connectionStefan Metzmacher2007-10-104-9/+13
| | | | | | | this will may help with a generic named pipe solution metze (This used to be commit c6fa9bd15cdb096c3dfc7a4109d9298933981255)
* r13922: - fix whitespacesStefan Metzmacher2007-10-101-19/+23
| | | | | | | - remove some unused NOPROTO=YES on binaries metze (This used to be commit f57fd3c423ccfa4399c71559fd98d93a582e7a88)
* r13921: rename DEFAULT_VISIBILITY -> STANDARD_VISIBILITYStefan Metzmacher2007-10-103-6/+6
| | | | | | | | the standard is "hidden" and not "default", I hope this name makes a bit less confusing metze (This used to be commit 3e27534ad6d249c1d69f326dac9cc250868b0534)
* r13920: "hidden" visibility is the default...Stefan Metzmacher2007-10-101-1/+0
| | | | | metze (This used to be commit d37f63bf93aef1a289e5762536a72f89cc0c64d1)
* r13919: for us the standard for the visibility is "hidden"Stefan Metzmacher2007-10-102-2/+2
| | | | | | | and "default" means public metze (This used to be commit ab553c296f333f91d1e5fc50be827da235e33248)
* r13918: fix whitespacesStefan Metzmacher2007-10-101-5/+3
| | | | | metze (This used to be commit 17be97240f8f759e1ca926ba2fcc0f6ccaf16fdf)