summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* s4:samba_dnsupdate: provide more substitution variables e.g. IF_RODCStefan Metzmacher2014-08-261-0/+57
* s4:samba_dnsupdate: don't try to be smart when verifying NS recordsStefan Metzmacher2014-08-261-19/+0
* s4:samba_dnsupdate: cache the already registered recordsStefan Metzmacher2014-08-262-16/+114
* s4:samba_dnsupdate: fix dnsobj.__str__()Stefan Metzmacher2014-08-261-5/+5
* s4:samba_dnsupdate: don't lower case the registered namesStefan Metzmacher2014-08-261-5/+5
* s4:dlz_bind9: do an early talloc_free(el_ctx) in dlz_allnodes()Stefan Metzmacher2014-08-261-0/+2
* s4:dlz_bind9: avoid some compiler warningsStefan Metzmacher2014-08-263-7/+8
* s4:dns_server: handle tombstones in handle_one_update()Stefan Metzmacher2014-08-261-16/+25
* s4:dns_server: add DNS_TYPE_TOMBSTONE support to dns_common_replace()Stefan Metzmacher2014-08-261-4/+77
* s4:dns_server: make sure dns_common_lookup() doesn't return tombstonesStefan Metzmacher2014-08-263-6/+53
* s4:dns_server: use .wType = DNS_TYPE_TOMBSTONE instead of ZERO_STRUCT()Stefan Metzmacher2014-08-261-5/+15
* s4:dns_server: split out dns_common_replace()Stefan Metzmacher2014-08-264-68/+90
* s4:dns_server: remove const from dns_replace_records()Stefan Metzmacher2014-08-262-2/+2
* s4:dns_server: split out dns_common_extract() and dns_common_lookup()Stefan Metzmacher2014-08-263-44/+92
* s4:dns_server: split out a private 'dnsserver_common' libraryStefan Metzmacher2014-08-265-36/+105
* s4:dns_server: map LDB_ERR_NO_SUCH_OBJECT to WERR_DNS_ERROR_NAME_DOES_NOT_EXISTStefan Metzmacher2014-08-262-14/+24
* s4:dns_server: handle WERR_DNS_ERROR_NAME_DOES_NOT_EXIST in werr_to_dns_err()Stefan Metzmacher2014-08-261-0/+2
* s4-rpc: dnsserver: Do not return NS_GLUE records with VIEW_GLUE_DATA filterAmitay Isaacs2014-08-211-1/+1
* s4-rpc: dnsserver: Correctly set rank for glue NS recordsAmitay Isaacs2014-08-211-3/+6
* s4:torture:vfs_fruit: add tests for resource fork IORalph Boehme2014-08-181-0/+110
* s4:torture:vfs_fruit: add test writing Netatalk metadataRalph Boehme2014-08-181-0/+138
* s4:torture:vfs_fruit: add test reading Netatalk metadataRalph Boehme2014-08-182-2/+355
* s4:torture: add boilerplate code for vfs_fruitRalph Boehme2014-08-182-0/+46
* s4:torture: add wrapper functionsRalph Boehme2014-08-181-0/+77
* s4:torture: add boilerplate code for testing specific VFS modulesRalph Boehme2014-08-182-1/+46
* s4:torture:smb2: add utility function torture_smb2_con_sopt()Ralph Boehme2014-08-181-0/+42
* s4:torture: use torture_assert instead of torture_comment and return in defer...Michael Adam2014-08-181-5/+11
* dsdb: Also redact the clearTextPassword input-only attributeAndrew Bartlett2014-08-161-1/+2
* librpc: Remove obsolete idl-deps script.Jelmer Vernooij2014-08-151-37/+0
* third_party/popt: Initial support for popt.Ira Cooper2014-08-092-9/+9
* s4-auth: Initialize the tokens by default.Andreas Schneider2014-08-081-1/+3
* s4-dsdb/cracknames: free realm from smb_krb5_principal_get_realm().Günther Deschner2014-08-081-3/+4
* wscript: Only build gensec_krb5 with heimdal.Andreas Schneider2014-08-081-1/+1
* lib/krb5_wrap: provide krb5_warnx() replacement.Günther Deschner2014-08-081-0/+1
* lib/krb5_wrap: add smb_krb5_principal_get_type().Günther Deschner2014-08-081-0/+1
* lib/krb5_wrap: add smb_krb5_principal_set_realm().Günther Deschner2014-08-081-0/+1
* s4-gensec_krb5: fix memleak in gensec_krb5_session_info().Günther Deschner2014-08-081-0/+1
* lib/krb5_wrap: add krb5_copy_data_contents.Günther Deschner2014-08-081-0/+1
* s4-heimdal: fix krb5_get_init_creds_opt_set_process_last_req().Günther Deschner2014-08-081-1/+1
* s4-auth/kerberos: add a note how to implement krb5_get_init_creds_opt_set_win...Günther Deschner2014-08-081-0/+2
* s4-kerberos: remove duplicate macros.Günther Deschner2014-08-081-10/+0
* s4-dsdb/samdb: use smb_krb5_principal_get_comp_string in ldb ACL module.Günther Deschner2014-08-082-6/+9
* lib/krb5_wrap: move krb5_princ_size replacement code to lib/krb5_wrap/krb5_sa...Günther Deschner2014-08-081-8/+0
* s4-torture: use smb_krb5_get_allowed_weak_crypto() in remote PAC test.Günther Deschner2014-08-081-8/+1
* lib/krb5_wrap: add smb_krb5_get_allowed_weak_crypto().Günther Deschner2014-08-081-0/+1
* samba: use smb_krb5_create_key_from_string() in some places.Günther Deschner2014-08-081-4/+6
* s4-dsdb/samdb: use smb_krb5_make_principal for compatibility reasons with MIT.Günther Deschner2014-08-081-4/+5
* s4:torture: use torture_assert instead of torture_comment and return in defer...Michael Adam2014-08-071-4/+5
* s4:torture: consistently log "pid %u: ..." in the defer_open testMichael Adam2014-08-071-3/+5
* s4:torture: remove an unused variable and bogus check from the defer_open testMichael Adam2014-08-071-6/+0