summaryrefslogtreecommitdiff
path: root/libcli
Commit message (Expand)AuthorAgeFilesLines
* lib: Remove "struct sid_parse_ret" againVolker Lendecke2019-03-122-7/+4
* lib: Make sid_parse return the parsed lengthVolker Lendecke2019-03-122-4/+7
* libcli/security: fix handling of deny type ACEs in access_check_max_allowed()Ralph Boehme2019-03-041-1/+1
* libcli/security: correct access check and maximum access calculation for Owne...Ralph Boehme2019-03-041-67/+73
* libcli: Use wrapper for string to integer conversionSwen Schillig2019-03-011-6/+8
* libcli/security: add "Owner Rights" calculation to access_check_max_allowed()Ralph Boehme2019-02-281-5/+28
* libcli:auth: Remove unused header fileAndreas Schneider2019-02-271-1/+0
* libcli:samsync: Remove unused header fileAndreas Schneider2019-02-271-1/+0
* libcli:auth: Only use the required md4 headerAndreas Schneider2019-02-271-1/+1
* libcli:auth: Only use the required md4 headerAndreas Schneider2019-02-271-1/+1
* libcli:auth: Avoid explicit ZERO_STRUCTAndreas Schneider2019-02-271-3/+1
* libcli:smb: Zero sensitive memory after useAndreas Schneider2019-02-271-0/+4
* libcli: Pass buf/len to smb2_negotiate_context_addVolker Lendecke2019-02-253-17/+19
* libcli: add getters for smb2 {signing,encryption,decryption} keysAurelien Aptel2019-02-092-0/+88
* libcli: Solaris cc can't return void valuesVolker Lendecke2019-02-031-2/+2
* pynbt: catch type errors in PyObject_AsNBTName()Douglas Bagnall2019-02-011-1/+19
* libcli:smb: Use C99 initializer for derivation in smbXcli_baseAndreas Schneider2019-01-281-2/+6
* sddl: Use C99 initializer for sid_codesAndreas Schneider2019-01-281-49/+49
* libcli:nbt: Use C99 initializer for poptOption in nmblookupAndreas Schneider2019-01-281-26/+74
* Fix tests when building with selftest but without developerIsaac Boukris2019-01-251-1/+1
* libcli: dns: Change internal DNS_REQUEST_TIMEOUT from 2 to 10 seconds.Jeremy Allison2019-01-221-1/+1
* libcli: remove declaration of nt_errstr_constPhilipp Gesang2019-01-161-9/+0
* libcli/dns: Add dns_res_rec_get_sockaddrVolker Lendecke2019-01-152-0/+40
* libcli/dns: clidns must depend on ndr_standard, not on NDR_DNSVolker Lendecke2019-01-151-1/+1
* libcli/dns: Make "clidns" a libraryVolker Lendecke2019-01-151-2/+3
* dns_lookup: Let make test override the resolv.conf locationVolker Lendecke2019-01-151-1/+12
* libcli/dns: Add dns_lookupVolker Lendecke2019-01-154-0/+435
* libcli/dns: Add resolv.conf parsingVolker Lendecke2019-01-154-1/+248
* libcli: Add error log if insufficient SMB2 creditsTim Beale2019-01-091-0/+3
* libcli:smb: Avoid explicit ZERO_STRUCTAndreas Schneider2018-12-201-4/+2
* libcli:auth: Use C99 initializers or ZERO_ARRAY instead of ZERO_STRUCTAndreas Schneider2018-12-201-9/+6
* libcli:security: Return early if there are no aces to duplicateAndreas Schneider2018-12-121-5/+10
* libcli:security: Do not duplicate invalid acesAndreas Schneider2018-12-121-0/+4
* libcli/security: add dom_sid_lookup_is_predefined_domain()Ralph Boehme2018-12-052-0/+34
* Fix spelling mistakesOlly Betts2018-11-301-2/+2
* libcli:smbreadline: Use #ifdef instead of #if for config.h definitionsAndreas Schneider2018-11-281-4/+4
* libcli:smb: Use #ifdef instead of #if for config.h definitionsAndreas Schneider2018-11-281-1/+1
* libcli: Use dom_sid_str_bufVolker Lendecke2018-11-271-2/+5
* libcli: Use dom_sid_str_bufVolker Lendecke2018-11-271-4/+5
* libcli: Make smb2cli_notify_send cancellableVolker Lendecke2018-11-211-6/+25
* libcli/smb: don't overwrite status codeRalph Boehme2018-11-131-5/+7
* libcli/smb: use require_signed_response in smb2cli_conn_dispatch_incoming()Ralph Boehme2018-11-131-1/+16
* libcli/smb: defer singing check a little bitRalph Boehme2018-11-131-6/+6
* libcli/smb: maintain require_signed_response in smbXcli_req_stateRalph Boehme2018-11-131-0/+3
* libcli/smb: add smb2cli_session_require_signed_response()Ralph Boehme2018-11-132-0/+9
* libcli: Use dom_sid_str_bufVolker Lendecke2018-11-091-11/+7
* lib: Make dom_sid_string_buf staticVolker Lendecke2018-11-032-2/+1
* libcli: fill endtime if smbXcli_req_create() timeout is non-zeroRalph Boehme2018-11-021-8/+4
* libcli: add smbXcli_req_endtimeRalph Boehme2018-11-022-0/+11
* lib: Add dom_sid_str_bufVolker Lendecke2018-11-022-0/+12