index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
Age
Commit message (
Expand
)
Author
Files
Lines
2003-03-03
Const warning fixes.
Jeremy Allison
1
-2
/
+2
2003-03-01
i forgot to commit the privilege db init call
Andrew Tridgell
1
-0
/
+4
2003-02-27
don't forget the NULL
Gerald Carter
1
-3
/
+3
2003-02-27
and the winner of "i should have just written it in assembly
Gerald Carter
1
-3
/
+3
2003-02-27
don't pass NULL pointers to strcmp()
Gerald Carter
1
-2
/
+2
2003-02-27
additional fix for CR 601
Gerald Carter
1
-1
/
+16
2003-02-27
- Rename 'modules = ' to 'preload modules = '
Jelmer Vernooij
1
-2
/
+1
2003-02-27
Fix to allow blocking lock notification to be done rapidly (no wait
Jeremy Allison
3
-10
/
+82
2003-02-25
Progress on CR 601
Gerald Carter
1
-3
/
+3
2003-02-24
Patch from Luke Howard to add mutual kerberos authentication, and SMB session
Andrew Bartlett
1
-13
/
+39
2003-02-22
More signed/unsigned fixes (yes, I run with funny compiler options) and
Andrew Bartlett
2
-5
/
+5
2003-02-21
Added comments to make it clearer when we're assigning a pointer that it
Jeremy Allison
1
-0
/
+12
2003-02-21
Fixed compiler warning.
Tim Potter
1
-1
/
+0
2003-02-20
Like for NTLM logins, lookup the 'winbind' user first, then the 'local' user.
Andrew Bartlett
1
-18
/
+14
2003-02-19
Fix inspired by Stefan (metze) Metzmacher - cache the sidtype also.
Jeremy Allison
1
-19
/
+27
2003-02-19
Fix logfile formatting, we were missing a "\n"
Andrew Bartlett
1
-2
/
+2
2003-02-19
Fix from Corny.Bondad@hp.com for missing if (setting_acls) on default
Jeremy Allison
1
-3
/
+3
2003-02-17
This patch fixes one of my longest-standing pet hates with Samba :-).
Andrew Bartlett
4
-21
/
+21
2003-02-12
Added code based on Michael Steffens <michael.steffens@hp.com> uid/gid
Jeremy Allison
1
-1
/
+205
2003-02-12
Correctly return access denied on share mode deny when we can't open the
Jeremy Allison
1
-3
/
+19
2003-02-12
add a note about relative opens with blank paths - its a re-open!
Andrew Tridgell
1
-0
/
+10
2003-02-11
Fix delete on close semantics to match W2K. I (think:-) I understand it now :-).
Jeremy Allison
2
-45
/
+46
2003-02-10
Some cleanups:
Andrew Bartlett
4
-29
/
+45
2003-02-07
check pointer before dereferencing it
Gerald Carter
1
-1
/
+1
2003-02-07
make sure we don't run over the end of 'name' in unix_convert()
Andrew Tridgell
1
-7
/
+15
2003-02-05
Check for too many processes *before* the fork.
Jeremy Allison
1
-2
/
+36
2003-02-04
Patch from Edmund Lam <epl@unimelb.edu.au> to fix braindead Tru64 behaviour:
Andrew Bartlett
1
-2
/
+2
2003-02-04
Ensure we only ever set fsp->conn in one place.
Jeremy Allison
1
-7
/
+0
2003-02-04
Ensure Samba passes the open attribute truncate tests in smbtorture.
Jeremy Allison
1
-9
/
+12
2003-02-02
untest fix for wide links parameter bug.
Simo Sorce
1
-2
/
+65
2003-02-01
Non-error connection numbers are always positive
Andrew Bartlett
1
-2
/
+2
2003-01-30
Add 3 second timeout when terminating server and sending print notify
Jeremy Allison
2
-2
/
+2
2003-01-30
Fix for interesting resource constraint condition. When all opens are
Jeremy Allison
2
-16
/
+19
2003-01-28
As per a comment by herb a little while back, this should be >=, not == to keep
Andrew Bartlett
1
-1
/
+1
2003-01-28
The previous patch (NTLMSSP common code factoring) was missing a minor detail -
Andrew Bartlett
1
-28
/
+35
2003-01-28
Factor out common code in the NTLMSSP/SPNEGO code.
Andrew Bartlett
1
-120
/
+58
2003-01-28
performance patch from HP-UX folks (cant remember who)
Gerald Carter
1
-3
/
+14
2003-01-24
Merge of increment_smbd_process_count() fix from appliance.
Tim Potter
1
-1
/
+1
2003-01-23
Merge of max log file fixes from appliance:
Tim Potter
1
-0
/
+12
2003-01-17
Fix reference count bug where smbd's would not terminate with no
Jeremy Allison
1
-1
/
+12
2003-01-17
Remove unused variable in reply_spnego_ntlmssp_ok
Tim Potter
1
-1
/
+0
2003-01-16
Updates to the NTLMSSP code again - moving the base64 decode fuctionality out
Andrew Bartlett
1
-5
/
+4
2003-01-15
Removed level 0 DEBUG leftover from testing.
Tim Potter
1
-3
/
+0
2003-01-15
small merges from SAMBA_3_0; mostly typos, renames, etc...
Gerald Carter
1
-1
/
+1
2003-01-15
Refactor the NTLMSSP code again - this time we use function pointers to
Andrew Bartlett
1
-14
/
+26
2003-01-14
[merge] removing unused variable and unused file
Gerald Carter
1
-237
/
+0
2003-01-14
make -i flag work lik eit did in 2.2
Gerald Carter
1
-2
/
+5
2003-01-14
query_alt_name takes a forced unicode string in win2000. It is not
Andrew Tridgell
1
-1
/
+1
2003-01-13
Updates to our NTLMSSP code:
Andrew Bartlett
1
-194
/
+88
2003-01-13
Ensure we do not pass uninitialised data to the kernel. (Picked up by
Andrew Bartlett
2
-0
/
+4
[prev]
[next]