torture: add file_attribs arg to file create helper
[mat/samba.git] / source3 /
2013-08-15 Stefan Metzmachers3:libsmb: call smb2cli_logoff() from cli_ulogoff()
2013-08-15 Stefan Metzmachers3:libsmb: make cli_ulogoff_send/recv static
2013-08-15 Stefan Metzmachers3:libsmb: call smb2cli_tdis() from cli_tdis()
2013-08-15 Stefan Metzmachers3:libsmb: only set tcon to invalid in smb2cli_tdis*
2013-08-15 Stefan Metzmachers3:libsmb: make cli_tdis_send/recv static
2013-08-15 Stefan Metzmachers3:libsmb: add support for SMB2 in cli_writeall()
2013-08-15 Stefan Metzmachers3:libsmb: add SMB2 support to cli_pull*
2013-08-15 Stefan Metzmachers3:libsmb: add SMB2 support to cli_push*
2013-08-15 Jeremy Allisons3:libsmb: Plumb cli_smb2_set_security_descriptor(...
2013-08-15 Jeremy Allisons3:libsmb: Plumb cli_smb2_query_security_descriptor...
2013-08-15 Jeremy Allisons3:libsmb: Plumb cli_smb2_qpathinfo_alt_name() inside...
2013-08-15 Jeremy Allisons3:libsmb: Plumb cli_smb2_qpathinfo_basic() inside...
2013-08-15 Jeremy Allisons3:libsmb: Plumb cli_smb2_qfileinfo_basic() inside...
2013-08-15 Jeremy Allisons3:libsmb: Plumb cli_smb2_qpathinfo_streams() inside...
2013-08-15 Jeremy Allisons3:libsmb: Plumb cli_smb2_qpathinfo2() inside cli_qpath...
2013-08-15 Jeremy Allisons3:libsmb: Plumb cli_smb2_list() inside cli_list().
2013-08-15 Jeremy Allisons3:libsmb: Plumb cli_smb2_get_ea_list_path() inside...
2013-08-15 Jeremy Allisons3:libsmb: Plumb cli_smb2_set_ea_fnum() inside cli_set_...
2013-08-15 Jeremy Allisons3:libsmb: Plumb cli_smb2_set_ea_path() inside cli_set_...
2013-08-15 Jeremy Allisons3:libsmb: Fix cli_set_ea_path() to use frame instead...
2013-08-15 Jeremy Allisons3:libsmb: Plumb cli_smb2_dskattr() inside cli_dskattr().
2013-08-15 Jeremy Allisons3:libsmb: Plumb cli_smb2_getatr() inside cli_getatr().
2013-08-15 Jeremy Allisons3:libsmb: Plumb cli_smb2_setatr() inside cli_setatr().
2013-08-15 Jeremy Allisons3:libsmb: Plumb cli_smb2_setattrE() inside cli_setattrE().
2013-08-15 Jeremy Allisons3:libsmb: Plumb cli_smb2_getattrE() inside cli_getattrE().
2013-08-15 Jeremy Allisons3:libsmb: Plumb cli_smb2_close_fnum() inside cli_close().
2013-08-15 Jeremy Allisons3:libsmb: Plumb cli_smb2_create_fnum() inside cli_ntcr...
2013-08-15 Jeremy Allisons3:libsmb: Plumb cli_smb2_rmdir() inside cli_rmdir().
2013-08-15 Jeremy Allisons3:libsmb: Plumb cli_smb2_mkdir() inside cli_mkdir().
2013-08-15 Jeremy Allisons3:libsmb: Plumb cli_smb2_unlink() inside cli_unlink().
2013-08-15 Jeremy Allisons3:libsmb: Plumb cli_smb2_rename() inside cli_rename().
2013-08-15 Jeremy Allisons3:libsmb: Add in the core of the libsmb client SMB2...
2013-08-15 Jeremy Allisons3:lib: Factor read_ea_list_entry() and read_nttrans_ea...
2013-08-15 Stefan Metzmachers3:client: fix compiler warning
2013-08-15 Stefan Metzmachers3:client: use the default io size
2013-08-15 Stefan Metzmachers3:libsmb: remove unused cli_readall*
2013-08-15 Stefan Metzmachers3:libsmb: rewrite cli_pull* to use smb1cli_conn_req_po...
2013-08-15 Stefan Metzmachers3:libsmb: rewrite cli_push* to use smb1cli_conn_req_po...
2013-08-15 Stefan Metzmacherlibcli/smb: pass max_dyn_len to smb2cli_req_send()
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 Jeremy Allisons3:smbcacls: Add -m<MAX PROTOCOL> option to smbcacls.
2013-08-15 Stefan Metzmachers3:libsmb: make use of lp_cli_{min,max}protocol() in...
2013-08-15 Stefan Metzmachers3:libsmb: use lp_cli_minprotocol() in do_connect()
2013-08-15 Stefan Metzmachers3:winbindd: make use of lp_cli_{min,max}protocol()
2013-08-15 Stefan Metzmachers3:lib/netapi: make use of lp_cli_maxprotocol()
2013-08-15 Jeremy Allisons3:libsmb: Ensure we ask for DEFAULT_SMB2_MAX_CREDITS...
2013-08-15 Jeremy Allisons3:libsmb: Modify cli_start_connection_connected()...
2013-08-15 Stefan Metzmachers3:lib: remove unused interpret_protocol()
2013-08-15 Stefan Metzmachers3:torture: avoid interpret_protocol()
2013-08-15 Stefan Metzmachers3:client: avoid interpret_protocol()
2013-08-15 Jeremy Allisons3:param: Correctly set up cli_maxprotocol, cli_minprot...
2013-08-15 Andreas SchneiderFollowup patch for BUG: https://bugzilla.samba.org...
2013-08-14 Volker Lendeckesmbd: Fix async echo handler forking (Bug 10086)
2013-08-14 Volker Lendeckewinbind3: Fix an invalid free
2013-08-13 Günther Deschners3-winbindd: fix fallback to ncacn_np in cm_connect_lsat().
2013-08-13 Andreas Schneiders3-winbind: Fix a segfault passing NULL to a fstring...
2013-08-13 Shekhar Amlekars3: smbd/connection: added routines to compute share...
2013-08-12 Volker Lendeckerpc_server3: Fix two const warnings
2013-08-12 Volker Lendeckesmbd: Fix CID 1035550 Structurally dead code
2013-08-12 Volker Lendeckesmbd: Fix nonblank line endings
2013-08-12 Volker Lendeckelib: Remove unused "get_peer_name"
2013-08-12 Volker Lendeckelib: Remove unused "client_name"
2013-08-12 Stefan Metzmachers3:rpcclient: fix compiler warnings
2013-08-12 Stefan Metzmachers3:pylibsmb: remove compiler warnings
2013-08-11 Christian Ambachwaf: replace dependency to libintl with samba_intl
2013-08-09 Christian Ambachwaf: consolidate libintl related checks
2013-08-10 Stefan Metzmacherlibcli/auth: add more const to spnego_negTokenInit...
2013-08-10 Stefan Metzmacherauth/gensec: treat struct gensec_security_ops as const...
2013-08-10 Stefan Metzmacherauth/gensec: introduce gensec_internal.h
2013-08-10 Stefan Metzmachers3:dcerpc_helpers: remove unused DEBUG message of schan...
2013-08-10 Stefan Metzmachers3:rpc_server: make use of netsec_create_state()
2013-08-10 Stefan Metzmachers3:cli_pipe.c: return NO_USER_SESSION_KEY in cli_get_se...
2013-08-10 Stefan Metzmachers3:cli_pipe: pass down creds->computer_name to NL_AUTH_...
2013-08-10 Stefan Metzmachers3:cli_pipe: make use of netsec_create_state()
2013-08-10 Stefan Metzmacherlibcli/auth: maintain the sequence number for the NETLO...
2013-08-10 Stefan Metzmachers3:rpc_client: remove unused cli_rpc_pipe_open_ntlmssp_...
2013-08-10 Stefan Metzmachers3:rpc_client: remove netr_LogonGetCapabilities check...
2013-08-10 Stefan Metzmachers3:rpc_client: add netr_LogonGetCapabilities to cli_rpc...
2013-08-10 Stefan Metzmachers3:rpc_client: use netlogon_creds_copy before rpc_pipe_bind
2013-08-10 Stefan Metzmachers3:rpc_client: fix/add AES downgrade detection to rpc_p...
2013-08-10 Stefan Metzmachers3:rpcclient: try to use NETLOGON_NEG_SUPPORTS_AES
2013-08-10 Stefan Metzmachers3:rpc_client: try to use NETLOGON_NEG_SUPPORTS_AES
2013-08-10 Stefan Metzmachers3:libnet_join: try to use NETLOGON_NEG_SUPPORTS_AES
2013-08-10 Stefan Metzmachers3:auth_domain: try to use NETLOGON_NEG_SUPPORTS_AES
2013-08-10 Stefan Metzmachers3:libsmb: remove unused cli_state->is_guestlogin
2013-08-09 Susant Kumar PalaiVFS plugin was sending the actual size of the volume...
2013-08-06 Andreas Schneiders3-netlogon: Connecting with the system token should...
2013-08-06 Andreas Schneiders3-rpc_server: Grant the system token full access.
2013-08-06 Christof SchmittFSCTL_GET_SHADOW_COPY_DATA: Don't return 4 extra bytes...
2013-08-06 Christof SchmittFSCTL_GET_SHADOW_COPY_DATA: Initialize output array...
2013-08-05 Ralph Wuerthners3:smbd: allow info class SMB_QUERY_FS_ATTRIBUTE_INFO...
2013-08-05 Ralph Wuerthners3:smbd: allow info class SMB_QUERY_FS_VOLUME_INFO...
2013-08-05 Ralph Wuerthners3:smbd: allow status code in smbd_do_qfsinfo() to...
2013-08-05 Ralph Wuerthners3:smbd: allow GetInfo responses with STATUS_BUFFER_OVE...
2013-08-05 Ralph Wuerthners3:smbd: return NT_STATUS_INFO_LENGTH_MISMATCH for...
2013-08-05 Jeremy AllisonFix bug #10010 - Missing integer wrap protection in...
2013-08-05 Andreas Schneiders3-libads: Print a message if no realm has been specified.
2013-08-05 Stefan Metzmachers3:rpc_client: rename same variables in cli_rpc_pipe_op...
2013-08-05 Stefan Metzmachers3:rpc_client: use the correct context for netlogon_cre...
next