index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
trans2.c
Age
Commit message (
Expand
)
Author
Files
Lines
2000-10-06
Restructuring of vfs layer to include a "this" pointer - can be an fsp or
Jeremy Allison
1
-14
/
+14
2000-10-03
Fixes for the fact that UNICODE sizes are no always 2*no of chars when
Jeremy Allison
1
-8
/
+9
2000-10-03
utf-8 and EUC3 patch from Hiroshi Miura Samba User Group Japan staff.
Jeremy Allison
1
-2
/
+1
2000-05-26
Changed MS_DFS to WITH_MSDFS throughout.
Shirish Kalele
1
-2
/
+3
2000-05-23
Did a proper fix for the file access on IPC$. Denied all pipe opens on
Jeremy Allison
1
-0
/
+4
2000-05-23
Fixed bug where file access was allowed on IPC$ share.
Jeremy Allison
1
-0
/
+3
2000-05-16
The new msdfs implementation that uses symlinks to point to other
Shirish Kalele
1
-2
/
+13
2000-05-10
lib/util_unistr.c:
Jeremy Allison
1
-1
/
+1
2000-05-10
more merging voodoo
Andrew Tridgell
1
-0
/
+4
2000-04-30
go back to ascii in SMB_FIND_FILE_BOTH_DIRECTORY_INFO
Andrew Tridgell
1
-10
/
+4
2000-04-30
- removed all our old wildcard matching code and replaced it with a
Andrew Tridgell
1
-38
/
+29
2000-04-25
moved trans2.h and nterr.h into includes.h with all our other includes
Andrew Tridgell
1
-1
/
+0
2000-04-24
Now that fsp's are created on successful file open, the structure member
Jeremy Allison
1
-2
/
+2
2000-04-23
fixed two uninitialised memory references
Andrew Tridgell
1
-2
/
+2
2000-04-22
This is a *big* checkin that may break some things, but implements the
Jeremy Allison
1
-87
/
+78
2000-04-11
finally got sick of the "extern int Client" code and the stupid
Andrew Tridgell
1
-4
/
+3
2000-04-10
the bulk of the changes to get rid of fd_ptr and move print open
Andrew Tridgell
1
-11
/
+11
2000-04-04
Removed strange optimisation (paranoia fix maybe ?) that stopped smbd
Jeremy Allison
1
-6
/
+0
2000-03-28
Win2k will only accept volume labels in UNICODE. Fixed.... :-(.
Jeremy Allison
1
-1
/
+2
2000-03-28
Moved common code to set parameter offset field correctly oout of 'if'
Jeremy Allison
1
-10
/
+8
2000-03-27
changed the definition of dos_PutUniCode
Andrew Tridgell
1
-4
/
+4
2000-03-13
Cleaning up call_trans2getdfsreferral.
Shirish Kalele
1
-1
/
+0
2000-03-13
Cleaned up call_trans2getdfsreferral for when MS_DFS is not defined.
Shirish Kalele
1
-1
/
+1
2000-03-13
moved #endif to end of function to compile when dfs is disabled.
Jean-François Micouleau
1
-1
/
+1
2000-03-10
Cleaning up the warnings from configure.developer.
Shirish Kalele
1
-6
/
+3
2000-03-10
Fixups for compiles with gcc flags -Wall -Wshadow -Wstrict-prototypes -Wpoint...
Jeremy Allison
1
-0
/
+2
2000-03-08
dded Microsoft Dfs services.
Shirish Kalele
1
-3
/
+56
2000-02-18
Fix for reporting file system attributes correctly.
Jeremy Allison
1
-1
/
+2
2000-02-03
Mega-VFS merge. Yeah baby!
Tim Potter
1
-17
/
+21
2000-01-14
useable_space does not include the alignment offset calculations.
Jeremy Allison
1
-1
/
+8
2000-01-14
Added "inherit permissions" patch.
Jeremy Allison
1
-2
/
+2
1999-12-21
Changed MAX to MIN in SET_FILE_BASIC_INFO as recommended by "Michael C. Adler...
Jeremy Allison
1
-1
/
+1
1999-12-21
converted all our existing shared memory code to use a tdb database
Andrew Tridgell
1
-6
/
+5
1999-12-20
*Finally*. Correct patch to fix timestamp problems from Paul Eggert <eggert@t...
Jeremy Allison
1
-3
/
+14
1999-12-13
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1
-602
/
+432
1999-07-15
more dfs stuff. this looks like it's going to be more appropriate to use
Luke Leighton
1
-7
/
+35
1999-07-15
dfs issues
Luke Leighton
1
-1
/
+1
1999-07-13
dfs parsed string length was being set explicitly to value "6", overwriting
Luke Leighton
1
-22
/
+21
1999-07-12
Jean-Francois Micouleau's rewritten DFS patch, originally written by
Luke Leighton
1
-66
/
+332
1999-04-04
Use VFS operations for file I/O.
Tim Potter
1
-14
/
+19
1999-02-15
Always null-terminate strings.
Matthew Chapman
1
-3
/
+3
1999-02-12
UNICODE cleanup (see lib/util_unistr.c).
Matthew Chapman
1
-6
/
+7
1998-11-23
Fixed -Wall -Wshadow warning.
Jeremy Allison
1
-2
/
+1
1998-11-19
Sync up with 2.0 code.
Jeremy Allison
1
-2
/
+1
1998-11-18
Fixed crash bug which was assuming that fd_ptr was always non-null
Jeremy Allison
1
-3
/
+6
1998-11-17
Fixed NT modify timestamp issue.
Jeremy Allison
1
-2
/
+15
1998-11-15
change ROUNDUP to SMB_ROUNDUP to prevent conflicts with system macros
Andrew Tridgell
1
-6
/
+6
1998-10-26
Fixed a couple of issues with the SMB_QUERY_FILE_ALL_INFO query.
Jeremy Allison
1
-2
/
+5
1998-10-24
volker was concerned about unique inode numbers and smbsh. This set of
Andrew Tridgell
1
-0
/
+1
1998-10-23
Handle the case where multiple smbd have the file open, some of whom
Jeremy Allison
1
-15
/
+65
[prev]
[next]