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
*
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
*
Fixed bug introduced by the recent changes where the chain_fnum
Jeremy Allison
1998-08-17
3
-171
/
+193
*
removed some of the rough edges from the splitup
Andrew Tridgell
1998-08-17
2
-435
/
+456
*
move soem variables from server.c that don't belong there.
Andrew Tridgell
1998-08-17
4
-51
/
+30
*
this completes the splitup of server.c.
Andrew Tridgell
1998-08-17
8
-3322
/
+3523
*
more splitting of server.c
Andrew Tridgell
1998-08-17
4
-557
/
+610
*
now that we have no global arrays we can start to split up the monster
Andrew Tridgell
1998-08-17
3
-485
/
+532
*
added some optimisation for the case where the number of open files is
Andrew Tridgell
1998-08-17
2
-50
/
+24
*
moved connection_struct handling code into smbd/conn.c and changed it
Andrew Tridgell
1998-08-17
4
-128
/
+227
*
much cleaner chain pointer handling for both files and pipes.
Andrew Tridgell
1998-08-17
6
-60
/
+67
*
some cleanups from the conversion of Pipes[] to a linked list. I also
Andrew Tridgell
1998-08-17
5
-134
/
+114
*
- some tidying up in files.c
Andrew Tridgell
1998-08-16
3
-11
/
+10
*
got rid of the Files[] array completely (previously I'd just made it
Andrew Tridgell
1998-08-16
4
-151
/
+212
*
server.c: fixed a bug in close_file() with the new files.c handling code
Andrew Tridgell
1998-08-16
1
-15
/
+14
*
changed find_free_file() to file_new().
Andrew Tridgell
1998-08-16
4
-11
/
+11
*
this checkin gets rid of the global Files[] array and makes it local
Andrew Tridgell
1998-08-15
7
-806
/
+820
*
configure: Changes for extra headers.
Jeremy Allison
1998-08-15
8
-28
/
+28
*
this is the bug change to using connection_struct* instead of cnum.
Andrew Tridgell
1998-08-14
13
-2946
/
+2648
*
Debug output formatting change. I'm trying to combine log lines that
Christopher R. Hertel
1998-08-13
1
-4
/
+4
*
include/smb.h: Removed dir_ptr. Not needed.
Jeremy Allison
1998-08-11
4
-93
/
+95
*
Makefile.in: Added CHECK target back in (at Herb's request). Added
Jeremy Allison
1998-08-11
1
-1
/
+13
*
Makefile.in: Fixed make clean bug with CVS directory in bin/.
Jeremy Allison
1998-08-10
1
-0
/
+19
*
moved access.c into lib/ from smbd/ as it is needed by testparm. I
Andrew Tridgell
1998-08-10
1
-3
/
+9
*
split the system password checking routines out of smbd/password.c and
Andrew Tridgell
1998-08-10
2
-1042
/
+143
*
this gets smbd compiling and linking correctly with the new layout.
Andrew Tridgell
1998-08-09
4
-599
/
+18
*
added ignore rules for the dummy files
Andrew Tridgell
1998-08-09
1
-0
/
+1
*
these dummy files are needed for autoconf processing
Andrew Tridgell
1998-08-09
1
-0
/
+0
*
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
2
-18
/
+54
*
loadparm.c: Added "debug timestamp" synonym for Chris.
Jeremy Allison
1998-08-04
3
-39
/
+28
*
First implementation of ChangeNotify - this version only checks
Jeremy Allison
1998-08-03
2
-20
/
+297
*
As per a Andrew's message, I went through and removed the timestring()
Christopher R. Hertel
1998-07-31
9
-237
/
+280
*
Makefile.in: Moved UBIQX stuff into UTILOBJ.
Jeremy Allison
1998-07-30
4
-217
/
+332
*
get rid of the runtime test for broken getgroups() and add a compile
Andrew Tridgell
1998-07-29
3
-85
/
+37
*
merge from the autoconf2 branch to the main branch
Andrew Tridgell
1998-07-29
11
-976
/
+440
*
locking.c: Print messages when we downgrade a lock.
Jeremy Allison
1998-07-29
2
-19
/
+32
*
loadparm.c: Added strict sync parameter.
Jeremy Allison
1998-07-28
2
-16
/
+14
[next]