summaryrefslogtreecommitdiffstats
path: root/source3/smbd/trans2.c
Commit message (Expand)AuthorAgeFilesLines
* This is the stat cache code - seems to work fine (needs heavyJeremy Allison1998-08-271-7/+7
* Added code to (correctly) ignore TRANSACT2_SETFILEINFO with SMB_SET_FILE_ALLO...Jeremy Allison1998-08-251-1/+3
* don't attempt to answer QFILEINFO/SMB_QUERY_FILE_STREAM_INFO queries -Andrew Tridgell1998-08-211-0/+4
* fixed a bug in trans2_qfilepathinfo() where we used the length of theAndrew Tridgell1998-08-211-0/+4
* much cleaner chain pointer handling for both files and pipes.Andrew Tridgell1998-08-171-3/+2
* changed find_free_file() to file_new().Andrew Tridgell1998-08-161-1/+1
* this checkin gets rid of the global Files[] array and makes it localAndrew Tridgell1998-08-151-24/+21
* configure: Changes for extra headers.Jeremy Allison1998-08-151-4/+6
* this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1998-08-141-287/+322
* include/smb.h: Removed dir_ptr. Not needed.Jeremy Allison1998-08-111-4/+4
* Makefile.in: Fixed make clean bug with CVS directory in bin/.Jeremy Allison1998-08-101-0/+19
* As per a Andrew's message, I went through and removed the timestring()Christopher R. Hertel1998-07-311-14/+13
* Makefile.in: Moved UBIQX stuff into UTILOBJ.Jeremy Allison1998-07-301-9/+11
* locking.c: Print messages when we downgrade a lock.Jeremy Allison1998-07-291-19/+29
* nttrans.c: Added FILE_EXECUTE to required permissions checked.Jeremy Allison1998-07-171-11/+11
* NT SMB trans reply code.Jeremy Allison1998-07-091-73/+77
* includes.h: AIX fix.Jeremy Allison1998-07-011-0/+4
* smb.h: More NT SMB stuff (just defines).Jeremy Allison1998-05-261-2/+10
* Fixed incorrect last arg to safe_strcpy in new wildcard code.Jeremy Allison1998-05-201-1/+1
* Minor tweak for wcard compatibility paranoia.Jeremy Allison1998-05-201-1/+1
* Fixed Samba's wildcard algorithm to be *exactly* the sameJeremy Allison1998-05-201-1/+10
* This is a security audit change of the main source.Jeremy Allison1998-05-121-19/+19
* changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell1998-05-111-2/+2
* smb.h: Supporting defines for NT trans calls.Jeremy Allison1998-05-081-4/+8
* includes.h: Added semaphore fix for HPUX10.xJeremy Allison1998-03-311-0/+14
* Adding the same change as was added to 1.9.18 branch to add theJeremy Allison1998-03-161-6/+6
* Change the multibyte character set support so thatJeremy Allison1998-03-031-0/+5
* Fix for NT redirector bug where deltree fails if the resume keyJeremy Allison1998-02-261-9/+69
* nmbd_packets.c: nmbd_subnetdb.c: Patch from Andrey Alekseyev <fetch@muffin.ar...Jeremy Allison1998-02-201-2/+2
* Ding-dong the witch is dead, the witch is dead......Jeremy Allison1998-02-131-18/+8
* Makefile: Added AIX 3.2.5.Jeremy Allison1998-02-111-5/+25
* A small raft of changes, I will sync up with 1.9.18 also.Jeremy Allison1998-02-071-6/+7
* Fix from Charles Hoch (hoch@hpl.hp.com). Whne there is no dataJeremy Allison1998-01-281-2/+4
* always align both the parameter and data bytes on a 4 byte boundary inAndrew Tridgell1998-01-251-8/+20
* Added get_create_time() function to time.c.Jeremy Allison1998-01-241-6/+9
* This is *not* a big change (although it looks like one).Jeremy Allison1998-01-221-1/+1
* *** empty log message ***Andrew Tridgell1998-01-121-0/+2
* trans2.c: Forced trans2_findfirst to behave as NT does in error returns.Jeremy Allison1997-12-201-23/+9
* ipc.c: Changed reply_trans to use receive_next_smb() to copeJeremy Allison1997-11-181-3/+13
* loadparm.c: Changed 'interfaces only' parameter to 'bind interfaces only'. AddedJeremy Allison1997-10-201-1/+1
* ipc.c: Adding Andrews become_root code to the main branch.Jeremy Allison1997-10-151-2/+2
* nmblookup.c: Added -A ability to do status on ip address.Jeremy Allison1997-10-101-1/+21
* local.h: Fix spelling mistake :-).Jeremy Allison1997-10-091-2/+7
* locking.c: Fixed incorrect parameter count in debug statements. May explainJeremy Allison1997-10-031-0/+17
* proto.h: Updated.Jeremy Allison1997-10-031-1/+1
* Syncing up current oplock work in progress. #ifdef'ed outJeremy Allison1997-09-261-3/+3
* Adding Andrews buffer overflow fixes into the main branch.Jeremy Allison1997-09-261-11/+17
* charcnv.c client.c clitar.c kanji.c kanji.h loadparm.cJeremy Allison1997-09-111-0/+8
* client.c: Made sure myhostname was initialised before substitutions.Jeremy Allison1997-09-051-4/+0
* Oops. Reversed mangled map change made in error. TestingJeremy Allison1997-08-281-2/+3