samba.git
2016-03-28 Volker Lendeckeasn1: Add asn1_has_error()
2016-03-28 Volker Lendeckeasn1: Make "struct nesting" private
2016-03-28 Volker Lendeckeasn1: Add some early returns
2016-03-28 Volker Lendeckeasn1: Add overflow check to asn1_write
2016-03-28 Volker Lendeckeasn1: Make asn1_peek_full_tag return 0/errno
2016-03-28 Volker Lendeckeasn1: Remove an unused asn1 function
2016-03-28 Richard SharpePrevent a crash in Python modules that try to authentic...
2016-03-28 Stefan Metzmachers4:rpc_server: pass the remote address to gensec_set_re...
2016-03-28 Günther Deschnerlib/util: globally include herrors in error.h
2016-03-28 Stefan Metzmachers4:selftest: run rpc.netlogon.admin against also ad_dc
2016-03-28 Andrew Bartlettlib/tls: Change default supported TLS versions.
2016-03-28 Andrew Bartlettlib/tls: Add new 'tls priority' option
2016-03-28 Andrew Bartlettdocs: Explain that winbindd enforces smb signing by...
2016-03-28 Andreas Schneidertorture: Free the temporary memory context
2016-03-28 Andreas Schneidertorture: Correctly invalidate the memory ccache.
2016-03-28 Andreas Schneidertorture: Fix the usage of the MEMORY credential cache.
2016-03-28 Richard SharpeConvert all uses of uint32/16/8 to _t in source3/rpc_cl...
2016-03-28 Richard SharpeConvert all uses of uint32/16/8 to _t in source3/rpc_se...
2016-03-28 Volker Lendeckerpc_server: Fix CID 1035535 Uninitialized scalar variable
2016-03-28 Volker Lendeckerpc_server: Fix CID 1035534 Uninitialized scalar variable
2016-03-28 Andrew Bartlettlibsmb: Print the principal name that we failed to...
2016-03-28 Richard SharpeConvert all uint32/16/8 to _t in source3/libsmb.
2016-03-28 Richard SharpeConvert all uses of uint8/16/32 to uint8/16/32_t in...
2016-03-28 Stefan Metzmachersecurity.idl: add KERB_ENCTYPE_{FAST_SUPPORTED,COMPOUND...
2016-03-28 Stefan Metzmachers4:gensec/gssapi: make use of add gssapi_get_sig_size...
2016-03-28 Stefan Metzmachers3:librpc/gse: make use of add gssapi_get_sig_size...
2016-03-28 Stefan Metzmacherauth/kerberos: add gssapi_get_sig_size() and gssapi_...
2016-03-28 Stefan Metzmacherheimdal:lib/gssapi/krb5: implement gss_[un]wrap_iov...
2016-03-28 Stefan Metzmacherheimdal:lib/gssapi/krb5: split out a arcfour_mic_cksum_...
2016-03-28 Stefan Metzmacherheimdal:lib/gssapi/krb5: add const to arcfour_mic_key()
2016-03-28 Stefan Metzmacherheimdal:lib/gssapi/krb5: clear temporary buffer with...
2016-03-28 Stefan Metzmacherheimdal:lib/gssapi/krb5: fix indentation in _gk_wrap_iov()
2016-03-28 Stefan Metzmacherheimdal:lib/gssapi/krb5: make _gssapi_verify_pad()...
2016-03-28 Stefan Metzmacherdcerpc.idl: fix calculatin of uint16 secondary_address_...
2016-03-28 Stefan Metzmachers4:pyrpc: remove pointless alter_context() method
2016-03-28 Stefan Metzmacherpython:samba/tests: don't use the x.alter_context(...
2016-03-28 Stefan Metzmachers4:torture/rpc: expect NT_STATUS_CONNECTION_DISCONNECTE...
2016-03-28 Stefan Metzmachers4:torture/rpc: expect NT_STATUS_CONNECTION_DISCONNECTE...
2016-03-28 Stefan Metzmacherlibcli/smb: let tstream_smbXcli_np report connection...
2016-03-28 Stefan Metzmachers3:winbindd: use check dcerpc_binding_handle_is_connect...
2016-03-28 Stefan Metzmacherpython/samba/tests: let the output of hexdump() match...
2016-03-28 Stefan Metzmacherpython/samba/tests: move hexdump() from DNSTest to...
2016-03-28 Stefan Metzmacherpython/samba/tests: add fallbacks for assert{Less,Great...
2016-03-28 Jelmer VernooijImplement TestCase.assertIsNotNone for python < 2.7.
2016-03-28 Jelmer VernooijImplement TestCase.assertIn for older versions of Python.
2016-03-28 Jelmer VernooijImplement assertIsNone for Python < 2.7.
2016-03-28 Jelmer VernooijHandle skips when running on python2.6.
2016-03-28 Jelmer VernooijRun cleanup after tearDown, for consistency with Python...
2016-03-28 Jelmer VernooijUse samba TestCase so we get all compatibility function...
2016-03-28 Jelmer VernooijProvide TestCase.assertIsInstance for python < 2.7.
2016-03-28 Jelmer VernooijUse Samba TestCase class, as the python 2.6 one doesn...
2016-03-28 Jelmer VernooijAdd replacement addCleanup.
2016-03-28 Jelmer VernooijAdd custom implementations of TestCase.assertIs and...
2016-03-28 Jelmer VernooijFix use of TestCase.skipTest on python2.6 now that...
2016-03-28 Jelmer Vernooijselftest/tests/*.py: remove use of testtools.
2016-03-28 Jelmer VernooijRename TestSkipped to Skiptest, consistent with Python...
2016-03-28 Jelmer VernooijAvoid importing TestCase and TestSkipped from testtools.
2016-03-28 Kamen Mazdrashkis4-dsdb-test: Implement samdb_connect_env() to rely...
2016-03-28 Kamen Mazdrashkis4-tests: Print out what the error is in delete_force()
2016-03-28 Stefan Metzmacherpython/samba/tests: don't lower case path names in...
2016-03-28 Kamen Mazdrashkis4-tests/env_loadparm: Throw KeyError in case SMB_CONF_PATH
2016-03-28 Jelmer VernooijReduce number of places where sys.path is (possibly...
2016-03-28 Stefan Metzmacherlibrpc/ndr: make use of dump_data_cb() in ndr_dump_data()
2016-03-28 Stefan Metzmacherlib/util: fix output format in dump_data*()
2016-03-28 Stefan Metzmachers4:pyrpc: add base.bind_time_features_syntax(features)
2016-03-28 Stefan Metzmacherlibrpc/rpc: add dcerpc_[extract|construct]_bind_time_fe...
2016-03-28 Stefan Metzmacherlibrpc/rpc: add dcerpc_fault_from_nt_status()
2016-03-28 Stefan Metzmacherlibrpc/rpc: add faultcode to nt_status mappings
2016-03-28 Stefan Metzmachermidltests: add valid/midltests_DRS_EXTENSIONS.*
2016-03-28 Stefan Metzmacherauth/credentials: anonymous should not try to use kerberos
2016-03-28 Stefan Metzmachers3:ntlm_auth: don't start gensec backend twice
2016-03-28 Stefan Metzmacherauth/gensec: remove unused gensec_[un]wrap_packets...
2016-03-28 Stefan Metzmachers4:auth/gensec: remove unused gensec_socket_init()
2016-03-28 Stefan Metzmachers4:auth/gensec: remove unused include of lib/socket...
2016-03-28 Stefan Metzmachers4:auth/gensec: remove unused and untested cyrus_sasl...
2016-03-28 Stefan Metzmachers4:libcli/ldap: conversion to tstream
2016-03-28 Stefan Metzmachers4:lib/tls: ignore non-existing ca and crl files in...
2016-03-28 Stefan Metzmachers4:lib/tls: fix tstream_tls_connect_send() define
2016-03-28 Stefan Metzmachers3:libads/sasl: use gensec_max_{input,wrapped}_size...
2016-03-28 Stefan Metzmachers4:gensec/gssapi: make calculation of gensec_gssapi_sig...
2016-03-28 Stefan Metzmachers4:gensec/gssapi: use gensec_gssapi_max_{input,wrapped...
2016-03-28 Stefan Metzmacherauth/credentials: use HAVE_GSS_KRB5_CRED_NO_CI_FLAGS_X...
2016-03-28 Stefan Metzmachers4:heimdal_build: define HAVE_GSS_KRB5_CRED_NO_CI_FLAGS_X
2016-03-28 Günther Deschnergensec: map KRB5KRB_AP_ERR_BAD_INTEGRITY to logon failure.
2016-03-28 Andreas Schneiders4-gensec: Check if we have delegated credentials.
2016-03-28 Stefan Metzmachers4:auth/gensec_gssapi: remove allow_warnings=True
2016-03-28 Stefan Metzmacherauth/kerberos: remove allow_warnings=True
2016-03-28 Stefan Metzmacherauth/kerberos: avoid compiler warnings
2016-03-28 Stefan Metzmachers4:lib/tls: remove allow_warnings=True
2016-03-28 Stefan Metzmachers4:lib/tls: add tls_cert_generate() prototype to tls.h
2016-03-28 Stefan Metzmachers4:auth/gensec_gssapi: remove compiler warnings
2016-03-28 Stefan MetzmacherVERSION: Bump version up to 4.2.10...
2016-02-24 Karolin SeegerVERSION: Disable git snapshots for the 4.2.9 release. samba-4.2.9
2016-02-24 Karolin SeegerWHATSNEW: Add release notes for Samba 4.2.9.
2016-02-24 Garming SamCVE-2016-0771: tests/dns: Remove dependencies on env...
2016-02-24 Garming SamCVE-2016-0771: tests/dns: change samba.tests.dns from...
2016-02-24 Garming SamCVE-2016-0771: tests: rename test getopt to get_opt
2016-02-24 Garming SamCVE-2016-0771: tests/dns: RPC => DNS roundtrip test
2016-02-24 Garming SamCVE-2016-0771: dnsserver: don't force UTF-8 for TXT
2016-02-24 Garming SamCVE-2016-0771: tests/dns: modify tests to check via RPC
next