fixed a bug in trans2_qfilepathinfo() where we used the length of the
[ira/wip.git] / source / smbd / trans2.c
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...
1998-01-12 Andrew Tridgell*** empty log message ***
1997-12-20 Jeremy Allisontrans2.c: Forced trans2_findfirst to behave as NT does...
1997-11-18 Jeremy Allisonipc.c: Changed reply_trans to use receive_next_smb...
1997-10-20 Jeremy Allisonloadparm.c: Changed 'interfaces only' parameter to...
1997-10-15 Jeremy Allisonipc.c: Adding Andrews become_root code to the main...
1997-10-10 Jeremy Allisonnmblookup.c: Added -A ability to do status on ip address.
1997-10-09 Jeremy Allisonlocal.h: Fix spelling mistake :-).
1997-10-03 Jeremy Allisonlocking.c: Fixed incorrect parameter count in debug...
1997-10-03 Jeremy Allisonproto.h: Updated.
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-11 Jeremy Allisoncharcnv.c client.c clitar.c kanji.c kanji.h loadparm.c
1997-09-05 Jeremy Allisonclient.c: Made sure myhostname was initialised before...
1997-08-28 Jeremy AllisonOops. Reversed mangled map change made in error. Testing
1997-08-28 Jeremy Allisonmangle.c: Fixed bug that caused string to run off the...
1997-08-26 Samba Release Accountsmb.h: Added error code used for OS2 WPS.
1997-08-20 Samba Release AccountChanges to allow Samba to return the same error code...
1997-08-20 Samba Release AccountFix suggested by "Christian Groessler" <chris@fast...
1997-07-24 Samba Release AccountMakefile: Added UNIXWARE 2.x with shadow passwords...
1997-07-14 Samba Release Accountlocal.h: Removed ununsed SHARE_MODES_XXX defines. Upped...
1997-07-12 Samba Release Accounttrans2 query file/path info - unix change times being...
1997-07-06 Samba Release Accountadded, tested and debugged new "hide files" option.
1997-05-30 Samba Release Accountcharcnv.c: Fixed silly bugs detected on IRIX.
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-02-28 Samba Release AccountSplit maxxmit parameter into two : max_send (auto confi...
1997-02-23 Samba Release AccountMakefile: Added cleandir target.
1997-02-11 Samba Release AccountReplaced YOST code with more functionally equivalent...
1997-02-03 Samba Release AccountFixed bug with NT and large directories.
1997-01-13 Samba Release AccountAdded an extra parameter for unix_convert. If present...
1997-01-09 Samba Release AccountMakefile: Changes to split Solaris into Solaris2.3...
1996-12-03 Samba Release AccountAdded Volkers fix for bundary condition. Needed as...
1996-10-05 Andrew TridgellI have fixed quite a few important bugs in this commit.
1996-08-21 Andrew Tridgell- fix a bug handling readraw packets that caused the...
1996-06-10 Andrew Tridgella cleanup of the receive_smb() usage, adding timeouts...
1996-06-10 Andrew Tridgellgot rid of a lot of redundent header files as we now...
1996-06-05 Andrew Tridgell- changed some debug levels in clientutil.c
1996-06-04 Andrew Tridgella huge pile of changes :-)
1996-05-29 Andrew Tridgellfixed a typo
1996-05-05 Andrew Tridgellmade dptr_num signed to handle -1 from OS/2
1996-05-04 Samba Release AccountThis commit was generated by cvs2svn to compensate...
1996-05-04 Samba Release AccountInitial version imported to CVS