summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
2019-11-14s4:lib: Remove gnutls_global_(de)init() from libtlsAndreas Schneider2-15/+0
2019-09-18messaging: Do POOL_USAGE via a socketVolker Lendecke1-10/+10
2019-09-18lib: Align integer typesVolker Lendecke1-2/+2
2019-09-18messaging4: Pass fds to messaging handlersVolker Lendecke5-28/+179
2019-09-01Spelling fixes s/staticly/statically/Mathieu Parent1-1/+1
2019-08-08registry: Free memory at the end of each loop run to prevent mem leakSwen Schillig1-8/+8
2019-08-07s4:lib/http: move to the toplevelRalph Boehme8-2312/+0
2019-08-07s4:lib/http: add support for http POSTRalph Boehme1-0/+3
2019-08-07s4:lib/http: use http_conn in http_send_request_send() and http_read_response...Ralph Boehme3-21/+17
2019-08-07s4:lib/http: remove stream and send_queue from stateRalph Boehme1-4/+0
2019-08-07s4:lib/http: move struct http_read_response_state to the implementationRalph Boehme2-9/+7
2019-08-07s4:lib/http: move struct http_send_request_state to the implementationRalph Boehme2-13/+13
2019-08-07s4:lib/http: add http_[dis]connect_send and recvRalph Boehme4-2/+382
2019-08-06s4/messaging/py: don't DECREF borrowed referencesDouglas Bagnall1-2/+0
2019-06-30source4: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig2-5/+16
2019-06-26lib/tls: Remove unused header definitions from source4/lib/tls/tls.h (tls soc...Andrew Bartlett1-27/+0
2019-06-24py3: Remove PyStr_AsString() compatability macroAndrew Bartlett1-1/+1
2019-06-24py3: Remove PyStr_FromString() compatability macroAndrew Bartlett2-4/+4
2019-05-21s4:messaging: Use GnuTLS MD5 in messaging testAndreas Schneider1-9/+11
2019-05-16s4: squash 'cast between incompatible function types' warningNoel Power2-12/+24
2019-05-10s4/lib/policy/gp_ldap: use ldb API to find messagesDouglas Bagnall1-12/+12
2019-05-10s4: use ldb_msg_new(), not talloc/talloc_zeroDouglas Bagnall1-2/+2
2019-05-10s4/policy/gp_filesys: avoid SIZE_MAX smbcli write (CID 1034779)Douglas Bagnall1-0/+6
2019-05-10s4/messaging: do not deref NULL state (CID 1437973)Douglas Bagnall1-4/+4
2019-05-08s4 lib socket: Ensure address string owned by parent structGary Lockyer1-1/+1
2019-05-06libnet: Remove unused source4/libnet/libnet_sam{dump,sync}:Andrew Bartlett2-28/+0
2019-05-06lib/tls: Remove unused source4/lib/tls/tls.c (tls socket wrapper)Andrew Bartlett2-611/+0
2019-04-30waf: Remove configure steps from source4/lib/tlsAndreas Schneider2-87/+17
2019-04-30s3:tls: Remove #ifdef for GnuTLSAndreas Schneider3-241/+3
2019-04-11source4: Update error check for new string conversion wrapperSwen Schillig1-1/+1
2019-03-21build: Remove bld.gen_python_environments()Andrew Bartlett3-16/+12
2019-03-01source4: Use wrapper for string to integer conversionSwen Schillig2-4/+22
2019-02-08s4/registry/py: use unsigned ParseTuple format for unsigned valueDouglas Bagnall1-1/+1
2019-02-08s4/messaging/py: use better format strings for variable typesDouglas Bagnall1-4/+4
2019-02-07Cleanup (decref) some objects added to list.Noel Power1-2/+16
2019-01-29s4:messaging: add support 'smbcontrol <pid> debug/debuglevel'Stefan Metzmacher1-0/+72
2019-01-28s4:lib: Use C99 initializer for PyGetSetDef in pymessagingAndreas Schneider1-3/+6
2019-01-28s4:lib: Use C99 initializer for poptOption in popt_credentialsAndreas Schneider1-12/+75
2019-01-28s4:lib: Use C99 initializer for poptOption in popt_commonAndreas Schneider1-23/+134
2019-01-20s4/messaging: Fix undefined reference in linking libMESSAGING-samba4.soAnoop C S1-2/+2
2019-01-11Revert "s4:messaging: make sure only imessaging_client_init() can be used wit...Ralph Boehme1-26/+2
2018-12-19s4 messaging: Add support for smbcontrol sleepGary Lockyer1-0/+33
2018-12-19s4 messaging: support smbcontrol inject fault commandGary Lockyer4-1/+101
2018-11-28s4:lib: Use #ifdef instead of #if for config.h definitionsAndreas Schneider3-4/+4
2018-11-23source4 messaging: clean up terminated processesGary Lockyer2-0/+44
2018-09-05source4/lib/tls/wscript: update to handle waf 2.0.4Alexander Bokovoy1-2/+2
2018-08-24PEP8: fix W391: blank line at end of fileJoe Guo1-2/+0
2018-08-24PEP8: fix W291: trailing whitespaceJoe Guo1-3/+3
2018-08-24PEP8: fix E701: multiple statements on one line (colon)Joe Guo1-8/+16
2018-08-24PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo1-0/+7