summaryrefslogtreecommitdiffstats
path: root/source/include/locking.h
Commit message (Collapse)AuthorAgeFilesLines
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-07-101-2/+1
|
* r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison2007-07-091-1/+1
| | | | Jeremy.
* r23195: Add void *private_data to brl_forallVolker Lendecke2007-05-291-12/+0
|
* r23183: Check in a change made by Tridge:Volker Lendecke2007-05-291-9/+10
| | | | | | | | | | | | | This replaces the internal explicit dev/ino file id representation by a "struct file_id". This is necessary as cluster file systems and NFS don't necessarily assign the same device number to the shared file system. With this structure in place we can now easily add different schemes to map a file to a unique 64-bit device node. Jeremy, you might note that I did not change the external interface of smb_share_modes.c. Volker
* r23165: Convert brlock.tdb to dbwrapVolker Lendecke2007-05-271-0/+1
|
* r22736: Start to merge the low-hanging fruit from the now 7000-line cluster ↵Volker Lendecke2007-05-071-3/+3
| | | | | | | | | patch. This changes "struct process_id" to "struct server_id", keeping both is just too much hassle. No functional change (I hope ;-)) Volker
* r22688: Change lock_data in struct byte_range_lock from void * to struct ↵Volker Lendecke2007-05-051-1/+1
| | | | lock_struct *
* r19810: more merge work....does not compile currently. Working on smbd mergeGerald Carter2006-11-211-0/+89