summaryrefslogtreecommitdiff
path: root/source3/locking/locking_shm.c
AgeCommit message (Expand)AuthorFilesLines
1998-08-15this checkin gets rid of the global Files[] array and makes it localAndrew Tridgell1-20/+18
1998-08-14this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1-9/+11
1998-08-11include/smb.h: Removed dir_ptr. Not needed.Jeremy Allison1-6/+6
1998-07-30Makefile.in: Moved UBIQX stuff into UTILOBJ.Jeremy Allison1-6/+6
1998-07-29merge from the autoconf2 branch to the main branchAndrew Tridgell1-3/+6
1998-05-12This is a security audit change of the main source.Jeremy Allison1-1/+1
1998-01-22This is *not* a big change (although it looks like one).Jeremy Allison1-1/+1
1997-12-04don't use free and alloc as structure elementsAndrew Tridgell1-13/+13
1997-11-29don't display locks for dead processes in smbstatusAndrew Tridgell1-3/+5
1997-11-01some locking code cleanupsAndrew Tridgell1-76/+60
1997-10-31change from * to ^ in hashing of device/inode. Using * meant that ifAndrew Tridgell1-1/+1
1997-10-31- cleanup some warningsAndrew Tridgell1-2/+0
1997-10-29clean up the hash entry code a bit. Got rid of lp_shmem_hash_size()Andrew Tridgell1-47/+4
1997-10-28lower the default hash size if SEMMSL isn't definedAndrew Tridgell1-0/+5
1997-10-28SYSV IPC implementation of fast share modes.Andrew Tridgell1-49/+57
1997-10-27change the default file permissions on the SHARE_MEM_FILE* toAndrew Tridgell1-3/+8
1997-10-22shared memory code cleanups (partly preparing for a possible sysVAndrew Tridgell1-16/+16
1997-10-20loadparm.c: Changed 'interfaces only' parameter to 'bind interfaces only'. AddedJeremy Allison1-1/+1
1997-10-20a major share modes reorganisation.Andrew Tridgell1-0/+739