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-13
First part of patch from moriyama@miraclelinux.com (MORIYAMA Masayuki) to
Jeremy Allison
1
-1
/
+1
2004-03-12
Fix problems with very long filenames in both smbd and smbclient.
Alexander Bokovoy
1
-10
/
+18
2004-03-11
Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_c...
Jeremy Allison
1
-22
/
+6
2004-03-11
Fix processing of pathnames with embedded '\\' characters (0x5c) in CP932
Jeremy Allison
1
-5
/
+23
2004-03-09
fix build with gcc 2.96 and --with-developer
Gerald Carter
1
-1
/
+1
2004-03-08
Fix assumption about following directory sep in check_path_syntax(). We
Jeremy Allison
1
-5
/
+11
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-09
sync 3.0 into HEAD for the last time
Gerald Carter
1
-63
/
+244
2003-08-02
port latest changes from SAMBA_3_0 tree
Simo Sorce
1
-21
/
+37
2003-07-16
trying to get HEAD building again. If you want the code
Gerald Carter
1
-41
/
+45
2003-04-12
strncat get sometimes optimized to strcat by glibc and that triggers our
Simo Sorce
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-03-31
NT4 is particularly fussy about getting this right.
Andrew Bartlett
1
-1
/
+0
2003-03-28
fix up IPC/LPT:/A: devicetype in tcon_and_X
Gerald Carter
1
-21
/
+20
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
/
+14
2003-03-20
NT4 as well as W2k respond with IPC regardless of what service
Volker Lendecke
1
-1
/
+1
2003-03-17
Fix const warnings.
Andrew Bartlett
1
-5
/
+5
2003-03-16
Make sure we mark the assumption of a fstring parameter for 'devicetype'
Andrew Bartlett
1
-2
/
+2
2003-03-15
Found by my new checking code (yet to be commited):
Andrew Bartlett
1
-1
/
+1
2003-03-08
Make sure that the 'remote' machine name can only be set once. For some weird
Andrew Bartlett
1
-2
/
+2
2003-02-27
Fix to allow blocking lock notification to be done rapidly (no wait
Jeremy Allison
1
-3
/
+4
2003-01-12
Make the 'service' in make_connection() use an fstrcpy(), and an fstring,
Andrew Bartlett
1
-1
/
+1
2003-01-08
Ensure we return disk full by default on short writes.
Jeremy Allison
1
-6
/
+6
2003-01-02
BIG patch...
Andrew Bartlett
1
-1
/
+1
2002-12-31
fix for bad check spotted by Ray Simard <ray@sylvan-glade.com>
Simo Sorce
1
-1
/
+1
2002-12-13
Fix for old DOS client when veto files is set to /.*/
Jeremy Allison
1
-1
/
+1
2002-12-05
The element in fsp->print_job should be a RAP jobid, not a uint32 RPC
Jeremy Allison
1
-2
/
+1
2002-12-04
Added Volker's directory fix - save the attributes
Jeremy Allison
1
-0
/
+3
2002-12-03
Reformat of reply.c before Volker's patch.
Jeremy Allison
1
-1059
/
+1029
2002-12-03
Fixed nasty bug where file writes with start offsets in the range
Jeremy Allison
1
-13
/
+14
[next]