summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
* Use make's $(call) feature.Jelmer Vernooij2008-02-253-16/+25
| | | | (This used to be commit 4046ec8be08bb940ec60390c4f2e1719e14b858d)
* Fix use of realpath, fix init functions for ldb.Jelmer Vernooij2008-02-258-54/+58
| | | | (This used to be commit ca510136d2c4cae8f520c76df6aaadb5d412bea1)
* Update smb_build README.Jelmer Vernooij2008-02-251-3/+1
| | | | (This used to be commit e8bfca15a33365e9bfbdd8422f0aa7353e16446e)
* Remove obsolete comment.Jelmer Vernooij2008-02-251-9/+3
| | | | (This used to be commit 5dda8b1eba628c40f0ddad93b73c0a749ac3e908)
* Merge env.pm into makefile.pm.Jelmer Vernooij2008-02-253-61/+27
| | | | (This used to be commit 01a0d3e74404d382c3cb74dbe385a4e9115b9b74)
* Move configure output details out of perl code.Jelmer Vernooij2008-02-252-9/+9
| | | | (This used to be commit 7fe2d6666e6a1ae6a9453ccbe9a0a9136f028e55)
* Remove workaround for some non-GNU makes.Jelmer Vernooij2008-02-254-31/+15
| | | | (This used to be commit d817bcdc290cb03a16f10a11250ae35c1d36c848)
* Include CFLAGS overrides in make file.Jelmer Vernooij2008-02-253-72/+55
| | | | (This used to be commit f05d5f839e18e078a59ccd262fbffaa2eb4e3672)
* Remove more unnecessary generated code.Jelmer Vernooij2008-02-251-3/+1
| | | | (This used to be commit 7398bc1a9f0d3cf30db3187a3849dbea6b846bb2)
* Use more GNU-make specific variables.Jelmer Vernooij2008-02-251-2/+2
| | | | (This used to be commit 1e710575c408ca57b52d0548f2fa4ea713ded03c)
* Move automatic dependencies code out of perl code.Jelmer Vernooij2008-02-253-39/+31
| | | | (This used to be commit 9e9d98d75d52846bca88ec7d12b91b140b069868)
* Fix standalone ldb build modules.Jelmer Vernooij2008-02-251-5/+5
| | | | (This used to be commit 0b133a30a23757cf463ff22dff6372ae5e11d4c7)
* Allow absolute paths to be specified to mkproto.pl.Jelmer Vernooij2008-02-251-1/+3
| | | | (This used to be commit 6d9fa75a9273d2622642bfe93b2fa470aa95949a)
* Use $@ where possible.Jelmer Vernooij2008-02-252-8/+4
| | | | (This used to be commit 1353e3e46a699b77f04fb0e69900bec9b15e0d48)
* Use realpath for now to work around .. tricks.Jelmer Vernooij2008-02-252-8/+8
| | | | (This used to be commit c43b0d43cde11991723eff53fefdc38ca036a67e)
* Remove unused include.Jelmer Vernooij2008-02-251-2/+0
| | | | (This used to be commit 778e37480fb83c750ef76a625a5df74df276c65d)
* Remove the now unused cflags script.Jelmer Vernooij2008-02-253-53/+6
| | | | (This used to be commit c8b00610428208266d3cad69d70f01c8f4d3a85b)
* Use addprefix where possible rather than perl expansion of files.Jelmer Vernooij2008-02-252-48/+11
| | | | (This used to be commit b136ee5d344b1f1b2de697afd6815b8c3cb770ba)
* Fix the build.Jelmer Vernooij2008-02-254-5/+16
| | | | (This used to be commit 40476bce2e9b4ac6363fe27f1409eee1a3ed4157)
* Integrate asn1 compilation into asn1 compiler.Jelmer Vernooij2008-02-251-10/+3
| | | | (This used to be commit ca8e347baf67a2f5cdffd7ea1677dab75687b037)
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-02-25197-1436/+2904
|\ | | | | | | | | | | | | | | | | Conflicts: source/build/smb_build/header.pm source/build/smb_build/makefile.pm source/lib/ldb/include/ldb_private.h (This used to be commit 1a646af0647f021d99473a8991c35e616a423ea6)
| * opendb: add odb_update_oplock() callStefan Metzmacher2008-02-254-3/+66
| | | | | | | | | | metze (This used to be commit df576d69c6981a4879a0e9447069fcfacb3588db)
| * opendb: send also the oplock break level on MSG_NTVFS_OPLOCK_BREAKStefan Metzmacher2008-02-252-5/+27
| | | | | | | | | | metze (This used to be commit 49402007f6e9e02a29792344c088e40d1a9b7acf)
| * opendb: add odb_get_key() function to get the key back from a struct odb_lockStefan Metzmacher2008-02-254-0/+23
| | | | | | | | | | metze (This used to be commit 11f35a2a4d383b506ced35ba06120f9531bac70c)
| * pvfs_unlink: move stream logic into pvfs_unlink_one()Stefan Metzmacher2008-02-251-34/+8
| | | | | | | | | | metze (This used to be commit 438032e12f3040fbb58488ca537e4d8da39b6124)
| * pvfs_unlink: splitup the logic into generic and file specific functionsStefan Metzmacher2008-02-251-17/+28
| | | | | | | | | | metze (This used to be commit 7572afdc2635bdf9afbe1eda3c7498d0b5201db3)
| * pvfs_unlink: add a fast path for the non wildcard caseStefan Metzmacher2008-02-251-0/+4
| | | | | | | | | | metze (This used to be commit 83e6c99f78990b6b1df520bdee14b9f931ad0420)
| * pvfs_unlink: move !name->stream_exists into the callerStefan Metzmacher2008-02-251-4/+4
| | | | | | | | | | metze (This used to be commit e01554e1617dc3c08a4ed6b4e016fd627f529ef9)
| * pvfs_unlink: pass down union smb_unlink completely to sub functionsStefan Metzmacher2008-02-251-8/+10
| | | | | | | | | | metze (This used to be commit 8301189e94be850494482e8c064b2400a5d11157)
| * pvfs_unlink: pass down a struct pvfs_filename to pvfs_unlink_one()Stefan Metzmacher2008-02-251-16/+14
| | | | | | | | | | metze (This used to be commit 43ec7fa2d898ce306557ea9092b6412bcc2f97ec)
| * pvfs_open: unify talloc behavior in pvfs_can_delete/rename/stat()Stefan Metzmacher2008-02-251-4/+12
| | | | | | | | | | | | | | | | And also handle NULL for lckp in the error path without crashing. metze (This used to be commit 04eb1be0c67317067ee0ca70c731fef958cd513c)
| * pvfs: handle SHARING_VIOLATION and OPLOCK_NOT_GRANTED in ↵Stefan Metzmacher2008-02-251-2/+26
| | | | | | | | | | | | | | | | | | | | | | | | pvfs_can_delete/rename() If the caller asks for the odb_lock return it also if we return NT_STATUS_SHARING_VIOLATION or NT_STATUS_OPLOCK_NOT_GRANTED so that the caller can add the pending notification. metze (This used to be commit daab9cb11eb540fae7ec3c024a586f5fd02cfc71)
| * pvfs: pass NULL to pvfs_can_*() when no odb_lock is needed by the callerStefan Metzmacher2008-02-253-12/+9
| | | | | | | | | | metze (This used to be commit e585e2306334bd919f567f53d8d08903dfdfb102)
| * pvfs_wait: use struct pvfs_wait * instead of void *Stefan Metzmacher2008-02-255-11/+15
| | | | | | | | | | metze (This used to be commit 3b70331536d2402814db13a9f1f226a39373313a)
| * pvfs_wait: 'private' -> 'private_data' and use talloc_get_type()Stefan Metzmacher2008-02-251-11/+16
| | | | | | | | | | metze (This used to be commit 16a7d0cc37614fc41245fdcdf3b5a4a4a421f31d)
| * RAW-OPLOCK: remove unused varStefan Metzmacher2008-02-251-2/+1
| | | | | | | | (This used to be commit 6820da44828172769d9fdfa161acf762e3937a88)
| * RAW-OPLOCK: fix typo (send oplock releases on the correct connection)Stefan Metzmacher2008-02-251-1/+1
| | | | | | | | | | metze (This used to be commit f6ecf59c7555917374fc9e5430034815fd4cd245)
| * selftest: we pass the BASE-DEFER_OPEN testStefan Metzmacher2008-02-252-4/+3
| | | | | | | | | | | | | | | | We just need to pass the same sharedelay time to smbtorture as we use for smbd. metze (This used to be commit 3b78dc7ab2f8e3faffa2eb3ae2462c133e368be3)
| * BASE-DEFER_OPEN: add torture:sharedelays option to run this test fasterStefan Metzmacher2008-02-251-5/+13
| | | | | | | | | | metze (This used to be commit 877cc375d0523cb31324a5d611e73d666e7a9a78)
| * Respect the return value of asprintfVolker Lendecke2008-02-231-2/+1
| | | | | | | | | | | | | | | | | | This removes tons of warnings warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result for me. Lots of that kind left though :-) (This used to be commit ba29219ea243cc217ab3522b036a82ff8dfeedc8)
| * libreplace: don't use socketwrapper for getifaddrs() implementations.Michael Adam2008-02-221-0/+2
| | | | | | | | | | | | Michael (cherry picked from commit 85eec1d1d6b674294c50eb912fbe7d5a1dd42909) (This used to be commit a83db886e50b6ceeb71d93bf86fb5e0964b8d45f)
| * Happy New Year 2008! :-)Stefan Metzmacher2008-02-221-1/+1
| | | | | | | | | | metze (This used to be commit a601ecff4e8cbf71de9f140ee2faa0b75d695559)
| * libreplace: Fix comment originating from old samba source.Michael Adam2008-02-221-1/+1
| | | | | | | | | | Michael (This used to be commit 0440bcfe6359ca4842f473b1ca799cad9f1c6c96)
| * libreplace: fix creation of conftest files for getifaddrs tests.Michael Adam2008-02-221-4/+11
| | | | | | | | | | | | | | | | Add missing includes of replace.c and defines of SOCKET_WRAPPER_NOT_REPLACE. Michael (cherry picked from commit 26e6ebc7090b5742deb67805d85d809cafb4543d) (This used to be commit e00c6513e05afe91d4c419287283b34e931a161c)
| * Fix linked list of ifaddrs in implementations of rep_getifaddrs.Michael Adam2008-02-221-3/+3
| | | | | | | | | | | | | | | | Produce proper list instead of one-node-loop. Michael (cherry picked from commit ec9f4f5066ba7a8bf3af931fd4969590140c0b2b) (This used to be commit 744d5ba7adab65a9774a18eb42b7090f49e423f2)
| * Add missing initalizations of lastif in rep_getifaddr implementations.Michael Adam2008-02-221-3/+6
| | | | | | | | | | | | Michael (cherry picked from commit 65710e752f72070cb911867ff9f31f91904ca5c0) (This used to be commit 5bd613a2cda5d287706f2ce72f4ee08a7fa45b72)
| * libreplace: fix compile errors in getifaddrs.cMichael Adam2008-02-211-6/+3
| | | | | | | | | | | | Michael (cherry picked from commit 22cdd4cb507022d9c670b7d5cbc8d357b0b91637) (This used to be commit 4da2d999a28c8fd3e93480194a153cf6a10de986)
| * Try and fix getifaddrs check on irix: dont't try to include config.hMichael Adam2008-02-211-0/+3
| | | | | | | | | | | | | | | | The missing header file is judged "catastrophic" on irix. Michael (cherry picked from commit 5778c90819a5a5cee38be690f442c571f3a6a051) (This used to be commit 0d4522a06d4465f6eadbdf14381c9e08cf7e1dc9)
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij2008-02-2118-23/+1214
| |\ | | | | | | | | | (This used to be commit 52a8d06f00ab3900e2186e047902dbcbe3138a01)
| | * selftest: fix --socket-wrapper-pcapStefan Metzmacher2008-02-211-1/+1
| | | | | | | | | | | | | | | metze (This used to be commit f5ff4a571cdf7d00d065f4a4996880020f1f459f)