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-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
2012-08-14
s4-repl: Use samdb_reference_dn_is_our_ntdsa()
Andrew Bartlett
1
-15
/
+13
2012-08-14
s4-dsdb: Add helper function samdb_reference_dn_is_our_ntdsa()
Andrew Bartlett
1
-1
/
+39
2012-08-14
s4-dsdb: Use ldb_dn_copy() rather than talloc_reference()
Andrew Bartlett
1
-1
/
+1
2012-08-14
s4-libnet: Prepare libnet_BecomeDC for samdb_reference_dn() returning an exte...
Andrew Bartlett
1
-0
/
+1
2012-08-14
s4-libnet: Improve debugging of libnet_BecomeDC LDAP errors
Andrew Bartlett
2
-0
/
+14
2012-08-14
s4:dsdb/repl: ldb_errstring() takes a 'struct ldb_context' not 'int'
Stefan Metzmacher
1
-1
/
+2
2012-08-14
s4:dsdb/repl: make sure instanceType_e is not changed by a reallocation
Stefan Metzmacher
1
-1
/
+11
2012-08-14
s4:dsdb/repl: avoid reallocation of msg->elements
Stefan Metzmacher
1
-1
/
+1
2012-08-14
s4-dsdb: Add mem_ctx argument to samdb_ntds_settings_dn
Andrew Bartlett
14
-30
/
+45
2012-08-14
s4-dsdb: Improve memory handling in dsdb_schema_from_ldb_results() by adding ...
Andrew Bartlett
1
-2
/
+14
2012-08-14
s4-dsdb: Improve memory handling in kccsrv_add_connection()
Andrew Bartlett
1
-0
/
+5
2012-08-14
s4-dsdb: Improve memory handling in kccsrv_find_connections() by adding a tmp...
Andrew Bartlett
1
-4
/
+15
2012-08-14
s4-dsdb: Add const
Andrew Bartlett
1
-4
/
+4
2012-08-14
VERSION: Move on to beta6!
Andrew Bartlett
1
-2
/
+2
2012-08-14
VERSION: Mark as the beta6 release
Andrew Bartlett
1
-1
/
+1
2012-08-14
WHATSNEW: prepare for 4.0 beta6
Andrew Bartlett
1
-31
/
+16
[next]