summaryrefslogtreecommitdiff
path: root/source/locking
Commit message (Expand)AuthorAgeFilesLines
* Added ssize_t to configure code.Jeremy Allison1998-09-111-70/+1
* ahh, the joy of deleting large chunks of code that someone else hasAndrew Tridgell1998-09-052-35/+0
* tridge the destroyer returns!Andrew Tridgell1998-09-051-5/+6
* Modified dev_t and ino_t code to be 64 bit clean (including changesJeremy Allison1998-09-042-31/+118
* More 64 bit stuff - now the fcntl locks are 64 bit clean.Jeremy Allison1998-09-043-23/+32
* Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison1998-09-032-52/+79
* More abstraction of file system data types, to move to a 64Jeremy Allison1998-09-011-4/+4
* configure.in, configure: include/config.h.in: Added stropts and poll.Jeremy Allison1998-08-313-22/+24
* - zero shared memory before freeing itAndrew Tridgell1998-08-302-6/+8
* 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
* fixed some bugs in the locking_slow code caused by the recent changes.Andrew Tridgell1998-08-161-8/+9
* 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-153-87/+75
* configure: Changes for extra headers.Jeremy Allison1998-08-152-8/+19
* this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1998-08-144-96/+91
* 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-112-11/+145
* First implementation of ChangeNotify - this version only checksJeremy Allison1998-08-031-9/+13
* Makefile.in: Moved UBIQX stuff into UTILOBJ.Jeremy Allison1998-07-302-11/+11
* 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