summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| * | opendb: send also the oplock break level on MSG_NTVFS_OPLOCK_BREAKStefan Metzmacher2008-02-252-5/+27
| * | opendb: add odb_get_key() function to get the key back from a struct odb_lockStefan Metzmacher2008-02-254-0/+23
| * | pvfs_unlink: move stream logic into pvfs_unlink_one()Stefan Metzmacher2008-02-251-34/+8
| * | pvfs_unlink: splitup the logic into generic and file specific functionsStefan Metzmacher2008-02-251-17/+28
| * | pvfs_unlink: add a fast path for the non wildcard caseStefan Metzmacher2008-02-251-0/+4
| * | pvfs_unlink: move !name->stream_exists into the callerStefan Metzmacher2008-02-251-4/+4
| * | pvfs_unlink: pass down union smb_unlink completely to sub functionsStefan Metzmacher2008-02-251-8/+10
| * | pvfs_unlink: pass down a struct pvfs_filename to pvfs_unlink_one()Stefan Metzmacher2008-02-251-16/+14