summaryrefslogtreecommitdiff
path: root/source3/locking/locking.c
AgeCommit message (Expand)AuthorFilesLines
1998-08-31configure.in, configure: include/config.h.in: Added stropts and poll.Jeremy Allison1-3/+3
1998-08-20Turning on blocking locking code. NB. Blocking lock requests that are notJeremy Allison1-0/+6
1998-08-19Makefile.in: Moved blocking lock code into smbd/blocking.c for link purposes.Jeremy Allison1-290/+0
1998-08-17smbd/nttrans.c: Fixed bug in split off pipe code.Jeremy Allison1-4/+12
1998-08-17much cleaner chain pointer handling for both files and pipes.Andrew Tridgell1-7/+6
1998-08-16server.c: fixed a bug in close_file() with the new files.c handling codeAndrew Tridgell1-2/+0
1998-08-15this checkin gets rid of the global Files[] array and makes it localAndrew Tridgell1-31/+25
1998-08-14this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1-48/+39
1998-08-14Makefile.in: Changed so that make proto will work with ldap & nisplus.Jeremy Allison1-3/+3
1998-08-13More blocking lock code - still #ifdef'ed out - under development.Jeremy Allison1-10/+170
1998-08-12fixed the nested comment - Jeremy, do you want that unbecome_user() orAndrew Tridgell1-2/+1
1998-08-11include/smb.h: Removed dir_ptr. Not needed.Jeremy Allison1-5/+139
1998-07-30Makefile.in: Moved UBIQX stuff into UTILOBJ.Jeremy Allison1-5/+5
1998-07-29merge from the autoconf2 branch to the main branchAndrew Tridgell1-7/+4
1998-07-29locking.c: Print messages when we downgrade a lock.Jeremy Allison1-0/+2
1998-07-28locking.c: Don't need to do map_lock_type on *testing* a lock, just on setting.Jeremy Allison1-2/+7
1998-07-28loadparm.c: Added strict sync parameter.Jeremy Allison1-10/+34
1998-07-23locking.c: Added lock type to is_locked() and do_lock()Jeremy Allison1-27/+47
1998-01-22This is *not* a big change (although it looks like one).Jeremy Allison1-1/+1
1997-10-29- don't allow locking to initialise twiceAndrew Tridgell1-1/+5
1997-10-27change the default file permissions on the SHARE_MEM_FILE* toAndrew Tridgell1-3/+3
1997-10-20a major share modes reorganisation.Andrew Tridgell1-1407/+51
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-11charcnv.c client.c clitar.c kanji.c kanji.h loadparm.cJeremy Allison1-1/+1
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-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 Account1-332/+991
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-42/+45
1997-01-09Makefile: Changes to split Solaris into Solaris2.3 and previous, and 2.4 and ...Samba Release Account1-29/+35
1996-12-10Moved fcntl locking code into util.c to allow it to beSamba Release Account1-131/+0
1996-08-19- added "netbios name" option in smb.conf to make controlling the nameAndrew Tridgell1-0/+2
1996-08-17- made FAST_SHARE_MODES standard for LinuxAndrew Tridgell1-4/+4
1996-08-15- added FAST_SHARE_MODES codeAndrew Tridgell1-1/+245
1996-08-14changed "unsigned long" to "uint32" in several places (for IPAndrew Tridgell1-1/+1
1996-06-19- change date as a demo for johnAndrew Tridgell1-1/+1
1996-06-10got rid of a lot of redundent header files as we now globally generateAndrew Tridgell1-1/+0