summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
2016-09-28werror: replace WERR_BADFILE with WERR_FILE_NOT_FOUND in source4/lib/registry/Günther Deschner11-74/+74
2016-09-28werror: replace WERR_BADFUNC with WERR_INVALID_FUNCTION in source4/lib/wmi/Günther Deschner2-3/+3
2016-09-26s4-registry: properly initialize registry key to be added via RPCChris Davis1-1/+10
2016-09-26s4-registry: implement set value and delete value for RPCChris Davis1-0/+52
2016-09-21tls: Fix warning Wunused-variableLukas Slebodnik1-2/+2
2016-09-19s4/messaging: let the imessaging ctx destructor free msg_dgm_refRalph Boehme1-0/+1
2016-09-13messaging: Call messaging_dgm_send under become_root only if necessaryRalph Boehme1-2/+7
2016-09-13s4/messaging: messaging_dgm_ref talloc hierarchy fixRalph Boehme2-0/+30
2016-08-05lib: Fix a pointless error checkVolker Lendecke1-1/+2
2016-07-23s4: messaging: Remove bool auto_remove parameter from imessaging_init().Jeremy Allison5-20/+8
2016-07-12pyrpc: Allow control of RPC timeout for IRPCAndrew Bartlett1-0/+2
2016-05-13s4:regshell: fix O3 error unused result of asprintf in reg_complete_key()Michael Adam1-2/+7
2016-05-13s4:registry:patchfile: fix O3 error unused result of writeMichael Adam1-4/+5
2016-05-10source4/registry/local: avoid str_list_length() to check first elementDouglas Bagnall1-1/+1
2016-05-04lib: Give base64.c its own .hVolker Lendecke2-0/+2
2016-04-26lib/http/http_auth: Fix CID 1273428 - Unchecked return valueRobin Hack1-0/+3
2016-04-25s4:lib:registry: fix 'Conditional jump or move' valgrind error.Noel Power1-1/+1
2016-04-12CVE-2016-2113: s4:lib/tls: implement infrastructure to do peer verificationStefan Metzmacher3-0/+277
2016-04-12CVE-2016-2113: s4:lib/tls: create better certificates and sign the host cert ...Stefan Metzmacher1-9/+9
2016-03-24s4/lib/wmi_wrap: use HAVE___ATTRIBUTE__ instead of __GNUC__Douglas Bagnall1-7/+1
2016-03-15build: mark explicit dependencies on pytalloc-utilGarming Sam1-1/+1
2016-03-08pyregistry: Use pytalloc_BaseObject_PyType_Ready()Andrew Bartlett1-14/+3
2016-03-03regtree: avoid GCC indentation warningDouglas Bagnall1-1/+2
2016-02-06s4-libgpo: fix gcc6 build warning.Günther Deschner1-6/+0
2016-02-06dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam3-3/+3
2016-01-26s4:lib:socket: skip extra data in interpret_interface()Michael Adam1-0/+9
2016-01-13Rename 'errors' to 'samba-errors' and make it public.Jelmer Vernooij1-1/+1
2016-01-13Make libregistry private, for now.Jelmer Vernooij2-15/+2
2016-01-07pyregistry: Adjust to use of PY_SSIZE_T_CLEANAndrew Bartlett1-1/+1
2016-01-07pymessaging: Adjust to use of PY_SSIZE_T_CLEANAndrew Bartlett1-1/+1
2015-12-10waf: Check for GnuTLS 3.4.7Andreas Schneider1-6/+20
2015-11-06Fix various spelling errorsMathieu Parent1-1/+1
2015-10-20s4:lib/messaging: use a helper variable for tdb flagsRalph Boehme1-4/+4
2015-10-20s4:lib/messaging: use correct path for names.tdbRalph Boehme1-1/+7
2015-10-19lib: Push down unique generation one levelVolker Lendecke1-1/+1
2015-09-17s4:lib/messaging: use 'msg.lock' and 'msg.sock' for messaging related subdirsStefan Metzmacher1-2/+2
2015-09-03tls: increase Diffie-Hellman group size to 2048 bitsBjörn Jacke2-2/+2
2015-08-31lib/tls: Ensure SSLv3 is disabled in the web server by defaultAndrew Bartlett1-1/+14
2015-08-31lib/tls: Remove unused tls_init_client codeAndrew Bartlett2-80/+0
2015-07-31lib/dcom: use HRESULT in dcom_create_object.Günther Deschner4-7/+9
2015-07-20lib/tls: Add new 'tls priority' optionAndrew Bartlett2-4/+29
2015-07-20Remove support for OpenPGP certificates in our TLS client and serverAndrew Bartlett1-2/+0
2015-06-23s4:lib/tls: ignore non-existing ca and crl files in tstream_tls_params_client()Stefan Metzmacher1-2/+2
2015-06-23s4:lib/tls: fix tstream_tls_connect_send() defineStefan Metzmacher1-1/+1
2015-04-29s4:lib/tls: fix build with gnutls 3.4Evangelos Foutras2-8/+2
2015-03-20s4:lib/tls: remove allow_warnings=TrueStefan Metzmacher1-1/+0
2015-03-20s4:lib/tls: add tls_cert_generate() prototype to tls.hStefan Metzmacher3-2/+6
2015-03-16Transition to waf 1.8: wrapped conf.check_cfgThomas Nagy1-2/+2
2015-03-12lib/tls: Fix behaviour of --disable-gnutls and remove link to gcryptAndrew Bartlett2-7/+19
2015-03-10registry: Fix CID 240989 Buffer not null terminatedVolker Lendecke1-1/+1