summaryrefslogtreecommitdiff
path: root/source3/locking
AgeCommit message (Expand)AuthorFilesLines
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
1998-07-02nttrans.c: More NT SMB stuff.Jeremy Allison1-2/+9
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