heimdal: Fix printing a short int into a string
[metze/samba/wip.git] / source4 / lib /
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
2016-05-12 Michael Adams4:regshell: fix O3 error unused result of asprintf...
2016-05-12 Michael Adams4:registry:patchfile: fix O3 error unused result of...
2016-05-09 Douglas Bagnallsource4/registry/local: avoid str_list_length() to...
2016-05-03 Volker Lendeckelib: Give base64.c its own .h
2016-04-26 Robin Hacklib/http/http_auth: Fix CID 1273428 - Unchecked return...
2016-04-25 Noel Powers4:lib:registry: fix 'Conditional jump or move' valgrin...
2016-04-12 Stefan MetzmacherCVE-2016-2113: s4:lib/tls: implement infrastructure...
2016-04-12 Stefan MetzmacherCVE-2016-2113: s4:lib/tls: create better certificates...
2016-03-24 Douglas Bagnalls4/lib/wmi_wrap: use HAVE___ATTRIBUTE__ instead of...
2016-03-15 Garming Sambuild: mark explicit dependencies on pytalloc-util
2016-03-08 Andrew Bartlettpyregistry: Use pytalloc_BaseObject_PyType_Ready()
2016-03-03 Douglas Bagnallregtree: avoid GCC indentation warning
2016-02-06 Günther Deschners4-libgpo: fix gcc6 build warning.
2016-02-06 Michael Adamdlist: remove unneeded type argument from DLIST_ADD_END()
2016-01-26 Michael Adams4:lib:socket: skip extra data in interpret_interface()
2016-01-13 Jelmer VernooijRename 'errors' to 'samba-errors' and make it public.
2016-01-13 Jelmer VernooijMake libregistry private, for now.
2016-01-07 Andrew Bartlettpyregistry: Adjust to use of PY_SSIZE_T_CLEAN
2016-01-07 Andrew Bartlettpymessaging: Adjust to use of PY_SSIZE_T_CLEAN
2015-12-16 Stefan MetzmacherMerge tag 'ldb-1.1.24' into master
2015-12-10 Andreas Schneiderwaf: Check for GnuTLS 3.4.7
2015-11-06 Mathieu ParentFix various spelling errors
2015-10-20 Ralph Boehmes4:lib/messaging: use a helper variable for tdb flags
2015-10-20 Ralph Boehmes4:lib/messaging: use correct path for names.tdb
2015-10-19 Volker Lendeckelib: Push down unique generation one level
2015-09-17 Stefan Metzmachers4:lib/messaging: use 'msg.lock' and 'msg.sock' for...
2015-09-03 Björn Jacketls: increase Diffie-Hellman group size to 2048 bits
2015-08-30 Andrew Bartlettlib/tls: Ensure SSLv3 is disabled in the web server...
2015-08-30 Andrew Bartlettlib/tls: Remove unused tls_init_client code
2015-07-30 Günther Deschnerlib/dcom: use HRESULT in dcom_create_object.
2015-07-20 Andrew Bartlettlib/tls: Add new 'tls priority' option
2015-07-20 Andrew BartlettRemove support for OpenPGP certificates in our TLS...
2015-06-23 Stefan Metzmachers4:lib/tls: ignore non-existing ca and crl files in...
2015-06-23 Stefan Metzmachers4:lib/tls: fix tstream_tls_connect_send() define
2015-04-29 Evangelos Foutrass4:lib/tls: fix build with gnutls 3.4
2015-03-20 Stefan Metzmachers4:lib/tls: remove allow_warnings=True
next