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
2010-02-08
s3:smbd: implement api_RNetServerEnum3
Stefan Metzmacher
1
-1
/
+212
2010-02-08
s3:smbd: add/improve some DEBUG messages in api_RNetServerEnum2()
Stefan Metzmacher
1
-4
/
+6
2010-02-08
s3:smbd: rename api_RNetServerEnum => api_RNetServerEnum2
Stefan Metzmacher
1
-3
/
+3
2010-02-05
Fix trailing whitespace errors I added (sorry).
Jeremy Allison
2
-5
/
+5
2010-02-05
s3-smbd: add a rate limited cleanup of brl, connections and locking db
Andrew Tridgell
1
-6
/
+42
2010-02-05
s3-brlock: we don't need these MSG_SMB_UNLOCK calls now
Andrew Tridgell
1
-2
/
+0
2010-02-05
s3-brlock: add a minimim retry time for pending blocking locks
Andrew Tridgell
1
-0
/
+20
2010-02-05
Remove now unused variable.
Jeremy Allison
1
-1
/
+0
2010-02-05
Fix bug 7104 - "wide links" and "unix extensions" are incompatible.
Jeremy Allison
3
-37
/
+9
2010-02-01
Add debug to make it clear when EA dosmode set is invoked.
Jeremy Allison
1
-0
/
+5
2010-02-01
Fix bug #7084 - Create time on directories not stored properly in an EA in ne...
Jeremy Allison
1
-7
/
+0
2010-02-01
Arg. Got the sense of the test reversed to fix bug #7080 - Quota only shown w...
Jeremy Allison
1
-1
/
+1
2010-02-01
Fix bug #7080 - Quota only shown when logged as root.
Jeremy Allison
1
-1
/
+1
2010-01-30
s3/smbd: Fix string buffer overflow causing heap corruption
Steven Danneman
1
-1
/
+2
2010-01-26
Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to respond...
Jeremy Allison
1
-0
/
+8
2010-01-25
Correct fix for unused variable return from ndr_decode. Use it :-).
Jeremy Allison
1
-0
/
+8
2010-01-25
Revert "s3: remove unused Variable"
Jeremy Allison
1
-0
/
+4
2010-01-26
s3: remove unused Variable
Björn Jacke
1
-4
/
+0
2010-01-23
s3: Fix some nonempty blank lines
Volker Lendecke
1
-3
/
+3
2010-01-21
s3: Initialize the seqnum in "init_smb_request"
Volker Lendecke
1
-4
/
+4
2010-01-21
s3: Make "init_smb_request" static to process.c
Volker Lendecke
1
-4
/
+2
2010-01-19
s3: Fix a typo
Volker Lendecke
1
-1
/
+1
2010-01-19
s3: Remove a comment from ancient times that no longer applies
Volker Lendecke
1
-1
/
+0
2010-01-17
s3: Protect against an invalid bcc in SMBsendtxt
Volker Lendecke
1
-1
/
+1
2010-01-12
Make file access control decisions a lot easier to debug (at level 10).
Jeremy Allison
1
-0
/
+11
2010-01-12
Fix bug #7033 - SMBrmdir call always returns true, even on failure to delete ...
Jeremy Allison
1
-2
/
+6
2010-01-12
Fix bug #7033 - SMBrmdir call always returns true, even on failure to delete ...
Jeremy Allison
1
-2
/
+6
2010-01-12
Fix bug #6876 - Delete of an object whose parent folder does not have delete ...
Jeremy Allison
2
-3
/
+7
2010-01-12
Remove the global char *LastDir.
Jeremy Allison
3
-22
/
+1
2010-01-11
s3-lanman: Allow a level2 descriptor for a level1 NetShareGetInfo
Giovanni Bajo
1
-1
/
+3
2010-01-10
s3: Remove the typedef for "auth_serversupplied_info"
Volker Lendecke
3
-6
/
+6
2010-01-10
s3: Remove the typedef for "auth_usersupplied_info"
Volker Lendecke
1
-2
/
+2
2010-01-08
Re-fix bug 5202 - cannot change ACLs on writable file with "dos filemode=yes"
Jeremy Allison
1
-0
/
+3
2010-01-07
s3:smbd:password_in_history: treat entry with 0 salt as 0 + plain nt hash
Michael Adam
1
-6
/
+24
2010-01-07
s3: Remove some code that has become unnecessary
Volker Lendecke
1
-8
/
+0
2010-01-07
s3: Factor password_in_history() out of check_passwd_history()
Volker Lendecke
1
-25
/
+41
2010-01-07
s3: Fix a typo
Volker Lendecke
1
-1
/
+1
2010-01-07
s3: Avoid a memset(, 0, ) call
Volker Lendecke
1
-2
/
+1
2010-01-05
Fix bug #7020 - smbd using 2G memory.
Jeremy Allison
1
-0
/
+10
2009-12-23
The posix acl version of set_nt_acl() could set the stat_ex
Jeremy Allison
1
-7
/
+15
2009-12-22
s3:ntlmssp: only include ntlmssp.h where actually needed
Andrew Bartlett
3
-0
/
+3
2009-12-22
s3: Move smb_splice_chain to smbd/process.c, its only user
Volker Lendecke
1
-0
/
+174
2009-12-21
Fix bug reported in mangle_hash code (no bugid yet).
Jeremy Allison
1
-0
/
+9
2009-12-21
Rename reply_doserror() -> reply_force_doserror().
Jeremy Allison
4
-29
/
+21
2009-12-21
Remove all calls to reply_doserror - turn them into
Jeremy Allison
6
-120
/
+121
2009-12-18
Actually explain the twisty paths of tortured logic behind
Jeremy Allison
1
-14
/
+42
2009-12-18
reply_doserror() doesn't force DOS errors on the wire.
Jeremy Allison
1
-10
/
+10
2009-12-17
Always map EMFILE to ERRDOS, ERRnofids, *NOT* NT_STATUS_TOO_MANY_OPENED_FILES.
Jeremy Allison
1
-0
/
+4
2009-12-17
Vector correctly through reply_openerror() (which uses the same logic).
Jeremy Allison
1
-6
/
+1
2009-12-17
Fix bug #6939 - mangling method = hash breaks long filenames.
Jeremy Allison
1
-1
/
+4
[next]