index
:
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
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
include
/
smb.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s3-smb: Remove the obsolete signal type cast.
Andreas Schneider
2010-02-23
1
-4
/
+0
*
Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to respond...
Jeremy Allison
2010-01-26
1
-1
/
+2
*
Fix bug #6876 - Delete of an object whose parent folder does not have delete ...
Jeremy Allison
2010-01-12
1
-0
/
+1
*
s3: Happy New Year 2010
Stefan Metzmacher
2010-01-04
1
-1
/
+1
*
Ensure we don't see the xattr used to store NT security (visible when xattr_tdb
Jeremy Allison
2009-12-01
1
-2
/
+0
*
Proper fix for #6898 - Samba duplicates file content on appending. Pointed ou...
Jeremy Allison
2009-11-23
1
-0
/
+1
*
Revert "s3: Move the global variable Protocol to struct smbd_server_connection"
Volker Lendecke
2009-11-23
1
-1
/
+0
*
s3: Move the global variable Protocol to struct smbd_server_connection
Volker Lendecke
2009-11-21
1
-0
/
+1
*
s3: Cache brlock.tdb entries for the fast read&write strict locking code path
Volker Lendecke
2009-11-21
1
-0
/
+8
*
Start fixing the RAW-STREAMS test - ensure that the xattr
Jeremy Allison
2009-10-29
1
-0
/
+2
*
Fix for CVE-2009-2906.
Jeremy Allison
2009-10-01
1
-0
/
+1
*
Fix bug 6494 - Incorrect FileStatus returned in NT_CREATE_ANDX.
Jeremy Allison
2009-09-14
1
-0
/
+9
*
s3-ntlmssp: use NTLMSSP headers from IDL and remove duplicate constants.
Günther Deschner
2009-08-28
1
-0
/
+1
*
Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...
Jeremy Allison
2009-08-24
1
-3
/
+4
*
Fix bug 6529 - Offline files conflict with Vista and Office 2003
Jeremy Allison
2009-08-21
1
-0
/
+3
*
Add missing CreateFile flags to smb.h
Steve French
2009-08-21
1
-1
/
+12
*
s3:smbd: store a dirptr on the files_struct for SMB2 Query Directory
Stefan Metzmacher
2009-08-19
1
-0
/
+2
*
Add "store create time" parameter (docs to follow)
Jeremy Allison
2009-08-12
1
-0
/
+2
*
s3: refomat definitions of some generic access rights for better readability
Michael Adam
2009-08-12
1
-8
/
+19
*
s3:smbd: remove dirptr and dirpath from connection_struct
Stefan Metzmacher
2009-08-07
1
-2
/
+0
*
s3:smbd: add a smbd_server_connection pointer to connection_struct
Stefan Metzmacher
2009-08-07
1
-0
/
+1
*
Rename LOOKUP_NAME_EXPLICIT to LOOKUP_NAME_NO_NSS
Volker Lendecke
2009-07-31
1
-3
/
+2
*
Remove the extraneous logic in smb_set_info_standard - we
Jeremy Allison
2009-07-30
1
-0
/
+1
*
Fix a valgrind error in chain_reply
Volker Lendecke
2009-07-27
1
-0
/
+2
*
s3: Convert a few callers of unix_convert() over to filename_convert()
Tim Prouty
2009-07-24
1
-1
/
+2
*
Make the smbd VFS typesafe
Volker Lendecke
2009-07-24
1
-2
/
+0
*
s3: Change fsp->fsp_name to be an smb_filename struct!
Tim Prouty
2009-07-20
1
-1
/
+1
*
Revert this commit :
Jeremy Allison
2009-07-14
1
-6
/
+0
*
s3: Make smbd aware of permission change of usershare. Since usershare are re...
Bo Yang
2009-07-15
1
-0
/
+6
*
s3-account_policy: add pdb_policy_type enum.
Günther Deschner
2009-07-14
1
-14
/
+0
*
s3: Change the share_mode_lock struct to store a base_name and stream_name
Tim Prouty
2009-07-08
1
-1
/
+2
*
s3: forward MSG_DEBUG from smbd parent to all children
Aravind Srinivasan
2009-06-22
1
-0
/
+6
*
s3: Remove the now unused CFF_DOS_PATH flag
Tim Prouty
2009-06-10
1
-5
/
+0
*
s3:smbd: move pending_auth_data list to struct smbd_server_connection
Stefan Metzmacher
2009-06-03
1
-9
/
+0
*
s3: Change unix_convert (and its callers) to use struct smb_filename
Tim Prouty
2009-05-20
1
-0
/
+16
*
s3:param: add PROTOCOL_SMB2
Stefan Metzmacher
2009-05-20
1
-1
/
+9
*
s3:param: prevent includes from being dumped in dump_*() functions.
Michael Adam
2009-05-15
1
-0
/
+1
*
Remove an unused struct definition
Volker Lendecke
2009-05-13
1
-6
/
+0
*
Add fncall_send/recv
Volker Lendecke
2009-05-01
1
-0
/
+1
*
s3: use generated dcerpc code.
Günther Deschner
2009-03-24
1
-0
/
+2
*
s3:libsmb: use new simplified smb_signing code for the client side
Stefan Metzmacher
2009-03-23
1
-15
/
+0
*
s3:smbd: use new simplified snb_signing code in the server
Stefan Metzmacher
2009-03-23
1
-0
/
+2
*
Remove pwd_cache.c, it was doing nothing. Make user_name, domain, and
Jeremy Allison
2009-03-13
1
-7
/
+0
*
Fix bug #6155 - "force group" is no longer working as expected.
Jeremy Allison
2009-03-03
1
-0
/
+6
*
Use shared header file for character sets, remove old definitions from samba3...
Jelmer Vernooij
2009-03-01
1
-16
/
+0
*
Merge branch 'master' of git://git.samba.org/samba into convenience
Jelmer Vernooij
2009-03-01
1
-0
/
+16
|
\
|
*
Also re-add removed codepoint_t; I'm clearly not having my day today.
Jelmer Vernooij
2009-03-01
1
-0
/
+16
*
|
Use common header file for character set handling in Samba 3 and Samba 4.
Jelmer Vernooij
2009-03-01
1
-2
/
+0
|
/
*
Sync smb_iconv_t type, convert_string return type with Samba 3 equivalents.
Jelmer Vernooij
2009-03-01
1
-16
/
+0
*
s3: Remove unused inform_level2_message struct
Tim Prouty
2009-02-19
1
-8
/
+0
[prev]
[next]