summaryrefslogtreecommitdiff
path: root/source3/locking/locking.c
AgeCommit message (Expand)AuthorFilesLines
2000-01-16added code to allow traversal of the byte range lock databaseAndrew Tridgell1-1/+1
2000-01-14damn, Solaris already has a "enum lock_type"Andrew Tridgell1-2/+2
2000-01-14we now pass all byte range locking testsAndrew Tridgell1-2/+15
2000-01-14some more work on the byte range lockingAndrew Tridgell1-6/+8
2000-01-13the bulk of the new byte range locking coodeAndrew Tridgell1-45/+21
2000-01-03added the unexpected packet database (unexpected.tdb)Andrew Tridgell1-1/+1
2000-01-02- added tdb_flags option to tdb_open()Andrew Tridgell1-1/+1
1999-12-22when no shares are returned the *shares pointer must be set to nullAndrew Tridgell1-0/+2
1999-12-21converted all our existing shared memory code to use a tdb databaseAndrew Tridgell1-128/+295
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-22/+62
1999-04-04Use VFS operations for file I/O.Tim Potter1-4/+5
1998-10-31don't core dump in smbstatus if we can't open the shmem systemAndrew Tridgell1-0/+1
1998-10-23Reasonably large change to give us *exactly* correct NT delete on close seman...Jeremy Allison1-2/+43
1998-09-05ahh, the joy of deleting large chunks of code that someone else hasAndrew Tridgell1-10/+0
1998-09-04More 64 bit stuff - now the fcntl locks are 64 bit clean.Jeremy Allison1-16/+25
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