s3:lib: remove unused interpret_protocol()
[mat/samba.git] / source3 /
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...
2013-08-05 Stefan Metzmachers3:rpc_client: make rpccli_schannel_bind_data() static
2013-08-05 Stefan Metzmachers3:netlogon: make use of netlogon_creds_decrypt_samlogo...
2013-08-05 Stefan Metzmachers3:rpcclient: use talloc_stackframe() in do_cmd()
2013-08-05 Stefan Metzmachers3-net: avoid confusing output in net_rpc_oldjoin(...
2013-08-05 Günther Deschners3-net: use libnetjoin for "net rpc join" newstyle.
2013-08-05 Günther Deschners3-net: use libnetjoin for "net rpc testjoin".
2013-08-05 Stefan Metzmachers3:libnet: let the caller truncate the pw in libnet_joi...
2013-08-05 Günther Deschners3-libnetjoin: move "net rpc oldjoin" to use libnetjoin.
2013-08-05 Günther Deschners3-libnetjoin: add machine_name length check.
2013-08-05 Günther Deschners3: libnet_join: use admin_domain in libnetjoin.
2013-08-05 Günther Deschners3: libnet_join: add admin_domain.
2013-08-05 Günther Deschnerlibcli/auth: also set secure channel type in netlogon_c...
2013-08-05 Günther Deschners3-rpc_cli: pass down ndr_interface_table to rpc_transp...
2013-08-05 Günther Deschners3-rpc_cli: pass down ndr_interface_table to rpc_transp...
2013-08-05 Günther Deschners3-rpc_cli: pass down ndr_interface_table to rpc_pipe_o...
2013-08-05 Günther Deschners3-rpc_cli: pass down ndr_interface_table to rpc_pipe_g...
2013-08-05 Günther Deschners3-rpc_cli: pass down ndr_interface_table to rpc_pipe_o...
2013-08-05 Günther Deschners3-rpc_cli: pass down ndr_interface_table to rpc_pipe_o...
2013-08-05 Günther Deschners3-rpc_cli: pass down ndr_interface_table to cli_rpc_pi...
2013-08-05 Günther Deschners3-rpc_cli: pass down ndr_interface_table to cli_rpc_pi...
2013-08-05 Günther Deschners3-rpc_cli: pass down ndr_interface_table to cli_rpc_pi...
2013-08-05 Günther Deschners3-rpc_cli: pass down ndr_interface_table to cli_rpc_pi...
2013-08-05 Günther Deschners3-rpc_cli: pass down ndr_interface_table to cli_rpc_pi...
2013-08-05 Günther Deschners3-rpc_cli: pass down ndr_interface_table to cli_rpc_pi...
2013-08-05 Günther Deschners3-rpc_cli: pass down ndr_interface_table to rpc_pipe_o...
2013-08-05 Günther Deschners3-rpc_cli: pass down ndr_interface_table to rpc_pipe_o...
2013-08-05 Günther Deschners3-libnetapi: pass down ndr_interface_table to pipe_cm...
2013-08-05 Günther Deschners3-libnetapi: pass down ndr_interface_table to libnetap...
2013-08-05 Günther Deschners3-libnetapi: pass down ndr_interface_table to libnetap...
2013-08-05 Günther Deschners3-rpc_cli: remove prototype of nonexisting cli_rpc_pip...
2013-08-05 Günther Deschners3-net: pass down ndr_interface_table to connect_dst_pi...
2013-08-05 Günther Deschners3-libads: Fail create_local_private_krb5_conf_for_doma...
2013-08-05 Stefan Metzmachers3:ntlm_auth: remove pointless credentials->priv_data...
2013-08-04 Jeremy AllisonEnsure we can never integer wrap when working on client...
2013-08-03 Richard SharpeThere are tests all over the SMB1 code to check that...
2013-08-02 Christian Ambachs3:lib/system fix build on AIX 7
2013-08-01 Gregor BeckFix bug 9678 - Windows 8 Roaming profiles fail
2013-08-01 Ralph WuerthnerEnsure gpfs kernel leases are wrapped in a become_root...
2013-08-01 Jeremy AllisonWrap setting leases in become_root()/unbecome_root...
2013-07-31 Jeff Laytontorture: add LOCAL-sid_to_string testcase
2013-07-31 Jeff Laytontorture: add more string_to_sid torture testcases
2013-07-29 Michael Adams3:winbind: add a warning DEBUG message when skipping...
2013-07-29 Michael Adams3:winbind: change getgroups to only do one sids2xids...
2013-07-29 Michael Adams3:winbind: fix the getgroups implementation to include...
2013-07-29 Michael Adams3:winbind: fix gid counting and error handling in...
2013-07-23 Günther Deschners3-winbindd: support the DIR pragma for raw kerberos...
2013-07-23 Volker Lendeckesmbd: Fix CID 1035536 Uninitialized pointer read
2013-07-22 Volker Lendeckesmbd: Fix CID 1035537 Uninitialized pointer read
next