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
path:
root
/
source3
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-12
s3: factor out messaging_send_to_children()
Gregor Beck
3
-8
/
+20
2011-10-12
s3: fix id_cache_kill to delete the the id-mappig from caches
Gregor Beck
3
-2
/
+5
2011-10-12
s3:smbcacls: make get_domain_sid() static
Michael Adam
1
-1
/
+1
2011-10-12
s3:dbwrap_ctdb: improve the check for skipping the __db_sequence_number__ rec...
Michael Adam
1
-2
/
+1
2011-10-12
s3:dbwrap_ctdb: fix check for skipping the __db_sequence_number__ in traverse
Michael Adam
1
-1
/
+1
2011-10-12
Fix bug #8515 - Empty CIFS share can be blocked for other clients by deleting...
Volodymyr Khomenko
1
-0
/
+8
2011-10-12
Fix bug #8521 - winbindd cache timeout expiry test was reversed
Jeremy Allison
1
-1
/
+1
2011-10-12
s3-group-mapping: Remove fstrings from GROUP_MAP.
Simo Sorce
22
-455
/
+935
2011-10-12
s3-dbwrap_ctdb: fix the build.
Günther Deschner
1
-1
/
+4
2011-10-12
s3-groupdb: split out groupdb/mapping_tdb.h.
Günther Deschner
4
-4
/
+32
2011-10-12
s3 waf: Use upper case uselib_store parameter, otherwise the following checks...
Kai Blin
1
-2
/
+2
2011-10-12
s3:dbwrap: remove m_all marshall buffer from ctdb transaction.
Gregor Beck
1
-23
/
+1
2011-10-12
s3:dbwrap: traverse records created within this transaction.
Gregor Beck
1
-1
/
+39
2011-10-12
s3:registry: improve regdb_create_subkey_internal() to always complete incoml...
Michael Adam
1
-2
/
+12
2011-10-12
s3:smbcacls fix leaking talloc stackframce on tcon failure
Gregor Beck
1
-2
/
+4
2011-10-12
s3:smbcacls fix possible SEGFAULT
Gregor Beck
1
-10
/
+14
2011-10-12
s3:smbcacls add option domain-sid
Gregor Beck
1
-5
/
+16
2011-10-12
s3:smbcacls get_domain_sid for sddl parsing/formating from lsarpc
Gregor Beck
1
-2
/
+72
2011-10-12
s3:smbcacls pretty print acl control field
Gregor Beck
1
-1
/
+43
2011-10-11
s3-waf: make sure we build example vfs modules with --enable-developer.
Günther Deschner
2
-0
/
+2
2011-10-11
s3-waf: fix configure check for HAVE_LINUX_READAHEAD.
Günther Deschner
1
-5
/
+2
2011-10-11
s3-waf: fix configure check for HAVE_LINUX_FALLOCATE64.
Günther Deschner
1
-10
/
+2
2011-10-11
s3-waf: fix configure check for HAVE_LINUX_FALLOCATE.
Günther Deschner
1
-10
/
+2
2011-10-11
s3-waf: fix configure check for HAVE_POSIX_FADVISE.
Günther Deschner
1
-5
/
+2
2011-10-11
s3:dbwrap: change dbwrap_store_uint32() to NTSTATUS return type
Michael Adam
5
-14
/
+18
2011-10-11
s3:dbwrap: change dbwrap_store_int32() to NTSTATUS return type
Michael Adam
6
-31
/
+53
2011-10-11
s3:dbwrap: change dbwrap_fetch_uint32() to NTSTATUS return type (instead of b...
Michael Adam
10
-48
/
+65
2011-10-11
s3:dbwrap: convert dbwrap_fetch_int32() to NTSTATUS return code
Michael Adam
8
-31
/
+88
2011-10-11
s3:idmap_tdb2: fix hwm-handling to use uint32 consistently
Michael Adam
1
-10
/
+12
2011-10-11
s3:idmap_tdb: fix hwm-handling to use uint32 consistently
Michael Adam
1
-8
/
+10
2011-10-11
s3:passdb:account_pol: use dbwrap_fetch_uint32, not dbwrap_fetch_int32 for th...
Michael Adam
1
-3
/
+12
2011-10-11
s3:idmap_autorid: make a debug message more precise
Michael Adam
1
-1
/
+1
2011-10-11
s3:idmap_autorid: untangle function from check and log status in idmap_autori...
Michael Adam
1
-6
/
+7
2011-10-11
s3:dbwrap: move definitions of db_record and db_contect structs to dbwrap_pri...
Michael Adam
5
-35
/
+40
2011-10-11
s3:torture: convert torture.c to only use dbwrap wrapper functions
Michael Adam
1
-17
/
+26
2011-10-11
s3:locking: convert posix.c to use dbwrap wrapper functions only
Michael Adam
1
-29
/
+40
2011-10-11
s3:locking: convert locking.c to use dbwrap wrapper functions only
Michael Adam
1
-12
/
+31
2011-10-11
s3:locking: convert brlock to only use dbwrap wrapper functions
Michael Adam
1
-15
/
+28
2011-10-11
s3:messages: convert to use only dbwrap wrapper functions
Michael Adam
1
-1
/
+1
2011-10-11
s3:groupdb: convert mapping_tdb.c to use dbwrap wrapper functions only
Michael Adam
1
-21
/
+31
2011-10-11
s3:rpc_server: convert srvsvc to only use dbwrap wrapper functions
Michael Adam
1
-2
/
+5
2011-10-11
s3:smbd: convert notify db to use dbwrap wrapper functions
Michael Adam
1
-28
/
+30
2011-10-11
s3:smbd: convert session.c to use dbwrap wrapper functions only
Michael Adam
1
-6
/
+12
2011-10-11
s3:smbd: convert connections.c to use only dbrwap wrapper functions
Michael Adam
1
-3
/
+3
2011-10-11
s3:conn_tdb: convert connections tdb to only use dbwrap wrapper functions
Michael Adam
1
-13
/
+45
2011-10-11
s3:vfs: convert the acl_tdb module to use dbwrap wrapper functions.
Michael Adam
1
-13
/
+14
2011-10-11
s3:vfs: convert nfs4_acls sidmap db code to use dbwrap_wrapper functions
Michael Adam
1
-2
/
+4
2011-10-11
s3:vfs: change the xattr_tdb module to use dbwrap wrapper functions
Michael Adam
1
-11
/
+18
2011-10-11
s3:printing: convert printer_list to use dbwrap wrapper functions
Michael Adam
1
-11
/
+20
2011-10-11
s3:secrets: convert to use dbwrap wrapper functions only
Michael Adam
2
-7
/
+14
[next]