summaryrefslogtreecommitdiffstats
path: root/source3/locking
Commit message (Expand)AuthorAgeFilesLines
* merge from the autoconf2 branch to the main branchAndrew Tridgell1998-07-295-62/+21
* 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
* nttrans.c: More NT SMB stuff.Jeremy Allison1998-07-021-2/+9
* loadparm.c: Did it ! Changed defaults for 'case preserve' and 'short case pre...Jeremy Allison1998-06-051-3/+3
* includes.h: SunOS doesn't have strcasecmp, solaris versions prior to 2.6 don'tJeremy Allison1998-05-121-1/+1
* This is a security audit change of the main source.Jeremy Allison1998-05-123-11/+13
* changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell1998-05-111-1/+1
* includes.h: Moved HPUX undefine of SEMMSL to where it actually does something.Jeremy Allison1998-04-101-0/+41
* - added a check for broken RH5 include files. With the standard RH5Andrew Tridgell1998-03-222-0/+15
* This is *not* a big change (although it looks like one).Jeremy Allison1998-01-225-5/+5
* a dummy change to shmem_sysv.c to try and break CVS out of a problemAndrew Tridgell1997-12-291-0/+1
* - handle ENOSPC in shmem init.Andrew Tridgell1997-12-161-4/+6
* don't use free and alloc as structure elementsAndrew Tridgell1997-12-041-13/+13
* don't display locks for dead processes in smbstatusAndrew Tridgell1997-11-292-5/+9
* don't use SEM_UNDO because of ridiculously small undo limits on someAndrew Tridgell1997-11-011-1/+25
* some locking code cleanupsAndrew Tridgell1997-11-013-238/+222
* change from * to ^ in hashing of device/inode. Using * meant that ifAndrew Tridgell1997-10-311-1/+1
* - cleanup some warningsAndrew Tridgell1997-10-311-2/+0
* damn. We need root privilages to do semaphore operations even if weAndrew Tridgell1997-10-291-28/+43
* - don't allow locking to initialise twiceAndrew Tridgell1997-10-291-1/+5
* clean up the hash entry code a bit. Got rid of lp_shmem_hash_size()Andrew Tridgell1997-10-293-81/+88
* fix for broken sunos4 includes (doesn't have SHM_R)Andrew Tridgell1997-10-281-0/+4
* lower the default hash size if SEMMSL isn't definedAndrew Tridgell1997-10-281-0/+5
* SYSV IPC implementation of fast share modes.Andrew Tridgell1997-10-283-306/+952
* change the default file permissions on the SHARE_MEM_FILE* toAndrew Tridgell1997-10-274-41/+70
* shared memory code cleanups (partly preparing for a possible sysVAndrew Tridgell1997-10-222-43/+33
* loadparm.c: Changed 'interfaces only' parameter to 'bind interfaces only'. AddedJeremy Allison1997-10-201-1/+1
* a major share modes reorganisation.Andrew Tridgell1997-10-203-1407/+1829
* .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
* - change a lot of occurances of errno to use strerror(errno). We can'tAndrew Tridgell1997-09-151-15/+15
* charcnv.c client.c clitar.c kanji.c kanji.h loadparm.cJeremy Allison1997-09-111-1/+1
* added a new type to mkproto.awk so it can handle shmem.cAndrew Tridgell1997-08-281-1/+1
* Makefile: Added UNIXWARE 2.x with shadow passwords from fja@extratech.comSamba Release Account1997-07-241-2/+2
* 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