summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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
| * pvfs_open: unify talloc behavior in pvfs_can_delete/rename/stat()Stefan Metzmacher2008-02-251-4/+12
| * pvfs: handle SHARING_VIOLATION and OPLOCK_NOT_GRANTED in pvfs_can_delete/rena...Stefan Metzmacher2008-02-251-2/+26
| * pvfs: pass NULL to pvfs_can_*() when no odb_lock is needed by the callerStefan Metzmacher2008-02-253-12/+9
| * pvfs_wait: use struct pvfs_wait * instead of void *Stefan Metzmacher2008-02-255-11/+15
| * pvfs_wait: 'private' -> 'private_data' and use talloc_get_type()Stefan Metzmacher2008-02-251-11/+16
| * RAW-OPLOCK: remove unused varStefan Metzmacher2008-02-251-2/+1
| * RAW-OPLOCK: fix typo (send oplock releases on the correct connection)Stefan Metzmacher2008-02-251-1/+1
| * selftest: we pass the BASE-DEFER_OPEN testStefan Metzmacher2008-02-252-4/+3
| * BASE-DEFER_OPEN: add torture:sharedelays option to run this test fasterStefan Metzmacher2008-02-251-5/+13
| * Respect the return value of asprintfVolker Lendecke2008-02-231-2/+1
| * libreplace: don't use socketwrapper for getifaddrs() implementations.Michael Adam2008-02-221-0/+2
| * Happy New Year 2008! :-)Stefan Metzmacher2008-02-221-1/+1
| * libreplace: Fix comment originating from old samba source.Michael Adam2008-02-221-1/+1
| * libreplace: fix creation of conftest files for getifaddrs tests.Michael Adam2008-02-221-4/+11
| * Fix linked list of ifaddrs in implementations of rep_getifaddrs.Michael Adam2008-02-221-3/+3
| * Add missing initalizations of lastif in rep_getifaddr implementations.Michael Adam2008-02-221-3/+6
| * libreplace: fix compile errors in getifaddrs.cMichael Adam2008-02-211-6/+3
| * Try and fix getifaddrs check on irix: dont't try to include config.hMichael Adam2008-02-211-0/+3
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij2008-02-2119-23/+1215
| |\
| | * selftest: fix --socket-wrapper-pcapStefan Metzmacher2008-02-211-1/+1