summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
| * | | pvfs_setfileinfo: break level2 oplocks on setfileinfo() ALLOCATION_INFO and E...Stefan Metzmacher2008-02-261-0/+6
| * | | pvfs: send oplock breaks to none to level2 holders on write/lock requestsStefan Metzmacher2008-02-262-1/+7
| * | | pvfs_oplocks: add pvfs_break_level2_oplocks()Stefan Metzmacher2008-02-261-0/+39
| * | | pvfs: handle oplock releases in its own function pvfs_oplock_release()Stefan Metzmacher2008-02-262-7/+68
| * | | pvfs_open: call pvfs_setup_oplock() if an oplock was grantedStefan Metzmacher2008-02-262-3/+27
| * | | pvfs: add pvfs_setup_oplock() to receive oplock breaks and pass them to the c...Stefan Metzmacher2008-02-262-0/+137
| * | | pvfs_open: make the retry logic indepdendent from open and sharing violationsStefan Metzmacher2008-02-262-50/+104
| * | | pvfs_open: fix odb_can_open() callers after prototype changeStefan Metzmacher2008-02-261-16/+35
| * | | opendb: unify the parameters of odb_open_file() and odb_can_open()Stefan Metzmacher2008-02-264-18/+15
| * | | pvfs_open: pass down open_disposition and break_to_none to odb_open_file()Stefan Metzmacher2008-02-261-8/+12
| * | | opendb: pass down open_disposition and break_to_none to odb_open_file()Stefan Metzmacher2008-02-264-18/+21
| * | | pvfs_setfileinfo_rename: map DELETE_PENDING to ACCESS_DENIEDStefan Metzmacher2008-02-261-0/+3
| * | | opendb_tdb: only file->delete_on_close == true should give DELETE_PENDINGStefan Metzmacher2008-02-261-2/+5
| * | | opendb_tdb: move sharemode, oplock logic into odb_tdb_open_can_internal()Stefan Metzmacher2008-02-261-89/+102
| * | | opendb_tdb: add force break to none logicStefan Metzmacher2008-02-261-2/+7
| * | | opendb_tdb: attribute only opens doesn't conflict with BATCH oplocksStefan Metzmacher2008-02-261-2/+35
| * | | opendb_tdb: grant level2 oplocksStefan Metzmacher2008-02-261-9/+23
| * | | opendb: add odb_break_oplocks() functionStefan Metzmacher2008-02-264-2/+57
| |/ /
| * | Update homepages for talloc, tdb and ldb subprojectsSimo Sorce2008-02-253-34/+24
* | | Revert cflags hack.Jelmer Vernooij2008-02-261-4/+4
* | | Use make to generate fragments rather than the perl code.Jelmer Vernooij2008-02-261-1/+7
* | | Move more code out of perl.Jelmer Vernooij2008-02-262-5/+5
* | | Fix the build (again).Jelmer Vernooij2008-02-265-1/+42
* | | Fix the build.Jelmer Vernooij2008-02-265-377/+374
* | | Remove legacy code for public prototype headers.Jelmer Vernooij2008-02-252-27/+6
* | | Remove public prototype headers. Generating both public and private prototype...Jelmer Vernooij2008-02-2514-26/+24
* | | Remove binaries:: in favor of SBIN_PROGS, BIN_PROGS.Jelmer Vernooij2008-02-252-8/+3
* | | Use more make constructions for shared library bits.Jelmer Vernooij2008-02-252-27/+33
* | | Use make's $(call) feature.Jelmer Vernooij2008-02-253-16/+25
* | | Fix use of realpath, fix init functions for ldb.Jelmer Vernooij2008-02-258-54/+58
* | | Update smb_build README.Jelmer Vernooij2008-02-251-3/+1
* | | Remove obsolete comment.Jelmer Vernooij2008-02-251-9/+3
* | | Merge env.pm into makefile.pm.Jelmer Vernooij2008-02-253-61/+27
* | | Move configure output details out of perl code.Jelmer Vernooij2008-02-252-9/+9
* | | Remove workaround for some non-GNU makes.Jelmer Vernooij2008-02-254-31/+15
* | | Include CFLAGS overrides in make file.Jelmer Vernooij2008-02-253-72/+55
* | | Remove more unnecessary generated code.Jelmer Vernooij2008-02-251-3/+1
* | | Use more GNU-make specific variables.Jelmer Vernooij2008-02-251-2/+2
* | | Move automatic dependencies code out of perl code.Jelmer Vernooij2008-02-253-39/+31
* | | Fix standalone ldb build modules.Jelmer Vernooij2008-02-251-5/+5
* | | Allow absolute paths to be specified to mkproto.pl.Jelmer Vernooij2008-02-251-1/+3
* | | Use $@ where possible.Jelmer Vernooij2008-02-252-8/+4
* | | Use realpath for now to work around .. tricks.Jelmer Vernooij2008-02-252-8/+8
* | | Remove unused include.Jelmer Vernooij2008-02-251-2/+0
* | | Remove the now unused cflags script.Jelmer Vernooij2008-02-253-53/+6
* | | Use addprefix where possible rather than perl expansion of files.Jelmer Vernooij2008-02-252-48/+11
* | | Fix the build.Jelmer Vernooij2008-02-254-5/+16
* | | Integrate asn1 compilation into asn1 compiler.Jelmer Vernooij2008-02-251-10/+3
* | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-02-25197-1436/+2904
|\| |
| * | opendb: add odb_update_oplock() callStefan Metzmacher2008-02-254-3/+66