summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| |/ /
| * | Remove more cruft about smbscript.Andrew Bartlett2008-02-261-3/+1
| * | Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett2008-02-2619-149/+280
| |\ \
| | * | howto: We need bin/smbpython to run python provisioningKai Blin2008-02-261-1/+1
| | * | Update homepages for talloc, tdb and ldb subprojectsSimo Sorce2008-02-253-34/+24
| * | | Make use of smbpython clear.Andrew Bartlett2008-02-261-4/+3
* | | | 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-25198-1437/+2905
|\ \ \ \ | | |/ / | |/| |
| * | | opendb: add odb_update_oplock() callStefan Metzmacher2008-02-254-3/+66
| * | | opendb: send also the oplock break level on MSG_NTVFS_OPLOCK_BREAKStefan Metzmacher2008-02-252-5/+27