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
/
smbd
Commit message (
Expand
)
Author
Age
Files
Lines
*
Const warning fixes.
Jeremy Allison
2003-03-03
1
-2
/
+2
*
don't forget the NULL
Gerald Carter
2003-02-27
1
-3
/
+3
*
and the winner of "i should have just written it in assembly
Gerald Carter
2003-02-27
1
-3
/
+3
*
don't pass NULL pointers to strcmp()
Gerald Carter
2003-02-27
1
-2
/
+2
*
additional fix for CR 601
Gerald Carter
2003-02-27
1
-0
/
+15
*
Fix to allow blocking lock notification to be done rapidly (no wait
Jeremy Allison
2003-02-27
3
-10
/
+82
*
Progress on CR 601
Gerald Carter
2003-02-25
1
-3
/
+3
*
Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0.
Andrew Bartlett
2003-02-24
2
-5
/
+5
*
Merge of server-side authentication changes to 3.0:
Andrew Bartlett
2003-02-24
5
-68
/
+79
*
Added comments to make it clearer when we're assigning a pointer that it
Jeremy Allison
2003-02-21
1
-0
/
+12
*
Fix inspired by Stefan (metze) Metzmacher - cache the sidtype also.
Jeremy Allison
2003-02-19
1
-19
/
+27
*
Fix from Corny.Bondad@hp.com for missing if (setting_acls) on default
Jeremy Allison
2003-02-19
1
-3
/
+3
*
Added code based on Michael Steffens <michael.steffens@hp.com> uid/gid
Jeremy Allison
2003-02-12
1
-1
/
+205
*
Correctly return access denied on share mode deny when we can't open the
Jeremy Allison
2003-02-12
1
-3
/
+19
*
Ensure we are not forgetting our janitorial duties...
Jeremy Allison
2003-02-12
1
-0
/
+10
*
Fix delete on close semantics to match W2K. I (think:-) I understand it now :-).
Jeremy Allison
2003-02-11
2
-45
/
+46
*
Cleanups: (merge from HEAD)
Andrew Bartlett
2003-02-10
2
-3
/
+3
*
check pointer before dereferencing it
Gerald Carter
2003-02-07
1
-1
/
+1
*
merge from head
Andrew Tridgell
2003-02-07
1
-7
/
+15
*
Check for too many processes *before* the fork.
Jeremy Allison
2003-02-05
1
-2
/
+36
*
Merge from HEAD: avoid braindead #define on Tru64.
Andrew Bartlett
2003-02-04
1
-2
/
+2
*
Ensure we only ever set fsp->conn in one place.
Jeremy Allison
2003-02-04
1
-7
/
+0
*
Ensure Samba passes the open attribute truncate tests in smbtorture.
Jeremy Allison
2003-02-04
1
-9
/
+12
*
untest fix from HEAD/2.2 for wide links parameter bug.
Simo Sorce
2003-02-02
1
-2
/
+65
*
Merge of signed/unsigned fixes from HEAD.
Andrew Bartlett
2003-02-01
1
-2
/
+2
*
Add 3 second timeout when terminating server and sending print notify
Jeremy Allison
2003-01-30
2
-2
/
+2
*
Merge of controversial 'max log size' fix.
Tim Potter
2003-01-30
1
-0
/
+12
*
Fix for interesting resource constraint condition. When all opens are
Jeremy Allison
2003-01-30
2
-16
/
+19
*
Merge from HEAD:
Andrew Bartlett
2003-01-28
1
-262
/
+109
*
performance patch from HP-UX folks (cant remember who)
Gerald Carter
2003-01-28
1
-3
/
+14
*
Fixed typo found by tpot.
Jeremy Allison
2003-01-24
1
-1
/
+1
*
Fix reference count bug where smbd's would not terminate with no
Jeremy Allison
2003-01-17
1
-1
/
+12
*
Remove debugging stmt.
Tim Potter
2003-01-15
1
-3
/
+0
*
*lots of small merges form HEAD
Gerald Carter
2003-01-15
2
-6
/
+10
*
removing unused variable and unused file
Gerald Carter
2003-01-14
2
-238
/
+0
*
make -i flag work lik eit did in 2.2
Gerald Carter
2003-01-14
1
-2
/
+5
*
Merge from HEAD:
Andrew Bartlett
2003-01-14
2
-2
/
+2
*
Merge from HEAD - eliminated unused arguments.
Andrew Bartlett
2003-01-14
2
-3
/
+2
*
Merge indirection, signed/unsigned and uninitialiased-value fixes from HEAD.
Andrew Bartlett
2003-01-14
2
-0
/
+4
*
merge alt_name patch from head
Andrew Tridgell
2003-01-14
1
-1
/
+1
*
[merge] make sure to update print queue cache during timeout_processing() to ...
Gerald Carter
2003-01-11
1
-0
/
+4
*
Moved smbd process counting functions from smbd/server.c to smbd/process.c
Herb Lewis
2003-01-09
2
-30
/
+26
*
Ensure we return disk full by default on short writes.
Jeremy Allison
2003-01-08
1
-6
/
+6
*
Ensure we don't get an invalid number for total smbd's if the tdb update
Jeremy Allison
2003-01-08
2
-6
/
+18
*
Fix erroneous free of SAM_ACCOUNT (make clearer when allocated
Jeremy Allison
2003-01-08
1
-15
/
+8
*
Fix open problem with changing attributes on an existing file - based
Jeremy Allison
2003-01-08
1
-8
/
+45
*
Fix memory leaks in pdb_ code.
Jeremy Allison
2003-01-06
1
-1
/
+13
*
Merge from HEAD - handle VFS module load failures, change some error returns to
Andrew Bartlett
2003-01-06
2
-3
/
+9
*
Merge from HEAD - get the test the right way around, so that we can change
Andrew Bartlett
2003-01-05
1
-1
/
+1
*
Merge from HEAD - move user password changes into the NTSTATUS era, and add
Andrew Bartlett
2003-01-04
2
-47
/
+87
[next]