summaryrefslogtreecommitdiff
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* Move public header accumulation out of the perl code.Jelmer Vernooij2008-02-2629-83/+116
* Fix pydoctor.Jelmer Vernooij2008-02-262-5/+5
* Support building .so versions of the modules.Jelmer Vernooij2008-02-263-34/+50
* use make macro for python.Jelmer Vernooij2008-02-264-31/+40
* Fix manpage paths.Jelmer Vernooij2008-02-262-7/+7
* Move manpage management out of the perl build system.Jelmer Vernooij2008-02-2613-38/+47
* Fix include.Jelmer Vernooij2008-02-261-1/+1
* Move common rules code to separate directory.Jelmer Vernooij2008-02-264-13/+20
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-02-2621-259/+1010
|\
| * Fix build on VOS: socklen_t is needed for rep_inet_ntop: move it up.Michael Adam2008-02-261-5/+5
| * BASE-DEFER_OPEN: be less strict with to late responsesStefan Metzmacher2008-02-261-1/+1
| * selftest: Samba4 passes all oplocks tests nowStefan Metzmacher2008-02-263-5/+6
| * pvfs_setpathinfo: retry setpathinfo after oplock not granted on on setpathinf...Stefan Metzmacher2008-02-261-0/+107
| * pvfs_open: add pvfs_can_update_file_size()Stefan Metzmacher2008-02-261-0/+62
| * pvfs_unlink: retry unlink after oplock not grantedStefan Metzmacher2008-02-262-7/+113
| * pvfs: add posix:oplocktimeout=30 optionStefan Metzmacher2008-02-262-2/+11
| * 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