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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-16
s3-selftest: convert stream_depot vfstest driver into a subunit test
Andrew Bartlett
3
-10
/
+35
2012-08-16
fix printf warning in net connections
Andrew Bartlett
1
-2
/
+2
2012-08-16
s3:utils: remove standalone cclean tool
Gregor Beck
4
-329
/
+1
2012-08-16
s3:doc manpage for "net connections cleanup"
Gregor Beck
1
-0
/
+39
2012-08-16
s3:net add command "connections cleanup"
Gregor Beck
5
-2
/
+286
2012-08-15
s3-vfs: Set errno in xattr emulation
Andrew Bartlett
2
-0
/
+7
2012-08-15
s3-vfs: Avoid loops in VFS modules: call _NEXT functions in xattr emulation
Andrew Bartlett
2
-8
/
+8
2012-08-15
s3-vfs: ensure we strictly free the talloc_stackframe
Andrew Bartlett
1
-1
/
+1
2012-08-15
s4-selftest: Fix test name for samba.tests.dcerpc.bare
Andrew Bartlett
1
-1
/
+1
2012-08-15
librpc/idl: Make smb_acl_t public so we can pull/push it as a blob
Andrew Bartlett
2
-1
/
+10
2012-08-15
libcli/smb: verify decrypted SMB2 pdus correctly
Stefan Metzmacher
1
-2
/
+38
2012-08-15
libcli/smb: fix parsing of compounded messages within a SMB2_TRANSFORM pdu
Stefan Metzmacher
1
-5
/
+12
2012-08-15
libcli/smb: fix smb2cli_req_compound_submit for multiple encrypted messages
Stefan Metzmacher
1
-63
/
+104
2012-08-15
s3:smb2_server: do calculations based on SMBD_SMB2_NUM_IOV_PER_REQ in smbd_sm...
Stefan Metzmacher
1
-3
/
+3
2012-08-15
libcli/smb: all flags except SMB2_HDR_FLAG_ASYNC should be cleared in a cance...
Stefan Metzmacher
1
-0
/
+6
2012-08-15
s3-sysacls: Remove sys_acl_free_qualifier() as it is a no-op
Andrew Bartlett
4
-10
/
+0
2012-08-15
s3-sysacls: Remove sys_acl_free_acl() and replace with TALLOC_FREE()
Andrew Bartlett
5
-48
/
+41
2012-08-15
s3-smbd: Remove sys_acl_*() VFS wrapper functions
Andrew Bartlett
9
-1271
/
+1
2012-08-15
s3-smbd: Remove unused conn argument from convert_permset_to_mode_t()
Andrew Bartlett
1
-3
/
+3
2012-08-15
s3-smbd: Call sys_acl_set_permset() directly rather than via the VFS
Andrew Bartlett
1
-7
/
+7
2012-08-15
s3-smbd: Call sys_acl_set_qualifier() directly rather than via the VFS
Andrew Bartlett
1
-3
/
+3
2012-08-15
s3-smbd: Call sys_acl_set_tag_type() directly rather than via the VFS
Andrew Bartlett
1
-6
/
+6
2012-08-15
s3-smbd: Call sys_acl_create_entry() directly rather than via the VFS
Andrew Bartlett
1
-6
/
+6
2012-08-15
s3-smbd: Call sys_acl_add_perm() directly rather than via the VFS
Andrew Bartlett
1
-6
/
+6
2012-08-15
s3-smbd: Call sys_acl_clear_perms() directly rather than via the VFS
Andrew Bartlett
1
-2
/
+2
2012-08-15
s3-smbd: Call sys_acl_init() directly rather than via the VFS
Andrew Bartlett
1
-3
/
+3
2012-08-15
s3-smbd: Call sys_acl_free_acl() directly rather than via the VFS
Andrew Bartlett
2
-24
/
+24
2012-08-15
s3-smbd: Call sys_acl_free_qualifier() directly rather than via the VFS
Andrew Bartlett
1
-2
/
+2
2012-08-15
s3-smbd: Call sys_acl_get_entry() directly rather than via the VFS
Andrew Bartlett
2
-8
/
+8
2012-08-15
s3-smbd: Call sys_acl_free_qualifier() directly rather than via the VFS
Andrew Bartlett
1
-2
/
+2
2012-08-15
s3-smbd: Call sys_acl_get_qualifier() directly rather than via the VFS
Andrew Bartlett
2
-4
/
+4
2012-08-15
s3-smbd: Call sys_acl_get_tagtype() directly rather than via the VFS
Andrew Bartlett
2
-5
/
+5
2012-08-15
s3-smbd: Call sys_acl_get_permset() directly rather than via the VFS
Andrew Bartlett
2
-8
/
+8
2012-08-15
s3-smbd: Call sys_acl_get_perm() directly rather than via the VFS
Andrew Bartlett
2
-9
/
+9
2012-08-15
s3-smbd: Move smb_acl_t declaration to smb_acl.idl
Andrew Bartlett
5
-35
/
+73
2012-08-15
pidl: Add mode_t as an alias so we can marshall posix ACL structures
Andrew Bartlett
1
-0
/
+1
2012-08-15
s3-smbd: Change allocation of smb_acl_t to talloc()
Andrew Bartlett
9
-64
/
+49
2012-08-15
libwbclient: Add test for wbcPingDc2
Christof Schmitt
1
-0
/
+14
2012-08-15
wbinfo: Improve output of wbinfo --ping-dc
Christof Schmitt
1
-3
/
+5
2012-08-15
libwbclient: Add wbcPingDc2
Christof Schmitt
4
-2
/
+115
2012-08-15
s3-winbind: Return the DC name from DC_PING
Christof Schmitt
3
-1
/
+14
2012-08-15
s3-winbind: Pass ping-dc result to client
Christof Schmitt
1
-1
/
+9
2012-08-15
selftest: Add knownfail for samba3.winbind.wbclient.wbcPingDc2
Andrew Bartlett
1
-0
/
+1
2012-08-14
s4:dsdb/repl: fix the usage of 'GC/' prefixed principal names
Stefan Metzmacher
1
-21
/
+6
2012-08-14
s4:samba-tool/drs: print the dns name of the server belonging to a connection
Stefan Metzmacher
1
-1
/
+4
2012-08-14
s4:ntp_signd: fix SEGV if SID cannot be found
Arvid Requate
1
-1
/
+5
2012-08-14
s3-passdb: Silence scary DEBUG(0) message on first use of secrets.tdb databases
Andrew Bartlett
1
-5
/
+10
2012-08-14
s4-dsdb: Use samdb_dn_is_our_ntdsa()
Andrew Bartlett
5
-37
/
+61
2012-08-14
s4-dsdb: Add samdb_dn_is_our_ntdsa()
Andrew Bartlett
1
-0
/
+25
2012-08-14
s4-dsdb: Use samdb_reference_dn_is_our_ntdsa()
Andrew Bartlett
1
-35
/
+4
[next]