summaryrefslogtreecommitdiffstats
path: root/source/smbd/trans2.c
Commit message (Expand)AuthorAgeFilesLines
...
* The new msdfs implementation that uses symlinks to point to otherShirish Kalele2000-05-161-2/+13
* lib/util_unistr.c:Jeremy Allison2000-05-101-1/+1
* more merging voodooAndrew Tridgell2000-05-101-0/+4
* go back to ascii in SMB_FIND_FILE_BOTH_DIRECTORY_INFOAndrew Tridgell2000-04-301-10/+4
* - removed all our old wildcard matching code and replaced it with aAndrew Tridgell2000-04-301-38/+29
* moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell2000-04-251-1/+0
* Now that fsp's are created on successful file open, the structure memberJeremy Allison2000-04-241-2/+2
* fixed two uninitialised memory referencesAndrew Tridgell2000-04-231-2/+2
* This is a *big* checkin that may break some things, but implements theJeremy Allison2000-04-221-87/+78
* finally got sick of the "extern int Client" code and the stupidAndrew Tridgell2000-04-111-4/+3
* the bulk of the changes to get rid of fd_ptr and move print openAndrew Tridgell2000-04-101-11/+11
* Removed strange optimisation (paranoia fix maybe ?) that stopped smbdJeremy Allison2000-04-041-6/+0
* Win2k will only accept volume labels in UNICODE. Fixed.... :-(.Jeremy Allison2000-03-281-1/+2
* Moved common code to set parameter offset field correctly oout of 'if'Jeremy Allison2000-03-281-10/+8
* changed the definition of dos_PutUniCodeAndrew Tridgell2000-03-271-4/+4
* Cleaning up call_trans2getdfsreferral.Shirish Kalele2000-03-131-1/+0
* Cleaned up call_trans2getdfsreferral for when MS_DFS is not defined.Shirish Kalele2000-03-131-1/+1
* moved #endif to end of function to compile when dfs is disabled.Jean-François Micouleau2000-03-131-1/+1
* Cleaning up the warnings from configure.developer.Shirish Kalele2000-03-101-6/+3
* Fixups for compiles with gcc flags -Wall -Wshadow -Wstrict-prototypes -Wpoint...Jeremy Allison2000-03-101-0/+2
* dded Microsoft Dfs services.Shirish Kalele2000-03-081-3/+56
* Fix for reporting file system attributes correctly.Jeremy Allison2000-02-181-1/+2
* Mega-VFS merge. Yeah baby!Tim Potter2000-02-031-17/+21
* useable_space does not include the alignment offset calculations.Jeremy Allison2000-01-141-1/+8
* Added "inherit permissions" patch.Jeremy Allison2000-01-141-2/+2
* Changed MAX to MIN in SET_FILE_BASIC_INFO as recommended by "Michael C. Adler...Jeremy Allison1999-12-211-1/+1
* converted all our existing shared memory code to use a tdb databaseAndrew Tridgell1999-12-211-6/+5
* *Finally*. Correct patch to fix timestamp problems from Paul Eggert <eggert@t...Jeremy Allison1999-12-201-3/+14
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-602/+432
* more dfs stuff. this looks like it's going to be more appropriate to useLuke Leighton1999-07-151-7/+35
* dfs issuesLuke Leighton1999-07-151-1/+1
* dfs parsed string length was being set explicitly to value "6", overwritingLuke Leighton1999-07-131-22/+21
* Jean-Francois Micouleau's rewritten DFS patch, originally written byLuke Leighton1999-07-121-66/+332
* Use VFS operations for file I/O.Tim Potter1999-04-041-14/+19
* Always null-terminate strings.Matthew Chapman1999-02-151-3/+3
* UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman1999-02-121-6/+7
* Fixed -Wall -Wshadow warning.Jeremy Allison1998-11-231-2/+1
* Sync up with 2.0 code.Jeremy Allison1998-11-191-2/+1
* Fixed crash bug which was assuming that fd_ptr was always non-nullJeremy Allison1998-11-181-3/+6
* Fixed NT modify timestamp issue.Jeremy Allison1998-11-171-2/+15
* change ROUNDUP to SMB_ROUNDUP to prevent conflicts with system macrosAndrew Tridgell1998-11-151-6/+6
* Fixed a couple of issues with the SMB_QUERY_FILE_ALL_INFO query.Jeremy Allison1998-10-261-2/+5
* volker was concerned about unique inode numbers and smbsh. This set ofAndrew Tridgell1998-10-241-0/+1
* Handle the case where multiple smbd have the file open, some of whomJeremy Allison1998-10-231-15/+65
* Make the new code conditional on lp_share_modes() just like the code in open_...Jeremy Allison1998-10-231-36/+39
* Fixed debug reporting in the changed code.Jeremy Allison1998-10-231-1/+6
* Fixed bug in previous commit where I was overwriting share_mode fromJeremy Allison1998-10-231-3/+4
* Reasonably large change to give us *exactly* correct NT delete on close seman...Jeremy Allison1998-10-231-1/+51
* include/smb.h: Added #defines for lots of things - makes our code a *lot* eas...Jeremy Allison1998-10-231-7/+4
* Fixed mainly signed/unsigned issues found by SGI cc in -fullwarn mode.Jeremy Allison1998-10-211-7/+29