summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* lib: addns: Add code for asynchronously looking up AAAA records.Jeremy Allison2020-08-072-0/+222
* lib: addns: Add code for asynchronously looking up A records.Jeremy Allison2020-08-072-0/+217
* libprc/test: add pull_string_array large array testDouglas Bagnall2020-08-071-1/+35
* ndr: fix ndr_pull_string_array() off by one allocDouglas Bagnall2020-08-071-2/+0
* kdc: Remind us that these values need to match other valuesAndrew Bartlett2020-08-071-0/+2
* selftest: Work around existing CA certificates to get PKINIT tests workingAndrew Bartlett2020-08-071-0/+10
* heimdal_build: Add missing dependency on heimbaseAndrew Bartlett2020-08-071-1/+1
* Revert "build: fix the coverage build"Andrew Bartlett2020-08-072-29/+5
* heimdal_build: Do not allow warnings in the heimdal code!Gary Lockyer2020-08-072-1/+28
* Compile .l files (flex) with the waf rule at runtimeAndrew Bartlett2020-08-076-6429/+6
* heimdal_build: provide a prototype with the dummy afs header-only function stubsGary Lockyer2020-08-071-0/+13
* heimdal_build: Include keys.c in the hdb autoprotoGary Lockyer2020-08-071-4/+6
* Make HEIMDAL_WARN_UNUSED_RESULT_ATTRIBUTE available in krb5.hGary Lockyer2020-08-071-0/+3
* heimdal: Exclude more of plugin.c if HAVE_DLOPEN (which Samba unsets) is not setAndrew Bartlett2020-08-071-3/+16
* heimdal: Use #ifdef HAVE_DLOPEN around function used by HAVE_DLOPENGary Lockyer2020-08-071-0/+4
* heimdal: Use #ifdef HAVE_DLOPEN around functions used only by HAVE_DLOPENGary Lockyer2020-08-071-0/+3
* wafsamba: run SAMBA_GENERATOR('VERSION') with group='setup'Stefan Metzmacher2020-08-071-0/+1
* libsmb: Fix CID 1465656 Resource leakVolker Lendecke2020-08-061-0/+1
* libcli/ldap: Fix CID 1462695 Resource leakVolker Lendecke2020-08-061-0/+5
* libcli/ldap: Fix CID 1462696 Resource leakVolker Lendecke2020-08-061-0/+5
* libcli/ldap: Fix CID 1465278 Resource leakVolker Lendecke2020-08-061-0/+5
* gpo: Remove unused gp_ext_setter codeDavid Mulder2020-08-062-32/+1
* gpo: Extract Access policy from Security extensionDavid Mulder2020-08-063-91/+52
* gpo: Extract Kerberos policy from Security extensionDavid Mulder2020-08-063-31/+66
* gpo: Add RSOP output for Scripts ExtensionDavid Mulder2020-08-062-1/+16
* gpo: Add RSOP output for Security ExtensionDavid Mulder2020-08-061-0/+16
* gpo: Test samba-gpupdate --rsopDavid Mulder2020-08-062-0/+65
* gpo: Add --rsop option to samba-gpupdateDavid Mulder2020-08-062-2/+44
* gpo: Properly decode utf-8/16 inf files from bytesDavid Mulder2020-08-062-4/+3
* gpo: Test proper decoding of utf-16 inf filesDavid Mulder2020-08-062-0/+36
* gpo: Apply Group Policy Sudo RightsDavid Mulder2020-08-065-2/+78
* gpo: Test Group Policy Sudo RightsDavid Mulder2020-08-063-0/+68
* gpo: Scripts gpo add warning about generated scriptsDavid Mulder2020-08-061-1/+14
* gpo: Scripts extension use 'gp_' prefix, not 'tmp'David Mulder2020-08-061-2/+2
* gpo: Move all scripts to a sub-category in samba.admxDavid Mulder2020-08-062-8/+12
* gpo: Apply Group Policy Weekly ScriptsDavid Mulder2020-08-064-1/+13
* gpo: Test gpo weekly scripts applyDavid Mulder2020-08-062-0/+2
* gpo: Apply Group Policy Monthly ScriptsDavid Mulder2020-08-064-1/+13
* gpo: Test gpo monthly scripts applyDavid Mulder2020-08-062-0/+2
* gpo: Apply Group Policy Hourly ScriptsDavid Mulder2020-08-064-7/+23
* gpo: Test gpo hourly scripts applyDavid Mulder2020-08-062-23/+30
* lib: fix smb_strtox.[c|h] license headerRalph Boehme2020-08-052-4/+4
* s3: libsmb: Move all calls to convert_ss2service() to one place now all metho...Jeremy Allison2020-08-041-42/+8
* s3: libsmb: Now all resolution functions return a ss_list on success, we only...Jeremy Allison2020-08-041-6/+1
* s3: libsmb: Change resolve_ads() to return a talloc'ed ss_list, matching the ...Jeremy Allison2020-08-041-18/+31
* s3: libsmb: Rewrite resolve_ads() to use the previously added dns_lookup_list...Jeremy Allison2020-08-041-82/+178
* s3: libsmb: Add in (currently unused) function dns_lookup_list().Jeremy Allison2020-08-041-0/+82
* s3: libsmb: Pass in TALLOC_CTX * parameter to resolve_ads() instead of creati...Jeremy Allison2020-08-041-14/+6
* s3: libsmb: Cleanup - ensure ss_list variables are initialized with NULL.Jeremy Allison2020-08-041-2/+2
* s3: libsmb: Cleanup - put talloc parameter first in name_resolve_bcast().Jeremy Allison2020-08-044-10/+15