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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s4:dlz_bind9: let dlz_bind9 use dns_common_lookup() before removing records
Stefan Metzmacher
2014-08-27
1
-46
/
+7
*
s4:dlz_bind9: let dlz_bind9 use dns_common_replace()
Stefan Metzmacher
2014-08-27
1
-77
/
+50
*
s4:dlz_bind9: let dlz_bind9 use dns_common_extract()
Stefan Metzmacher
2014-08-27
1
-57
/
+61
*
s4:dlz_bind9: let dlz_bind9 use dns_common_lookup() for name lookup
Stefan Metzmacher
2014-08-27
2
-53
/
+21
*
torture-dns: Add test for dlz_bind9 updates
Stefan Metzmacher
2014-08-27
1
-0
/
+517
*
torture-dns: Add test for dlz_bind9 zonedumps
Stefan Metzmacher
2014-08-27
1
-0
/
+106
*
torture-dns: Add test for dlz_bind9 lookups
Andrew Bartlett
2014-08-27
1
-0
/
+224
*
s4:torture:dlz_bind9: fix spnego tests
Stefan Metzmacher
2014-08-27
1
-2
/
+12
*
s4:setup/dns_update_list: make use of the new substitution variables
Stefan Metzmacher
2014-08-26
1
-36
/
+46
*
s4:samba_dnsupdate: provide more substitution variables e.g. IF_RODC
Stefan Metzmacher
2014-08-26
1
-0
/
+57
*
s4:samba_dnsupdate: don't try to be smart when verifying NS records
Stefan Metzmacher
2014-08-26
1
-19
/
+0
*
s4:samba_dnsupdate: cache the already registered records
Stefan Metzmacher
2014-08-26
3
-17
/
+115
*
s4:samba_dnsupdate: fix dnsobj.__str__()
Stefan Metzmacher
2014-08-26
1
-5
/
+5
*
s4:samba_dnsupdate: don't lower case the registered names
Stefan Metzmacher
2014-08-26
1
-5
/
+5
*
python/join: use lowercase for the dnshostname.
Stefan Metzmacher
2014-08-26
1
-2
/
+2
*
selftest/Samba3: also bind to ipv6
Stefan Metzmacher
2014-08-26
1
-5
/
+12
*
selftest/Samba4: also bind to ipv6
Stefan Metzmacher
2014-08-26
1
-3
/
+21
*
selftest: export _IPV6 environment variables
Stefan Metzmacher
2014-08-26
2
-0
/
+7
*
libcli/dns: ignore NS entries in dns_hosts_file.c at a higher log level for now
Stefan Metzmacher
2014-08-26
1
-0
/
+12
*
libcli/dns: add AAAA support to dns_hosts_file.c
Stefan Metzmacher
2014-08-26
1
-7
/
+16
*
s4:dlz_bind9: do an early talloc_free(el_ctx) in dlz_allnodes()
Stefan Metzmacher
2014-08-26
1
-0
/
+2
*
s4:dlz_bind9: avoid some compiler warnings
Stefan Metzmacher
2014-08-26
3
-7
/
+8
*
s4:dns_server: handle tombstones in handle_one_update()
Stefan Metzmacher
2014-08-26
1
-16
/
+25
*
s4:dns_server: add DNS_TYPE_TOMBSTONE support to dns_common_replace()
Stefan Metzmacher
2014-08-26
1
-4
/
+77
*
s4:dns_server: make sure dns_common_lookup() doesn't return tombstones
Stefan Metzmacher
2014-08-26
3
-6
/
+53
*
s4:dns_server: use .wType = DNS_TYPE_TOMBSTONE instead of ZERO_STRUCT()
Stefan Metzmacher
2014-08-26
1
-5
/
+15
*
s4:dns_server: split out dns_common_replace()
Stefan Metzmacher
2014-08-26
4
-68
/
+90
*
s4:dns_server: remove const from dns_replace_records()
Stefan Metzmacher
2014-08-26
2
-2
/
+2
*
s4:dns_server: split out dns_common_extract() and dns_common_lookup()
Stefan Metzmacher
2014-08-26
3
-44
/
+92
*
s4:dns_server: split out a private 'dnsserver_common' library
Stefan Metzmacher
2014-08-26
5
-36
/
+105
*
s4:dns_server: map LDB_ERR_NO_SUCH_OBJECT to WERR_DNS_ERROR_NAME_DOES_NOT_EXIST
Stefan Metzmacher
2014-08-26
2
-14
/
+24
*
s4:dns_server: handle WERR_DNS_ERROR_NAME_DOES_NOT_EXIST in werr_to_dns_err()
Stefan Metzmacher
2014-08-26
1
-0
/
+2
*
smbd: Properly initialize mangle_hash
Volker Lendecke
2014-08-26
1
-0
/
+4
*
passdb: fix NT_STATUS_NO_SUCH_GROUP
Arvid Requate
2014-08-25
1
-2
/
+2
*
Don't discard result of checking grouptype
Roel van Meer
2014-08-23
1
-2
/
+0
*
messaging3: Avoid messaging_is_self_send
Volker Lendecke
2014-08-23
1
-9
/
+6
*
lib: Introduce server_id_same_process()
Volker Lendecke
2014-08-23
2
-5
/
+9
*
pthreadpool: Slightly serialize jobs
Volker Lendecke
2014-08-23
1
-1
/
+1
*
messaging3: Add msg_sink/source -- perftest
Volker Lendecke
2014-08-23
3
-0
/
+455
*
selftest/Samba4: avoid warnings about 'path' not specified on 'ntvfs handler ...
Stefan Metzmacher
2014-08-23
1
-0
/
+2
*
torture: Fix cleanup2 to utilize on-demand cleanup
Volker Lendecke
2014-08-23
1
-16
/
+3
*
torture: Run the cleanup2 test against 2 nodes
Volker Lendecke
2014-08-23
1
-1
/
+1
*
brlock: Remove validate_lock_entries
Volker Lendecke
2014-08-23
1
-94
/
+1
*
brlock: Do auto-cleanup at conflict time
Volker Lendecke
2014-08-23
4
-48
/
+57
*
s3: smbd: POSIX ACLs. Remove incorrect check for SECINFO_PROTECTED_DACL in in...
Jeremy Allison
2014-08-22
1
-5
/
+1
*
messaging_dgm: Factor out messaging_dgm_lockfile_name
Volker Lendecke
2014-08-22
1
-9
/
+15
*
messaging_dgm: Use %ju to fill lockfile
Volker Lendecke
2014-08-22
1
-1
/
+1
*
libcli/security: add better detection of SECINFO_[UN]PROTECTED_[D|S]ACL in ge...
Stefan Metzmacher
2014-08-22
1
-16
/
+20
*
s3:smbd: mask security_information input values with SMB_SUPPORTED_SECINFO_FLAGS
Stefan Metzmacher
2014-08-22
4
-5
/
+12
*
security.idl: add SMB_SUPPORTED_SECINFO_FLAGS
Stefan Metzmacher
2014-08-22
1
-0
/
+18
[prev]
[next]