summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2015-03-09talloc: version 2.1.2talloc-2.1.2Stefan Metzmacher3-1/+71
2015-03-09talloc: fix _talloc_total_limit_size prototypeStefan Metzmacher1-1/+1
2015-03-08lib: talloc: Test suite for the new destructor reparent logic.Jeremy Allison1-0/+82
2015-03-08lib: talloc: Allow destructors to reparent the object they're called on.Jeremy Allison1-0/+7
2015-03-08lib: talloc: Fix bug when calling a destructor.Jeremy Allison1-1/+7
2015-03-06Build python-ntdb bindings if ntdb was found but python-ntdb was not.Jelmer Vernooij1-7/+7
2015-03-06Remove 'external' python module support code - use the third_party directory ...Jelmer Vernooij1-24/+0
2015-03-06Remove bundled but unused mimeparse.Jelmer Vernooij6-291/+0
2015-03-06Remove unused bundled python-extras module.Jelmer Vernooij14-554/+0
2015-03-06Remove bundled testtools.Jelmer Vernooij81-19182/+0
2015-03-06Remove bundled subunit.Jelmer Vernooij67-9783/+0
2015-03-06Bundle pyiso8601 for iso8601 time/date manipulation.Jelmer Vernooij1-0/+5
2015-03-06Inline outputting of subunit in libtorture.Jelmer Vernooij4-25/+24
2015-03-04tevent: version 0.9.24tevent-0.9.24David Disseldorp2-1/+89
2015-03-04pyldb: Add tests for type errorsPetr Viktorin1-0/+42
2015-03-03pyldb: Report errors converting controls list to char**Petr Viktorin1-0/+20
2015-03-03pyldb: Better error reportingPetr Viktorin1-2/+2
2015-03-03pyldb: Type-check arguments parsed with PyArg_ParseTuple*Petr Viktorin1-8/+8
2015-03-03pyldb: Fix reference leaksPetr Viktorin1-6/+12
2015-03-03pyldb: Remove use of staticforward macroPetr Viktorin1-1/+1
2015-03-03pyldb: Properly preallocate result control listPetr Viktorin1-1/+5
2015-03-03pyldb: Use the Py_TYPE macroPetr Viktorin1-3/+3
2015-03-03pyldb: Correct reference counting when returning boolsPetr Viktorin1-4/+4
2015-03-03lib: Fix CID 1273073 Assign instead of compareVolker Lendecke1-1/+1
2015-03-03tevent: Ignore unexpected signal events in the same way the epoll backend does.Jeremy Allison1-3/+9
2015-03-03Fix the O3 developer buildVolker Lendecke1-1/+1
2015-02-27MSDFS referral shufflingRobin McCorkell1-0/+9
2015-02-27lib/util: Build iov_buf library only when building sambaAmitay Isaacs1-5/+8
2015-02-27tevent: version 0.9.23tevent-0.9.23Michael Adam2-1/+89
2015-02-26param: Remove lib/param/generic.cVolker Lendecke3-298/+1
2015-02-26lib: Simplify pidfile.cVolker Lendecke1-13/+6
2015-02-26Fix whitespaceVolker Lendecke1-11/+11
2015-02-26ntdb: always return int from tdb_store_flag_to_ntdb()David Disseldorp1-0/+1
2015-02-25lib/crypto: Document nettle supported cryptoMichael Ledford1-0/+21
2015-02-24tsocket: Use iov_advanceVolker Lendecke2-51/+18
2015-02-24iov_buf: Add an explaining commentVolker Lendecke1-0/+4
2015-02-24tsocket: Fix a typoVolker Lendecke1-1/+1
2015-02-24lib: Move "iov_buf.[ch]" to lib/utilVolker Lendecke4-1/+126
2015-02-23swrap: Bump version to 1.1.3Andreas Schneider1-1/+1
2015-02-23swrap: If we remove the socket_info also unlink the unix socketAndreas Schneider1-0/+3
2015-02-23swrap: Do not leak the socket_info we just removed.Andreas Schneider1-0/+1
2015-02-23src: Add support for running with address sanitizer.Andreas Schneider1-0/+8
2015-02-23swrap: Fix the loop for older gcc versions.Andreas Schneider1-2/+8
2015-02-17lib: texpect. Fix the build on Solaris.Tom Schulz2-1/+6
2015-02-17Force rebuild of ldb if pyldb-util is not available.Jelmer Vernooij1-4/+4
2015-02-17wscript: Expand tabs.Jelmer Vernooij1-1/+1
2015-02-17lib/crypto: Document what crypto code is used for, and if GnuTLS supports itAndrew Bartlett1-0/+97
2015-02-16debug: Set close-on-exec for the main log file FDAndrew Bartlett2-1/+4
2015-02-15Add Solaris ports as a tevent backend.Jeremy Allison6-1/+798
2015-02-13lib: Add talloc_report_str()Volker Lendecke3-0/+208