summaryrefslogtreecommitdiffstats
path: root/source/locking/locking.c
Commit message (Expand)AuthorAgeFilesLines
* ahh, the joy of deleting large chunks of code that someone else hasAndrew Tridgell1998-09-051-10/+0
* More 64 bit stuff - now the fcntl locks are 64 bit clean.Jeremy Allison1998-09-041-16/+25
* configure.in, configure: include/config.h.in: Added stropts and poll.Jeremy Allison1998-08-311-3/+3
* Turning on blocking locking code. NB. Blocking lock requests that are notJeremy Allison1998-08-201-0/+6
* Makefile.in: Moved blocking lock code into smbd/blocking.c for link purposes.Jeremy Allison1998-08-191-290/+0
* smbd/nttrans.c: Fixed bug in split off pipe code.Jeremy Allison1998-08-171-4/+12
* much cleaner chain pointer handling for both files and pipes.Andrew Tridgell1998-08-171-7/+6
* server.c: fixed a bug in close_file() with the new files.c handling codeAndrew Tridgell1998-08-161-2/+0
* this checkin gets rid of the global Files[] array and makes it localAndrew Tridgell1998-08-151-31/+25
* this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1998-08-141-48/+39
* Makefile.in: Changed so that make proto will work with ldap & nisplus.Jeremy Allison1998-08-141-3/+3
* More blocking lock code - still #ifdef'ed out - under development.Jeremy Allison1998-08-131-10/+170
* fixed the nested comment - Jeremy, do you want that unbecome_user() orAndrew Tridgell1998-08-121-2/+1
* include/smb.h: Removed dir_ptr. Not needed.Jeremy Allison1998-08-111-5/+139
* Makefile.in: Moved UBIQX stuff into UTILOBJ.Jeremy Allison1998-07-301-5/+5
* merge from the autoconf2 branch to the main branchAndrew Tridgell1998-07-291-7/+4
* locking.c: Print messages when we downgrade a lock.Jeremy Allison1998-07-291-0/+2
* locking.c: Don't need to do map_lock_type on *testing* a lock, just on setting.Jeremy Allison1998-07-281-2/+7
* loadparm.c: Added strict sync parameter.Jeremy Allison1998-07-281-10/+34
* locking.c: Added lock type to is_locked() and do_lock()Jeremy Allison1998-07-231-27/+47
* This is *not* a big change (although it looks like one).Jeremy Allison1998-01-221-1/+1
* - don't allow locking to initialise twiceAndrew Tridgell1997-10-291-1/+5
* change the default file permissions on the SHARE_MEM_FILE* toAndrew Tridgell1997-10-271-3/+3
* a major share modes reorganisation.Andrew Tridgell1997-10-201-1407/+51
* .cvsignore: Added make_smbcodepageJeremy Allison1997-10-171-25/+50
* ipc.c: Adding Andrews become_root code to the main branch.Jeremy Allison1997-10-151-29/+16
* Broke my own rule about checking in uncompiled source :-(.Jeremy Allison1997-10-141-1/+1
* Added fixes for become_user braindamage.Jeremy Allison1997-10-141-4/+20
* locking.c: Added fix for race condition in slow share mode code.Jeremy Allison1997-10-071-15/+56
* Finally ! Found & fixed crash bug with logging message when deletingJeremy Allison1997-10-061-1/+2
* client.c: Changed shadowed variable.Jeremy Allison1997-10-061-18/+0
* Making it harder for share_mode_entries to be left withJeremy Allison1997-10-031-5/+2
* locking.c: Fixed incorrect parameter count in debug statements. May explainJeremy Allison1997-10-031-6/+5
* OPLOCK CHECK-IN - oplocks are now *OPERATIONAL* !!!!Jeremy Allison1997-10-011-2/+242
* Syncing up current oplock work in progress. #ifdef'ed outJeremy Allison1997-09-261-2/+7
* Adding Andrews buffer overflow fixes into the main branch.Jeremy Allison1997-09-261-1/+1
* Makefile: Removed earlier errors.Jeremy Allison1997-09-251-124/+147
* charcnv.c client.c clitar.c kanji.c kanji.h loadparm.cJeremy Allison1997-09-111-1/+1
* Fix silly crash bug in FAST_SHARE_MODES (same bug as was inSamba Release Account1997-07-151-1/+1
* client.c: New print queue query code from Jeff C. Foster " <jfoste@wgc.woodw...Samba Release Account1997-07-011-4/+8
* loadparm.c: Ensure printer services cannot be read only and don't use share m...Samba Release Account1997-05-271-9/+9
* dir.c: Fixed double slash issue.Samba Release Account1997-05-201-332/+991
* 'The mother of all checkins' :-). Jeremy Allison (jallison@whistle.com)Samba Release Account1997-05-081-1/+1
* locking.c proto.h shmem.c smb.h status.c :Samba Release Account1997-01-151-42/+45
* Makefile: Changes to split Solaris into Solaris2.3 and previous, and 2.4 and ...Samba Release Account1997-01-091-29/+35
* Moved fcntl locking code into util.c to allow it to beSamba Release Account1996-12-101-131/+0
* - added "netbios name" option in smb.conf to make controlling the nameAndrew Tridgell1996-08-191-0/+2
* - made FAST_SHARE_MODES standard for LinuxAndrew Tridgell1996-08-171-4/+4
* - added FAST_SHARE_MODES codeAndrew Tridgell1996-08-151-1/+245
* changed "unsigned long" to "uint32" in several places (for IPAndrew Tridgell1996-08-141-1/+1