converted another bunch of stuff to NTSTATUS
[kai/samba.git] / source3 / locking / locking.c
2001-08-27 Andrew Tridgellconverted another bunch of stuff to NTSTATUS
2001-08-27 Andrew Tridgellstarted converting NTSTATUS to be a structure on system...
2001-08-27 Andrew Tridgellconverted smbd to use NTSTATUS by default
2001-08-24 Andrew Tridgell0 byte lock ranges ARE valid
2001-08-22 Jeremy AllisonTidyup fixes for fcntl spin problem.
2001-08-22 Jeremy AllisonFixed the (incorrect) paranioa fix I put in for the...
2001-08-21 Jeremy AllisonMissed uninitialized variable return for del_share_mode().
2001-08-21 Volker LendeckeThis is Jeremy pretending to be Volker, 'cos the
2001-08-20 Jeremy AllisonEnsure we are very explicit about what we're comparing...
2001-07-30 Jeremy AllisonAdded "use mmap" for HPUX.
2001-07-02 Jeremy AllisonFixed the nastiest locking bug to track down.... smb_pi...
2001-06-30 Jeremy AllisonEnsure we return correct error on trying to unlock...
2001-06-30 Jeremy AllisonFixed the first locking error (test #8 found by locktes...
2001-06-04 Andrew Tridgelluse LDSHFLAGS not -shared in several places
2001-05-22 Jeremy AllisonDefensive brlock and locking database cleaning code.
2001-03-30 Jeremy AllisonThis is a big, rather ugly patch. Whilst investigating...
2001-03-11 Jeremy AllisonMerge ... new 2.2 code into HEAD (Gerald I hate you...
2000-12-06 Tim Pottertdb_unlockchain() no longer returns a value
2000-12-06 Jeremy AllisonChanged to sourceforge tdb code. This includes spinlock...
2000-09-11 Andrew Tridgellthe first cut of the internal messaging system.
2000-06-13 Andrew Tridgellallow posix locking database to be opened read-only...
2000-05-10 Herb LewisUsing a structure for a tdb key can lead to insideous...
2000-05-05 Jeremy AllisonFix for uninitialized memory read in brlock code. brl_l...
2000-05-02 Jeremy AllisonAdded sys_fork() and sys_getpid() functions to stop...
2000-04-28 Jeremy AllisonOk - this is the *third* implementation of this (third...
2000-04-28 Jeremy AllisonForgot to close when "posix locking" is set to False.
2000-04-28 Jeremy AllisonAdded optimization where we are single opener (don...
2000-04-28 Jeremy AllisonMade changes suggested by Andrew review.
2000-04-27 Jeremy AllisonOk - this is more subtle than it looks :-).
2000-04-27 Jeremy AllisonFixed subtle unlocking bug when a file is closed. We...
2000-04-27 Jeremy AllisonDid the rewrite Andrew wanted where all knowledge of...
2000-04-27 Jeremy AllisonFixed crash bugs Andrew pointed out with LOCK4 smbtorture
2000-04-25 Jeremy AllisonAdded the hard code :-).
2000-04-24 Jeremy AllisonAdded the code that keeps fd's open across a close...
2000-04-23 Andrew Tridgellfixed a locking database bug - it was actually harmless...
2000-04-22 Jeremy AllisonThis is a *big* checkin that may break some things...
2000-04-18 Jeremy Allisonlocking/locking.c: Fixed placeholder code for POSIX...
2000-04-13 Jeremy AllisonTypo - missing '}'.
2000-04-12 Jeremy AllisonRemoved "ole locking compat" parameter (no longer used).
2000-04-12 Jeremy AllisonImplmented mapping of lock offset/count from 64 bit...
2000-04-12 Jeremy AllisonCode to map tdb locks onto POSIX. Mainly placeholder...
2000-04-11 Jeremy Allisoninclude/byteorder.h: ALIGN4/ALIGN2 macros.
2000-04-10 Andrew Tridgellthe first of a bunch of changes to code with getting...
2000-02-07 Tim PotterFixed compile warning in locking.c:traverse_fn()
2000-02-04 Luke Leighton1) added void* state argument to tdb_traverse. guess...
2000-01-16 Andrew Tridgelladded code to allow traversal of the byte range lock...
2000-01-14 Andrew Tridgelldamn, Solaris already has a "enum lock_type"
2000-01-14 Andrew Tridgellwe now pass all byte range locking tests
2000-01-14 Andrew Tridgellsome more work on the byte range locking
2000-01-13 Andrew Tridgellthe bulk of the new byte range locking coode
2000-01-03 Andrew Tridgelladded the unexpected packet database (unexpected.tdb)
2000-01-02 Andrew Tridgell- added tdb_flags option to tdb_open()
1999-12-22 Andrew Tridgellwhen no shares are returned the *shares pointer must...
1999-12-21 Andrew Tridgellconverted all our existing shared memory code to use...
1999-12-13 Andrew Tridgellfirst pass at updating head branch to be to be the...
1999-04-04 Tim PotterUse VFS operations for file I/O.
1998-10-31 Andrew Tridgelldon't core dump in smbstatus if we can't open the shmem...
1998-10-23 Jeremy AllisonReasonably large change to give us *exactly* correct...
1998-09-05 Andrew Tridgellahh, the joy of deleting large chunks of code that...
1998-09-04 Jeremy AllisonMore 64 bit stuff - now the fcntl locks are 64 bit...
1998-08-31 Jeremy Allisonconfigure.in, configure: include/config.h.in: Added...
1998-08-20 Jeremy AllisonTurning on blocking locking code. NB. Blocking lock...
1998-08-19 Jeremy AllisonMakefile.in: Moved blocking lock code into smbd/blockin...
1998-08-17 Jeremy Allisonsmbd/nttrans.c: Fixed bug in split off pipe code.
1998-08-17 Andrew Tridgellmuch cleaner chain pointer handling for both files...
1998-08-16 Andrew Tridgellserver.c: fixed a bug in close_file() with the new...
1998-08-15 Andrew Tridgellthis checkin gets rid of the global Files[] array and...
1998-08-14 Andrew Tridgellthis is the bug change to using connection_struct*...
1998-08-14 Jeremy AllisonMakefile.in: Changed so that make proto will work with...
1998-08-13 Jeremy AllisonMore blocking lock code - still #ifdef'ed out - under...
1998-08-12 Andrew Tridgellfixed the nested comment - Jeremy, do you want that...
1998-08-11 Jeremy Allisoninclude/smb.h: Removed dir_ptr. Not needed.
1998-07-30 Jeremy AllisonMakefile.in: Moved UBIQX stuff into UTILOBJ.
1998-07-29 Andrew Tridgellmerge from the autoconf2 branch to the main branch
1998-07-29 Jeremy Allisonlocking.c: Print messages when we downgrade a lock.
1998-07-28 Jeremy Allisonlocking.c: Don't need to do map_lock_type on *testing...
1998-07-28 Jeremy Allisonloadparm.c: Added strict sync parameter.
1998-07-23 Jeremy Allisonlocking.c: Added lock type to is_locked() and do_lock()
1998-01-22 Jeremy AllisonThis is *not* a big change (although it looks like...
1997-10-29 Andrew Tridgell- don't allow locking to initialise twice
1997-10-27 Andrew Tridgellchange the default file permissions on the SHARE_MEM_FI...
1997-10-20 Andrew Tridgella major share modes reorganisation.
1997-10-17 Jeremy Allison.cvsignore: Added make_smbcodepage
1997-10-15 Jeremy Allisonipc.c: Adding Andrews become_root code to the main...
1997-10-14 Jeremy AllisonBroke my own rule about checking in uncompiled source...
1997-10-14 Jeremy AllisonAdded fixes for become_user braindamage.
1997-10-07 Jeremy Allisonlocking.c: Added fix for race condition in slow share...
1997-10-06 Jeremy AllisonFinally ! Found & fixed crash bug with logging message...
1997-10-06 Jeremy Allisonclient.c: Changed shadowed variable.
1997-10-03 Jeremy AllisonMaking it harder for share_mode_entries to be left...
1997-10-03 Jeremy Allisonlocking.c: Fixed incorrect parameter count in debug...
1997-10-01 Jeremy AllisonOPLOCK CHECK-IN - oplocks are now *OPERATIONAL* !!!!
1997-09-26 Jeremy AllisonSyncing up current oplock work in progress. #ifdef...
1997-09-26 Jeremy AllisonAdding Andrews buffer overflow fixes into the main...
1997-09-25 Jeremy AllisonMakefile: Removed earlier errors.
1997-09-11 Jeremy Allisoncharcnv.c client.c clitar.c kanji.c kanji.h loadparm.c
1997-07-15 Samba Release AccountFix silly crash bug in FAST_SHARE_MODES (same bug as...
1997-07-01 Samba Release Accountclient.c: New print queue query code from Jeff C....
1997-05-27 Samba Release Accountloadparm.c: Ensure printer services cannot be read...
1997-05-20 Samba Release Accountdir.c: Fixed double slash issue.
next