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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixed a typo (LLARGE_SMB_OFF_T instead of LARGE_SMB_OFF_T)
Andrew Tridgell
1998-09-18
1
-1
/
+1
*
removed another use of the LL suffix. Hopefully this is the last one
Andrew Tridgell
1998-09-18
1
-21
/
+19
*
fixed a usage of off_t that should have been SMB_OFF_T
Andrew Tridgell
1998-09-18
1
-1
/
+1
*
include/includes.h:
Jeremy Allison
1998-09-18
1
-1
/
+1
*
configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...
Jeremy Allison
1998-09-17
8
-44
/
+47
*
configure configure.in: Added tests for fseek64 and ftell64.
Jeremy Allison
1998-09-17
8
-60
/
+29
*
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
3
-9
/
+27
*
Ok - this is the 'expose 64 bit to the clients' checkin.
Jeremy Allison
1998-09-11
6
-35
/
+104
*
Added ssize_t to configure code.
Jeremy Allison
1998-09-11
7
-294
/
+295
*
smb.h: Removed fdnum from file_fd_struct. Not needed.
Jeremy Allison
1998-09-10
1
-29
/
+109
*
Improved stat cache code by uppercasing any search name that gets added to
Jeremy Allison
1998-09-10
2
-19
/
+17
*
Copyright notices written to debug logs are now through 1998.
Christopher R. Hertel
1998-09-09
1
-1
/
+1
*
Added back groupname map stuff removed by Andrew's "slash 'n' burn"
Jeremy Allison
1998-09-08
5
-32
/
+49
*
added 0x10 to the frag length in the "bind ack".
Luke Leighton
1998-09-07
1
-1
/
+1
*
add a "stat cache" boolean smb.conf option. (defaults to on)
Andrew Tridgell
1998-09-06
1
-2
/
+10
*
fixed a stat cache bug (the one found by Matthew Geier).
Andrew Tridgell
1998-09-05
1
-1
/
+5
*
some cleanups to use ZERO_STRUCT() and friends
Andrew Tridgell
1998-09-05
4
-9
/
+11
*
ahh, the joy of deleting large chunks of code that someone else has
Andrew Tridgell
1998-09-05
1
-4
/
+0
*
tridge the destroyer returns!
Andrew Tridgell
1998-09-05
11
-266
/
+247
*
Fixed one more Debug problem with inode in non-64 bit case.
Jeremy Allison
1998-09-05
1
-1
/
+1
*
Bugfix for leak in reference counted file struct.
Jeremy Allison
1998-09-05
4
-15
/
+13
*
Modified dev_t and ino_t code to be 64 bit clean (including changes
Jeremy Allison
1998-09-04
4
-32
/
+170
*
More 64 bit stuff - now the fcntl locks are 64 bit clean.
Jeremy Allison
1998-09-04
2
-9
/
+13
*
Ok - this is the 64 bit widening check in. It changes the configure
Jeremy Allison
1998-09-03
10
-162
/
+172
*
changed the SMBtrans reply code to align at the same alignment as
Andrew Tridgell
1998-09-03
1
-13
/
+8
*
fixed a bug in the name mangling code. It implicitly assumed that
Andrew Tridgell
1998-09-03
2
-40
/
+40
*
Fix for PR#9497 - not waiting for child.
Jeremy Allison
1998-09-02
1
-2
/
+4
*
we are never interested in SIGPIPE so just ignore (block) it
Andrew Tridgell
1998-09-02
1
-23
/
+3
*
More abstraction of file system data types, to move to a 64
Jeremy Allison
1998-09-01
13
-99
/
+99
*
check that a valid pipe is passed before doing a pipe close.
Andrew Tridgell
1998-09-01
1
-0
/
+4
*
configure.in, configure: include/config.h.in: Added stropts and poll.
Jeremy Allison
1998-08-31
6
-29
/
+42
*
bounds check next_token() to prevent possible buffer overflows
Andrew Tridgell
1998-08-31
4
-19
/
+19
*
This checking fixes the statcache bug that stopped NetBench from running
Jeremy Allison
1998-08-28
2
-7
/
+15
*
Fixed stat cache statistics calculation. Oops.
Jeremy Allison
1998-08-27
1
-1
/
+1
*
This is the stat cache code - seems to work fine (needs heavy
Jeremy Allison
1998-08-27
7
-50
/
+312
*
changed the default permissions code to do this:
Andrew Tridgell
1998-08-25
1
-12
/
+1
*
Added code to (correctly) ignore TRANSACT2_SETFILEINFO with SMB_SET_FILE_ALLO...
Jeremy Allison
1998-08-25
2
-2
/
+4
*
Changed ASSERT macros to SMB_ASSERT macros as some systems already
Jeremy Allison
1998-08-24
2
-3
/
+3
*
added ASSERT() and ASSERT_ARRAY() macros and sprinkled them liberally
Andrew Tridgell
1998-08-22
1
-7
/
+1
*
nmbd and smbd had different behavior with respect to log files. nmbd would
Christopher R. Hertel
1998-08-21
1
-7
/
+11
*
don't attempt to answer QFILEINFO/SMB_QUERY_FILE_STREAM_INFO queries -
Andrew Tridgell
1998-08-21
1
-0
/
+4
*
added new smb.conf option "panic action". see my samba-technical
Andrew Tridgell
1998-08-21
1
-3
/
+1
*
fixed a bug in trans2_qfilepathinfo() where we used the length of the
Andrew Tridgell
1998-08-21
1
-0
/
+4
*
Fixes for the problem in blocking locks with file_fsp returning the
Jeremy Allison
1998-08-21
3
-32
/
+51
*
Turning on blocking locking code. NB. Blocking lock requests that are not
Jeremy Allison
1998-08-20
6
-86
/
+316
*
Blocking lock code split out...
Jeremy Allison
1998-08-19
1
-0
/
+375
*
Makefile.in: Moved blocking lock code into smbd/blocking.c for link purposes.
Jeremy Allison
1998-08-19
4
-117
/
+176
*
smbd/nttrans.c: Fixed bug in split off pipe code.
Jeremy Allison
1998-08-17
1
-0
/
+4
[next]