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
2008-09-26
Second part of the fix for bug #5790 - samba returns STATUS_OBJECT_NAME_NOT_F...
Jeremy Allison
1
-4
/
+6
2008-09-26
Fix bug #5797 - Moving readonly files fails. Reported by infomail@lordb.de.
Jeremy Allison
1
-3
/
+1
2008-09-24
Fix bug #5790 samba returns STATUS_OBJECT_NAME_NOT_FOUND on set file disposit...
Jeremy Allison
1
-4
/
+2
2008-09-23
Fix bug #5783 FindFirst fails where search pattern == mangled filename.
Jeremy Allison
2
-8
/
+8
2008-09-23
s3: use samba4 prototype for ndr_push/pull_struct_blob.
Günther Deschner
1
-4
/
+4
2008-09-15
Fix aio on FreeBSD.
Timur
1
-1
/
+16
2008-09-15
Fix cut and paste error in quota code.
Timur
1
-2
/
+2
2008-09-15
Fix bug 5761 "open of mangled directory name results in 'is a stream name'"
Jeremy Allison
1
-3
/
+7
2008-09-12
Modify a comment to make things clearer.
Jeremy Allison
1
-1
/
+3
2008-09-10
Fix bug #5052 - not work cancel inheritance on share. We were
Jeremy Allison
1
-3
/
+10
2008-09-10
When requesting UNIX info levels on findfirst/findnext, don't play games with...
Jeremy Allison
1
-1
/
+5
2008-09-09
Add some debug to reply_nttrans
Volker Lendecke
1
-0
/
+11
2008-09-08
Fix calculation of useable_space for trans2 and nttrans replies
Volker Lendecke
2
-18
/
+19
2008-09-08
smbd: some write time fixes
Stefan Metzmacher
1
-8
/
+7
2008-09-05
Write times code update.
Jeremy Allison
4
-35
/
+82
2008-09-01
Slightly simplify logic: remove an else branch
Volker Lendecke
1
-14
/
+11
2008-09-01
Fix Coverity ID 587
Volker Lendecke
1
-1
/
+1
2008-08-27
Add st_birthtime and friends for accurate create times on systems that suppor...
Jeremy Allison
1
-3
/
+4
2008-08-26
EINVAL is also a valid error return, meaning "this filesystem
Andrew Tridgell
1
-2
/
+3
2008-08-26
become root for AIO operations
Andrew Tridgell
1
-1
/
+7
2008-08-22
Don't re-initialize a token when we already have one. This fixes the build fa...
Jeremy Allison
1
-10
/
+13
2008-08-20
smbd: fix the handling of create_options to pass RAW-OPEN
Stefan Metzmacher
2
-0
/
+17
2008-08-14
Fix for bug #5688 from SATOH Fumiyasu <fumiyas@osstech.co.jp>. LPQ process is...
Jeremy Allison
1
-1
/
+2
2008-08-14
Fix for bug #5617, reported and patched by Bartosz Antosik antosik@gmail.com.
Jeremy Allison
1
-0
/
+2
2008-08-13
smbd: prevent smbd from panicing with "clustering = no" but --with-cluster-su...
Michael Adam
1
-1
/
+3
2008-08-13
added a explanatory comment on tcon check
Andrew Tridgell
1
-0
/
+4
2008-08-13
ensure we exit with non-zero status on EOF on socket, so the parent
Andrew Tridgell
2
-5
/
+13
2008-08-13
fixed child exit handling and IP release handling
Andrew Tridgell
1
-1
/
+3
2008-08-13
log unclean shutdowns
Andrew Tridgell
1
-0
/
+1
2008-08-13
register the ctdbd reconfigure message
Andrew Tridgell
1
-0
/
+4
2008-08-13
first cut at adding full transactions for ctdb to samba3
Andrew Tridgell
1
-7
/
+0
2008-08-12
Make sure to always set errno on error path in OpenDir (and hence scan_direct...
Michael Adam
1
-0
/
+1
2008-08-12
Fix unix_convert() for "*" after changing map_nt_error_from_unix().
Michael Adam
1
-1
/
+1
2008-08-12
I found lots of places where we assume error will be set when calling
Andrew Tridgell
1
-2
/
+2
2008-08-10
fix smb_len calculation for chained requests
Volker Lendecke
1
-3
/
+5
2008-08-10
Fix andx offset calculation for more than 2 chained requests
Volker Lendecke
1
-1
/
+7
2008-07-27
Fix a debug message
Volker Lendecke
1
-1
/
+1
2008-07-27
Remove a pointless CONST_DISCARD
Volker Lendecke
1
-1
/
+1
2008-07-27
Make create_conn_struct() public
Volker Lendecke
1
-1
/
+1
2008-07-25
Fix bug creating files using DOS clients with mixed
Jeremy Allison
1
-1
/
+1
2008-07-24
If we're not allowing streams on this conn ptr,
Jeremy Allison
1
-0
/
+5
2008-07-22
Fix various build warnings
Zach Loafman
1
-1
/
+2
2008-07-20
Refactoring: Change calling conventions for cli_rpc_pipe_open_noauth
Volker Lendecke
1
-2
/
+3
2008-07-19
Introduce is_known_pipename
Volker Lendecke
2
-46
/
+2
2008-07-03
Patch from SATOH Fumiyasu <fumiyas@osstech.co.jp> for bug #5202. Re-activate ...
Jeremy Allison
1
-14
/
+26
2008-07-01
Two more fixes from Jim Brown <jim.brown@miami.edu> for SGI compiler warnings.
Jeremy Allison
1
-1
/
+1
2008-06-28
Let send_trans_reply work on only the inbuf
Volker Lendecke
2
-53
/
+56
2008-06-28
Factor out create_outbuf, creating an outbuf just given an inbuf
Volker Lendecke
1
-9
/
+20
2008-06-26
Fix a debug message
Volker Lendecke
1
-1
/
+1
2008-06-26
Remove current_user reference from printfsp.c
Volker Lendecke
2
-2
/
+2
[next]