summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* waf: add library dependency for sendfile on SolarisBjörn Jacke2019-02-171-1/+1
* replace: remove needless vxfs header file checkBjörn Jacke2019-02-172-9/+1
* waf: Do not install internal headerAndreas Schneider2019-02-141-1/+17
* lib:util: Move discard_const(_p) to own header for libndr.hAndreas Schneider2019-02-144-28/+53
* lib:util: Add GPL header to tftw.cAndreas Schneider2019-02-141-0/+13
* lib:util: Add missing "replace.h" header in tftwAndreas Schneider2019-02-141-0/+1
* Make sure results from GetAttrString are decref'ed where neededNoel Power2019-02-131-1/+4
* ldb_dn: don't free a known NULL pointerDouglas Bagnall2019-02-131-4/+1
* ldb_dn: remove unreachable code in dn_explodeDouglas Bagnall2019-02-131-9/+0
* s3:util: Move static file_pload() function to lib/utilAliaksei Karaliou2019-02-112-0/+53
* s3:util: Move popen wrappers to lib/utilAliaksei Karaliou2019-02-113-2/+282
* docs-xml: add "debug encryption" global parmAurelien Aptel2019-02-091-0/+2
* py_tevent: add_timer takes float argumentDouglas Bagnall2019-02-081-2/+6
* lib/util: inline lib/util/util_runcmd.h againStefan Metzmacher2019-02-082-38/+15
* lib/util: add samba_runcmd_export_stdin() helper functionStefan Metzmacher2019-02-072-0/+12
* lib/debug: retain full string in state.prog_name globalDavid Disseldorp2019-02-071-4/+8
* Cleanup (decref) some objects added to list.Noel Power2019-02-071-2/+34
* Cleanup references to module objects returned from PyImport_ImportModuleNoel Power2019-02-071-2/+8
* Examine result of SetList (and prevent sending NULL to PyList_SetItem)Noel Power2019-02-071-3/+27
* Decrement references to python objects passed to Py_BuildValueNoel Power2019-02-071-4/+11
* ldb: Release ldb 1.6.0Andrew Bartlett2019-02-014-1/+285
* pyldb: make ldb.connect() url mandatoryDouglas Bagnall2019-02-011-1/+1
* ldb: Release ldb 1.5.3Andrew Bartlett2019-02-014-1/+285
* ldb: Add even more comments on what strict does to the list intersectionsAndrew Bartlett2019-02-011-1/+15
* ldb: Rename variableTim Beale2019-02-011-7/+8
* ldb: Elaborate on ldb_kv_search_indexed() commentsTim Beale2019-02-011-7/+26
* ldb: Remove comment that no longer makes senseTim Beale2019-02-011-5/+0
* ldb: Avoid inefficient one-level searchesTim Beale2019-02-011-3/+14
* ldb: The test api.py should not rely on order of entries in dictLukas Slebodnik2019-01-291-6/+8
* wafsamba/replace: move __STDC_WANT_LIB_EXT1__ to CFLAGSStefan Metzmacher2019-01-291-2/+8
* replace: only include <sys/capability.h> with HAVE_POSIX_CAPABILITIESStefan Metzmacher2019-01-291-0/+2
* lib:printer_driver: Retrieve Class valueJustin Stephenson2019-01-281-0/+7
* lib:printer_driver: Don't overwrite printprocessorJustin Stephenson2019-01-281-2/+4
* lib:printer_driver: Parse SourceDisksNames sectionJustin Stephenson2019-01-281-0/+9
* lib:printer_driver: Handle PrintProcessor stringJustin Stephenson2019-01-281-1/+1
* lib:printer_driver: Add printer_driver library to parse printer driver inf filesGuenther Deschner2019-01-283-0/+1280
* util: Add file tree walk interfaceAndreas Schneider2019-01-283-1/+160
* lib:util: Use C99 initializer in tfork testAndreas Schneider2019-01-281-2/+12
* lib:util: Use C99 initializer for weird_table in charsetAndreas Schneider2019-01-281-3/+13
* lib:util: Use C99 initializer for builtin_functions in iconvAndreas Schneider2019-01-281-14/+69
* lib:tevent: Use correct C99 initializer for tevent_reqAndreas Schneider2019-01-281-4/+6
* lib:tdb: Use C99 initializer for tdb_logging_contextAndreas Schneider2019-01-281-1/+3
* lib:tdb: Use C99 initializer for tdb_headerAndreas Schneider2019-01-281-1/+3
* lib:ldb: Use correct C99 initializer for 'struct tm'Andreas Schneider2019-01-281-2/+4
* lib:ldb: Use C99 initializer for tdb_logging_contextAndreas Schneider2019-01-281-1/+3
* lib:ldb: Use C99 initializer for PyGetSetDef in pyldbAndreas Schneider2019-01-281-15/+47
* lib:tdb: Use C99 initializer for PyGetSetDef in pytdbAndreas Schneider2019-01-281-18/+34
* lib:texpect: Use C99 initializer for poptOption in texpectAndreas Schneider2019-01-281-2/+14
* tdb: Fix compatibility of wscript with older pythonLukas Slebodnik2019-01-201-1/+1
* lib:mscat: Use size_t for len value to fix build issueAndreas Schneider2019-01-191-3/+6