summaryrefslogtreecommitdiff
path: root/source3/libads
Commit message (Expand)AuthorAgeFilesLines
* Add IPv6 support to ADS client side LDAP connects. Corrected format for IPv6 ...David Holder2015-06-011-1/+7
* libads: record service ticket endtime for sealed ldap connectionsUri Simchoni2015-05-201-0/+23
* s3-libads: Fix a possible segfault in kerberos_fetch_pac().Andreas Schneider2015-01-141-4/+4
* samba: pass down size_t instead of int to add_string_to_array().Günther Deschner2014-11-241-1/+1
* s3-keytab: fix keytab array NULL termination.Matt Rogers2014-11-171-2/+1
* s3-libads: Add all machine account principals to the keytab.Andreas Schneider2014-10-091-22/+52
* s3-libads: Add function to search for an element in an array.Andreas Schneider2014-10-092-0/+33
* s3-libads: Add a function to retrieve the SPNs of a computer account.Andreas Schneider2014-10-092-0/+66
* s3-libads: Improve service principle guessing.Andreas Schneider2014-09-301-58/+66
* s3: ldap client can return NT_STATUS_OK when an error occurs in a paged search.Daniel Liberman2014-03-101-4/+7
* s3-libads: Fix memory leaks in ads_build_path().Andreas Schneider2014-01-131-0/+2
* s3-libads: Print a message if no realm has been specified.Andreas Schneider2013-08-131-1/+7
* s3-libads: Fail create_local_private_krb5_conf_for_domain() if parameters mis...Günther Deschner2013-08-131-0/+4
* s3-libads: Print the debug string of a failed call with LDAP_OTHER.Andreas Schneider2013-06-121-0/+18
* BUG 9699: Fix adding case sensitive spn.Andreas Schneider2013-04-031-12/+2
* Make sure to set umask() before calling mkstemp().Andreas Schneider2013-03-061-0/+3
* s3:libads: make use of samba_tevent_context_init()Stefan Metzmacher2013-02-191-1/+1
* s3: use generate_random_password() instead of generate_random_str()Stefan Metzmacher2013-02-041-2/+4
* s3-libads: Fix copy&paste error in ads_keytab_add_entry().Andreas Schneider2012-12-211-1/+1
* libads: Always free the talloc_stackframe() on error pathAndrew Bartlett2012-11-051-0/+1
* s3-kerberos: add aes enctypes to generated krb5.conf.Günther Deschner2012-10-021-5/+24
* s3-krb5: use and request AES keys in kerberos operations.Günther Deschner2012-10-022-1/+8
* Avoid overriding default ccache for ads operations.Simo Sorce2012-09-123-7/+94
* s3-smbldap: use smbldap_ prefixed functionsAlexander Bokovoy2012-09-071-1/+1
* Correctly check for errors in strlower_m() returns.Jeremy Allison2012-08-094-7/+30
* Check error returns from strupper_m() (in all reasonable places).Jeremy Allison2012-08-094-7/+33
* lib/param: Move all enum declarations to lib/paramAndrew Bartlett2012-07-245-0/+5
* auth: Common function for retrieving PAC_LOGIN_INFO from PACChristof Schmitt2012-07-061-26/+3
* s3-param: Rename loadparm_s3_context -> loadparm_s3_helpersAndrew Bartlett2012-06-271-1/+1
* s3-libads: Use a reducing page size to try and cope with a slow LDAP serverAndrew Bartlett2012-05-263-2/+13
* s3-libads: Map LDAP_TIMELIMIT_EXCEEDED as NT_STATUS_IO_TIMEOUTAndrew Bartlett2012-05-261-0/+3
* Move source3/libads/dns.c to lib/addnsSimo Sorce2012-05-233-970/+1
* s3-ads-dns: Avoid unnecessary dependenciesSimo Sorce2012-05-232-11/+3
* s3-ads-dns: Break dependency on lp_parmSimo Sorce2012-05-233-18/+34
* s3-ad-dns: Use more standard uint and booleans defsSimo Sorce2012-05-231-35/+35
* s3:registry: remove usage of reg_objects from libads/ldap_printer.cGregor Beck2012-04-251-89/+56
* lib/replace: split out GSSAPI from lib/replace/system/kerberos.h into lib/rep...Alexander Bokovoy2012-04-252-0/+2
* s3: Attempt to fix the build without kerberosVolker Lendecke2012-04-241-1/+2
* Make krb5 wrapper library common so they can be used all overSimo Sorce2012-04-233-4/+48
* clikrb5: Move pure krb wrapper functions from libads to clikrb5.Simo Sorce2012-04-122-143/+0
* s3-libads: Remove ads_verify_ticket() as it is now unusedAndrew Bartlett2012-04-032-788/+0
* s3-libads: Rework kerberos_return_pac() to use GENSEC for the server-sideAndrew Bartlett2012-04-031-22/+167
* More strlcat/strlcpy truncate checks.Jeremy Allison2012-03-301-2/+9
* s3-libads: Remove unused ads_set_machine_password()Andrew Bartlett2012-02-232-33/+0
* s3-libads: Remove unused ads_pull_sids_from_extendeddn()Andrew Bartlett2012-02-232-62/+0
* s3-libads: Move to using only the HAVE_KRB5 defineAndrew Bartlett2012-02-132-13/+11
* s3:kerberos_verify: ads_dedicated_keytab_verify_ticket() only needs read accessStefan Metzmacher2012-01-201-1/+1
* krb5: Require krb5_get_host_realm and krb5_free_host_realm be available to bu...Andrew Bartlett2012-01-101-4/+0
* s3-libads: pretty print a keytab list.Günther Deschner2012-01-091-2/+2
* s3-libads: fix malloc/talloc mismatch in ads_keytab_verify_ticket().Günther Deschner2012-01-091-1/+1