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
/
source
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adding rewritten restore code ... Old code is still there
Richard Sharpe
1998-09-18
3
-69
/
+496
*
got rid of SMB_STRUCT_STATVFS. I don't think we should be defining
Andrew Tridgell
1998-09-18
4
-36
/
+7
*
gto ri of a bunch more #ifdef LARGE_SMB_OFF_T checks by introducing a
Andrew Tridgell
1998-09-18
7
-84
/
+49
*
added a SMB_OFF_T_BITS define, allowing us to get rid of most of the
Andrew Tridgell
1998-09-18
1
-0
/
+2
*
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
*
got rid of some #ifdef LARGE_XXXX stuff and got rid of non-portable LL
Andrew Tridgell
1998-09-18
1
-15
/
+4
*
include/includes.h:
Jeremy Allison
1998-09-18
3
-3
/
+10
*
nmbd/nmbd_winsserver.c: Fixed printf style warning.
Jeremy Allison
1998-09-18
3
-2
/
+3
*
configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...
Jeremy Allison
1998-09-17
22
-98
/
+206
*
configure configure.in: Added tests for fseek64 and ftell64.
Jeremy Allison
1998-09-17
21
-91
/
+100
*
configure, configure.in: Added fseek64 and ftell64.
Jeremy Allison
1998-09-17
1
-2
/
+2
*
fixed another potential fork bomb where the wins file becomes
Andrew Tridgell
1998-09-17
2
-0
/
+5
*
fixed the nmbd fork bomb. It was a silly mistake, as
Andrew Tridgell
1998-09-17
1
-0
/
+3
*
fixed a typo in my last commit
Andrew Tridgell
1998-09-17
1
-1
/
+1
*
fixed a potential problem with wins_write_database() child processes.
Andrew Tridgell
1998-09-17
4
-19
/
+14
*
Removed hideous inefficiencies in old trim_string code. This was making
Jeremy Allison
1998-09-15
1
-15
/
+22
*
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
2
-2
/
+14
*
Ok so with this bugfix 64 bit file access actually seems to work :-).
Jeremy Allison
1998-09-11
7
-13
/
+31
*
Ok - this is the 'expose 64 bit to the clients' checkin.
Jeremy Allison
1998-09-11
7
-35
/
+105
*
Added ssize_t to configure code.
Jeremy Allison
1998-09-11
15
-634
/
+608
*
smb.h: Removed fdnum from file_fd_struct. Not needed.
Jeremy Allison
1998-09-10
2
-30
/
+109
*
fixed a bug in the wins database writer that caused the database to be
Andrew Tridgell
1998-09-10
1
-3
/
+11
*
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
2
-2
/
+2
*
Added back groupname map stuff removed by Andrew's "slash 'n' burn"
Jeremy Allison
1998-09-08
7
-33
/
+69
*
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
3
-2
/
+15
*
fixed a stat cache bug (the one found by Matthew Geier).
Andrew Tridgell
1998-09-05
1
-1
/
+5
*
added a configuration summary at the end of ./configure. It also
Andrew Tridgell
1998-09-05
3
-0
/
+55
*
expand the sysv shmem test to look for semaphores as well as shared
Andrew Tridgell
1998-09-05
1
-1
/
+21
*
some cleanups to use ZERO_STRUCT() and friends
Andrew Tridgell
1998-09-05
13
-21
/
+23
*
some people are foolishly running ./configure from other than the
Andrew Tridgell
1998-09-05
6
-75
/
+118
*
ahh, the joy of deleting large chunks of code that someone else has
Andrew Tridgell
1998-09-05
5
-77
/
+0
*
tridge the destroyer returns!
Andrew Tridgell
1998-09-05
53
-2783
/
+463
*
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
6
-15
/
+19
*
got rid of interpret_security(). Thanks to Jean-Francois for pointing
Andrew Tridgell
1998-09-05
2
-18
/
+0
*
Modified dev_t and ino_t code to be 64 bit clean (including changes
Jeremy Allison
1998-09-04
10
-134
/
+443
*
Fixed uppercasing of share name (pointed out by Jean-Francois).
Jeremy Allison
1998-09-04
1
-1
/
+0
*
More 64 bit stuff - now the fcntl locks are 64 bit clean.
Jeremy Allison
1998-09-04
13
-173
/
+298
*
Ok - this is the 64 bit widening check in. It changes the configure
Jeremy Allison
1998-09-03
33
-447
/
+632
*
changed the SMBtrans reply code to align at the same alignment as
Andrew Tridgell
1998-09-03
1
-13
/
+8
*
we were setting the strings 1 too long in make_srv_share_info1_str()
Andrew Tridgell
1998-09-03
1
-2
/
+2
*
fixed a bug in the name mangling code. It implicitly assumed that
Andrew Tridgell
1998-09-03
3
-45
/
+43
*
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
3
-44
/
+5
*
use /swat/ prefix in both inetd and cgi modes, to enable a static header.html
Andrew Tridgell
1998-09-02
2
-19
/
+8
[next]