summaryrefslogtreecommitdiff
path: root/source3/locking
AgeCommit message (Expand)AuthorFilesLines
1998-06-05loadparm.c: Did it ! Changed defaults for 'case preserve' and 'short case pre...Jeremy Allison1-3/+3
1998-05-12includes.h: SunOS doesn't have strcasecmp, solaris versions prior to 2.6 don'tJeremy Allison1-1/+1
1998-05-12This is a security audit change of the main source.Jeremy Allison3-11/+13
1998-05-11changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell1-1/+1
1998-04-10includes.h: Moved HPUX undefine of SEMMSL to where it actually does something.Jeremy Allison1-0/+41
1998-03-22- added a check for broken RH5 include files. With the standard RH5Andrew Tridgell2-0/+15
1998-01-22This is *not* a big change (although it looks like one).Jeremy Allison5-5/+5
1997-12-29a dummy change to shmem_sysv.c to try and break CVS out of a problemAndrew Tridgell1-0/+1
1997-12-16- handle ENOSPC in shmem init.Andrew Tridgell1-4/+6
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 Tridgell2-5/+9
1997-11-01don't use SEM_UNDO because of ridiculously small undo limits on someAndrew Tridgell1-1/+25
1997-11-01some locking code cleanupsAndrew Tridgell3-238/+222
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-29damn. We need root privilages to do semaphore operations even if weAndrew Tridgell1-28/+43
1997-10-29- don't allow locking to initialise twiceAndrew Tridgell1-1/+5
1997-10-29clean up the hash entry code a bit. Got rid of lp_shmem_hash_size()Andrew Tridgell3-81/+88
1997-10-28fix for broken sunos4 includes (doesn't have SHM_R)Andrew Tridgell1-0/+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 Tridgell3-306/+952
1997-10-27change the default file permissions on the SHARE_MEM_FILE* toAndrew Tridgell4-41/+70
1997-10-22shared memory code cleanups (partly preparing for a possible sysVAndrew Tridgell2-43/+33
1997-10-20loadparm.c: Changed 'interfaces only' parameter to 'bind interfaces only'. AddedJeremy Allison1-1/+1
1997-10-20a major share modes reorganisation.Andrew Tridgell3-1407/+1829
1997-10-17.cvsignore: Added make_smbcodepageJeremy Allison1-25/+50
1997-10-15ipc.c: Adding Andrews become_root code to the main branch.Jeremy Allison1-29/+16
1997-10-14Broke my own rule about checking in uncompiled source :-(.Jeremy Allison1-1/+1
1997-10-14Added fixes for become_user braindamage.Jeremy Allison1-4/+20
1997-10-07locking.c: Added fix for race condition in slow share mode code.Jeremy Allison1-15/+56
1997-10-06Finally ! Found & fixed crash bug with logging message when deletingJeremy Allison1-1/+2
1997-10-06client.c: Changed shadowed variable.Jeremy Allison1-18/+0
1997-10-03Making it harder for share_mode_entries to be left withJeremy Allison1-5/+2
1997-10-03locking.c: Fixed incorrect parameter count in debug statements. May explainJeremy Allison1-6/+5
1997-10-01OPLOCK CHECK-IN - oplocks are now *OPERATIONAL* !!!!Jeremy Allison1-2/+242
1997-09-26Syncing up current oplock work in progress. #ifdef'ed outJeremy Allison1-2/+7
1997-09-26Adding Andrews buffer overflow fixes into the main branch.Jeremy Allison1-1/+1
1997-09-25Makefile: Removed earlier errors.Jeremy Allison1-124/+147
1997-09-15- change a lot of occurances of errno to use strerror(errno). We can'tAndrew Tridgell1-15/+15
1997-09-11charcnv.c client.c clitar.c kanji.c kanji.h loadparm.cJeremy Allison1-1/+1
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-07-15Fix silly crash bug in FAST_SHARE_MODES (same bug as was inSamba Release Account1-1/+1
1997-07-01client.c: New print queue query code from Jeff C. Foster " <jfoste@wgc.woodw...Samba Release Account1-4/+8
1997-06-27shmem.c: Changed debug to higher levelSamba Release Account1-12/+12
1997-05-27loadparm.c: Ensure printer services cannot be read only and don't use share m...Samba Release Account1-9/+9
1997-05-20dir.c: Fixed double slash issue.Samba Release Account2-400/+1184
1997-05-08'The mother of all checkins' :-). Jeremy Allison (jallison@whistle.com)Samba Release Account2-2/+2
1997-01-15locking.c proto.h shmem.c smb.h status.c :Samba Release Account2-271/+274
1997-01-09Makefile: Changes to split Solaris into Solaris2.3 and previous, and 2.4 and ...Samba Release Account1-29/+35