summaryrefslogtreecommitdiff
path: root/source3/locking
AgeCommit message (Expand)AuthorFilesLines
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
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