summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* selftest: Do not let deprecated option warnings muck this test upAndrew Bartlett2020-08-181-0/+4
* selftest: Add test for suppression of deprecation warningsAndrew Bartlett2020-08-181-0/+33
* Fix a comment typo copied aroundVolker Lendecke2020-08-176-6/+6
* lib: Move get_socket_port() to its only consumerVolker Lendecke2020-08-172-1/+33
* lib: Remove unused client_socket_port()Volker Lendecke2020-08-172-9/+0
* lib: Remove unused client_socket_addr()Volker Lendecke2020-08-171-1/+0
* lib: Remove unused client_addr()Volker Lendecke2020-08-172-6/+0
* lib: Remove unused open_udp_socket()Volker Lendecke2020-08-172-54/+0
* lib: Move read_udp_v4_socket() to nmbdVolker Lendecke2020-08-173-46/+43
* lib: Move send_keepalive() to smbd/smb1_utils.cVolker Lendecke2020-08-175-15/+17
* lib/util: Standardize use of st_[acm]time nsMatthew DeVore2020-08-152-124/+19
* s3: lib: Fix unneeded relative path in #include.Matthew DeVore2020-08-151-1/+1
* libsmb: Fix CID 1465860 Control flow issues (DEADCODE)Volker Lendecke2020-08-111-1/+1
* Remove depracated "ldap ssl ads" smb.conf optionIsaac Boukris2020-08-112-12/+0
* winbind: directly use dcerpc_binding_handle_is_connected() in reset_connectio...Ralph Boehme2020-08-081-1/+2
* s3:rpc_client: reverse rpccli_{is_connected,set_timeout}() and rpccli_bh_{is_...Stefan Metzmacher2020-08-081-14/+32
* s3: libsmb: Cleanup - Remove the last use of a struct sockaddr_storage variab...Jeremy Allison2020-08-071-5/+0
* s3: libsmb: Cleanup - Move dsgetdcname.c to using struct samba_sockaddr inter...Jeremy Allison2020-08-071-22/+43
* s3: libsmb: Change dns_lookup_list_async() and associated functions to return...Jeremy Allison2020-08-073-10/+9
* s3: libsmb: Add utility function sockaddr_storage_to_samba_sockaddr().Jeremy Allison2020-08-072-1/+29
* s3: libsmb: Make discover_dc_dns() use async DNS.Jeremy Allison2020-08-071-45/+178
* s3: libsmb: Make dns_lookup_list_async() available to other Samba callers.Jeremy Allison2020-08-072-6/+12
* s3: libsmb: Remove dns_lookup_list(). No longer used.Jeremy Allison2020-08-071-82/+0
* s3: libsmb: Use dns_lookup_list_async() instead of dns_lookup_list().Jeremy Allison2020-08-071-4/+5
* s3: libsmb: Add dns_lookup_list_async() - not yet used.Jeremy Allison2020-08-071-0/+390
* s3: Parameters. Add 'async dns timeout' parameter. Default to 10. Minimum val...Jeremy Allison2020-08-072-0/+17
* s3: net: Add new 'net ads dns async <name>' command.Jeremy Allison2020-08-071-0/+82
* Revert "build: fix the coverage build"Andrew Bartlett2020-08-072-29/+5
* libsmb: Fix CID 1465656 Resource leakVolker Lendecke2020-08-061-0/+1
* s3: libsmb: Move all calls to convert_ss2service() to one place now all metho...Jeremy Allison2020-08-041-42/+8
* s3: libsmb: Now all resolution functions return a ss_list on success, we only...Jeremy Allison2020-08-041-6/+1
* s3: libsmb: Change resolve_ads() to return a talloc'ed ss_list, matching the ...Jeremy Allison2020-08-041-18/+31
* s3: libsmb: Rewrite resolve_ads() to use the previously added dns_lookup_list...Jeremy Allison2020-08-041-82/+178
* s3: libsmb: Add in (currently unused) function dns_lookup_list().Jeremy Allison2020-08-041-0/+82
* s3: libsmb: Pass in TALLOC_CTX * parameter to resolve_ads() instead of creati...Jeremy Allison2020-08-041-14/+6
* s3: libsmb: Cleanup - ensure ss_list variables are initialized with NULL.Jeremy Allison2020-08-041-2/+2
* s3: libsmb: Cleanup - put talloc parameter first in name_resolve_bcast().Jeremy Allison2020-08-044-10/+15
* s3: libsmb: Cleanup - put talloc parameter first in resolve_wins().Jeremy Allison2020-08-042-6/+6
* s3/s4: Cleanup. Move TALLOC_CTX * parameter to be first in resolve_lmhosts_fi...Jeremy Allison2020-08-041-1/+1
* s3: libsmb: Cleanup - put talloc parameter first in resolve_hosts().Jeremy Allison2020-08-041-4/+5
* s3: libsmb: Cleanup - reformatting name_resolve_bcast() parameters inside int...Jeremy Allison2020-08-041-2/+5
* s3: libsmb: Cleanup - reformatting resolve_wins() parameters inside internal_...Jeremy Allison2020-08-041-1/+2
* s3: libsmb: Cleanup - reformatting resolve_lmhosts_file_as_sockaddr() paramet...Jeremy Allison2020-08-041-2/+6
* s3: libsmb: Cleanup - reformatting 2nd use of resolve_ads() parameters inside...Jeremy Allison2020-08-041-2/+5
* s3: libsmb: Cleanup - reformatting resolve_ads() parameters inside internal_r...Jeremy Allison2020-08-041-2/+5
* s3: libsmb: Cleanup - reformatting resolve_hosts() parameters inside internal...Jeremy Allison2020-08-041-2/+4
* s3: libsmb: Cleanup - Remove incorrect comment in resolve_ads(). The DNS code...Jeremy Allison2020-08-041-1/+0
* s3: libsmb: Cleanup - modernize DEBUG -> DBG_ in internal_resolve_name()Jeremy Allison2020-08-041-11/+10
* s3: libsmb: Cleanup - split allocation and NULL check in internal_resolve_nam...Jeremy Allison2020-08-041-2/+2
* s3: libsmb: Cleanup - use helper 'ok' bool for internal_resolve_name().Jeremy Allison2020-08-041-2/+3