index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
reply.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix SMBseek and get/set position information SMBs. Works against
Jeremy Allison
2003-08-14
1
-24
/
+9
*
Better path checking for chkpth. We now pass Samba4 chkpath and unlink.
Jeremy Allison
2003-08-13
1
-4
/
+25
*
More chkpth fixes from Samba4 tests.
Jeremy Allison
2003-08-13
1
-2
/
+15
*
Ensure we pass the Samba4 unlink test !
Jeremy Allison
2003-08-13
1
-1
/
+9
*
Fix another error code return against Samba4 test suite... Don't allow
Jeremy Allison
2003-08-12
1
-0
/
+4
*
Test invalid map system, map hidden, create mask, force create mask
Jeremy Allison
2003-08-12
1
-1
/
+1
*
Fix bug #226. Stop unmangle of name into a wildcard name from deleting more
Jeremy Allison
2003-07-29
1
-9
/
+20
*
Try again to fix up 'session request' name exchange. This time we actualy
Andrew Bartlett
2003-07-27
1
-11
/
+4
*
make sure we don't allow the creation of directories containing
Andrew Tridgell
2003-07-18
1
-1
/
+5
*
Signing so far... the client code fails on a SMBtrans2 secondary transaction
Jeremy Allison
2003-07-18
1
-2
/
+2
*
Don't allow read/write raw when signing is active.
Jeremy Allison
2003-07-17
1
-0
/
+8
*
Fix an spelling mistake.
Richard Sharpe
2003-06-13
1
-1
/
+1
*
SMBlockingX timeouts are in units of 2 milliseconds, not 1
Andrew Tridgell
2003-06-06
1
-1
/
+1
*
make the allocation_size consistent between trans2 QFILEINFO and SMBgetattrE
Andrew Tridgell
2003-06-06
1
-1
/
+2
*
Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...
Alexander Bokovoy
2003-05-14
1
-27
/
+27
*
Fix VFS layer:
Alexander Bokovoy
2003-05-11
1
-28
/
+28
*
Merge the 'safe' parts of my StrnCpy patch - many of the users really wanted
Andrew Bartlett
2003-04-23
1
-1
/
+1
*
Make the variable name match the comment.
Andrew Bartlett
2003-04-23
1
-2
/
+2
*
Merge of Simo's strncat -> StrnCpy fix.
Tim Potter
2003-04-13
1
-4
/
+3
*
* We must return 0x2 as the majorversion for nt4 to upload drivers
Gerald Carter
2003-04-11
1
-10
/
+15
*
cleanup lanman printing= for win98; device type is LPT1:; patch by Steve L.
Gerald Carter
2003-04-11
1
-1
/
+1
*
Ensure we have WinXP-like semantics for checking TIDs and FIDs.
Jeremy Allison
2003-04-09
1
-1
/
+3
*
cleanup the IPC/LPT:/A: mess I started
Gerald Carter
2003-03-27
1
-16
/
+19
*
Fix DOS del command with widelinks = False.
Jeremy Allison
2003-03-26
1
-1
/
+2
*
win9x was suffered a case of the blues during a domain logon.
Gerald Carter
2003-03-25
1
-1
/
+10
*
Merge from HEAD
Volker Lendecke
2003-03-20
1
-1
/
+1
*
Jeremy merged across my string parinoia fixes, but forgot to enable them! :-)
Andrew Bartlett
2003-03-18
1
-1
/
+1
*
Add an extra parameter to our 'set_remote_machine_name' and
Andrew Bartlett
2003-03-18
1
-2
/
+2
*
Merge from HEAD:
Andrew Bartlett
2003-03-17
1
-5
/
+5
*
Fix to allow blocking lock notification to be done rapidly (no wait
Jeremy Allison
2003-02-27
1
-3
/
+4
*
Merge from HEAD:
Andrew Bartlett
2003-01-14
1
-1
/
+1
*
Ensure we return disk full by default on short writes.
Jeremy Allison
2003-01-08
1
-6
/
+6
*
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
2003-01-03
1
-1
/
+1
*
from HEAD:
Simo Sorce
2002-12-31
1
-1
/
+1
*
Fix for old DOS client when veto files is set to /.*/
Jeremy Allison
2002-12-13
1
-1
/
+1
*
The element in fsp->print_job should be a RAP jobid, not a uint32 RPC
Jeremy Allison
2002-12-05
1
-2
/
+1
*
Added Volker's directory fix - save the attributes
Jeremy Allison
2002-12-04
1
-0
/
+3
*
Reformat of reply.c before Volker's patch.
Jeremy Allison
2002-12-03
1
-1059
/
+1029
*
Fixed nasty bug where file writes with start offsets in the range
Jeremy Allison
2002-12-03
1
-13
/
+14
*
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
2002-11-12
1
-2
/
+1
*
Ensure can_delete returns the correct error code.
Jeremy Allison
2002-11-05
1
-1
/
+4
*
sync'ing up for 3.0alpha20 release
Gerald Carter
2002-09-25
1
-214
/
+333
*
Sync 3.0 branch with head
Jelmer Vernooij
2002-08-17
1
-22
/
+31
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
1
-35
/
+58
*
This split the mangling code up to allow for the possibility of multiple
Andrew Tridgell
2002-04-11
1
-33
/
+10
*
Added Shirish's client side caching policy change.
Jeremy Allison
2002-04-10
1
-1
/
+2
*
Reintroduce the 2.2 name mangling code, until we get are more flexible solution.
Andrew Bartlett
2002-04-08
1
-5
/
+6
*
Fixed the error bad path for recursive mkdir so mkdir \a\b\c\d works.
Jeremy Allison
2002-04-02
1
-43
/
+13
*
Removed unused variable.
Jeremy Allison
2002-03-26
1
-3
/
+0
*
Fix the mp3 rename bug - also tidy up our open code and remove the special
Jeremy Allison
2002-03-23
1
-20
/
+61
[prev]
[next]