summaryrefslogtreecommitdiff
path: root/source3/smbd/trans2.c
AgeCommit message (Expand)AuthorFilesLines
2000-04-30go back to ascii in SMB_FIND_FILE_BOTH_DIRECTORY_INFOAndrew Tridgell1-10/+4
2000-04-30- removed all our old wildcard matching code and replaced it with aAndrew Tridgell1-38/+29
2000-04-25moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell1-1/+0
2000-04-24Now that fsp's are created on successful file open, the structure memberJeremy Allison1-2/+2
2000-04-23fixed two uninitialised memory referencesAndrew Tridgell1-2/+2
2000-04-22This is a *big* checkin that may break some things, but implements theJeremy Allison1-87/+78
2000-04-11finally got sick of the "extern int Client" code and the stupidAndrew Tridgell1-4/+3
2000-04-10the bulk of the changes to get rid of fd_ptr and move print openAndrew Tridgell1-11/+11
2000-04-04Removed strange optimisation (paranoia fix maybe ?) that stopped smbdJeremy Allison1-6/+0
2000-03-28Win2k will only accept volume labels in UNICODE. Fixed.... :-(.Jeremy Allison1-1/+2
2000-03-28Moved common code to set parameter offset field correctly oout of 'if'Jeremy Allison1-10/+8
2000-03-27changed the definition of dos_PutUniCodeAndrew Tridgell1-4/+4
2000-03-13Cleaning up call_trans2getdfsreferral.Shirish Kalele1-1/+0
2000-03-13Cleaned up call_trans2getdfsreferral for when MS_DFS is not defined.Shirish Kalele1-1/+1
2000-03-13moved #endif to end of function to compile when dfs is disabled.Jean-François Micouleau1-1/+1
2000-03-10Cleaning up the warnings from configure.developer.Shirish Kalele1-6/+3
2000-03-10Fixups for compiles with gcc flags -Wall -Wshadow -Wstrict-prototypes -Wpoint...Jeremy Allison1-0/+2
2000-03-08dded Microsoft Dfs services.Shirish Kalele1-3/+56
2000-02-18Fix for reporting file system attributes correctly.Jeremy Allison1-1/+2
2000-02-03Mega-VFS merge. Yeah baby!Tim Potter1-17/+21
2000-01-14useable_space does not include the alignment offset calculations.Jeremy Allison1-1/+8
2000-01-14Added "inherit permissions" patch.Jeremy Allison1-2/+2
1999-12-21Changed MAX to MIN in SET_FILE_BASIC_INFO as recommended by "Michael C. Adler...Jeremy Allison1-1/+1
1999-12-21converted all our existing shared memory code to use a tdb databaseAndrew Tridgell1-6/+5
1999-12-20*Finally*. Correct patch to fix timestamp problems from Paul Eggert <eggert@t...Jeremy Allison1-3/+14
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-602/+432
1999-07-15more dfs stuff. this looks like it's going to be more appropriate to useLuke Leighton1-7/+35
1999-07-15dfs issuesLuke Leighton1-1/+1
1999-07-13dfs parsed string length was being set explicitly to value "6", overwritingLuke Leighton1-22/+21
1999-07-12Jean-Francois Micouleau's rewritten DFS patch, originally written byLuke Leighton1-66/+332
1999-04-04Use VFS operations for file I/O.Tim Potter1-14/+19
1999-02-15Always null-terminate strings.Matthew Chapman1-3/+3
1999-02-12UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman1-6/+7
1998-11-23Fixed -Wall -Wshadow warning.Jeremy Allison1-2/+1
1998-11-19Sync up with 2.0 code.Jeremy Allison1-2/+1
1998-11-18Fixed crash bug which was assuming that fd_ptr was always non-nullJeremy Allison1-3/+6
1998-11-17Fixed NT modify timestamp issue.Jeremy Allison1-2/+15
1998-11-15change ROUNDUP to SMB_ROUNDUP to prevent conflicts with system macrosAndrew Tridgell1-6/+6
1998-10-26Fixed a couple of issues with the SMB_QUERY_FILE_ALL_INFO query.Jeremy Allison1-2/+5
1998-10-24volker was concerned about unique inode numbers and smbsh. This set ofAndrew Tridgell1-0/+1
1998-10-23Handle the case where multiple smbd have the file open, some of whomJeremy Allison1-15/+65
1998-10-23Make the new code conditional on lp_share_modes() just like the code in open_...Jeremy Allison1-36/+39
1998-10-23Fixed debug reporting in the changed code.Jeremy Allison1-1/+6
1998-10-23Fixed bug in previous commit where I was overwriting share_mode fromJeremy Allison1-3/+4
1998-10-23Reasonably large change to give us *exactly* correct NT delete on close seman...Jeremy Allison1-1/+51
1998-10-23include/smb.h: Added #defines for lots of things - makes our code a *lot* eas...Jeremy Allison1-7/+4
1998-10-21Fixed mainly signed/unsigned issues found by SGI cc in -fullwarn mode.Jeremy Allison1-7/+29
1998-10-20smbd/nttrans.c smbd/trans2.c: First fixes for NT5.0beta2. That redirectorJeremy Allison1-11/+32
1998-10-18Fixed sys_lseek and seek_file calls so all returnsJeremy Allison1-1/+2
1998-10-16only do the MAC extensions if we are a NTFS filesystemAndrew Tridgell1-6/+10