summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* packaging: Remove LSB packagingAndreas Schneider2017-05-105-486/+0
* packaging: Remove setup script for SWATAndreas Schneider2017-05-101-27/+0
* dbwrap_ctdb: Fix a typoVolker Lendecke2017-05-101-1/+1
* s3-gpo: Fix CID #1405972 Resource leakGünther Deschner2017-05-091-0/+1
* s4:tls: Do not use deprecated GnuTLS typesAndreas Schneider2017-05-092-14/+16
* s3-spoolss: add winreg_del_driver_package_internal()Günther Deschner2017-05-092-0/+35
* s3-rpc_cli: add winreg_del_driver_package()Günther Deschner2017-05-092-0/+121
* s3-spoolss: add winreg_get_driver_package_internal()Günther Deschner2017-05-092-0/+41
* s3-rpc_cli: add winreg_get_driver_package()Günther Deschner2017-05-092-0/+157
* s3-spoolss: add winreg_add_driver_package_internal()Günther Deschner2017-05-092-1/+41
* s3-rpc_cli: add winreg_add_driver_package()Günther Deschner2017-05-092-0/+115
* s3-spoolss: add winreg_add_core_driver_internal()Günther Deschner2017-05-092-0/+34
* s3-rpc_cli: add winreg_add_core_driver()Günther Deschner2017-05-095-0/+267
* s3-spoolss: add winreg_get_core_driver_internal()Günther Deschner2017-05-092-0/+40
* s3-rpc_cli: add winreg_get_core_driver()Günther Deschner2017-05-092-0/+185
* s3: popt: Change to NULL from talloc_autofree_context() now we correctly free...Jeremy Allison2017-05-091-1/+1
* s3: client tools: Call popt_free_cmdline_auth_info() on all normal exits.Jeremy Allison2017-05-096-0/+10
* s3: client tools. Remove direct access to struct user_auth_info *cmdline_auth...Jeremy Allison2017-05-099-124/+145
* s3: popt: Add utility functions popt_get_cmdline_auth_info(), popt_free_cmdli...Jeremy Allison2017-05-092-0/+12
* s3: popt: When using a global variable, don't hide it by helper locals.Jeremy Allison2017-05-091-18/+16
* s3-gpo: Build scripts, security and registry CSE with --enable-developerGünther Deschner2017-05-094-0/+7
* s3-gpo: Fix build of scripts CSEGünther Deschner2017-05-091-17/+22
* WHATSNEW: Add new 'net tdb locking' commandChristof Schmitt2017-05-091-0/+10
* selftest: Add test for 'net tdb' commandChristof Schmitt2017-05-082-0/+104
* selftest: Make lockdir available in test environmentChristof Schmitt2017-05-082-0/+2
* docs-xml: Document net tdb commandChristof Schmitt2017-05-081-0/+22
* net: Add net tdb command to print information from tdb recordsChristof Schmitt2017-05-084-0/+132
* ctdb: Print key as hex string instead of just the hash in hot record messageChristof Schmitt2017-05-081-3/+8
* idmap_rfc2307: Test unix-ids-to-sids with 35 groupsVolker Lendecke2017-05-081-0/+14
* selftest: Avoid idmap caching when testing idmap_rfc2307Volker Lendecke2017-05-081-0/+2
* idmap_rfc2307: "ldap_next_entry" needs the previous entry, not the startVolker Lendecke2017-05-081-1/+1
* idmap_rfc2307: Don't stop after 30 entriesVolker Lendecke2017-05-081-4/+1
* test_idmap_rfc2307: Test wbinfo -r for 35 supplementary group membershipsVolker Lendecke2017-05-082-7/+71
* test_idmap_rfc2307: Do a recursive delete in ou=idmapVolker Lendecke2017-05-081-8/+15
* test_idmap_rfc2307: Correct usageVolker Lendecke2017-05-081-1/+1
* test_idmap_rfc2307: Avoid a tmpfileVolker Lendecke2017-05-081-17/+10
* test_idmap_rfc2307: Remove the correct fileVolker Lendecke2017-05-081-1/+1
* idmap_rfc2307: "ldap_next_entry" needs the previous entry, not the startVolker Lendecke2017-05-081-1/+1
* idmap_rfc2307: Don't stop after 30 entriesVolker Lendecke2017-05-081-4/+1
* ctdb-logging: Initialize DEBUGLEVEL before changing the valueAmitay Isaacs2017-05-081-0/+2
* s3/dbwrap_ctdb: free resources in an error code pathRalph Boehme2017-05-071-0/+1
* s3/dbwrap_ctdb: set async_ctx to initializedRalph Boehme2017-05-071-0/+1
* s3-rpcclient: Fix enumdata spoolss display of REG_DWORDGünther Deschner2017-05-071-1/+1
* s3/smbd: update exclusive oplock optimisation to the lease areaRalph Boehme2017-05-061-4/+9
* s3/smbd: update exclusive oplock optimisation to the lease areaRalph Boehme2017-05-061-1/+1
* s3/locking: helper functions for lease typesRalph Boehme2017-05-062-0/+19
* s3/locking: add const to fsp_lease_typeRalph Boehme2017-05-062-2/+2
* pidl: Fix Coverity warnings from duplicate NULL checks.Jeremy Allison2017-05-061-25/+38
* ldb: Do not use mktemp() nor leak files into /tmp during api.py testAndrew Bartlett2017-05-061-69/+96
* ldb: Add test for transaction deadlock detected when waiting for a searchAndrew Bartlett2017-05-061-0/+243