Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-02-26 | Support building .so versions of the modules. | Jelmer Vernooij | 3 | -34/+50 | |
(This used to be commit 673fb9c1855f9d61d4d311bcd5e3fea0210fe6ed) | |||||
2008-02-26 | use make macro for python. | Jelmer Vernooij | 4 | -31/+40 | |
(This used to be commit b0408abb08648c0155d8f5da5fb299b1acbc09b6) | |||||
2008-02-26 | Fix manpage paths. | Jelmer Vernooij | 2 | -7/+7 | |
(This used to be commit f7d0f0582e8712fd8d005906803de8fe041e875f) | |||||
2008-02-26 | Move manpage management out of the perl build system. | Jelmer Vernooij | 13 | -38/+47 | |
(This used to be commit a660ab262e7202baccf16cb8b2bc47cb8efacc34) | |||||
2008-02-26 | Fix include. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 1448639ec7cc7f4512a0fd07b4c2e0df51e781e3) | |||||
2008-02-26 | Move common rules code to separate directory. | Jelmer Vernooij | 4 | -13/+20 | |
(This used to be commit 803ebd6479ae388ae65de8de7fb88600452d47df) | |||||
2008-02-26 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3 | Jelmer Vernooij | 22 | -266/+1014 | |
(This used to be commit 4dab354b626a02e9a5f5cac0d374d18e22718e18) | |||||
2008-02-26 | Fix build on VOS: socklen_t is needed for rep_inet_ntop: move it up. | Michael Adam | 1 | -5/+5 | |
Michael (This used to be commit 8a26a6e8f11aca5119b15e304213548ad608dc5b) | |||||
2008-02-26 | BASE-DEFER_OPEN: be less strict with to late responses | Stefan Metzmacher | 1 | -1/+1 | |
The server might be just busy. metze (This used to be commit 16c60cd347a42a2d98753585cbefddc948e2860f) | |||||
2008-02-26 | selftest: Samba4 passes all oplocks tests now | Stefan Metzmacher | 3 | -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) | |||||
2008-02-26 | pvfs_setpathinfo: retry setpathinfo after oplock not granted on on ↵ | Stefan Metzmacher | 1 | -0/+107 | |
setpathinfo ALLOCATION_INFO and END_OF_FILE_INFO metze (This used to be commit 4e27ac8c529d5a1675fb02215191a2be7913ec97) | |||||
2008-02-26 | pvfs_open: add pvfs_can_update_file_size() | Stefan Metzmacher | 1 | -0/+62 | |
TODO: this is not complete, we need more tests to trigger this metze (This used to be commit 66ad1081f2be8a0caa16fb0d614b857a5bde751c) | |||||
2008-02-26 | pvfs_unlink: retry unlink after oplock not granted | Stefan Metzmacher | 2 | -7/+113 | |
metze (This used to be commit 746e89ce2e74dbd2cea8f5575c403e4c61f82cb8) | |||||
2008-02-26 | pvfs: add posix:oplocktimeout=30 option | Stefan Metzmacher | 2 | -2/+11 | |
metze (This used to be commit 5abc57ddab558c13db3864d13afc2ad3b1641d1c) | |||||
2008-02-26 | pvfs_setfileinfo: break level2 oplocks on setfileinfo() ALLOCATION_INFO and ↵ | Stefan Metzmacher | 1 | -0/+6 | |
END_OF_FILE_INFO metze (This used to be commit b258f9d8d4bf3606f4884d1bff548f16dadc08aa) | |||||
2008-02-26 | pvfs: send oplock breaks to none to level2 holders on write/lock requests | Stefan Metzmacher | 2 | -1/+7 | |
metze (This used to be commit b8c42a1ff8fd4131ef2a1ad92a7405a2e4d335d3) | |||||
2008-02-26 | pvfs_oplocks: add pvfs_break_level2_oplocks() | Stefan Metzmacher | 1 | -0/+39 | |
metze (This used to be commit e0837238b6b09143970f03b6a78201c3fe55f3cd) | |||||
2008-02-26 | pvfs: handle oplock releases in its own function pvfs_oplock_release() | Stefan Metzmacher | 2 | -7/+68 | |
metze (This used to be commit 27ec7bfc8b7f46c97e6878caf5cd694c517ce053) | |||||
2008-02-26 | pvfs_open: call pvfs_setup_oplock() if an oplock was granted | Stefan Metzmacher | 2 | -3/+27 | |
This is needed to receive oplock breaks from other "processes" metze (This used to be commit dd56f55afdc0d114a0b0bceb0e4feb022919323a) | |||||
2008-02-26 | pvfs: add pvfs_setup_oplock() to receive oplock breaks and pass them to the ↵ | Stefan Metzmacher | 2 | -0/+137 | |
client metze (This used to be commit b09a2b126723bd75afd245f549703a04e512e129) | |||||
2008-02-26 | pvfs_open: make the retry logic indepdendent from open and sharing violations | Stefan Metzmacher | 2 | -50/+104 | |
metze (This used to be commit 56bd63a4236ebf360d3e805c8560df86759573f7) | |||||
2008-02-26 | pvfs_open: fix odb_can_open() callers after prototype change | Stefan Metzmacher | 1 | -16/+35 | |
metze (This used to be commit 904159327b3cb80fbec6aa5a4feaa141190a3f3a) | |||||
2008-02-26 | opendb: unify the parameters of odb_open_file() and odb_can_open() | Stefan Metzmacher | 4 | -18/+15 | |
metze (This used to be commit e6b708a52b0eada3fd374b66292ded3b0f6ce217) | |||||
2008-02-26 | pvfs_open: pass down open_disposition and break_to_none to odb_open_file() | Stefan Metzmacher | 1 | -8/+12 | |
metze (This used to be commit 46500983fe2f63540a67e2e963ab264fa8a090d0) | |||||
2008-02-26 | opendb: pass down open_disposition and break_to_none to odb_open_file() | Stefan Metzmacher | 4 | -18/+21 | |
metze (This used to be commit aaaa26ae5e810495f313dfada771a8de86cedbd4) | |||||
2008-02-26 | pvfs_setfileinfo_rename: map DELETE_PENDING to ACCESS_DENIED | Stefan Metzmacher | 1 | -0/+3 | |
This is needed as odb_can_open/pvfs_can_delete changed the return value. metze (This used to be commit 1ba0b9a8f1f84c7c949b3d184843462b87446707) | |||||
2008-02-26 | opendb_tdb: only file->delete_on_close == true should give DELETE_PENDING | Stefan Metzmacher | 1 | -2/+5 | |
metze (This used to be commit 5b12157e0f0f1cf6ea90503a72b56ab2032cb6e5) | |||||
2008-02-26 | opendb_tdb: move sharemode, oplock logic into odb_tdb_open_can_internal() | Stefan Metzmacher | 1 | -89/+102 | |
metze (This used to be commit 65cfe71b2617598f8e38d04537cfc9ce44a36680) | |||||
2008-02-26 | opendb_tdb: add force break to none logic | Stefan Metzmacher | 1 | -2/+7 | |
metze (This used to be commit fbfe953ba347a902297bd8eae900ca70efd2db01) | |||||
2008-02-26 | opendb_tdb: attribute only opens doesn't conflict with BATCH oplocks | Stefan Metzmacher | 1 | -2/+35 | |
metze (This used to be commit 7872b05abe7532676c4cc25620b96ea5d59117d2) | |||||
2008-02-26 | opendb_tdb: grant level2 oplocks | Stefan Metzmacher | 1 | -9/+23 | |
metze (This used to be commit 57f1b9d11cfcac3b5fdee1ad9e4ba81d0859c8dc) | |||||
2008-02-26 | opendb: add odb_break_oplocks() function | Stefan Metzmacher | 4 | -2/+57 | |
This send breaks to none to all level2 holders metze (This used to be commit bd3654500b14e4ed8d4a8bb25ff9da5035a16a8b) | |||||
2008-02-26 | Remove more cruft about smbscript. | Andrew Bartlett | 1 | -3/+1 | |
Andrew Bartlett (This used to be commit f68fc4582d446bbf48ebafcbd4a0e1862b1e9aae) | |||||
2008-02-26 | Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-local | Andrew Bartlett | 19 | -149/+280 | |
(This used to be commit 35f7f488d84e3ec3224f3b40ff5881e91c11764d) | |||||
2008-02-26 | Make use of smbpython clear. | Andrew Bartlett | 1 | -4/+3 | |
Andrew Bartlett (This used to be commit 98461d6053b9ad98a372ec59ded2c7eaade99640) | |||||
2008-02-26 | howto: We need bin/smbpython to run python provisioning | Kai Blin | 1 | -1/+1 | |
(This used to be commit bb1107118951aa37c69b053f5cae624706966f1e) | |||||
2008-02-26 | Revert cflags hack. | Jelmer Vernooij | 1 | -4/+4 | |
(This used to be commit c01c841cf953550b21a6a84b0cb036bdfd436e13) | |||||
2008-02-26 | Use make to generate fragments rather than the perl code. | Jelmer Vernooij | 1 | -1/+7 | |
(This used to be commit 4e2ba19d525da53592890380ae3570fc5bb0bfb9) | |||||
2008-02-26 | Move more code out of perl. | Jelmer Vernooij | 2 | -5/+5 | |
(This used to be commit ad258e86353250fd447d461c94649c1541b37844) | |||||
2008-02-26 | Fix the build (again). | Jelmer Vernooij | 5 | -1/+42 | |
(This used to be commit ef00f6b5817107738dc44367838095896af4e77d) | |||||
2008-02-26 | Fix the build. | Jelmer Vernooij | 5 | -377/+374 | |
(This used to be commit 59bf804ef64d87fa76fe41063f91c35cf805a779) | |||||
2008-02-25 | Remove legacy code for public prototype headers. | Jelmer Vernooij | 2 | -27/+6 | |
(This used to be commit b5695abdc6fe90c8a348ac8510a1bad6f6bbdede) | |||||
2008-02-25 | Remove public prototype headers. Generating both public and private ↵ | Jelmer Vernooij | 14 | -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) | |||||
2008-02-25 | Remove binaries:: in favor of SBIN_PROGS, BIN_PROGS. | Jelmer Vernooij | 2 | -8/+3 | |
(This used to be commit a924c9cf6b4f52ff6b403c683d32b7826e72c3d7) | |||||
2008-02-25 | Use more make constructions for shared library bits. | Jelmer Vernooij | 2 | -27/+33 | |
(This used to be commit b2cd934d4d37516fe65a3b9c44d7c92622fecf99) | |||||
2008-02-25 | Use make's $(call) feature. | Jelmer Vernooij | 3 | -16/+25 | |
(This used to be commit 4046ec8be08bb940ec60390c4f2e1719e14b858d) | |||||
2008-02-25 | Fix use of realpath, fix init functions for ldb. | Jelmer Vernooij | 8 | -54/+58 | |
(This used to be commit ca510136d2c4cae8f520c76df6aaadb5d412bea1) | |||||
2008-02-25 | Update smb_build README. | Jelmer Vernooij | 1 | -3/+1 | |
(This used to be commit e8bfca15a33365e9bfbdd8422f0aa7353e16446e) | |||||
2008-02-25 | Remove obsolete comment. | Jelmer Vernooij | 1 | -9/+3 | |
(This used to be commit 5dda8b1eba628c40f0ddad93b73c0a749ac3e908) | |||||
2008-02-25 | Update homepages for talloc, tdb and ldb subprojects | Simo Sorce | 3 | -34/+24 | |
(This used to be commit 8cb07814bc6627fc8eba228eafd13336e3ca3758) |