summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
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
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+9
2018-08-24PEP8: fix E301: expected 1 blank line, found 0Joe Guo1-0/+3
2018-08-24PEP8: fix E261: at least two spaces before inline commentJoe Guo1-1/+1
2018-08-24PEP8: fix E231: missing whitespace after ','Joe Guo1-19/+19
2018-08-24PEP8: fix E203: whitespace before ':'Joe Guo1-1/+1
2018-08-24PEP8: fix W602: deprecated form of raising exceptionJoe Guo1-1/+1
2018-08-11s4:lib: Fix a possible fd leak in gp_get_file()Andreas Schneider1-8/+16
2018-07-12s4:messaging: make sure only imessaging_client_init() can be used with a wrap...Stefan Metzmacher1-2/+26
2018-07-11s4:messaging: allow imessaging_post_handler() to free the messaging context f...Stefan Metzmacher1-0/+33
2018-07-10s4:messaging: add local.messaging.multi_ctx.multi_ctx testStefan Metzmacher1-0/+221
2018-04-13s4/lib/py-registry: initialize optional parameters for open_* functionsDouglas Bagnall1-2/+6
2018-04-13s3/lib/policy/wscript_build: build samba_policy lib for extra-python/py3Noel Power1-6/+9
2018-04-13wscript_build: make sure we link extra-python versions of librariesNoel Power1-1/+1
2018-04-05wscript_build: fix c modules deps name for Python 3Joe Guo1-5/+7
2018-04-05python3 port for policy moduleNoel Power2-11/+22
2018-04-04libhttp: Fix CID 1273001 Dereference after null checkVolker Lendecke1-0/+1
2018-04-03s4:registry: Fix size type and loopAndreas Schneider1-5/+3
2018-03-01s4:lib: Add FALL_THROUGH statements in http.cAndreas Schneider1-1/+1
2018-03-01s4:lib:com: Fix function declartionsAndreas Schneider2-4/+4
2018-02-27libsocket: Add "mem_ctx" to socket_create()Volker Lendecke4-15/+12
2018-02-24s4:lib:com: Fix function declartionsAndreas Schneider1-6/+19
2018-02-13libsocket: Avoid an unnecessary else branchVolker Lendecke1-1/+2
2018-01-10s4:lib/tls: fix the developer build without gnutls supportStefan Metzmacher1-0/+1
2017-12-18source4/lib/socket/socket_ip.c set socket close on execGary Lockyer1-0/+3
2017-12-13s4: remove ipv6:enabled parameteric optionBjörn Jacke1-16/+8
2017-11-22s4-lib-policy: fix type of enumUri Simchoni1-1/+1
2017-10-23python: Port samba.messaging module to Python 3 compatible form.Lumir Balhar2-11/+25
2017-10-18python: Port samba.registry module to Python 3 compatible formLumir Balhar2-18/+29
2017-08-17lib: talloc: Use the system <talloc.h> include.Jeremy Allison1-1/+1
2017-08-16libhttp: Remove an unneeded includeVolker Lendecke1-1/+0
2017-08-15s4/lib/tls: Use SHA256 to sign the TLS certificatesAndrew Bartlett1-3/+6
2017-08-15s4: com: Replace erroneous inclusion of internal talloc.h header with external.Jeremy Allison1-1/+1
2017-08-07s4:lib/http: pass down the target service/hostname to gensecStefan Metzmacher1-0/+21
2017-08-07s4:lib/http: add HTTP_AUTH_NEGOTIATE which maps to the "http_negotiate" gense...Stefan Metzmacher2-0/+5
2017-08-07s4:http/gensec: implement "http_negotiate" using GENSEC_OID_SPNEGOStefan Metzmacher1-0/+24