summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* samba: Change default process model to preforkTim Beale2019-02-013-3/+16
* 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
* selftest: Add dns_hub to selftest/target/READMETim Beale2019-02-012-0/+15
* selftest: Move dns_hub.py into selftest directoryTim Beale2019-02-012-1/+1
* dns_hub: Fix flake8 warningsTim Beale2019-02-011-5/+5
* man pages: document prefork process modelGary Lockyer2019-01-312-6/+33
* s3: smbd: smb2-posix: Add NFS_SPECFILE_XXX defines.Jeremy Allison2019-01-311-0/+6
* s3: smbd: smb2-posix: Add IO_REPARSE_TAG_NFS.Jeremy Allison2019-01-301-0/+1
* selftest:Samba4: use 'smbcontrol samba shutdown'Stefan Metzmacher2019-01-301-0/+9
* s4:server: add support for 'smbcontrol samba shutdown'Stefan Metzmacher2019-01-291-1/+36
* s4:server: avoid using pid=0 for the parent 'samba' processStefan Metzmacher2019-01-291-1/+1
* s4:messaging: add support 'smbcontrol <pid> debug/debuglevel'Stefan Metzmacher2019-01-291-0/+72
* manpages/samba.7.xml: smbcontrol can also work with 'samba'Stefan Metzmacher2019-01-291-1/+1
* ldb: The test api.py should not rely on order of entries in dictLukas Slebodnik2019-01-291-6/+8
* dns.idl: fix DNS_RCODE from 0xF to 0x1FStefan Metzmacher2019-01-291-2/+1
* python/tests/dns*: make use of dns.DNS_RCODE/dns.DNS_OPCODEStefan Metzmacher2019-01-292-4/+4
* 'articles' variable causes a dependency loopDavid Mulder2019-01-291-2/+2
* third_party/resolv_wrapper: fix HAVE_RESOLV_IPV6_NSADDRS for struct __res_stateStefan Metzmacher2019-01-291-1/+1
* wafsamba/replace: move __STDC_WANT_LIB_EXT1__ to CFLAGSStefan Metzmacher2019-01-292-2/+17
* replace: only include <sys/capability.h> with HAVE_POSIX_CAPABILITIESStefan Metzmacher2019-01-291-0/+2
* wscript: separate embedded_heimdal from system_heimdalStefan Metzmacher2019-01-294-101/+104
* vfs_gpfs: Fix the 32-bit buildVolker Lendecke2019-01-291-2/+4
* s4/param/provision py_dom_sid_FromSid: avoid python memleakDouglas Bagnall2019-01-291-4/+6
* s4/pyrpc_util: catch alloc failure in py_dcerpc_interface_init_helper()Douglas Bagnall2019-01-291-0/+5
* s4/pyrpc_util: appropriately decrement refcounts on failureDouglas Bagnall2019-01-291-0/+22
* s3/py_passdb: maintain correct refcount on allocation failureDouglas Bagnall2019-01-291-0/+6
* python/modules: maintain correct refcount for path itemsDouglas Bagnall2019-01-291-10/+19
* tests: don't rely on implicit int return typeDavid Disseldorp2019-01-295-5/+5
* s3/lib: clean up have_syscall() formattingDavid Disseldorp2019-01-291-2/+3
* s3/lib: don't rely on implicit int return typeDavid Disseldorp2019-01-291-1/+1
* s4:torture: Enforce Printer ClassJustin Stephenson2019-01-281-0/+7
* s4:torture: Uninstall driver and cleanupJustin Stephenson2019-01-281-0/+58
* s4:torture: Add test_ValidatePrinterDriverInstalledJustin Stephenson2019-01-283-0/+198
* s4:torture: Add test_InstallPrinterDriverFromPackageJustin Stephenson2019-01-281-0/+55
* s4:torture: Add test_UploadPrinterDriverPackageJustin Stephenson2019-01-281-0/+59
* s4:torture: Add test_CopyDriverFilesJustin Stephenson2019-01-281-0/+212
* s4:torture: Add test_init_driver_info functionJustin Stephenson2019-01-282-0/+144
* s4:torture: Add driver parsing wrapperJustin Stephenson2019-01-282-0/+42
* 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-285-0/+1282
* utils:libgpo: re-add libgpo as library, it should not be part of gpextGünther Deschner2019-01-282-5/+12
* util: Add file tree walk interfaceAndreas Schneider2019-01-283-1/+160