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
/
nttrans.c
Age
Commit message (
Expand
)
Author
Files
Lines
2000-03-13
include/smb.h:
Jeremy Allison
1
-19
/
+84
2000-03-09
Fixups for Win2K security descriptors from the 2.0.x branch.
Jeremy Allison
1
-26
/
+60
2000-03-08
dded Microsoft Dfs services.
Shirish Kalele
1
-1
/
+4
2000-03-01
Off by one error in detecting Win2k unicode bug.
Jeremy Allison
1
-1
/
+1
2000-03-01
Fix for Win2k unicode bug where doing SMB_NT_TRANSACT_CREATE it uses
Jeremy Allison
1
-12
/
+21
2000-02-29
Fixes for strange Win2K attempts to auto-inherit ACLs.
Jeremy Allison
1
-8
/
+27
2000-02-15
Added replacement functions sys_popen and sys_pclose. These are based
Jeremy Allison
1
-4
/
+2
2000-02-07
Jeremy can you check lib/util_unistr.c for codepages support ?
Jean-François Micouleau
1
-0
/
+1
2000-02-03
Mega-VFS merge. Yeah baby!
Tim Potter
1
-11
/
+14
2000-01-25
First set of speed improvements from Ying Chen <ying@almaden.ibm.com>.
Jeremy Allison
1
-1
/
+0
2000-01-14
Added "inherit permissions" patch.
Jeremy Allison
1
-3
/
+3
1999-12-13
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1
-161
/
+1056
1999-11-19
- bug in nmbd registering DOMAIN_NAME<1c> to WINS server; recursion
Luke Leighton
1
-0
/
+1
1999-07-15
more dfs stuff. this looks like it's going to be more appropriate to use
Luke Leighton
1
-2
/
+10
1999-07-12
Jean-Francois Micouleau's rewritten DFS patch, originally written by
Luke Leighton
1
-0
/
+1
1999-04-27
rpc_parse/parse_misc.c : defined a new BUFFER5 struct
Jean-François Micouleau
1
-0
/
+1
1999-04-04
Use VFS operations for file I/O.
Tim Potter
1
-11
/
+15
1998-12-08
adding srvsvc pipe.
Luke Leighton
1
-0
/
+1
1998-11-23
unix instance of group database API
Luke Leighton
1
-2
/
+2
1998-11-20
Instrumented hack fix with debug level 10 statements just in case :-).
Jeremy Allison
1
-0
/
+3
1998-11-19
Sync up with 2.0 code.
Jeremy Allison
1
-7
/
+73
1998-11-17
- group database API. oops and oh dear, the threat has been carried out:
Luke Leighton
1
-2
/
+2
1998-10-23
include/smb.h: Added #defines for lots of things - makes our code a *lot* eas...
Jeremy Allison
1
-16
/
+26
1998-10-22
libsmb/smbdes.c: #ifdef'ed out code prior to removal.
Jeremy Allison
1
-32
/
+60
1998-10-20
smbd/nttrans.c smbd/trans2.c: First fixes for NT5.0beta2. That redirector
Jeremy Allison
1
-1
/
+44
1998-10-18
check for lp_nt_pipe_support() in open calls
Andrew Tridgell
1
-1
/
+1
1998-10-09
basic client-side ntcreateX function (hard-wired values except filename)
Luke Leighton
1
-1
/
+1
1998-09-30
Implemented directory-relative opens for NT opens.
Jeremy Allison
1
-4
/
+78
1998-09-23
nttrans.c:
Luke Leighton
1
-0
/
+1
1998-09-23
First cut at kernel oplocks. This should have no effect unless runnin
Jeremy Allison
1
-3
/
+1
1998-09-18
gto ri of a bunch more #ifdef LARGE_SMB_OFF_T checks by introducing a
Andrew Tridgell
1
-25
/
+5
1998-09-18
fixed a usage of off_t that should have been SMB_OFF_T
Andrew Tridgell
1
-1
/
+1
1998-09-17
configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...
Jeremy Allison
1
-2
/
+1
1998-09-17
configure configure.in: Added tests for fseek64 and ftell64.
Jeremy Allison
1
-4
/
+5
1998-09-14
Mapped correct open modes for READ_CONTROL access.
Jeremy Allison
1
-2
/
+3
1998-09-14
Fixed problems people were having with creating profile
Jeremy Allison
1
-2
/
+4
1998-09-11
Ok so with this bugfix 64 bit file access actually seems to work :-).
Jeremy Allison
1
-4
/
+18
1998-09-11
Added ssize_t to configure code.
Jeremy Allison
1
-6
/
+6
1998-09-05
tridge the destroyer returns!
Andrew Tridgell
1
-1
/
+3
1998-09-03
Ok - this is the 64 bit widening check in. It changes the configure
Jeremy Allison
1
-6
/
+6
1998-09-01
More abstraction of file system data types, to move to a 64
Jeremy Allison
1
-7
/
+7
1998-08-27
This is the stat cache code - seems to work fine (needs heavy
Jeremy Allison
1
-2
/
+2
1998-08-21
Fixes for the problem in blocking locks with file_fsp returning the
Jeremy Allison
1
-1
/
+9
1998-08-20
Turning on blocking locking code. NB. Blocking lock requests that are not
Jeremy Allison
1
-1
/
+1
1998-08-19
Makefile.in: Moved blocking lock code into smbd/blocking.c for link purposes.
Jeremy Allison
1
-3
/
+2
1998-08-17
smbd/nttrans.c: Fixed bug in split off pipe code.
Jeremy Allison
1
-0
/
+4
1998-08-17
Fixed bug introduced by the recent changes where the chain_fnum
Jeremy Allison
1
-170
/
+169
1998-08-17
much cleaner chain pointer handling for both files and pipes.
Andrew Tridgell
1
-5
/
+2
1998-08-17
some cleanups from the conversion of Pipes[] to a linked list. I also
Andrew Tridgell
1
-21
/
+22
1998-08-16
- some tidying up in files.c
Andrew Tridgell
1
-1
/
+1
[prev]
[next]