index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Cope with the fact that the data blobs returned are now
Jelmer Vernooij
2008-10-12
1
-4
/
+20
*
Use common strlist implementation in Samba 3 and Samba 4.
Jelmer Vernooij
2008-10-12
1
-2
/
+2
*
Cope with changed signature of http_timestring().
Jelmer Vernooij
2008-10-11
1
-1
/
+1
*
Make use of talloc_tos()
Volker Lendecke
2008-10-11
1
-2
/
+2
*
Fix some nonempty blank lines
Volker Lendecke
2008-10-11
2
-23
/
+23
*
Fix a "nexted extern declaration" warning
Volker Lendecke
2008-10-11
1
-1
/
+1
*
Remove SEC_ACCESS. It's a uint32_t.
Jeremy Allison
2008-10-09
1
-19
/
+7
*
Remove a pointless level of indirection
Volker Lendecke
2008-10-09
2
-11
/
+1
*
Fix a typo
Volker Lendecke
2008-10-09
1
-1
/
+1
*
For the vfs_acl_xattr.c module, make sure we map GENERIC file and directory bits
Jeremy Allison
2008-10-08
2
-0
/
+9
*
Deal with inheritance from parent directory when setting Windows
Jeremy Allison
2008-10-08
1
-1
/
+1
*
Remove unused CHECK_FSP macro
Volker Lendecke
2008-10-08
1
-3
/
+2
*
Update vfs version as I've added a const to the security_descriptor paramter ...
Jeremy Allison
2008-10-07
1
-25
/
+26
*
Simply our main loop processing. A lot :-). Correctly use events for all the ...
Jeremy Allison
2008-10-03
3
-187
/
+40
*
Fix use of DLIST_REMOVE as spotted by Constantine Vetoshev <gepardcv@gmail.com>.
Jeremy Allison
2008-10-01
1
-1
/
+1
*
Fix the make test problem Karolin reported. Now rename_open_files actually wo...
Jeremy Allison
2008-09-30
1
-2
/
+2
*
Second part of the fix for bug #5790 - samba returns STATUS_OBJECT_NAME_NOT_F...
Jeremy Allison
2008-09-26
1
-4
/
+6
*
Fix bug #5797 - Moving readonly files fails. Reported by infomail@lordb.de.
Jeremy Allison
2008-09-26
1
-3
/
+1
*
Fix bug #5790 samba returns STATUS_OBJECT_NAME_NOT_FOUND on set file disposit...
Jeremy Allison
2008-09-24
1
-4
/
+2
*
Fix bug #5783 FindFirst fails where search pattern == mangled filename.
Jeremy Allison
2008-09-23
2
-8
/
+8
*
s3: use samba4 prototype for ndr_push/pull_struct_blob.
Günther Deschner
2008-09-23
1
-4
/
+4
*
Fix aio on FreeBSD.
Timur
2008-09-15
1
-1
/
+16
*
Fix cut and paste error in quota code.
Timur
2008-09-15
1
-2
/
+2
*
Fix bug 5761 "open of mangled directory name results in 'is a stream name'"
Jeremy Allison
2008-09-15
1
-3
/
+7
*
Modify a comment to make things clearer.
Jeremy Allison
2008-09-12
1
-1
/
+3
*
Fix bug #5052 - not work cancel inheritance on share. We were
Jeremy Allison
2008-09-10
1
-3
/
+10
*
When requesting UNIX info levels on findfirst/findnext, don't play games with...
Jeremy Allison
2008-09-10
1
-1
/
+5
*
Add some debug to reply_nttrans
Volker Lendecke
2008-09-09
1
-0
/
+11
*
Fix calculation of useable_space for trans2 and nttrans replies
Volker Lendecke
2008-09-08
2
-18
/
+19
*
smbd: some write time fixes
Stefan Metzmacher
2008-09-08
1
-8
/
+7
*
Write times code update.
Jeremy Allison
2008-09-05
4
-35
/
+82
*
Slightly simplify logic: remove an else branch
Volker Lendecke
2008-09-01
1
-14
/
+11
*
Fix Coverity ID 587
Volker Lendecke
2008-09-01
1
-1
/
+1
*
Add st_birthtime and friends for accurate create times on systems that suppor...
Jeremy Allison
2008-08-27
1
-3
/
+4
*
EINVAL is also a valid error return, meaning "this filesystem
Andrew Tridgell
2008-08-26
1
-2
/
+3
*
become root for AIO operations
Andrew Tridgell
2008-08-26
1
-1
/
+7
*
Don't re-initialize a token when we already have one. This fixes the build fa...
Jeremy Allison
2008-08-22
1
-10
/
+13
*
smbd: fix the handling of create_options to pass RAW-OPEN
Stefan Metzmacher
2008-08-20
2
-0
/
+17
*
Fix for bug #5688 from SATOH Fumiyasu <fumiyas@osstech.co.jp>. LPQ process is...
Jeremy Allison
2008-08-14
1
-1
/
+2
*
Fix for bug #5617, reported and patched by Bartosz Antosik antosik@gmail.com.
Jeremy Allison
2008-08-14
1
-0
/
+2
*
smbd: prevent smbd from panicing with "clustering = no" but --with-cluster-su...
Michael Adam
2008-08-13
1
-1
/
+3
*
added a explanatory comment on tcon check
Andrew Tridgell
2008-08-13
1
-0
/
+4
*
ensure we exit with non-zero status on EOF on socket, so the parent
Andrew Tridgell
2008-08-13
2
-5
/
+13
*
fixed child exit handling and IP release handling
Andrew Tridgell
2008-08-13
1
-1
/
+3
*
log unclean shutdowns
Andrew Tridgell
2008-08-13
1
-0
/
+1
*
register the ctdbd reconfigure message
Andrew Tridgell
2008-08-13
1
-0
/
+4
*
first cut at adding full transactions for ctdb to samba3
Andrew Tridgell
2008-08-13
1
-7
/
+0
*
Make sure to always set errno on error path in OpenDir (and hence scan_direct...
Michael Adam
2008-08-12
1
-0
/
+1
*
Fix unix_convert() for "*" after changing map_nt_error_from_unix().
Michael Adam
2008-08-12
1
-1
/
+1
*
I found lots of places where we assume error will be set when calling
Andrew Tridgell
2008-08-12
1
-2
/
+2
[prev]
[next]