s4/selftest: enable samba.tests.group for py3
[samba.git] / source4 / lib /
2018-08-24 Joe GuoPEP8: fix W391: blank line at end of file
2018-08-24 Joe GuoPEP8: fix W291: trailing whitespace
2018-08-24 Joe GuoPEP8: fix E701: multiple statements on one line (colon)
2018-08-24 Joe GuoPEP8: fix E305: expected 2 blank lines after class...
2018-08-24 Joe GuoPEP8: fix E302: expected 2 blank lines, found 1
2018-08-24 Joe GuoPEP8: fix E301: expected 1 blank line, found 0
2018-08-24 Joe GuoPEP8: fix E261: at least two spaces before inline comment
2018-08-24 Joe GuoPEP8: fix E231: missing whitespace after ','
2018-08-24 Joe GuoPEP8: fix E203: whitespace before ':'
2018-08-24 Joe GuoPEP8: fix W602: deprecated form of raising exception
2018-08-10 Andreas Schneiders4:lib: Fix a possible fd leak in gp_get_file()
2018-07-12 Stefan Metzmachers4:messaging: make sure only imessaging_client_init...
2018-07-11 Stefan Metzmachers4:messaging: allow imessaging_post_handler() to free...
2018-07-10 Stefan Metzmachers4:messaging: add local.messaging.multi_ctx.multi_ctx...
2018-04-13 Douglas Bagnalls4/lib/py-registry: initialize optional parameters...
2018-04-13 Noel Powers3/lib/policy/wscript_build: build samba_policy lib...
2018-04-13 Noel Powerwscript_build: make sure we link extra-python versions...
2018-04-05 Joe Guowscript_build: fix c modules deps name for Python 3
2018-04-05 Noel Powerpython3 port for policy module
2018-04-03 Volker Lendeckelibhttp: Fix CID 1273001 Dereference after null check
2018-04-03 Andreas Schneiders4:registry: Fix size type and loop
2018-03-01 Andreas Schneiders4:lib: Add FALL_THROUGH statements in http.c
2018-03-01 Andreas Schneiders4:lib:com: Fix function declartions
2018-02-27 Volker Lendeckelibsocket: Add "mem_ctx" to socket_create()
2018-02-24 Andreas Schneiders4:lib:com: Fix function declartions
2018-02-13 Volker Lendeckelibsocket: Avoid an unnecessary else branch
2018-01-10 Stefan Metzmachers4:lib/tls: fix the developer build without gnutls...
2017-12-18 Gary Lockyersource4/lib/socket/socket_ip.c set socket close on...
2017-12-13 Björn Jackes4: remove ipv6:enabled parameteric option
2017-11-22 Uri Simchonis4-lib-policy: fix type of enum
2017-10-23 Lumir Balharpython: Port samba.messaging module to Python 3 compati...
2017-10-18 Lumir Balharpython: Port samba.registry module to Python 3 compatib...
2017-08-16 Jeremy Allisonlib: talloc: Use the system <talloc.h> include.
2017-08-16 Volker Lendeckelibhttp: Remove an unneeded include
2017-08-15 Andrew Bartletts4/lib/tls: Use SHA256 to sign the TLS certificates
2017-08-15 Jeremy Allisons4: com: Replace erroneous inclusion of internal talloc...
2017-08-07 Stefan Metzmachers4:lib/http: pass down the target service/hostname...
2017-08-07 Stefan Metzmachers4:lib/http: add HTTP_AUTH_NEGOTIATE which maps to...
2017-08-07 Stefan Metzmachers4:http/gensec: implement "http_negotiate" using GENSEC...
2017-08-07 Stefan Metzmachers4:http/gensec: make the "NTLM" base64 wrapping more...
2017-08-07 Stefan Metzmachers4:http/gensec: rename ntlm.c to generic.c
2017-08-07 Stefan Metzmachers4:lib/http: pass a generic prefix blob to http_parse_a...
2017-08-07 Stefan Metzmachers4:lib/http: use strcasecmp(h->key, "WWW-Authenticate...
2017-08-07 Stefan Metzmachers4:lib/http: remove indentation level from http_parse_a...
2017-08-07 Stefan Metzmachers4:lib/http: let http_read_response_send/recv() also...
2017-08-07 Stefan Metzmachers4:lib/http: lower HTTP_MAX_HEADER_SIZE from UINT_MAX...
2017-07-26 Jeremy Allisons4: COM: Remove talloc_autofree_context() from (unused...
2017-07-25 Stefan Metzmachers4:lib/http: rewrite http_send_auth_request_*() using...
2017-07-21 Stefan Metzmachers4:http/gensec: add missing tevent_req_done() to gensec...
2017-05-30 Stefan Metzmachers4:lib/com: remove unused pycom binding
2017-05-21 Stefan Metzmachers4:gensec/http_basic: add simple gensec_http_basic_upda...
2017-05-21 Stefan Metzmachers4:gensec/http_ntlm: add implement gensec_http_ntlm_upd...
2017-05-13 Jeremy Allisongensec: Add a TALLOC_CTX * to gensec_register().
2017-05-11 Jeremy Allisons4: popt: Change from talloc_autofree_context() to...
2017-05-11 Jeremy Allisons4: popt: Make cmdline_credentials static.
2017-05-11 Jeremy Allisons4: popt: Global replace of cmdline_credentials ->...
2017-05-11 Jeremy Allisons4: popt: Add set/get/free functions for cmdline_creden...
2017-05-10 Günther Deschners4-lib/policy: remove some dead prototypes
2017-05-09 Andreas Schneiders4:tls: Do not use deprecated GnuTLS types
2017-04-26 Andrew Bartletts4-messaging: Add helpful comments
2017-04-21 Jeremy Allisonlib: modules: Change XXX_init interface from XXX_init...
2017-04-17 Jeremy Allisons4: messaging: When talloc_free()'ing an event context...
2017-04-17 Jeremy Allisons4: messaging. Minor cleanup. Check for error returns...
2017-03-31 Jeremy Allisons4: messaging. Add imessaging_reinit_all() function.
2017-03-29 Andrew Bartletts4-messaging: split up messaging into a smaller library...
2017-03-28 Gary Lockyerpymessaging: add single element tupple form of the...
2017-03-28 Andrew Bartlettpymessaging: Add a hook to run the event loop, make...
2017-03-28 Andrew Bartlettpymessaging: Add irpc_remove_name
2017-03-28 Andrew Bartlettpymessaging: Add support for irpc_add_name
2017-03-10 Ian Stakenviciuswaf: disable-python - don't build samba-policy
2017-02-21 Thomas Nagybuild:wafsamba: Remove ambiguous 'if x in conf.env...
2017-01-22 Volker Lendeckelib: Add lib/util/server_id.h
2017-01-20 Ralph Boehmes4/messaging: register for MSG_REQ_RINGBUF_LOG
2016-11-30 Douglas Bagnalllib/registry/regf: better initialise nk_block
2016-11-16 Jeremy Allisonsource4: Change to use lib/util/access functions.
2016-10-14 Volker Lendeckemessaging: Fix CID 1373625 Unused value
2016-10-12 Volker Lendeckemessaging: add an overflow check
2016-10-04 Volker Lendeckemessaging4: Postpone messages to the right tevent context
2016-10-04 Volker Lendeckemessages_dgm_ref: Pass receiving "ev" to recv_cb
2016-10-04 Volker Lendeckemessaging: add an overflow test
2016-10-04 Volker Lendeckemessaging4: Fix signed/unsigned hickups
2016-09-28 Volker Lendeckelib: Fix CID 1373388 Uninitialized scalar variable
2016-09-28 Volker Lendeckelib: Fix CID 1373389 Uninitialized scalar variable
2016-09-27 Günther Deschnerwerror: replace WERR_CLASS_NOT_REGISTERED with HRES_REG...
2016-09-27 Günther Deschnerwerror: replace WERR_INVALID_PARAM with WERR_INVALID_PA...
2016-09-27 Günther Deschnerwerror: replace WERR_INVALID_PARAM with WERR_INVALID_PA...
2016-09-27 Günther Deschnerwerror: replace WERR_GENERAL_FAILURE with WERR_GEN_FAIL...
2016-09-27 Günther Deschnerwerror: replace WERR_GENERAL_FAILURE with WERR_GEN_FAIL...
2016-09-27 Günther Deschnerwerror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY...
2016-09-27 Günther Deschnerwerror: replace WERR_BADFILE with WERR_FILE_NOT_FOUND...
2016-09-27 Günther Deschnerwerror: replace WERR_BADFUNC with WERR_INVALID_FUNCTION...
2016-09-26 Chris Daviss4-registry: properly initialize registry key to be...
2016-09-26 Chris Daviss4-registry: implement set value and delete value for RPC
2016-09-20 Lukas Slebodniktls: Fix warning Wunused-variable
2016-09-19 Ralph Boehmes4/messaging: let the imessaging ctx destructor free...
2016-09-12 Ralph Boehmemessaging: Call messaging_dgm_send under become_root...
2016-09-12 Ralph Boehmes4/messaging: messaging_dgm_ref talloc hierarchy fix
2016-08-05 Volker Lendeckelib: Fix a pointless error check
2016-07-23 Jeremy Allisons4: messaging: Remove bool auto_remove parameter from...
2016-07-12 Andrew Bartlettpyrpc: Allow control of RPC timeout for IRPC
next