summaryrefslogtreecommitdiff
path: root/source3/locking
AgeCommit message (Expand)AuthorFilesLines
2000-01-16added code to allow traversal of the byte range lock databaseAndrew Tridgell2-3/+43
2000-01-14damn, Solaris already has a "enum lock_type"Andrew Tridgell2-6/+7
2000-01-14we now pass all byte range locking testsAndrew Tridgell2-4/+72
2000-01-14some more work on the byte range lockingAndrew Tridgell1-6/+8
2000-01-13the bulk of the new byte range locking coodeAndrew Tridgell2-45/+296
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 Tridgell5-3670/+295
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell5-72/+169
1999-04-04Use VFS operations for file I/O.Tim Potter2-7/+8
1999-04-01Ken McDonell from SGI was interested in adding some profilingAndrew Tridgell1-4/+0
1998-11-25Makefile.in: Added maintainer mode fixes.Jeremy Allison1-1/+1
1998-11-17Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison2-8/+7
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 Allison3-31/+102
1998-10-18Fixed sys_lseek and seek_file calls so all returnsJeremy Allison1-172/+242
1998-10-17Small tidyups for gcc in 'preen' mode....Jeremy Allison1-2/+2
1998-09-28Changes to test in configure if capabilities are enabled on a system.Jeremy Allison3-13/+6
1998-09-28automated generation of .dummy files for each subdirectory;Alexandre Oliva1-1/+0
1998-09-21major autoconf clean-upAlexandre Oliva1-0/+1
1998-09-11Added ssize_t to configure code.Jeremy Allison1-70/+1
1998-09-05ahh, the joy of deleting large chunks of code that someone else hasAndrew Tridgell2-35/+0
1998-09-05tridge the destroyer returns!Andrew Tridgell1-5/+6
1998-09-04Modified dev_t and ino_t code to be 64 bit clean (including changesJeremy Allison2-31/+118
1998-09-04More 64 bit stuff - now the fcntl locks are 64 bit clean.Jeremy Allison3-23/+32
1998-09-03Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison2-52/+79
1998-09-01More abstraction of file system data types, to move to a 64Jeremy Allison1-4/+4
1998-08-31configure.in, configure: include/config.h.in: Added stropts and poll.Jeremy Allison3-22/+24
1998-08-30- zero shared memory before freeing itAndrew Tridgell2-6/+8
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-16fixed some bugs in the locking_slow code caused by the recent changes.Andrew Tridgell1-8/+9
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 Tridgell3-87/+75
1998-08-15configure: Changes for extra headers.Jeremy Allison2-8/+19
1998-08-14this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell4-96/+91
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 Allison2-11/+145
1998-08-03First implementation of ChangeNotify - this version only checksJeremy Allison1-9/+13
1998-07-30Makefile.in: Moved UBIQX stuff into UTILOBJ.Jeremy Allison2-11/+11
1998-07-29merge from the autoconf2 branch to the main branchAndrew Tridgell5-62/+21
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