summaryrefslogtreecommitdiff
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* s4-torture: finally enable witness_AsyncNotify ndr test.Günther Deschner2015-07-031-6/+8
* s4-torture: add clusapi resource online/offline toggle code to witness test.Günther Deschner2015-07-031-0/+66
* s4-torture: make some clusapi torture tests public.Günther Deschner2015-07-031-13/+13
* s4-torture: add some more tests for witness_AsyncNotify and RegisterEx with d...Günther Deschner2015-07-031-0/+139
* s4-torture: make setup of the clusapi pipe non-critical in witness test.Günther Deschner2015-07-031-3/+7
* s4-torture: minor cleanup in test_witness_Register().Günther Deschner2015-07-031-2/+2
* s4-torture: open a clusapi connection to get list of cluster nodes, etc.Günther Deschner2015-07-031-0/+49
* s4:torture:vfs_fruit: check offset and length when reading AFP_AfpInfo streamRalph Boehme2015-07-031-0/+92
* dsdb: Rename a parameterVolker Lendecke2015-07-011-2/+2
* libldap: Fix CID 1308982 Unchecked return value from libraryVolker Lendecke2015-07-011-1/+7
* Avoid segfault in durable_open testsDouglas Bagnall2015-06-261-4/+6
* s4-winbindd: Remove the winbind rewrite from the samba4 effortAndrew Bartlett2015-06-2440-8701/+5
* Allow winbind removal by matching delays to Samba3.pmAndrew Bartlett2015-06-241-1/+1
* correct sense of macro variable name in SMB2 durable open testDouglas Bagnall2015-06-241-3/+3
* Avoid casting pointer to unsigned long long for NULL checkDouglas Bagnall2015-06-241-1/+8
* s4:gensec/gssapi: make use of add gssapi_get_sig_size() and gssapi_{seal,unse...Stefan Metzmacher2015-06-242-214/+71
* s3:librpc/gse: make use of add gssapi_get_sig_size() and gssapi_{seal,unseal,...Stefan Metzmacher2015-06-241-0/+1
* heimdal:lib/gssapi/krb5: implement gss_[un]wrap_iov[_length] with arcfour-hma...Stefan Metzmacher2015-06-242-3/+640
* heimdal:lib/gssapi/krb5: split out a arcfour_mic_cksum_iov() functionStefan Metzmacher2015-06-241-10/+73
* heimdal:lib/gssapi/krb5: add const to arcfour_mic_key()Stefan Metzmacher2015-06-241-1/+1
* heimdal:lib/gssapi/krb5: clear temporary buffer with cleartext data.Stefan Metzmacher2015-06-241-0/+1
* heimdal:lib/gssapi/krb5: fix indentation in _gk_wrap_iov()Stefan Metzmacher2015-06-241-7/+7
* heimdal:lib/gssapi/krb5: make _gssapi_verify_pad() more robustStefan Metzmacher2015-06-241-0/+3
* s4:selftest: add torture:run_removedollar_test=true to the machine account kd...Stefan Metzmacher2015-06-241-1/+5
* s4:torture/krb5: add a --option=torture:run_removedollar_test=true option to ...Stefan Metzmacher2015-06-241-3/+23
* s4:selftest: run samba4.rpc.lsa.secrets with more principal combinationsStefan Metzmacher2015-06-241-0/+3
* s4:kdc/db-glue: allow principals in form of computer@EXAMPLE.COMStefan Metzmacher2015-06-241-19/+137
* s4:kdc/db-glue: fix memory leak in samba_kdc_lookup_server()Stefan Metzmacher2015-06-241-4/+10
* dsdb: Fix CID 1034902 Dereference before null checkVolker Lendecke2015-06-241-1/+1
* dsdb: Fix CID 1034687 Logically dead codeVolker Lendecke2015-06-231-3/+0
* dsdb: Fix CID 1034719 Evaluation order violationVolker Lendecke2015-06-231-3/+2
* dsdb: Fix CID 1034802 Dereference null return valueVolker Lendecke2015-06-231-0/+4
* dsdb: Fix CID 1034742 Dereference after null checkVolker Lendecke2015-06-231-1/+1
* dsdb: Fix CID 1034743 Dereference after null checkVolker Lendecke2015-06-231-1/+1
* dsdb: Fix CID 1034803 Dereference null return valueVolker Lendecke2015-06-231-0/+3
* dsdb: Fix CID 1034804 Dereference null return valueVolker Lendecke2015-06-231-0/+3
* dsdb: Fix CID 1034745 Dereference after null checkVolker Lendecke2015-06-231-1/+1
* s4:auth/gensec: remove unused gensec_socket_init()Stefan Metzmacher2015-06-233-464/+1
* s4:auth/gensec: remove unused include of lib/socket/socket.hStefan Metzmacher2015-06-231-1/+0
* s4:auth/gensec: remove unused and untested cyrus_sasl moduleStefan Metzmacher2015-06-233-468/+0
* s4:libcli/ldap: conversion to tstreamStefan Metzmacher2015-06-234-172/+357
* s4:lib/tls: ignore non-existing ca and crl files in tstream_tls_params_client()Stefan Metzmacher2015-06-231-2/+2
* s4:lib/tls: fix tstream_tls_connect_send() defineStefan Metzmacher2015-06-231-1/+1
* s4:gensec/gssapi: make calculation of gensec_gssapi_sig_size() for aes keys m...Stefan Metzmacher2015-06-231-5/+4
* s4:gensec/gssapi: use gensec_gssapi_max_{input,wrapped}_size() for all backendsStefan Metzmacher2015-06-231-0/+4
* s4:selftest: also run rpc.winreg with kerberos and all possible auth optionsStefan Metzmacher2015-06-231-0/+7
* s4:selftest: run rpc.echo tests also with krb5 krb5,sign krb5,sealStefan Metzmacher2015-06-231-1/+1
* s4:rpc_server: fix padding caclucation in dcesrv_auth_response()Stefan Metzmacher2015-06-231-1/+1
* s4:rpc_server: let dcesrv_auth_response() handle sig_size == 0 with auth_info...Stefan Metzmacher2015-06-231-1/+5
* s4:rpc_server: let dcesrv_reply() use a sig_size for a padded payloadStefan Metzmacher2015-06-231-1/+6