summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
* Move public header accumulation out of the perl code.Jelmer Vernooij2008-02-2629-83/+116
| | | | (This used to be commit 89f7c74924965071981bbe7e05ff69847b0a3a03)
* Fix pydoctor.Jelmer Vernooij2008-02-262-5/+5
| | | | (This used to be commit 023025e4de119aa234f885aa6e5594660bd8f358)
* Support building .so versions of the modules.Jelmer Vernooij2008-02-263-34/+50
| | | | (This used to be commit 673fb9c1855f9d61d4d311bcd5e3fea0210fe6ed)
* use make macro for python.Jelmer Vernooij2008-02-264-31/+40
| | | | (This used to be commit b0408abb08648c0155d8f5da5fb299b1acbc09b6)
* Fix manpage paths.Jelmer Vernooij2008-02-262-7/+7
| | | | (This used to be commit f7d0f0582e8712fd8d005906803de8fe041e875f)
* Move manpage management out of the perl build system.Jelmer Vernooij2008-02-2613-38/+47
| | | | (This used to be commit a660ab262e7202baccf16cb8b2bc47cb8efacc34)
* Fix include.Jelmer Vernooij2008-02-261-1/+1
| | | | (This used to be commit 1448639ec7cc7f4512a0fd07b4c2e0df51e781e3)
* Move common rules code to separate directory.Jelmer Vernooij2008-02-264-13/+20
| | | | (This used to be commit 803ebd6479ae388ae65de8de7fb88600452d47df)
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-02-2621-259/+1010
|\ | | | | | | (This used to be commit 4dab354b626a02e9a5f5cac0d374d18e22718e18)
| * Fix build on VOS: socklen_t is needed for rep_inet_ntop: move it up.Michael Adam2008-02-261-5/+5
| | | | | | | | | | Michael (This used to be commit 8a26a6e8f11aca5119b15e304213548ad608dc5b)
| * BASE-DEFER_OPEN: be less strict with to late responsesStefan Metzmacher2008-02-261-1/+1
| | | | | | | | | | | | | | The server might be just busy. metze (This used to be commit 16c60cd347a42a2d98753585cbefddc948e2860f)
| * selftest: Samba4 passes all oplocks tests nowStefan Metzmacher2008-02-263-5/+6
| | | | | | | | | | | | | | | | | | The support for oplocks is not completely finished I believe we will not pass some non existing test. But it's a good start. metze (This used to be commit 278eea57fa9f59908672c935187f942e7780f0aa)
| * pvfs_setpathinfo: retry setpathinfo after oplock not granted on on ↵Stefan Metzmacher2008-02-261-0/+107
| | | | | | | | | | | | | | setpathinfo ALLOCATION_INFO and END_OF_FILE_INFO metze (This used to be commit 4e27ac8c529d5a1675fb02215191a2be7913ec97)
| * pvfs_open: add pvfs_can_update_file_size()Stefan Metzmacher2008-02-261-0/+62
| | | | | | | | | | | | | | TODO: this is not complete, we need more tests to trigger this metze (This used to be commit 66ad1081f2be8a0caa16fb0d614b857a5bde751c)
| * pvfs_unlink: retry unlink after oplock not grantedStefan Metzmacher2008-02-262-7/+113
| | | | | | | | | | metze (This used to be commit 746e89ce2e74dbd2cea8f5575c403e4c61f82cb8)
| * pvfs: add posix:oplocktimeout=30 optionStefan Metzmacher2008-02-262-2/+11
| | | | | | | | | | metze (This used to be commit 5abc57ddab558c13db3864d13afc2ad3b1641d1c)
| * pvfs_setfileinfo: break level2 oplocks on setfileinfo() ALLOCATION_INFO and ↵Stefan Metzmacher2008-02-261-0/+6
| | | | | | | | | | | | | | END_OF_FILE_INFO metze (This used to be commit b258f9d8d4bf3606f4884d1bff548f16dadc08aa)
| * pvfs: send oplock breaks to none to level2 holders on write/lock requestsStefan Metzmacher2008-02-262-1/+7
| | | | | | | | | | metze (This used to be commit b8c42a1ff8fd4131ef2a1ad92a7405a2e4d335d3)
| * pvfs_oplocks: add pvfs_break_level2_oplocks()Stefan Metzmacher2008-02-261-0/+39
| | | | | | | | | | metze (This used to be commit e0837238b6b09143970f03b6a78201c3fe55f3cd)
| * pvfs: handle oplock releases in its own function pvfs_oplock_release()Stefan Metzmacher2008-02-262-7/+68
| | | | | | | | | | metze (This used to be commit 27ec7bfc8b7f46c97e6878caf5cd694c517ce053)
| * pvfs_open: call pvfs_setup_oplock() if an oplock was grantedStefan Metzmacher2008-02-262-3/+27
| | | | | | | | | | | | | | This is needed to receive oplock breaks from other "processes" metze (This used to be commit dd56f55afdc0d114a0b0bceb0e4feb022919323a)
| * pvfs: add pvfs_setup_oplock() to receive oplock breaks and pass them to the ↵Stefan Metzmacher2008-02-262-0/+137
| | | | | | | | | | | | | | client metze (This used to be commit b09a2b126723bd75afd245f549703a04e512e129)
| * pvfs_open: make the retry logic indepdendent from open and sharing violationsStefan Metzmacher2008-02-262-50/+104
| | | | | | | | | | metze (This used to be commit 56bd63a4236ebf360d3e805c8560df86759573f7)
| * pvfs_open: fix odb_can_open() callers after prototype changeStefan Metzmacher2008-02-261-16/+35
| | | | | | | | | | metze (This used to be commit 904159327b3cb80fbec6aa5a4feaa141190a3f3a)
| * opendb: unify the parameters of odb_open_file() and odb_can_open()Stefan Metzmacher2008-02-264-18/+15
| | | | | | | | | | metze (This used to be commit e6b708a52b0eada3fd374b66292ded3b0f6ce217)
| * pvfs_open: pass down open_disposition and break_to_none to odb_open_file()Stefan Metzmacher2008-02-261-8/+12
| | | | | | | | | | metze (This used to be commit 46500983fe2f63540a67e2e963ab264fa8a090d0)
| * opendb: pass down open_disposition and break_to_none to odb_open_file()Stefan Metzmacher2008-02-264-18/+21
| | | | | | | | | | metze (This used to be commit aaaa26ae5e810495f313dfada771a8de86cedbd4)
| * pvfs_setfileinfo_rename: map DELETE_PENDING to ACCESS_DENIEDStefan Metzmacher2008-02-261-0/+3
| | | | | | | | | | | | | | This is needed as odb_can_open/pvfs_can_delete changed the return value. metze (This used to be commit 1ba0b9a8f1f84c7c949b3d184843462b87446707)
| * opendb_tdb: only file->delete_on_close == true should give DELETE_PENDINGStefan Metzmacher2008-02-261-2/+5
| | | | | | | | | | metze (This used to be commit 5b12157e0f0f1cf6ea90503a72b56ab2032cb6e5)
| * opendb_tdb: move sharemode, oplock logic into odb_tdb_open_can_internal()Stefan Metzmacher2008-02-261-89/+102
| | | | | | | | | | metze (This used to be commit 65cfe71b2617598f8e38d04537cfc9ce44a36680)
| * opendb_tdb: add force break to none logicStefan Metzmacher2008-02-261-2/+7
| | | | | | | | | | metze (This used to be commit fbfe953ba347a902297bd8eae900ca70efd2db01)
| * opendb_tdb: attribute only opens doesn't conflict with BATCH oplocksStefan Metzmacher2008-02-261-2/+35
| | | | | | | | | | metze (This used to be commit 7872b05abe7532676c4cc25620b96ea5d59117d2)
| * opendb_tdb: grant level2 oplocksStefan Metzmacher2008-02-261-9/+23
| | | | | | | | | | metze (This used to be commit 57f1b9d11cfcac3b5fdee1ad9e4ba81d0859c8dc)
| * opendb: add odb_break_oplocks() functionStefan Metzmacher2008-02-264-2/+57
| | | | | | | | | | | | | | This send breaks to none to all level2 holders metze (This used to be commit bd3654500b14e4ed8d4a8bb25ff9da5035a16a8b)
| * Update homepages for talloc, tdb and ldb subprojectsSimo Sorce2008-02-253-34/+24
| | | | | | | | (This used to be commit 8cb07814bc6627fc8eba228eafd13336e3ca3758)
* | Revert cflags hack.Jelmer Vernooij2008-02-261-4/+4
| | | | | | | | (This used to be commit c01c841cf953550b21a6a84b0cb036bdfd436e13)
* | Use make to generate fragments rather than the perl code.Jelmer Vernooij2008-02-261-1/+7
| | | | | | | | (This used to be commit 4e2ba19d525da53592890380ae3570fc5bb0bfb9)
* | Move more code out of perl.Jelmer Vernooij2008-02-262-5/+5
| | | | | | | | (This used to be commit ad258e86353250fd447d461c94649c1541b37844)
* | Fix the build (again).Jelmer Vernooij2008-02-265-1/+42
| | | | | | | | (This used to be commit ef00f6b5817107738dc44367838095896af4e77d)
* | Fix the build.Jelmer Vernooij2008-02-265-377/+374
| | | | | | | | (This used to be commit 59bf804ef64d87fa76fe41063f91c35cf805a779)
* | Remove legacy code for public prototype headers.Jelmer Vernooij2008-02-252-27/+6
| | | | | | | | (This used to be commit b5695abdc6fe90c8a348ac8510a1bad6f6bbdede)
* | Remove public prototype headers. Generating both public and private ↵Jelmer Vernooij2008-02-2514-26/+24
| | | | | | | | | | | | prototype headers is tricky with gmake and it's easy to break backwards compatibility for the public API with them. (This used to be commit dee1cb6b08aa0a3e24372e052729121c11280971)
* | Remove binaries:: in favor of SBIN_PROGS, BIN_PROGS.Jelmer Vernooij2008-02-252-8/+3
| | | | | | | | (This used to be commit a924c9cf6b4f52ff6b403c683d32b7826e72c3d7)
* | Use more make constructions for shared library bits.Jelmer Vernooij2008-02-252-27/+33
| | | | | | | | (This used to be commit b2cd934d4d37516fe65a3b9c44d7c92622fecf99)
* | Use make's $(call) feature.Jelmer Vernooij2008-02-253-16/+25
| | | | | | | | (This used to be commit 4046ec8be08bb940ec60390c4f2e1719e14b858d)
* | Fix use of realpath, fix init functions for ldb.Jelmer Vernooij2008-02-258-54/+58
| | | | | | | | (This used to be commit ca510136d2c4cae8f520c76df6aaadb5d412bea1)
* | Update smb_build README.Jelmer Vernooij2008-02-251-3/+1
| | | | | | | | (This used to be commit e8bfca15a33365e9bfbdd8422f0aa7353e16446e)
* | Remove obsolete comment.Jelmer Vernooij2008-02-251-9/+3
| | | | | | | | (This used to be commit 5dda8b1eba628c40f0ddad93b73c0a749ac3e908)
* | Merge env.pm into makefile.pm.Jelmer Vernooij2008-02-253-61/+27
| | | | | | | | (This used to be commit 01a0d3e74404d382c3cb74dbe385a4e9115b9b74)
* | Move configure output details out of perl code.Jelmer Vernooij2008-02-252-9/+9
| | | | | | | | (This used to be commit 7fe2d6666e6a1ae6a9453ccbe9a0a9136f028e55)