summaryrefslogtreecommitdiff
path: root/source/locking
Commit message (Expand)AuthorAgeFilesLines
* merge of smbd and related files, from cvs main.Luke Leighton2000-04-031-45/+37
* This commit was manufactured by cvs2svn to create branch 'SAMBA_TNG'.cvs2svn Import User2000-02-091-0/+366
|\
| * Fixed compile warning in locking.c:traverse_fn()Tim Potter2000-02-071-1/+2
| * 1) added void* state argument to tdb_traverse. guess what! there wereLuke Leighton2000-02-042-15/+10
| * added code to allow traversal of the byte range lock databaseAndrew Tridgell2000-01-162-3/+43
| * damn, Solaris already has a "enum lock_type"Andrew Tridgell2000-01-142-6/+7
| * we now pass all byte range locking testsAndrew Tridgell2000-01-142-4/+72
| * some more work on the byte range lockingAndrew Tridgell2000-01-141-6/+8
| * the bulk of the new byte range locking coodeAndrew Tridgell2000-01-132-45/+296
| * added the unexpected packet database (unexpected.tdb)Andrew Tridgell2000-01-031-1/+1
| * - added tdb_flags option to tdb_open()Andrew Tridgell2000-01-021-1/+1
| * when no shares are returned the *shares pointer must be set to nullAndrew Tridgell1999-12-221-0/+2
| * converted all our existing shared memory code to use a tdb databaseAndrew Tridgell1999-12-215-3670/+295
| * first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-135-72/+169
* | started on samtdb.Luke Leighton2000-01-311-2/+2
* | samba_tng compile cleanup, portability fixesMatthew Chapman2000-01-121-1/+1
* | decided to add tridge's tdb code into SAMBA_TNG. i may (will) need it inLuke Leighton2000-01-031-126/+335
|/
* Use VFS operations for file I/O.Tim Potter1999-04-042-7/+8
* Ken McDonell from SGI was interested in adding some profilingAndrew Tridgell1999-04-011-4/+0
* Makefile.in: Added maintainer mode fixes.Jeremy Allison1998-11-251-1/+1
* Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.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