summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/tsocket: add tdgram_inet_udp_broadcast_socket()Stefan Metzmacher2015-06-122-0/+59
* lib/tsocket: add tdgram_bsd_existing_socket() helper functionStefan Metzmacher2015-06-122-0/+66
* tevent.h: propose tstream_ versions of read_packet_send/recv and writev_send/...Stefan Metzmacher2015-06-121-2/+2
* tevent/testsuite: make sure we cleanup tevent_fd structures in the correct orderStefan Metzmacher2015-06-121-2/+2
* debug: Change syslog priority mapping to match new log level macrosChristof Schmitt2015-06-111-4/+9
* debug: Add definitions and macros for log levelsChristof Schmitt2015-06-111-0/+15
* lib/util: remove signal related configure checksStefan Metzmacher2015-06-101-2/+0
* lib/replace: add signal related configure checksStefan Metzmacher2015-06-101-0/+1
* pytevent: Build for two versions of Python at oncePetr Viktorin2015-06-101-7/+10
* pytevent: Port to Python 3Petr Viktorin2015-06-101-13/+57
* pytalloc: Improve timer wrapper, and test itPetr Viktorin2015-06-103-19/+185
* pytevent: Define missing TeventFd_Type objectPetr Viktorin2015-06-101-0/+13
* pytevent: Better error and reference handlingPetr Viktorin2015-06-101-6/+25
* lib/util/charset: fix conversion failure loggingRalph Boehme2015-06-091-1/+3
* tsocket: Use common code in tsocket_bsd_common_prepare_fdVolker Lendecke2015-06-052-30/+8
* debug: Fix default log levelsVolker Lendecke2015-06-041-2/+2
* Prevent clashes between system and Samba SHA functionsEmmanuel Dreyfus2015-06-033-2/+12
* tevent: fix access after free in tevent_common_check_signal()Stefan Metzmacher2015-06-021-1/+1
* tevent: add a note to tevent_add_fd()Stefan Metzmacher2015-05-201-0/+5
* pytalloc: Test for all Python versionsPetr Viktorin2015-05-191-9/+1
* buildtools: Add a helper to iterate through Python environmentsPetr Viktorin2015-05-191-62/+27
* pytalloc: Build for two Python versions at oncePetr Viktorin2015-05-191-0/+37
* pytalloc: Port to Python 3Petr Viktorin2015-05-198-19/+140
* s3: IPv6 enabled DNS connections for ADS clientDavid Holder2015-05-152-43/+86
* Convert all uint32/16/8 to _t in a grab-bag of remaining files.Richard Sharpe2015-05-141-1/+1
* dbwrap: Remove an unused variableVolker Lendecke2015-05-131-2/+0
* lib: Remove unused hex_encode()Volker Lendecke2015-05-132-19/+2
* smbd: Offer SMB 3.1.1 by default.Stefan Metzmacher2015-05-081-1/+1
* smbd: offer SMB 3.0.2 by default.Michael Adam2015-05-081-1/+1
* libcli/smb: add PROTOCOL_SMB3_11 and SMB3_DIALECT_REVISION_311Stefan Metzmacher2015-05-081-0/+1
* Fix a few printf format errorsVolker Lendecke2015-05-071-1/+1
* lib: Fix strv_next for the anchor NULL entryVolker Lendecke2015-05-071-0/+7
* lib: Fix CID 1034836 Resource leakVolker Lendecke2015-05-061-0/+4
* param: rename FLAG_HIDE to FLAG_SYNONYMMichael Adam2015-05-022-31/+31
* param: remove swat specific flags.Michael Adam2015-05-022-433/+18
* param: Remove unused P_SEP and P_SEPARATORMichael Adam2015-05-023-74/+2
* param:README: mention to explicitly initialize defaults for special valuesMichael Adam2015-05-021-0/+3
* lib: tevent: Fix compile error in Solaris ports backend.Gordon Ross2015-04-291-1/+2
* tdb: version 1.3.5tdb-1.3.5Alexander Drozdov2015-04-292-1/+70
* tdb: introduce tdb_chainlock_read_nonblock(), a nonblock variant of tdb_chain...Alexander Drozdov2015-04-282-0/+8
* lib: Remove server_id_str()Volker Lendecke2015-04-282-19/+1
* lib: Remove procid_str_staticVolker Lendecke2015-04-281-2/+3
* lib: Use isspace on unsigned charVolker Lendecke2015-04-271-5/+14
* Add set date to tdb manpages.Jelmer Vernooij2015-04-274-0/+4
* Drop unused and uninstalled SWIG wrapper for talloc.Jelmer Vernooij2015-04-271-31/+0
* pep8: Move to third_party/.Jelmer Vernooij2015-04-271-1959/+0
* pytalloc: Add testsPetr Viktorin2015-04-243-1/+260
* pytalloc: Fix comparison of disparate typesPetr Viktorin2015-04-241-1/+1
* param: remove two unused #definesMichael Adam2015-04-221-3/+0
* tevent: Fix CID 1035381 Unchecked return valueVolker Lendecke2015-04-211-1/+3