Call VFS initialisation, share connect and share disconnect functions.
[samba.git] / source3 / locking /
1999-04-04 Tim PotterUse VFS operations for file I/O.
1999-04-01 Andrew TridgellKen McDonell from SGI was interested in adding some...
1998-11-25 Jeremy AllisonMakefile.in: Added maintainer mode fixes.
1998-11-17 Jeremy AllisonAdded the same open()/fopen()/creat()/mmap() -> sys_XXX...
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-10-18 Jeremy AllisonFixed sys_lseek and seek_file calls so all returns
1998-10-17 Jeremy AllisonSmall tidyups for gcc in 'preen' mode....
1998-09-28 Jeremy AllisonChanges to test in configure if capabilities are enable...
1998-09-28 Alexandre Olivaautomated generation of .dummy files for each subdirectory;
1998-09-21 Alexandre Olivamajor autoconf clean-up
1998-09-11 Jeremy AllisonAdded ssize_t to configure code.
1998-09-05 Andrew Tridgellahh, the joy of deleting large chunks of code that...
1998-09-05 Andrew Tridgelltridge the destroyer returns!
1998-09-04 Jeremy AllisonModified dev_t and ino_t code to be 64 bit clean (inclu...
1998-09-04 Jeremy AllisonMore 64 bit stuff - now the fcntl locks are 64 bit...
1998-09-03 Jeremy AllisonOk - this is the 64 bit widening check in. It changes...
1998-09-01 Jeremy AllisonMore abstraction of file system data types, to move...
1998-08-31 Jeremy Allisonconfigure.in, configure: include/config.h.in: Added...
1998-08-30 Andrew Tridgell- zero shared memory before freeing it
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 Tridgellfixed some bugs in the locking_slow code caused by...
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-15 Jeremy Allisonconfigure: Changes for extra headers.
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-08-03 Jeremy AllisonFirst implementation of ChangeNotify - this version...
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-07-02 Jeremy Allisonnttrans.c: More NT SMB stuff.
1998-06-05 Jeremy Allisonloadparm.c: Did it ! Changed defaults for 'case preserv...
1998-05-12 Jeremy Allisonincludes.h: SunOS doesn't have strcasecmp, solaris...
1998-05-12 Jeremy AllisonThis is a security audit change of the main source.
1998-05-11 Andrew Tridgellchanged to use slprintf() instead of sprintf() just...
1998-04-10 Jeremy Allisonincludes.h: Moved HPUX undefine of SEMMSL to where...
1998-03-22 Andrew Tridgell- added a check for broken RH5 include files. With...
1998-01-22 Jeremy AllisonThis is *not* a big change (although it looks like...
1997-12-29 Andrew Tridgella dummy change to shmem_sysv.c to try and break CVS...
1997-12-16 Andrew Tridgell- handle ENOSPC in shmem init.
1997-12-04 Andrew Tridgelldon't use free and alloc as structure elements
1997-11-29 Andrew Tridgelldon't display locks for dead processes in smbstatus
1997-11-01 Andrew Tridgelldon't use SEM_UNDO because of ridiculously small undo...
1997-11-01 Andrew Tridgellsome locking code cleanups
1997-10-31 Andrew Tridgellchange from * to ^ in hashing of device/inode. Using...
1997-10-31 Andrew Tridgell- cleanup some warnings
1997-10-29 Andrew Tridgelldamn. We need root privilages to do semaphore operation...
1997-10-29 Andrew Tridgell- don't allow locking to initialise twice
1997-10-29 Andrew Tridgellclean up the hash entry code a bit. Got rid of lp_shmem...
1997-10-28 Andrew Tridgellfix for broken sunos4 includes (doesn't have SHM_R)
1997-10-28 Andrew Tridgelllower the default hash size if SEMMSL isn't defined
1997-10-28 Andrew TridgellSYSV IPC implementation of fast share modes.
1997-10-27 Andrew Tridgellchange the default file permissions on the SHARE_MEM_FI...
1997-10-22 Andrew Tridgellshared memory code cleanups (partly preparing for a...
1997-10-20 Jeremy Allisonloadparm.c: Changed 'interfaces only' parameter to...
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-15 Andrew Tridgell- change a lot of occurances of errno to use strerror...
1997-09-11 Jeremy Allisoncharcnv.c client.c clitar.c kanji.c kanji.h loadparm.c
1997-08-28 Andrew Tridgelladded a new type to mkproto.awk so it can handle shmem.c
1997-07-24 Samba Release AccountMakefile: Added UNIXWARE 2.x with shadow passwords...
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-06-27 Samba Release Accountshmem.c: Changed debug to higher level
1997-05-27 Samba Release Accountloadparm.c: Ensure printer services cannot be read...
1997-05-20 Samba Release Accountdir.c: Fixed double slash issue.
1997-05-08 Samba Release Account'The mother of all checkins' :-). Jeremy Allison (jalli...
1997-01-15 Samba Release Accountlocking.c proto.h shmem.c smb.h status.c :
1997-01-09 Samba Release AccountMakefile: Changes to split Solaris into Solaris2.3...
1996-12-10 Samba Release AccountMoved fcntl locking code into util.c to allow it to be
1996-10-04 Andrew Tridgell- changed the umask handling. We now set the umask...
1996-08-19 Andrew Tridgell- added "netbios name" option in smb.conf to make contr...
1996-08-17 Andrew Tridgell- made FAST_SHARE_MODES standard for Linux
1996-08-15 Andrew Tridgell- added FAST_SHARE_MODES code
1996-08-14 Andrew Tridgellchanged "unsigned long" to "uint32" in several places...
1996-06-19 Andrew Tridgell- change date as a demo for john
1996-06-10 Andrew Tridgellgot rid of a lot of redundent header files as we now...
1996-06-10 Andrew Tridgellmoved some more locking routines to locking.c, and...
next