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
/
include
/
smb.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3-printing: Handled case when smbd spools a file on behalf of spoolss.
Simo Sorce
2010-07-27
1
-2
/
+17
*
s3-smbd: Added code to print via spoolss.
Simo Sorce
2010-07-27
1
-0
/
+5
*
s3: Keep the connections.tdb data format fixed
Volker Lendecke
2010-07-05
1
-0
/
+6
*
s3: Remove unused msg_flags from connections.tdb
Volker Lendecke
2010-07-04
1
-1
/
+0
*
s3-libads: move keytab macros out of ads.h.
Günther Deschner
2010-07-01
1
-0
/
+12
*
Move UCS2 macros to common code
Jelmer Vernooij
2010-06-25
1
-21
/
+0
*
s3: Add "smbd_server_connection" to smb_request
Volker Lendecke
2010-06-12
1
-0
/
+1
*
Change smbd_aio_complete_mid() -> smbd_aio_complete_aio_ex(). Simplifies
Jeremy Allison
2010-06-04
1
-0
/
+3
*
s3-build: only include generated spoolss headers (not ndr headers).
Günther Deschner
2010-06-03
1
-0
/
+1
*
s3-security: use shared "Standard access rights.".
Günther Deschner
2010-06-03
1
-1
/
+1
*
s3:idmap Use idmap.idl defined structures and constants
Andrew Bartlett
2010-06-01
1
-24
/
+1
*
s3-rpc_server: Created a per connection spoolss pipe.
Simo Sorce
2010-05-26
1
-0
/
+3
*
Make DFS work over SMB2.
Jeremy Allison
2010-05-21
1
-0
/
+6
*
s3:dom_sid Global replace of DOM_SID with struct dom_sid
Andrew Bartlett
2010-05-21
1
-34
/
+27
*
Fix bug #7410 - samba sends "raw" inode number as uniqueid with unix extensi...
Jeremy Allison
2010-05-20
1
-0
/
+3
*
Make pcap headers private
Simo Sorce
2010-05-14
1
-1
/
+0
*
s3: only include gen_ndr headers where needed.
Günther Deschner
2010-05-06
1
-23
/
+0
*
s3-smbd: group print relate data in own structure
Simo Sorce
2010-04-23
1
-2
/
+8
*
Move to using 64-bit mid values in our internal open file database.
Jeremy Allison
2010-04-12
1
-19
/
+36
*
Plumb SMB2 stubs into all the places we defer SMB1 operations.
Jeremy Allison
2010-04-09
1
-0
/
+3
*
Stop smb2 from calling into smb1 blocking lock request code.
Jeremy Allison
2010-04-08
1
-0
/
+6
*
Fix bug #7240 - Net usershare is not case sensitive.
Jeremy Allison
2010-03-26
1
-1
/
+3
*
Remove the bool admin_user from conn struct. We no longer look at this to mak...
Jeremy Allison
2010-03-15
1
-2
/
+0
*
Revert "Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to...
Karolin Seeger
2010-03-08
1
-2
/
+1
*
Fix for bug #7189 - Open txt files with notepad on samba shares creates problem.
Jeremy Allison
2010-03-05
1
-5
/
+10
*
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
[next]