index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
nttrans.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
more dfs stuff. this looks like it's going to be more appropriate to use
Luke Leighton
1999-07-15
1
-2
/
+10
*
Jean-Francois Micouleau's rewritten DFS patch, originally written by
Luke Leighton
1999-07-12
1
-0
/
+1
*
rpc_parse/parse_misc.c : defined a new BUFFER5 struct
Jean-François Micouleau
1999-04-27
1
-0
/
+1
*
Use VFS operations for file I/O.
Tim Potter
1999-04-04
1
-11
/
+15
*
adding srvsvc pipe.
Luke Leighton
1998-12-08
1
-0
/
+1
*
unix instance of group database API
Luke Leighton
1998-11-23
1
-2
/
+2
*
Instrumented hack fix with debug level 10 statements just in case :-).
Jeremy Allison
1998-11-20
1
-0
/
+3
*
Sync up with 2.0 code.
Jeremy Allison
1998-11-19
1
-7
/
+73
*
- group database API. oops and oh dear, the threat has been carried out:
Luke Leighton
1998-11-17
1
-2
/
+2
*
include/smb.h: Added #defines for lots of things - makes our code a *lot* eas...
Jeremy Allison
1998-10-23
1
-16
/
+26
*
libsmb/smbdes.c: #ifdef'ed out code prior to removal.
Jeremy Allison
1998-10-22
1
-32
/
+60
*
smbd/nttrans.c smbd/trans2.c: First fixes for NT5.0beta2. That redirector
Jeremy Allison
1998-10-20
1
-1
/
+44
*
check for lp_nt_pipe_support() in open calls
Andrew Tridgell
1998-10-18
1
-1
/
+1
*
basic client-side ntcreateX function (hard-wired values except filename)
Luke Leighton
1998-10-09
1
-1
/
+1
*
Implemented directory-relative opens for NT opens.
Jeremy Allison
1998-09-30
1
-4
/
+78
*
nttrans.c:
Luke Leighton
1998-09-23
1
-0
/
+1
*
First cut at kernel oplocks. This should have no effect unless runnin
Jeremy Allison
1998-09-23
1
-3
/
+1
*
gto ri of a bunch more #ifdef LARGE_SMB_OFF_T checks by introducing a
Andrew Tridgell
1998-09-18
1
-25
/
+5
*
fixed a usage of off_t that should have been SMB_OFF_T
Andrew Tridgell
1998-09-18
1
-1
/
+1
*
configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...
Jeremy Allison
1998-09-17
1
-2
/
+1
*
configure configure.in: Added tests for fseek64 and ftell64.
Jeremy Allison
1998-09-17
1
-4
/
+5
*
Mapped correct open modes for READ_CONTROL access.
Jeremy Allison
1998-09-14
1
-2
/
+3
*
Fixed problems people were having with creating profile
Jeremy Allison
1998-09-14
1
-2
/
+4
*
Ok so with this bugfix 64 bit file access actually seems to work :-).
Jeremy Allison
1998-09-11
1
-4
/
+18
*
Added ssize_t to configure code.
Jeremy Allison
1998-09-11
1
-6
/
+6
*
tridge the destroyer returns!
Andrew Tridgell
1998-09-05
1
-1
/
+3
*
Ok - this is the 64 bit widening check in. It changes the configure
Jeremy Allison
1998-09-03
1
-6
/
+6
*
More abstraction of file system data types, to move to a 64
Jeremy Allison
1998-09-01
1
-7
/
+7
*
This is the stat cache code - seems to work fine (needs heavy
Jeremy Allison
1998-08-27
1
-2
/
+2
*
Fixes for the problem in blocking locks with file_fsp returning the
Jeremy Allison
1998-08-21
1
-1
/
+9
*
Turning on blocking locking code. NB. Blocking lock requests that are not
Jeremy Allison
1998-08-20
1
-1
/
+1
*
Makefile.in: Moved blocking lock code into smbd/blocking.c for link purposes.
Jeremy Allison
1998-08-19
1
-3
/
+2
*
smbd/nttrans.c: Fixed bug in split off pipe code.
Jeremy Allison
1998-08-17
1
-0
/
+4
*
Fixed bug introduced by the recent changes where the chain_fnum
Jeremy Allison
1998-08-17
1
-170
/
+169
*
much cleaner chain pointer handling for both files and pipes.
Andrew Tridgell
1998-08-17
1
-5
/
+2
*
some cleanups from the conversion of Pipes[] to a linked list. I also
Andrew Tridgell
1998-08-17
1
-21
/
+22
*
- some tidying up in files.c
Andrew Tridgell
1998-08-16
1
-1
/
+1
*
got rid of the Files[] array completely (previously I'd just made it
Andrew Tridgell
1998-08-16
1
-1
/
+1
*
changed find_free_file() to file_new().
Andrew Tridgell
1998-08-16
1
-2
/
+2
*
this checkin gets rid of the global Files[] array and makes it local
Andrew Tridgell
1998-08-15
1
-64
/
+59
*
configure: Changes for extra headers.
Jeremy Allison
1998-08-15
1
-1
/
+2
*
this is the bug change to using connection_struct* instead of cnum.
Andrew Tridgell
1998-08-14
1
-350
/
+367
*
include/smb.h: Removed dir_ptr. Not needed.
Jeremy Allison
1998-08-11
1
-41
/
+31
*
Makefile.in: Added CHECK target back in (at Herb's request). Added
Jeremy Allison
1998-08-11
1
-1
/
+13
*
this gets smbd compiling and linking correctly with the new layout.
Andrew Tridgell
1998-08-09
1
-5
/
+6
*
Fixed memory leak when freeing ChangeNotify structures.
Jeremy Allison
1998-08-05
1
-6
/
+6
*
nttrans.c: Fix change_notify. Queue processing code wasn't changing to
Jeremy Allison
1998-08-04
1
-17
/
+42
*
loadparm.c: Added "debug timestamp" synonym for Chris.
Jeremy Allison
1998-08-04
1
-23
/
+2
*
First implementation of ChangeNotify - this version only checks
Jeremy Allison
1998-08-03
1
-19
/
+285
*
As per a Andrew's message, I went through and removed the timestring()
Christopher R. Hertel
1998-07-31
1
-4
/
+4
[next]