summaryrefslogtreecommitdiffstats
path: root/source/locking
Commit message (Expand)AuthorAgeFilesLines
* locking/locking_shm.c: Added printf to help track down negative share mode pr...Jeremy Allison1999-02-011-1/+1
* Added full pathname lock patch from Andy <thwartedefforts@wonky.org>Jeremy Allison1999-01-062-5/+9
* acconfig.h configure configure.in include/config.h.in lib/system.c: Fixed --w...Jeremy Allison1999-01-041-0/+45
* Fixed missing ';'s in locking_slow code.Jeremy Allison1998-12-221-3/+3
* Spelling mistake change due to very pick people (you know who you are :-).Jeremy Allison1998-12-221-2/+2
* In my changes prevously to the dos_xxx calls I missed dos_readdir andJeremy Allison1998-11-251-2/+2
* Changed (most) open()/fopen()/creat()/mmap() calls to use sys_XXX() instead.Jeremy Allison1998-11-172-8/+7
* don't core dump in smbstatus if we can't open the shmem systemAndrew Tridgell1998-10-311-0/+1
* Reasonably large change to give us *exactly* correct NT delete on close seman...Jeremy Allison1998-10-233-31/+102
* Fixed sys_lseek and seek_file calls so all returnsJeremy Allison1998-10-181-172/+242
* Small tidyups for gcc in 'preen' mode....Jeremy Allison1998-10-171-2/+2
* Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1998-09-283-13/+6
* automated generation of .dummy files for each subdirectory;Alexandre Oliva1998-09-281-1/+0
* major autoconf clean-upAlexandre Oliva1998-09-211-0/+1
* 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