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
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3: Add some DEBUG
Volker Lendecke
2010-10-20
1
-0
/
+2
*
s3: Cope with EINTR in smbd_[un]lock_socket
Volker Lendecke
2010-10-20
1
-2
/
+10
*
Add deadtime detection for SMB2. Correctly update lastused timestamp across a...
Jeremy Allison
2010-10-19
2
-30
/
+76
*
Add SMB2 paths to smbd/conn.c. Except for conn_idle_all(), to be cleaned up n...
Jeremy Allison
2010-10-19
1
-32
/
+105
*
Copyright/whitespace/comment cleanup in preparation for adding SMB2 paths.
Jeremy Allison
2010-10-19
1
-20
/
+27
*
Move tcons.num_open from smb1 to sconn->num_tcons_open as this is needed for ...
Jeremy Allison
2010-10-19
4
-7
/
+11
*
s3-waf Use LIBSECRUITY subsystem from the common wscript_build
Andrew Bartlett
2010-10-19
1
-24
/
+9
*
s3-waf: all subsystems complete now, no need for this loop anymore.
Günther Deschner
2010-10-19
1
-26
/
+0
*
s3-waf: convert rpc into a subsystem.
Günther Deschner
2010-10-19
2
-63
/
+140
*
s3: fix the build of idmap_adex, idmap_tdb2, idmap_hash and several vfs modules.
Günther Deschner
2010-10-18
5
-0
/
+5
*
s3-waf: fix the build after libcli/security changes.
Günther Deschner
2010-10-18
1
-2
/
+5
*
s3-waf: fix the build of smbtorture.
Günther Deschner
2010-10-18
1
-9
/
+9
*
s3-waf: fix pdb modules build.
Günther Deschner
2010-10-18
2
-16
/
+15
*
s3:libsmb: add pipe related NT_STATUS_RPC_* codes
Stefan Metzmacher
2010-10-18
1
-0
/
+6
*
s3-winbind: Fixed init order.
Andreas Schneider
2010-10-18
1
-3
/
+3
*
Don't arbitrarily clean all parametric options in add_a_service(),
Jeremy Allison
2010-10-16
1
-3
/
+3
*
Ensure we have correct parameters to use Windows ACL modules.
Jeremy Allison
2010-10-16
2
-4
/
+9
*
Add acl_xattr:ignore system acls boolean (normally false) to allow
Jeremy Allison
2010-10-16
3
-11
/
+38
*
Add make_default_filesystem_acl() function to be used in following change to ...
Jeremy Allison
2010-10-15
2
-0
/
+114
*
Fix handling of "NULL" DACL. Map to u/g/w - rwx.
Jeremy Allison
2010-10-15
1
-23
/
+33
*
Fix "force unknown ACL user" to strip out foreign SIDs from POSIX ACLs if the...
Jeremy Allison
2010-10-15
1
-0
/
+8
*
Add debug message to get_nt_acl_internal() to see what we got.
Jeremy Allison
2010-10-15
1
-0
/
+7
*
Fix valgrind "uninitialized read" error on "info" when returning !NT_STATUS_OK.
Jeremy Allison
2010-10-15
1
-1
/
+5
*
Fix bug #7734 - When creating files with "inherit ACLs" set to true, we negle...
Jeremy Allison
2010-10-15
2
-2
/
+2
*
Fix bug #7733 - Invalid client DOS attributes on create can cause incorrect u...
Jeremy Allison
2010-10-15
1
-0
/
+9
*
s3-rpc_server: Normalize rpc_pipe_open_interface pipe name.
Andreas Schneider
2010-10-15
1
-1
/
+6
*
s3-rpc_server: Make auth_serversupplied_info const.
Andreas Schneider
2010-10-15
4
-11
/
+11
*
s3-winbind: Fixed the build of idmap_rid.
Andreas Schneider
2010-10-15
1
-0
/
+1
*
s3: Remove smbd_server_conn from construct_reply
Volker Lendecke
2010-10-14
1
-4
/
+6
*
s3: Lift smbd_server_conn from receive_smb_talloc
Volker Lendecke
2010-10-14
1
-10
/
+9
*
s3: Lift smbd_server_conn from receive_smb_raw_talloc
Volker Lendecke
2010-10-14
1
-8
/
+10
*
s3: Lift smbd_server_conn from receive_smb_raw_talloc_partial_read
Volker Lendecke
2010-10-14
1
-10
/
+10
*
s3: Remove some explicit smbd_server_conn refs in process_smb()
Volker Lendecke
2010-10-14
1
-2
/
+2
*
s3: Rename "conn" to the more used "sconn" in process_smb()
Volker Lendecke
2010-10-14
1
-7
/
+7
*
libcli/auth Merge source4/libcli/security and util_sid.c into the common code
Andrew Bartlett
2010-10-14
5
-360
/
+5
*
libcli/security Define traditional constants in terms of IDL macros
Andrew Bartlett
2010-10-14
1
-65
/
+0
*
libcli/security Move source3/lib/util_seaccess.c into the common code
Andrew Bartlett
2010-10-14
3
-260
/
+1
*
s3-acl Use uint32_t for counting the ACEs
Andrew Bartlett
2010-10-14
1
-1
/
+1
*
s3-acl Merge source4-supported privileges into se_access_check
Andrew Bartlett
2010-10-14
1
-5
/
+9
*
s3-util_nttoken.c Also copy the rights_mask when copying a security_token
Andrew Bartlett
2010-10-14
1
-0
/
+4
*
s3-auth Use security_token_debug() from common code
Andrew Bartlett
2010-10-14
8
-35
/
+7
*
s3-auth use security_token_has_sid() from the common code
Andrew Bartlett
2010-10-14
1
-9
/
+2
*
s3 Replace is_sid_in_token() with security_token_has_sid() from common code
Andrew Bartlett
2010-10-14
6
-21
/
+10
*
s3:gpfs: Add support for the gpfs_ftruncate call
Christian Ambach
2010-10-13
3
-2
/
+28
*
s3:vfs:gpfs convert sharemodes/leases parameter
Christian Ambach
2010-10-13
2
-20
/
+64
*
s3:vfs:syncops add option to disable module per share
Christian Ambach
2010-10-13
1
-6
/
+35
*
s3:vfs:syncops make it possible to specify syncops:onclose per share
Christian Ambach
2010-10-13
1
-7
/
+43
*
s3:registry: fix some trailing spaces in reg_backend_db
Michael Adam
2010-10-12
1
-6
/
+6
*
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
2010-10-12
145
-45
/
+145
*
Make the vfs_acl_xattr and other modules work with NULL SD's. Fix
Jeremy Allison
2010-10-12
1
-41
/
+29
[next]