smbd: prepare fsp_str_dbg() for atnames
[amitay/samba.git] / source4 / lib /
2020-05-08 Gary LockyerFix clang 9 missing-field-initializer warnings
2020-05-06 Amitay Isaacslib/messaging: Move messages_dgm out of source3
2020-04-08 Andreas Schneiders4:tls: Fix generating TLS RSA certs with FIPS140-2
2020-03-25 Volker Lendeckelib: Remove unused SOCKET_FLAG_BLOCK
2020-03-23 Andrew Bartlettpy3: Remove #define PyInt_FromLong PyLong_FromLong
2020-03-23 Andrew Bartlettpy3: Remove #define PyInt_AsLong PyLong_AsLong
2020-03-23 Andrew Bartlettpy3: Remove #define PyInt_Check PyLong_Check
2019-12-10 Andreas Schneiders4:lib: Make sure we close fd's in error path
2019-12-08 Volker Lendeckebuild: messaging.c uses talloc_report_printf()
2019-12-08 Volker Lendeckebuild: Multi-line a long list of deps
2019-11-19 Andreas Schneiders4:lib:tls: Fix cert and privkey types
2019-11-14 Andreas Schneiders4:lib: Remove gnutls_global_(de)init() from libtls
2019-09-18 Volker Lendeckemessaging: Do POOL_USAGE via a socket
2019-09-18 Volker Lendeckelib: Align integer types
2019-09-18 Volker Lendeckemessaging4: Pass fds to messaging handlers
2019-09-01 Mathieu ParentSpelling fixes s/staticly/statically/
2019-08-08 Swen Schilligregistry: Free memory at the end of each loop run to...
2019-08-07 Ralph Boehmes4:lib/http: move to the toplevel
2019-08-07 Ralph Boehmes4:lib/http: add support for http POST
2019-08-07 Ralph Boehmes4:lib/http: use http_conn in http_send_request_send...
2019-08-07 Ralph Boehmes4:lib/http: remove stream and send_queue from state
2019-08-07 Ralph Boehmes4:lib/http: move struct http_read_response_state to...
2019-08-07 Ralph Boehmes4:lib/http: move struct http_send_request_state to...
2019-08-07 Ralph Boehmes4:lib/http: add http_[dis]connect_send and recv
2019-08-06 Douglas Bagnalls4/messaging/py: don't DECREF borrowed references
2019-06-30 Swen Schilligsource4: Update all consumers of strtoul_err(), strtoul...
2019-06-26 Andrew Bartlettlib/tls: Remove unused header definitions from source4...
2019-06-24 Andrew Bartlettpy3: Remove PyStr_AsString() compatability macro
2019-06-24 Andrew Bartlettpy3: Remove PyStr_FromString() compatability macro
2019-05-21 Andreas Schneiders4:messaging: Use GnuTLS MD5 in messaging test
2019-05-16 Noel Powers4: squash 'cast between incompatible function types...
2019-05-10 Douglas Bagnalls4/lib/policy/gp_ldap: use ldb API to find messages
2019-05-10 Douglas Bagnalls4: use ldb_msg_new(), not talloc/talloc_zero
2019-05-10 Douglas Bagnalls4/policy/gp_filesys: avoid SIZE_MAX smbcli write ...
2019-05-10 Douglas Bagnalls4/messaging: do not deref NULL state (CID 1437973)
2019-05-08 Gary Lockyers4 lib socket: Ensure address string owned by parent...
2019-05-06 Andrew Bartlettlibnet: Remove unused source4/libnet/libnet_sam{dump...
2019-05-06 Andrew Bartlettlib/tls: Remove unused source4/lib/tls/tls.c (tls socke...
2019-04-30 Andreas Schneiderwaf: Remove configure steps from source4/lib/tls
2019-04-30 Andreas Schneiders3:tls: Remove #ifdef for GnuTLS
2019-04-11 Swen Schilligsource4: Update error check for new string conversion...
2019-03-21 Andrew Bartlettbuild: Remove bld.gen_python_environments()
2019-03-01 Swen Schilligsource4: Use wrapper for string to integer conversion
2019-02-08 Douglas Bagnalls4/registry/py: use unsigned ParseTuple format for...
2019-02-08 Douglas Bagnalls4/messaging/py: use better format strings for variable...
2019-02-07 Noel PowerCleanup (decref) some objects added to list.
2019-01-29 Stefan Metzmachers4:messaging: add support 'smbcontrol <pid> debug/debug...
2019-01-28 Andreas Schneiders4:lib: Use C99 initializer for PyGetSetDef in pymessaging
2019-01-28 Andreas Schneiders4:lib: Use C99 initializer for poptOption in popt_cred...
2019-01-28 Andreas Schneiders4:lib: Use C99 initializer for poptOption in popt_common
2019-01-19 Anoop C Ss4/messaging: Fix undefined reference in linking libMES...
2019-01-11 Ralph BoehmeRevert "s4:messaging: make sure only imessaging_client_...
2018-12-19 Gary Lockyers4 messaging: Add support for smbcontrol sleep
2018-12-19 Gary Lockyers4 messaging: support smbcontrol inject fault command
2018-11-28 Andreas Schneiders4:lib: Use #ifdef instead of #if for config.h definitions
2018-11-23 Gary Lockyersource4 messaging: clean up terminated processes
2018-09-05 Alexander Bokovoysource4/lib/tls/wscript: update to handle waf 2.0.4
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...
next