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
/
reply.c
Age
Commit message (
Expand
)
Author
Files
Lines
2004-03-04
Fix build farm, older compilers won't let you declare variables
Jim McDonough
1
-1
/
+1
2004-03-03
Use a common function to parse all pathnames from the wire. This allows
Jeremy Allison
1
-64
/
+189
2004-02-28
More gentest fixes. Fix up regression in IS_NAME_VALID and renames.
Jeremy Allison
1
-11
/
+30
2004-02-26
Interesting fact found by IFSTEST /t LockOverlappedTest...
Jeremy Allison
1
-1
/
+8
2004-02-25
Fixup strange rename error case (gentest).
Jeremy Allison
1
-1
/
+2
2004-02-25
More gentest fun :-). NB. I'm not fixing OpenX breakage 'cos if you look
Jeremy Allison
1
-5
/
+27
2004-02-25
More gentest fixes.
Jeremy Allison
1
-6
/
+17
2004-02-24
Ensure '.' and '..' don't match in delete requests.
Jeremy Allison
1
-1
/
+4
2004-02-24
More gentest error fixups.
Jeremy Allison
1
-0
/
+4
2004-02-24
Fixup correct timeout values for blocking lock timeouts (tested at connectathon
Jeremy Allison
1
-1
/
+1
2004-01-31
* BUG 101: patch from j.lu@tiesse.com to set the SV_TYPE_PRINTQ_SERVER;
Gerald Carter
1
-11
/
+4
2003-10-29
Fixes to check for wraps which could cause coredumps.
Jeremy Allison
1
-4
/
+6
2003-10-16
Fix buggy data_len calculation in echo. Add paranoia debug message.
Jeremy Allison
1
-1
/
+5
2003-10-10
Make us pass Samba4 lock tester (with one different error message).
Jeremy Allison
1
-0
/
+3
2003-10-09
Match W2K insanty w.r.t. writelock and writeclose. Samba4 torture tester.
Jeremy Allison
1
-9
/
+20
2003-10-09
At least give a message if we're returning a short read for W2K compatibility.
Jeremy Allison
1
-2
/
+12
2003-10-09
Changes to allow Samba3 to pass the Samba4 RAW-READ tests.
Jeremy Allison
1
-8
/
+39
2003-10-08
Fixup error code returns from Samba4 tester. Ensure invalid paths are
Jeremy Allison
1
-32
/
+128
2003-09-29
Take care of condition where DOS and NT error codes must differ. Found by
Jeremy Allison
1
-1
/
+1
2003-09-08
Protect against core dump if ioctl for print job sends invalid fid. Found
Jeremy Allison
1
-1
/
+5
2003-08-19
Implement SMBexit properly. Found by Samba4 tester. You must do a make
Jeremy Allison
1
-0
/
+3
2003-08-19
Fix flush of 0xFFFF - found by Samba4 tester.
Jeremy Allison
1
-2
/
+4
2003-08-19
Don't return DOS error on SMBsearch return if using NT error codes (NT1
Jeremy Allison
1
-8
/
+10
2003-08-16
Implemented the level 1010 NT rename level. Many fixes for Samba4 test
Jeremy Allison
1
-18
/
+152
2003-08-14
Fix changing of attributes via setattr. Samba4 test fixes.
Jeremy Allison
1
-6
/
+11
2003-08-14
Fix SMBseek and get/set position information SMBs. Works against
Jeremy Allison
1
-24
/
+9
2003-08-13
Better path checking for chkpth. We now pass Samba4 chkpath and unlink.
Jeremy Allison
1
-4
/
+25
2003-08-13
More chkpth fixes from Samba4 tests.
Jeremy Allison
1
-2
/
+15
2003-08-13
Ensure we pass the Samba4 unlink test !
Jeremy Allison
1
-1
/
+9
2003-08-12
Fix another error code return against Samba4 test suite... Don't allow
Jeremy Allison
1
-0
/
+4
2003-08-12
Test invalid map system, map hidden, create mask, force create mask
Jeremy Allison
1
-1
/
+1
2003-07-29
Fix bug #226. Stop unmangle of name into a wildcard name from deleting more
Jeremy Allison
1
-9
/
+20
2003-07-27
Try again to fix up 'session request' name exchange. This time we actualy
Andrew Bartlett
1
-11
/
+4
2003-07-18
make sure we don't allow the creation of directories containing
Andrew Tridgell
1
-1
/
+5
2003-07-18
Signing so far... the client code fails on a SMBtrans2 secondary transaction
Jeremy Allison
1
-2
/
+2
2003-07-17
Don't allow read/write raw when signing is active.
Jeremy Allison
1
-0
/
+8
2003-06-13
Fix an spelling mistake.
Richard Sharpe
1
-1
/
+1
2003-06-06
SMBlockingX timeouts are in units of 2 milliseconds, not 1
Andrew Tridgell
1
-1
/
+1
2003-06-06
make the allocation_size consistent between trans2 QFILEINFO and SMBgetattrE
Andrew Tridgell
1
-1
/
+2
2003-05-14
Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...
Alexander Bokovoy
1
-27
/
+27
2003-05-11
Fix VFS layer:
Alexander Bokovoy
1
-28
/
+28
2003-04-23
Merge the 'safe' parts of my StrnCpy patch - many of the users really wanted
Andrew Bartlett
1
-1
/
+1
2003-04-23
Make the variable name match the comment.
Andrew Bartlett
1
-2
/
+2
2003-04-13
Merge of Simo's strncat -> StrnCpy fix.
Tim Potter
1
-4
/
+3
2003-04-11
* We must return 0x2 as the majorversion for nt4 to upload drivers
Gerald Carter
1
-10
/
+15
2003-04-11
cleanup lanman printing= for win98; device type is LPT1:; patch by Steve L.
Gerald Carter
1
-1
/
+1
2003-04-09
Ensure we have WinXP-like semantics for checking TIDs and FIDs.
Jeremy Allison
1
-1
/
+3
2003-03-27
cleanup the IPC/LPT:/A: mess I started
Gerald Carter
1
-16
/
+19
2003-03-26
Fix DOS del command with widelinks = False.
Jeremy Allison
1
-1
/
+2
2003-03-25
win9x was suffered a case of the blues during a domain logon.
Gerald Carter
1
-1
/
+10
[next]