summaryrefslogtreecommitdiffstats
path: root/source3/libads
Commit message (Expand)AuthorAgeFilesLines
* s3: ldap client can return NT_STATUS_OK when an error occurs in a paged search.Daniel Liberman2014-01-231-4/+7
* s3-libads: Fix memory leaks in ads_build_path().Andreas Schneider2014-01-091-0/+2
* Add a talloc context to sitename_fetch().Jeremy Allison2013-09-053-14/+11
* lib: Add a "mem_ctx" arg to gencache_get (unused so far)Volker Lendecke2013-09-051-1/+1
* auth/gensec: treat struct gensec_security_ops as const if possible.Stefan Metzmacher2013-08-101-5/+6
* auth/gensec: introduce gensec_internal.hStefan Metzmacher2013-08-101-0/+1
* s3-libads: Print a message if no realm has been specified.Andreas Schneider2013-08-051-1/+7
* s3-libads: Fail create_local_private_krb5_conf_for_domain() if parameters mis...Günther Deschner2013-08-051-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
* s3-libads Use NTLMSSP via auth_generic/gensecAndrew Bartlett2012-01-061-90/+79
* s3-libads Factor out a new routine kerberos_get_principal_from_service_hostna...Andrew Bartlett2012-01-052-9/+48
* s3-dns: prevent from potentially doing wrong SRV DNS lookups.Günther Deschner2011-12-211-1/+1
* s3: Fix some False/NULL hickupsVolker Lendecke2011-12-201-1/+1
* s3-smbldap: move ldap_open_with_timeout out of smb_ldap.h to ads where it lives.Günther Deschner2011-11-171-0/+7