Add --set-nt-hash option to pdbedit to update user password from nt-hash hexstring.
[kai/samba-autobuild/.git] / libcli /
2015-11-18 Christof Schmittlibcli/smb: Use helper function for finding session
2015-10-26 Andrew Bartlettrepl: Give an error if we get a secret when not expecti...
2015-10-14 Jeremy Allisonlib: cli: Add accessor function smb2cli_tcon_flags...
2015-10-14 Volker Lendeckelibdap: Fix a '\0' vs NULL mixup
2015-10-07 Richard SharpeChange the libreadline word-break character set to...
2015-08-26 Volker Lendeckelib: Remove unused sid_blob_parse
2015-08-26 Volker Lendeckelib: Make sid_parse take a uint8_t
2015-08-20 Volker Lendeckelib: Use dom_sid_equal where appropriate
2015-08-17 Stefan Metzmacherlibcli/smb: prefer AES128_CCM
2015-08-14 Volker Lendeckelibcli: Use iov_buflen in smb2_signing.c
2015-08-14 Volker Lendeckelib: Remove some unused code
2015-08-14 Volker Lendeckelib: Remove some unused code
2015-07-07 Michael AdamIntroduce setting "desired" for 'smb encrypt' and ...
2015-07-03 Stefan Metzmacherlibcli/smb: let tstream_smbXcli_np report connection...
2015-06-26 Volker Lendeckelibsmb: Streamline smb1cli_trans a bit
2015-06-16 Jeremy Allisonlib: ldap: Properly check talloc error returns.
2015-06-12 Stefan Metzmacherlibcli/smb: make sure we remove the writev_send() reque...
2015-06-12 Stefan Metzmacherlibcli/smb: add smb1 requests to the pending array...
2015-06-12 Stefan Metzmacherlibcli/smb: make sure the writev_send of smbXcli_conn_s...
2015-06-12 Stefan Metzmacherlibcli/smb: remove unused split of read_fd and write_fd
2015-06-12 Stefan Metzmacherlibcli/smb: close the socket fd at the end of smbXcli_c...
2015-06-12 Stefan Metzmacherlibcli/smb: use tevent_req_received(req) in read_smb_recv()
2015-06-05 Stefan Metzmacherlibcli/named_pipe_auth: call smb_set_close_on_exec...
2015-06-03 Volker Lendecketstream: Make socketpair nonblocking
2015-05-29 Stefan Metzmacherlibcli/smb: In CCM and GCM mode we can't reuse nonces
2015-05-29 Ross Lagerwalls3: libsmbclient: Add server-side copy support
2015-05-08 Michael Adamlibcli/smb: SMB 3.0.2: define SVHDX_OPEN_DEVICE_CONTEXT
2015-05-08 Michael Adamlibcli/smb: SMB 3.0.2: define FSCTL_QUERY_SHARED_VIRTUA...
2015-05-08 Michael Adamlibcli/smb: SMB 3.0.2: define FSCTL_SVHDX_SYNC_TUNNEL_R...
2015-05-08 Michael Adamlibcli/smb: SMB 3.0.2: define SMB2_WRITEFLAG_WRITE_UNBU...
2015-05-08 Michael Adamlibcli/smb: SMB 3.0.2: define SMB2_READFLAG_READ_UNBUFFERED
2015-05-08 Michael Adamlibcli/smb: add support for SMB >= 3.1.1 io priorities
2015-05-08 Stefan Metzmacherlibcli/smb: add define for SMB 3.1.1 SMB2_HDR_FLAG_PRIO...
2015-05-08 Stefan Metzmacherlibcli/smb: add PROTOCOL_SMB3_11 and SMB3_DIALECT_REVIS...
2015-05-08 Michael Adamlibcli/smb: don't alter state->smb2.hdr when getting...
2015-05-08 Michael Adamlibcli: add new NTSTATUS codes from SMB 3.1
2015-05-08 Michael Adamlibcli: add missing printable form of NT_STATUS_VHD_SHARED
2015-04-29 Jeremy Allisons4: Fix bad review I did in dom_sid_parse_length()...
2015-04-28 Volker Lendeckelib: Simplify dom_sid_parse_length
2015-03-30 Stefan Metzmacherlibcli/security: add security_descriptor_for_client...
2015-03-30 Stefan Metzmacherlibcli/security: support "IS" in SDDL for SID_NT_IUSR
2015-03-27 Stefan Metzmacherlibcli/util: remove unused WERR_BAD_PASSWORD
2015-03-27 Stefan Metzmacherlibcli/auth: use WERR_INVALID_PASSWORD instead of WERR_...
2015-03-27 Stefan Metzmacherlibcli/util: let WERR_UNKNOWN_LEVEL be an alias to...
2015-03-27 Richard SharpeRename SMB2_OP_FIND to SMB2_OP_QUERY_DIRECTORY so that...
2015-03-20 Stefan Metzmacherlibcli/auth: add forward declaration for struct wkssvc_...
2015-03-20 Stefan Metzmacherlibcli/auth: add some const to netlogon_creds_server_...
2015-03-20 Thomas Schulzlibcli/auth: Match Declaration of netlogon_creds_cli_co...
2015-03-20 Jeremy Allisons3: libcli: smb1: Ensure we correctly finish a tevent...
2015-03-13 Günther Deschnerlib/util: globally include herrors in error.h
2015-03-13 Günther Deschnerlibcli/util/hresult: add generated hresult_errstr(...
2015-03-13 Günther Deschnerlibcli/util/hresult: re-generate hresult.c.
2015-03-11 David Disseldorpidl: define FSCTL_DUPLICATE_EXTENTS_TO_FILE
2015-03-07 Richard SharpeAdd the definition of FSCTL_SET_INTEGRITY_INFORMATION...
2015-02-26 Volker Lendeckelibsmb: Use tevent_req_poll_ntstatus
2015-02-26 Volker LendeckeFix whitespace
2015-02-24 Volker Lendeckelib: Use iov_buflen in smb1cli_req_chain_submit
2015-02-24 Volker Lendeckelib: Use iov_buflen in smb1cli_req_writev_submit
2015-02-24 Volker Lendeckelib: Use iov_buflen in smb1cli_req_create
2015-02-24 Volker Lendeckelib: Use iov_buf in smbXcli_iov_concat
2015-02-24 Volker Lendeckelibcli: Use iov_buflen in smbXcli_iov_len
2015-02-24 Andreas Schneidernmblookup: Warn user if netbios name is too long.
2015-01-21 Stefan Metzmacherlibcli/auth: add netlogon_creds_cli_GetForestTrustInfor...
2015-01-21 Stefan Metzmacherlibcli/auth: add netlogon_creds_cli_ServerGetTrustInfo*()
2015-01-05 Stefan Metzmacherlibcli/netlogon: We need to handle a bug in FreeIPA...
2014-12-18 Andreas Schneiderlibcli-dns: Remove obsolete dns_host_file subsystem.
2014-12-12 Stefan Metzmacherlibcli/smb: only force signing of smb2 session setups...
2014-12-04 Ralph Boehmelibcli/security: add a function that checks for MS...
2014-12-04 Ralph Boehmelibcli/security: add NFS SID mappings
2014-12-04 Ralph Boehmes3:smbd: add SMB2 AAPL create context defines
2014-11-27 Stefan MetzmacherRevert "libcli/smb: mask off SMB2_LEASE_FLAG_PARENT_LEA...
2014-11-26 Jeremy Allisonlibcli: SMB2: Pure SMB2-only negprot fix to make us...
2014-11-17 Günther Deschnersamba: pass down size_t instead of int to add_string_to...
2014-11-14 Stefan Metzmacherlibcli/nbt: use NDR_SCALAR_PTR_PROTO() and fix the...
2014-11-07 Jeremy Allisonlibcli/smb: Add smb2_lease_equal() which compares clien...
2014-11-07 Volker Lendeckelibcli/smb: add smb2_lease_key_equal() helper function
2014-11-07 Volker Lendeckelibcli/smb: mask off SMB2_LEASE_FLAG_PARENT_LEASE_KEY_S...
2014-11-07 Volker Lendeckelibcli/smb: remember the lease_version in struct smb2_lease
2014-10-31 Andreas Schneiderlibcli: Make sure status is initialized.
2014-10-16 Stefan Metzmacherlibcli/smb: try to negotiate SMB2_ENCRYPTION_AES128_GCM
2014-10-16 Stefan Metzmacherlibcli/smb: support SMB2_ENCRYPTION_AES128_GCM in smb2_...
2014-10-16 Stefan Metzmacherlibcli/smb: prepare smb2_signing_[de|en]crypt_pdu(...
2014-10-16 Stefan Metzmacherlibcli/smb: pass the negotiated cipher to smb2_signing_...
2014-10-16 Stefan Metzmacherlibcli/smb: pass 'uint16_t cipher_id' to smb2_signing_...
2014-10-16 Stefan Metzmacherlibcli/smb: use conn->smb2.server.cipher != 0 instead...
2014-10-14 Günther Deschnerlibcli/smb: use lib/crypto SHA512 functions, do not...
2014-10-07 Andrew Bartletts3-winbindd: Allow winbindd to connect over SMB2 to...
2014-10-07 Stefan Metzmacherlibcli/smb: remove unused SMB2_TF_ALGORITHM define
2014-10-07 Stefan Metzmacherlibcli/smb: use SMB 3.10 flags for the transform header
2014-10-07 Stefan Metzmacherlibcli/smb: pass tcon flags to the server for SMB 3.10
2014-10-07 Stefan Metzmacherlibcli/smb: avoid validate info after tcon for SMB...
2014-10-07 Stefan Metzmacherlibcli/smb: implement SMB 3.10 session setup
2014-10-07 Stefan Metzmacherlibcli/smb: implement SMB 3.10 negprot
2014-10-07 Stefan Metzmacherlibcli/smb: add smb2cli_req_get_send_iov()
2014-10-07 Stefan Metzmacherlibcli/smb: add smb2_negotiate_context.c
2014-10-07 Stefan Metzmacherlibcli/smb: add SMB 3.10 related defines
2014-10-07 Stefan Metzmacherlibcli/smb: negotiate SMB3_DIALECT_REVISION_310 if...
2014-10-07 Stefan Metzmacherlibcli/smb: add PROTOCOL_SMB3_10
2014-10-07 Stefan Metzmacherlibcli/smb: add SMB3_DIALECT_REVISION_310 define
2014-10-07 Stefan Metzmacherlibcli/smb: fix smb2cli_validate_negotiate_info with...
next