moved trans2.h and nterr.h into includes.h with all our other includes
[abartlet/samba.git/.git] / source3 / smbd / trans2.c
2000-04-25 Andrew Tridgellmoved trans2.h and nterr.h into includes.h with all...
2000-04-24 Jeremy AllisonNow that fsp's are created on successful file open...
2000-04-23 Andrew Tridgellfixed two uninitialised memory references
2000-04-22 Jeremy AllisonThis is a *big* checkin that may break some things...
2000-04-11 Andrew Tridgellfinally got sick of the "extern int Client" code and...
2000-04-10 Andrew Tridgellthe bulk of the changes to get rid of fd_ptr and move...
2000-04-04 Jeremy AllisonRemoved strange optimisation (paranoia fix maybe ?...
2000-03-28 Jeremy AllisonWin2k will only accept volume labels in UNICODE. Fixed...
2000-03-28 Jeremy AllisonMoved common code to set parameter offset field correct...
2000-03-27 Andrew Tridgellchanged the definition of dos_PutUniCode
2000-03-13 Shirish KaleleCleaning up call_trans2getdfsreferral.
2000-03-13 Shirish KaleleCleaned up call_trans2getdfsreferral for when MS_DFS...
2000-03-13 Jean-François Mico... moved #endif to end of function to compile when dfs...
2000-03-10 Shirish KaleleCleaning up the warnings from configure.developer.
2000-03-10 Jeremy AllisonFixups for compiles with gcc flags -Wall -Wshadow ...
2000-03-08 Shirish Kaleledded Microsoft Dfs services.
2000-02-18 Jeremy AllisonFix for reporting file system attributes correctly.
2000-02-03 Tim PotterMega-VFS merge. Yeah baby!
2000-01-14 Jeremy Allisonuseable_space does not include the alignment offset...
2000-01-14 Jeremy AllisonAdded "inherit permissions" patch.
1999-12-21 Jeremy AllisonChanged MAX to MIN in SET_FILE_BASIC_INFO as recommende...
1999-12-21 Andrew Tridgellconverted all our existing shared memory code to use...
1999-12-20 Jeremy Allison*Finally*. Correct patch to fix timestamp problems...
1999-12-13 Andrew Tridgellfirst pass at updating head branch to be to be the...
1999-07-15 Luke Leightonmore dfs stuff. this looks like it's going to be more...
1999-07-15 Luke Leightondfs issues
1999-07-13 Luke Leightondfs parsed string length was being set explicitly to...
1999-07-12 Luke LeightonJean-Francois Micouleau's rewritten DFS patch, original...
1999-04-04 Tim PotterUse VFS operations for file I/O.
1999-02-15 Matthew ChapmanAlways null-terminate strings.
1999-02-12 Matthew ChapmanUNICODE cleanup (see lib/util_unistr.c).
1998-11-23 Jeremy AllisonFixed -Wall -Wshadow warning.
1998-11-19 Jeremy AllisonSync up with 2.0 code.
1998-11-18 Jeremy AllisonFixed crash bug which was assuming that fd_ptr was...
1998-11-17 Jeremy AllisonFixed NT modify timestamp issue.
1998-11-15 Andrew Tridgellchange ROUNDUP to SMB_ROUNDUP to prevent conflicts...
1998-10-26 Jeremy AllisonFixed a couple of issues with the SMB_QUERY_FILE_ALL_IN...
1998-10-24 Andrew Tridgellvolker was concerned about unique inode numbers and...
1998-10-23 Jeremy AllisonHandle the case where multiple smbd have the file open...
1998-10-23 Jeremy AllisonMake the new code conditional on lp_share_modes() just...
1998-10-23 Jeremy AllisonFixed debug reporting in the changed code.
1998-10-23 Jeremy AllisonFixed bug in previous commit where I was overwriting...
1998-10-23 Jeremy AllisonReasonably large change to give us *exactly* correct...
1998-10-23 Jeremy Allisoninclude/smb.h: Added #defines for lots of things -...
1998-10-21 Jeremy AllisonFixed mainly signed/unsigned issues found by SGI cc...
1998-10-20 Jeremy Allisonsmbd/nttrans.c smbd/trans2.c: First fixes for NT5.0beta...
1998-10-18 Jeremy AllisonFixed sys_lseek and seek_file calls so all returns
1998-10-16 Andrew Tridgellonly do the MAC extensions if we are a NTFS filesystem
1998-10-16 Jeremy Allisontrans2.h: Added Thursby MAC extension.
1998-10-05 Andrew Tridgellfixed some cast warnings from "cc -64" on IRIX
1998-10-04 Andrew Tridgelladded support for printing via smbwrapper
1998-09-28 Jeremy AllisonFixed problems found in lint pass over the old code...
1998-09-23 Jeremy AllisonFirst cut at kernel oplocks. This should have no effect...
1998-09-23 Andrew Tridgelllook at the CAP_NT_SMBS bit in the client capabilities...
1998-09-20 Andrew Tridgell3 changes:
1998-09-18 Andrew Tridgellgto ri of a bunch more #ifdef LARGE_SMB_OFF_T checks...
1998-09-17 Jeremy Allisonconfigure configure.in: Added checks for statvfs64...
1998-09-17 Jeremy Allisonconfigure configure.in: Added tests for fseek64 and...
1998-09-11 Jeremy AllisonOk - this is the 'expose 64 bit to the clients' checkin.
1998-09-05 Andrew Tridgellahh, the joy of deleting large chunks of code that...
1998-09-05 Andrew Tridgelltridge the destroyer returns!
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-27 Jeremy AllisonThis is the stat cache code - seems to work fine (needs...
1998-08-25 Jeremy AllisonAdded code to (correctly) ignore TRANSACT2_SETFILEINFO...
1998-08-21 Andrew Tridgelldon't attempt to answer QFILEINFO/SMB_QUERY_FILE_STREAM...
1998-08-21 Andrew Tridgellfixed a bug in trans2_qfilepathinfo() where we used...
1998-08-17 Andrew Tridgellmuch cleaner chain pointer handling for both files...
1998-08-16 Andrew Tridgellchanged find_free_file() to file_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-11 Jeremy Allisoninclude/smb.h: Removed dir_ptr. Not needed.
1998-08-10 Jeremy AllisonMakefile.in: Fixed make clean bug with CVS directory...
1998-07-31 Christopher R. HertelAs per a Andrew's message, I went through and removed...
1998-07-30 Jeremy AllisonMakefile.in: Moved UBIQX stuff into UTILOBJ.
1998-07-29 Jeremy Allisonlocking.c: Print messages when we downgrade a lock.
1998-07-17 Jeremy Allisonnttrans.c: Added FILE_EXECUTE to required permissions...
1998-07-09 Jeremy AllisonNT SMB trans reply code.
1998-07-01 Jeremy Allisonincludes.h: AIX fix.
1998-05-26 Jeremy Allisonsmb.h: More NT SMB stuff (just defines).
1998-05-20 Jeremy AllisonFixed incorrect last arg to safe_strcpy in new wildcard...
1998-05-20 Jeremy AllisonMinor tweak for wcard compatibility paranoia.
1998-05-20 Jeremy AllisonFixed Samba's wildcard algorithm to be *exactly* the...
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-05-08 Jeremy Allisonsmb.h: Supporting defines for NT trans calls.
1998-03-31 Jeremy Allisonincludes.h: Added semaphore fix for HPUX10.x
1998-03-16 Jeremy AllisonAdding the same change as was added to 1.9.18 branch...
1998-03-03 Jeremy AllisonChange the multibyte character set support so that
1998-02-26 Jeremy AllisonFix for NT redirector bug where deltree fails if the...
1998-02-20 Jeremy Allisonnmbd_packets.c: nmbd_subnetdb.c: Patch from Andrey...
1998-02-13 Jeremy AllisonDing-dong the witch is dead, the witch is dead......
1998-02-11 Jeremy AllisonMakefile: Added AIX 3.2.5.
1998-02-07 Jeremy AllisonA small raft of changes, I will sync up with 1.9.18...
1998-01-28 Jeremy AllisonFix from Charles Hoch (hoch@hpl.hp.com). Whne there...
1998-01-25 Andrew Tridgellalways align both the parameter and data bytes on a...
1998-01-24 Jeremy AllisonAdded get_create_time() function to time.c.
1998-01-22 Jeremy AllisonThis is *not* a big change (although it looks like...
next