summaryrefslogtreecommitdiff
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
* s4: messaging: Remove bool auto_remove parameter from imessaging_init().Jeremy Allison2016-07-235-20/+8
* pyrpc: Allow control of RPC timeout for IRPCAndrew Bartlett2016-07-121-0/+2
* s4:regshell: fix O3 error unused result of asprintf in reg_complete_key()Michael Adam2016-05-131-2/+7
* s4:registry:patchfile: fix O3 error unused result of writeMichael Adam2016-05-131-4/+5
* source4/registry/local: avoid str_list_length() to check first elementDouglas Bagnall2016-05-101-1/+1
* lib: Give base64.c its own .hVolker Lendecke2016-05-042-0/+2
* lib/http/http_auth: Fix CID 1273428 - Unchecked return valueRobin Hack2016-04-261-0/+3
* s4:lib:registry: fix 'Conditional jump or move' valgrind error.Noel Power2016-04-251-1/+1
* CVE-2016-2113: s4:lib/tls: implement infrastructure to do peer verificationStefan Metzmacher2016-04-123-0/+277
* CVE-2016-2113: s4:lib/tls: create better certificates and sign the host cert ...Stefan Metzmacher2016-04-121-9/+9
* s4/lib/wmi_wrap: use HAVE___ATTRIBUTE__ instead of __GNUC__Douglas Bagnall2016-03-241-7/+1
* build: mark explicit dependencies on pytalloc-utilGarming Sam2016-03-151-1/+1
* pyregistry: Use pytalloc_BaseObject_PyType_Ready()Andrew Bartlett2016-03-081-14/+3
* regtree: avoid GCC indentation warningDouglas Bagnall2016-03-031-1/+2
* s4-libgpo: fix gcc6 build warning.Günther Deschner2016-02-061-6/+0
* dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam2016-02-063-3/+3
* s4:lib:socket: skip extra data in interpret_interface()Michael Adam2016-01-261-0/+9
* Rename 'errors' to 'samba-errors' and make it public.Jelmer Vernooij2016-01-131-1/+1
* Make libregistry private, for now.Jelmer Vernooij2016-01-132-15/+2
* pyregistry: Adjust to use of PY_SSIZE_T_CLEANAndrew Bartlett2016-01-071-1/+1
* pymessaging: Adjust to use of PY_SSIZE_T_CLEANAndrew Bartlett2016-01-071-1/+1
* waf: Check for GnuTLS 3.4.7Andreas Schneider2015-12-101-6/+20
* Fix various spelling errorsMathieu Parent2015-11-061-1/+1
* s4:lib/messaging: use a helper variable for tdb flagsRalph Boehme2015-10-201-4/+4
* s4:lib/messaging: use correct path for names.tdbRalph Boehme2015-10-201-1/+7
* lib: Push down unique generation one levelVolker Lendecke2015-10-191-1/+1
* s4:lib/messaging: use 'msg.lock' and 'msg.sock' for messaging related subdirsStefan Metzmacher2015-09-171-2/+2
* tls: increase Diffie-Hellman group size to 2048 bitsBjörn Jacke2015-09-032-2/+2
* lib/tls: Ensure SSLv3 is disabled in the web server by defaultAndrew Bartlett2015-08-311-1/+14
* lib/tls: Remove unused tls_init_client codeAndrew Bartlett2015-08-312-80/+0
* lib/dcom: use HRESULT in dcom_create_object.Günther Deschner2015-07-314-7/+9
* lib/tls: Add new 'tls priority' optionAndrew Bartlett2015-07-202-4/+29
* Remove support for OpenPGP certificates in our TLS client and serverAndrew Bartlett2015-07-201-2/+0
* 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:lib/tls: fix build with gnutls 3.4Evangelos Foutras2015-04-292-8/+2
* s4:lib/tls: remove allow_warnings=TrueStefan Metzmacher2015-03-201-1/+0
* s4:lib/tls: add tls_cert_generate() prototype to tls.hStefan Metzmacher2015-03-203-2/+6
* Transition to waf 1.8: wrapped conf.check_cfgThomas Nagy2015-03-161-2/+2
* lib/tls: Fix behaviour of --disable-gnutls and remove link to gcryptAndrew Bartlett2015-03-122-7/+19
* registry: Fix CID 240989 Buffer not null terminatedVolker Lendecke2015-03-101-1/+1
* registry: Fix CID 241075 Unchecked return valueVolker Lendecke2015-03-101-1/+2
* s4-lib/cmdline: Fix help for -P / --machine-pass: this no longer implies -kAndrew Bartlett2015-03-061-1/+1
* Fix the O3 developer buildVolker Lendecke2015-03-031-2/+2
* Fix the developer O3 buildVolker Lendecke2015-02-252-4/+4
* build: Require GnuTLS if building with Active DirectoryGarming Sam2015-02-251-0/+3
* s4-messaging: Unify list of possible messages into messaging.idlAndrew Bartlett2015-02-161-16/+1
* s4-messaging: Remove unused struct imessaging_recAndrew Bartlett2015-02-161-19/+0
* messaging4: Enable POOL_USAGEVolker Lendecke2015-02-143-2/+22
* messaging4: Use messages_dgmVolker Lendecke2015-02-132-337/+107