summaryrefslogtreecommitdiff
path: root/source3/libads
Commit message (Expand)AuthorAgeFilesLines
* auth: Add logging of service authorizationAndrew Bartlett2017-03-291-0/+3
* s3:libads: Remove obsolete smb_krb5_get_ntstatus_from_init_creds()Andreas Schneider2017-03-221-169/+0
* s3:libads: Correctly handle the keytab kerberos methodsAndreas Schneider2017-03-141-12/+57
* Correct "ommited" typos.Chris Lamb2017-03-131-1/+1
* libads: convert to use smb_gss_krb5_import_credAlexander Bokovoy2017-03-081-1/+1
* s3-libads: Do not leak the msg on errorAndreas Schneider2017-03-081-3/+5
* s3:libads: remove unused fallback to gss_acquire_cred()Stefan Metzmacher2017-03-061-27/+0
* s3:libads: add more debugging to ads_sasl_spnego_bind()Stefan Metzmacher2017-02-241-1/+25
* Correct "occured" typos.Chris Lamb2017-02-221-1/+1
* s3:libads: use trust_pw_new_value() for krb5 machine passwordsStefan Metzmacher2017-02-211-3/+6
* libads: Use "all_zero" where appropriateVolker Lendecke2017-01-031-24/+6
* s3:libads: Include system /etc/krb5.conf if we use MIT KerberosAndreas Schneider2016-12-021-6/+19
* s3-libads: Fix canonicalization support with MIT KerberosAndreas Schneider2016-12-021-1/+12
* lib: Fix an uninitialized variableVolker Lendecke2016-10-191-0/+1
* s3: cldap: cldap_multi_netlogon_send() fails with one bad IPv6 address.Jeremy Allison2016-10-181-2/+15
* s3:libads: don't use MEMORY:ads_sasl_spnego_bind nor set "KRB5CCNAME"Stefan Metzmacher2016-10-131-6/+0
* s3:libads: don't use MEMORY:ads_sasl_gssapi_do_bind nor set "KRB5CCNAME"Stefan Metzmacher2016-10-121-5/+0
* werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source3/libads/ldap...Günther Deschner2016-09-281-1/+1
* s3-libads: Do not use deprecated krb5_change_password()Andreas Schneider2016-09-011-6/+8
* s3-libads: Do not use deprecated krb5_get_init_creds_opt_init()Andreas Schneider2016-08-311-8/+17
* s3-libads: Support for MIT Kerberos ntstatus from init_credsAndreas Schneider2016-08-311-6/+11
* s3-libads: Use non-deprecated function to get the errorAndreas Schneider2016-08-311-25/+34
* s3-libads: Rename smb_krb5_get_ntstatus_from_krb5_error_init_creds_opt()Andreas Schneider2016-08-311-6/+13
* krb5_wrap: Move unwrap_edata_ntstatus() and make it staticAndreas Schneider2016-08-311-0/+48
* krb5_wrap: Rename smb_krb5_open_keytab()Andreas Schneider2016-08-311-8/+8
* krb5_wrap: Rename smb_get_enctype_from_kt_entry()Andreas Schneider2016-08-311-1/+1
* krb5_wrap: Remove unneeded smb_krb5_get_init_creds_opt_free()Andreas Schneider2016-08-311-2/+2
* krb5_wrap: Remove unneeded smb_krb5_get_init_creds_opt_alloc()Andreas Schneider2016-08-311-1/+1
* krb5_wrap: Rename cli_krb5_get_ticket()Andreas Schneider2016-08-311-9/+9
* krb5_wrap: Rename kerberos_free_data_contents()Andreas Schneider2016-08-311-4/+4
* libads: use "kerberos encryption types" parameterUri Simchoni2016-08-091-26/+80
* libads: improve debug messages in sitename_fetch()Michael Adam2016-07-121-4/+3
* libads: ensure the right ccache is used during spnego bindStefan Metzmacher2016-07-121-9/+20
* libads: ensure the right ccache is used during gssapi bindStefan Metzmacher2016-07-111-7/+16
* s3-libads: fix a memory leak in ads_sasl_spnego_bind()Uri Simchoni2016-07-051-1/+4
* s3: krb5: keytab - The done label can be jumped to with context == NULL.Jeremy Allison2016-06-091-10/+8
* s3:libads/sasl: allow wrapped messages up to a size of 0xfffffffStefan Metzmacher2016-04-281-2/+2
* s3-libads: Fix compilation with MIT KerberosAndreas Schneider2016-04-261-1/+1
* krb5_wrap: add enctype arg to smb_krb5_kt_seek_and_delete_old_entries()Ralph Boehme2016-04-251-0/+1
* libads: record session expiry for spnego sasl bindsUri Simchoni2016-04-191-0/+9
* s3:libads: sasl wrapped LDAP connections against with kerberos and arcfour-hm...Stefan Metzmacher2016-04-121-1/+7
* CVE-2016-2112: s3:libads: make sure we detect downgrade attacksStefan Metzmacher2016-04-121-0/+31
* libads: Fix CID 1356316 Uninitialized pointer readVolker Lendecke2016-03-181-1/+1
* s3:libnet:libnet_join: fill in output enctypes and only modify when necessary.Günther Deschner2016-03-141-1/+1
* s3:libnet:libnet_join: define list of desired encryption types only once.Günther Deschner2016-03-142-12/+8
* s3:libads:ldap: fix ads_check_ou_dn to deal with account_ou not being initial...Günther Deschner2016-03-141-4/+10
* s3:libads:ndr: add ADS_AUTH_USER_CREDS to ndr_print_ads_auth_flags()Günther Deschner2016-03-141-0/+1
* s3:libads:ldap: print LDAP error message with log level 10.Günther Deschner2016-03-141-0/+14
* s3:libads: make use of ads_sasl_spnego_gensec_bind() for GSS-SPNEGO with Kerb...Stefan Metzmacher2016-03-101-356/+28
* s3:libads: keep service and hostname separately in ads_service_principalStefan Metzmacher2016-03-101-7/+28