summaryrefslogtreecommitdiff
path: root/source3/locking/shmem.c
AgeCommit message (Expand)AuthorFilesLines
1998-10-18Fixed sys_lseek and seek_file calls so all returnsJeremy Allison1-172/+242
1998-09-28Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1-2/+6
1998-09-05ahh, the joy of deleting large chunks of code that someone else hasAndrew Tridgell1-25/+0
1998-09-05tridge the destroyer returns!Andrew Tridgell1-5/+6
1998-09-04More 64 bit stuff - now the fcntl locks are 64 bit clean.Jeremy Allison1-4/+4
1998-09-03Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison1-33/+60
1998-08-30- zero shared memory before freeing itAndrew Tridgell1-1/+4
1998-08-15configure: Changes for extra headers.Jeremy Allison1-6/+9
1998-08-14this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1-1/+1
1998-07-29merge from the autoconf2 branch to the main branchAndrew Tridgell1-3/+3
1998-05-12This is a security audit change of the main source.Jeremy Allison1-3/+3
1998-03-22- added a check for broken RH5 include files. With the standard RH5Andrew Tridgell1-0/+6
1998-01-22This is *not* a big change (although it looks like one).Jeremy Allison1-1/+1
1997-11-01some locking code cleanupsAndrew Tridgell1-10/+10
1997-10-29clean up the hash entry code a bit. Got rid of lp_shmem_hash_size()Andrew Tridgell1-19/+29
1997-10-28SYSV IPC implementation of fast share modes.Andrew Tridgell1-257/+274
1997-10-27change the default file permissions on the SHARE_MEM_FILE* toAndrew Tridgell1-21/+34
1997-10-22shared memory code cleanups (partly preparing for a possible sysVAndrew Tridgell1-27/+17
1997-09-15- change a lot of occurances of errno to use strerror(errno). We can'tAndrew Tridgell1-15/+15
1997-08-28added a new type to mkproto.awk so it can handle shmem.cAndrew Tridgell1-1/+1
1997-07-24Makefile: Added UNIXWARE 2.x with shadow passwords from fja@extratech.comSamba Release Account1-2/+2
1997-06-27shmem.c: Changed debug to higher levelSamba Release Account1-12/+12
1997-05-20dir.c: Fixed double slash issue.Samba Release Account1-68/+193
1997-05-08'The mother of all checkins' :-). Jeremy Allison (jallison@whistle.com)Samba Release Account1-1/+1
1997-01-15locking.c proto.h shmem.c smb.h status.c :Samba Release Account1-229/+229
1996-10-04- changed the umask handling. We now set the umask to 0 and explicitlyAndrew Tridgell1-5/+1
1996-08-17- made FAST_SHARE_MODES standard for LinuxAndrew Tridgell1-2/+3
1996-08-15- added FAST_SHARE_MODES codeAndrew Tridgell1-0/+722