summaryrefslogtreecommitdiff
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
* messaging: Do POOL_USAGE via a socketVolker Lendecke2019-09-181-10/+10
* lib: Align integer typesVolker Lendecke2019-09-181-2/+2
* messaging4: Pass fds to messaging handlersVolker Lendecke2019-09-185-28/+179
* Spelling fixes s/staticly/statically/Mathieu Parent2019-09-011-1/+1
* registry: Free memory at the end of each loop run to prevent mem leakSwen Schillig2019-08-081-8/+8
* s4:lib/http: move to the toplevelRalph Boehme2019-08-078-2312/+0
* s4:lib/http: add support for http POSTRalph Boehme2019-08-071-0/+3
* s4:lib/http: use http_conn in http_send_request_send() and http_read_response...Ralph Boehme2019-08-073-21/+17
* s4:lib/http: remove stream and send_queue from stateRalph Boehme2019-08-071-4/+0
* s4:lib/http: move struct http_read_response_state to the implementationRalph Boehme2019-08-072-9/+7
* s4:lib/http: move struct http_send_request_state to the implementationRalph Boehme2019-08-072-13/+13
* s4:lib/http: add http_[dis]connect_send and recvRalph Boehme2019-08-074-2/+382
* s4/messaging/py: don't DECREF borrowed referencesDouglas Bagnall2019-08-061-2/+0
* source4: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig2019-06-302-5/+16
* lib/tls: Remove unused header definitions from source4/lib/tls/tls.h (tls soc...Andrew Bartlett2019-06-261-27/+0
* py3: Remove PyStr_AsString() compatability macroAndrew Bartlett2019-06-241-1/+1
* py3: Remove PyStr_FromString() compatability macroAndrew Bartlett2019-06-242-4/+4
* s4:messaging: Use GnuTLS MD5 in messaging testAndreas Schneider2019-05-211-9/+11
* s4: squash 'cast between incompatible function types' warningNoel Power2019-05-162-12/+24
* s4/lib/policy/gp_ldap: use ldb API to find messagesDouglas Bagnall2019-05-101-12/+12
* s4: use ldb_msg_new(), not talloc/talloc_zeroDouglas Bagnall2019-05-101-2/+2
* s4/policy/gp_filesys: avoid SIZE_MAX smbcli write (CID 1034779)Douglas Bagnall2019-05-101-0/+6
* s4/messaging: do not deref NULL state (CID 1437973)Douglas Bagnall2019-05-101-4/+4
* s4 lib socket: Ensure address string owned by parent structGary Lockyer2019-05-081-1/+1
* libnet: Remove unused source4/libnet/libnet_sam{dump,sync}:Andrew Bartlett2019-05-062-28/+0
* lib/tls: Remove unused source4/lib/tls/tls.c (tls socket wrapper)Andrew Bartlett2019-05-062-611/+0
* waf: Remove configure steps from source4/lib/tlsAndreas Schneider2019-04-302-87/+17
* s3:tls: Remove #ifdef for GnuTLSAndreas Schneider2019-04-303-241/+3
* source4: Update error check for new string conversion wrapperSwen Schillig2019-04-111-1/+1
* build: Remove bld.gen_python_environments()Andrew Bartlett2019-03-213-16/+12
* source4: Use wrapper for string to integer conversionSwen Schillig2019-03-012-4/+22
* s4/registry/py: use unsigned ParseTuple format for unsigned valueDouglas Bagnall2019-02-081-1/+1
* s4/messaging/py: use better format strings for variable typesDouglas Bagnall2019-02-081-4/+4
* Cleanup (decref) some objects added to list.Noel Power2019-02-071-2/+16
* s4:messaging: add support 'smbcontrol <pid> debug/debuglevel'Stefan Metzmacher2019-01-291-0/+72
* s4:lib: Use C99 initializer for PyGetSetDef in pymessagingAndreas Schneider2019-01-281-3/+6
* s4:lib: Use C99 initializer for poptOption in popt_credentialsAndreas Schneider2019-01-281-12/+75
* s4:lib: Use C99 initializer for poptOption in popt_commonAndreas Schneider2019-01-281-23/+134
* s4/messaging: Fix undefined reference in linking libMESSAGING-samba4.soAnoop C S2019-01-201-2/+2
* Revert "s4:messaging: make sure only imessaging_client_init() can be used wit...Ralph Boehme2019-01-111-26/+2
* s4 messaging: Add support for smbcontrol sleepGary Lockyer2018-12-191-0/+33
* s4 messaging: support smbcontrol inject fault commandGary Lockyer2018-12-194-1/+101
* s4:lib: Use #ifdef instead of #if for config.h definitionsAndreas Schneider2018-11-283-4/+4
* source4 messaging: clean up terminated processesGary Lockyer2018-11-232-0/+44
* source4/lib/tls/wscript: update to handle waf 2.0.4Alexander Bokovoy2018-09-051-2/+2
* PEP8: fix W391: blank line at end of fileJoe Guo2018-08-241-2/+0
* PEP8: fix W291: trailing whitespaceJoe Guo2018-08-241-3/+3
* PEP8: fix E701: multiple statements on one line (colon)Joe Guo2018-08-241-8/+16
* PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo2018-08-241-0/+7
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-241-0/+9