summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2015-07-21s4-auth: Make sure error_string is correctly initializedAndreas Schneider1-21/+29
2015-07-21s4-kdc_kpasswd: split out some code to a KPASSWD_GLUE subsystem.Günther Deschner4-60/+172
2015-07-21s4-kdc: move kdc_check_pac() to a new subsystem KDC-GLUE.Günther Deschner5-50/+98
2015-07-21s4-kdc: only use a void* in samba_kdc_entry instead of hdb_entry_ex.Günther Deschner1-1/+1
2015-07-21s4-kdc/pac_glue: remove old samba_kdc_build_edata_reply().Günther Deschner2-36/+0
2015-07-21s4-kdc/mit_samba: add a copy of samba_kdc_build_edata_reply for MIT.Günther Deschner1-0/+47
2015-07-21s4-kdc/wdc-samba4: add a copy of samba_kdc_build_edata_reply for Heimdal.Günther Deschner1-0/+41
2015-07-21waf: Make mit_samba a subsystem and do not build with HeimdalAndreas Schneider1-12/+13
2015-07-21s4-kdc: Fix a casting warningAndreas Schneider1-1/+1
2015-07-21s4-kdc: Fix a typoAndreas Schneider1-1/+1
2015-07-20dsdb: Disable tombstone_reanimation module until we isolate what causes flaky...Kamen Mazdrashki3-6/+8
2015-07-20lib/tls: Add new 'tls priority' optionAndrew Bartlett5-5/+34
2015-07-20Remove support for OpenPGP certificates in our TLS client and serverAndrew Bartlett1-2/+0
2015-07-17s4-kerberos: Make sure we handle kvno's in keytabs correctlyAndreas Schneider1-2/+9
2015-07-17torture: include config.h before any glibc headersUri Simchoni2-6/+2
2015-07-17s4-torture: Make the backupkey test as a noop with MIT Kerberos.Andreas Schneider3-13/+34
2015-07-17s4-waf: Reformat torture_rpcAndreas Schneider1-7/+100
2015-07-17s4-auth: Always pass down the salt principalAndreas Schneider1-90/+11
2015-07-17s4-auth: Use kerberos util functions in srv_keytabAndreas Schneider1-222/+48
2015-07-17s4-auth: Add smb_krb5_remove_obsolete_keytab_entries()Andreas Schneider1-0/+157
2015-07-17s4-auth: Add smb_krb5_create_principals_array()Andreas Schneider1-0/+86
2015-07-17s4-samdb: Correctly cast data pointerAndreas Schneider1-1/+1
2015-07-15CID 1311772: Fix null pointer checkAndreas Schneider1-1/+1
2015-07-15CID 1311771: Fix a null pointer dereferenceAndreas Schneider1-1/+1
2015-07-15CID 1311767: Cast enum type to avoid compiler warningsAndreas Schneider1-1/+1
2015-07-15CID 1311764: Fix logical compare in if clauseAndreas Schneider1-2/+2
2015-07-15s4-torture: add test for ClusterControl to clusapi testsuite.Günther Deschner1-0/+70
2015-07-14s4-torture: add test for clusapi_QueryValue.Günther Deschner1-0/+70
2015-07-14s4-torture: add more tests for dcerpc_clusapi_CreateEnum.Günther Deschner1-10/+43
2015-07-14s4-torture: make sure to always seal the clusapi connection in witness test.Günther Deschner1-6/+20
2015-07-14s4-torture: do some more inspection on expected witness_AsyncNotify replies.Günther Deschner1-0/+15
2015-07-14s4-torture: add test for ClusterControl to clusapi testsuite.Günther Deschner1-2/+23
2015-07-14s4-torture: use smb_krb5_principal_set_type() in lsa forest krb5 tests.Günther Deschner1-6/+6
2015-07-14s4-torture: use krb5_error in lsa forest trust tests.Günther Deschner1-5/+5
2015-07-14s4-torture: use smb_krb5_free_error() in lsa forest krb5 tests.Günther Deschner1-3/+4
2015-07-14s4-torture: use smb_krb5_principal_get_type in lsa forest krb5 tests.Günther Deschner1-22/+22
2015-07-14s4-torture: use smb_krb5_make_principal() in lsa forest krb5 tests.Günther Deschner1-52/+52
2015-07-13torture-notify: Give nonrecursive updates 200msVolker Lendecke1-0/+1
2015-07-09librpc: Fix a "ignoring asprint return" warningVolker Lendecke1-4/+6
2015-07-09Fix ldap_bind compilation for i386Douglas Bagnall1-1/+1
2015-07-09Fix gensec_gssapi compilation for i386Douglas Bagnall1-7/+7
2015-07-08s4:torture/rpc: extend and improve rpc.lsa.trusted.domainsStefan Metzmacher1-81/+1644
2015-07-08s4:torture/rpc: add missing \n in commentsStefan Metzmacher1-2/+2
2015-07-08s4:torture/rpc: handle NT_STATUS_NO_SUCH_DOMAIN in test_query_each_TrustDom()Stefan Metzmacher1-0/+12
2015-07-08testprogs/blackbox: add test_trust_utils.shStefan Metzmacher1-0/+2
2015-07-08testprogs/blackbox: add test_kinit_trusts.shStefan Metzmacher1-0/+2
2015-07-08s4:rpc_server/netlogon: check domain state in netr_*GetForestTrustInformation()Stefan Metzmacher1-2/+50
2015-07-08s4:rpc_server/netlogon: make use of dsdb_trust_xref_forest_info()Stefan Metzmacher1-91/+10
2015-07-08s4:rpc_server/netlogon: implement netr_DsRGetForestTrustInformation with trus...Stefan Metzmacher1-16/+99
2015-07-08s4:rpc_server/netlogon: implement NETLOGON_CONTROL_{QUERY,REDISCOVER,TC_QUERY...Stefan Metzmacher1-28/+327