s3-rpc_server: Use new rpc named pipe functions.
[nivanova/samba-autobuild/.git] / libcli /
2013-10-29 Andreas Schneiderlibcli: Add tstream_npa_socketpair() function.
2013-10-24 Nadezhda Ivanovas4-dsacl: Fixed incorrect handling of privileges in...
2013-10-17 Stefan Metzmacherlibcli/smb: add SMB2_HDR_FLAG_DFS for SMB2 Create opera...
2013-10-17 Stefan Metzmacherlibcli/smb: add FLAG_CASELESS_PATHNAMES based on FILE_C...
2013-10-17 Stefan Metzmacherlibcli/smb: move Filesystem Attributes defines to smb_c...
2013-10-17 Stefan Metzmacherlibcli/smb: add FLAGS2_DFS_PATHNAMES for SMB1 operation...
2013-10-17 Stefan Metzmacherlibcli/smb: add smbXcli_tcon_{set,get}_fs_attributes()
2013-10-17 Stefan Metzmacherlibcli/smb: add smbXcli_tcon_is_dfs_share()
2013-10-17 Luk Claeslibcli/smb: Introduce smbXcli_conn_dfs_supported
2013-10-15 Michael Adamlibcli/smb: add smb2cli_tcon_is_encryption_on()
2013-10-06 Volker Lendeckelibcli: Correct smb2_lease_pull
2013-10-06 Volker Lendeckelibcli: Add const to smb2_lease_pull
2013-09-18 Stefan Metzmacherlibcli/smb: only check the SMB2 session setup signature...
2013-09-17 Stefan Metzmacherlibcli/smb: fix non mendatory signing against some...
2013-09-17 Stefan Metzmacherlibcli/smb: use SMB1 MID=0 for the initial Negprot
2013-09-17 Stefan Metzmacherlibcli/smb: negotiate SMB3_DIALECT_REVISION_302 if...
2013-09-17 Stefan Metzmacherlibcli/smb: add PROTOCOL_SMB3_02
2013-09-17 Stefan Metzmacherlibcli/smb: add SMB3_DIALECT_REVISION_302
2013-08-21 Jeremy AllisonAs SMB3 has transport level encryption, allow smbclient...
2013-08-15 Stefan Metzmacherlibcli/smb: add smb2cli_conn_req_possible()
2013-08-15 Stefan Metzmacherlibcli/smb: add smb1cli_conn_req_possible()
2013-08-15 Stefan Metzmacherlibcli/smb: pass max_dyn_len to smb2cli_req_send()
2013-08-15 Stefan Metzmacherlibcli/smb: pass max_dyn_len to smb2cli_req_create()
2013-08-15 Stefan Metzmacherlibcli/smb: calculate the credit charge on the input...
2013-08-15 Jeremy Allisonlibcli/smb: Change smb2cli_create() and smb2cli_create_...
2013-08-15 Jeremy Allisonlibcli/smb: Fix smb2cli_write_recv() and smb2cli_write...
2013-08-15 Stefan Metzmacherlibcli/smb: fix the credit handling on a SMB1 => SMB2...
2013-08-12 Volker Lendeckelibsmb: Remove an unnecessary variable assignment
2013-08-12 Volker Lendeckelibsmb: Avoid an unnecessary "else"
2013-08-10 Stefan Metzmacherlibcli/auth: add more const to spnego_negTokenInit...
2013-08-10 Stefan Metzmacherlibcli/auth: avoid possible mem leak in read_negTokenInit()
2013-08-10 Stefan Metzmacherlibcli/auth/schannel: remove unused schannel_position
2013-08-10 Stefan Metzmacherlibcli/auth/schannel: make struct schannel_state private
2013-08-10 Stefan Metzmacherlibcli/auth: add netsec_create_state()
2013-08-10 Stefan Metzmacherlibcli/auth: maintain the sequence number for the NETLO...
2013-08-09 David Disseldorplib: add FSCTL_[GET/SET]_COMPRESSION constants
2013-08-06 Andreas Schneiderlibcli: Add security_token_system_privilege().
2013-08-05 Stefan Metzmacherlibcli/auth: add netlogon_creds_shallow_copy_logon()
2013-08-05 Stefan Metzmacherlibcli/auth: add netlogon_creds_[de|en]crypt_samlogon_l...
2013-08-05 Stefan Metzmacherlibcli/auth: fix shadowed declaration in netlogon_creds...
2013-08-05 Stefan Metzmacherlibcli/auth: make netlogon_creds_crypt_samlogon_validat...
2013-08-05 Günther Deschnerlibcli/auth: also set secure channel type in netlogon_c...
2013-07-31 Jeff Laytonlibcli: fix conversion logic in dom_sid_string_buf
2013-07-31 Jeff Laytonlibcli: fix conversion logic in dom_sid_parse_endp
2013-07-31 Volker Lendeckeschannel: Fix an unused variable
2013-07-19 Jeremy AllisonAdd error map of STATUS_INVALID_EA_NAME -> ERRDOS,...
2013-06-24 Andrew Bartlettlibcli/ldap: Cope with substring match with no chunks...
2013-06-21 Steve FrenchAdd missing SMB2/SMB3 share capability flag define
2013-06-19 Andrew Bartlettbuild: Build with system md5.h on OpenIndiana
2013-05-20 Günther Deschnerdoserr: add mapping for WERR_PRINT_PROCESSOR_ALREADY_IN...
2013-04-30 Volker Lendeckelibcli: Add smb2_lease marshalling
2013-04-30 Volker Lendeckelibsmb: Move "struct smb2_lease" to common
2013-04-18 Stefan Metzmacherlibcli/smb: add SMB2_LEASE_FLAG_* defines
2013-04-12 Rusty Russellschannel_store.tdb: make it schannel_store.ntdb if...
2013-04-12 Rusty Russelllibcli/auth: convert to dbwrap.
2013-04-02 Richard SharpeAdd a comment about why we are removing the INHERITED...
2013-03-28 Richard SharpeMake sure that we only propogate the INHERITED flag...
2013-03-28 Stefan Metzmacherlibcli/auth: avoid using transactions a chainlock is...
2013-03-20 Jeremy Allisonlibcli/smb: smb1cli_inbuf_parse_chain() and smb1cli_con...
2013-03-20 Stefan Metzmacherlibcli/smb: defer failing for missing NEGOTIATE_SECURIT...
2013-03-20 Stefan Metzmacherlibcli/smb: add SMB_CAP_LEGACY_CLIENT_MASK define
2013-03-02 Jelmer VernooijMove python modules from source4/scripting/python/...
2013-02-23 Richard SharpeFix bug #9674 - Samba denies owner Read Control when...
2013-02-19 Stefan Metzmacherlibcli/smb: make use of samba_tevent_context_init()
2013-02-19 Stefan Metzmacherlibcli/cldap: make use of samba_tevent_context_init()
2013-01-31 Jeremy AllisonAdd new function smbXcli_session_copy(), to be used...
2013-01-27 Stefan Metzmacherlibcli/security: calculate INHERIT_ONLY correcty for...
2013-01-22 Andrew Bartlettlibcli/auth: fix void function cannot return value...
2013-01-22 Matthieu Patoulibcli-acl: add documentation
2013-01-21 Matthieu Patousecurity: Add documentation
2013-01-21 Matthieu Patoulibcli-security: Add documentation for object_tree_modi...
2013-01-21 Andrew Bartlettlibcli/security: remove useless if (root->num_of_childr...
2013-01-21 Stefan Metzmacherlibcli/security: add init_mask to existing children...
2013-01-21 Andrew Bartlettlibcli/security: handle node initialisation in one...
2013-01-21 Stefan Metzmacherlibcli/security: avoid usage of dom_sid_parse_talloc...
2013-01-21 Stefan Metzmacherlibcli/security: simplify get_ace_object_type()
2013-01-21 Stefan Metzmacherlibcli/security: fix formating in access_check.c
2013-01-21 Stefan Metzmacherlibcli/security: fix whitespaces in access_check.c
2013-01-17 Stefan Metzmacherlibcli/security: don't look at the inherited type in...
2013-01-16 David Disseldorpsmb2_ioctl: split ioctl handler code on device type
2013-01-15 Andrew Bartlettlibcli/security: Ensure to fill in remaining_access...
2012-12-21 Andreas Schneiderlibcli: Fix smb2cli_ioctl_send() if clause.
2012-12-21 Andreas Schneiderlibcli: Check schannel state return value of tdb_transa...
2012-12-15 Günther Deschnerlibcli/auth: add netlogon_creds_encrypt_samlogon_valida...
2012-12-15 Günther Deschnerlibcli/auth: rename netlogon_creds_decrypt_samlogon...
2012-12-11 Stefan Metzmacherlibcli/security: calculate the correct inherited_object...
2012-12-11 Stefan Metzmacherlibcli/security: implement object_in_list()
2012-12-09 Günther Deschnerlibcli/auth: support AES decryption in netlogon_creds_d...
2012-12-09 Günther Deschnerlibcli/auth: remove trailing whitespace.
2012-12-09 Günther Deschnerlibcli/auth: add netlogon_creds_aes_{en|de}crypt routines.
2012-12-02 Stefan Metzmacherlibcli/security: remove duplicate aces in se_create_chi...
2012-11-30 Volker LendeckeFix Bug 9422 - large read requests cause server to...
2012-11-01 Stefan Metzmacherlibcli/smb: add smbXcli_session_set_disconnect_expired...
2012-10-27 Stefan Metzmacherlibcli/smb: fix unitialized padding in smb2_create_blob...
2012-10-16 Kai Blinlibcli/dns: Time out requests after a while
2012-09-29 Stefan Metzmacherlibcli/smb: add smb1cli_echo*
2012-09-29 Stefan Metzmacherlibcli/smb: add smb2cli_echo*
2012-09-29 Stefan Metzmacherlibcli/smb: use an explicit TALLOC_FREE(subreq) in...
2012-09-27 Jeremy AllisonFix bug #9209 - Parse of invalid SMB2 create blob can...
2012-09-22 Stefan Metzmacherlibcli/echo: validate the message length
next