summaryrefslogtreecommitdiff
path: root/source3/libads
AgeCommit message (Expand)AuthorFilesLines
2013-09-05Add a talloc context to sitename_fetch().Jeremy Allison3-14/+11
2013-09-05lib: Add a "mem_ctx" arg to gencache_get (unused so far)Volker Lendecke1-1/+1
2013-08-10auth/gensec: treat struct gensec_security_ops as const if possible.Stefan Metzmacher1-5/+6
2013-08-10auth/gensec: introduce gensec_internal.hStefan Metzmacher1-0/+1
2013-08-05s3-libads: Print a message if no realm has been specified.Andreas Schneider1-1/+7
2013-08-05s3-libads: Fail create_local_private_krb5_conf_for_domain() if parameters mis...Günther Deschner1-0/+4
2013-06-12s3-libads: Print the debug string of a failed call with LDAP_OTHER.Andreas Schneider1-0/+18
2013-04-03BUG 9699: Fix adding case sensitive spn.Andreas Schneider1-12/+2
2013-03-06Make sure to set umask() before calling mkstemp().Andreas Schneider1-0/+3
2013-02-19s3:libads: make use of samba_tevent_context_init()Stefan Metzmacher1-1/+1
2013-02-04s3: use generate_random_password() instead of generate_random_str()Stefan Metzmacher1-2/+4
2012-12-21s3-libads: Fix copy&paste error in ads_keytab_add_entry().Andreas Schneider1-1/+1
2012-11-05libads: Always free the talloc_stackframe() on error pathAndrew Bartlett1-0/+1
2012-10-02s3-kerberos: add aes enctypes to generated krb5.conf.Günther Deschner1-5/+24
2012-10-02s3-krb5: use and request AES keys in kerberos operations.Günther Deschner2-1/+8
2012-09-12Avoid overriding default ccache for ads operations.Simo Sorce3-7/+94
2012-09-07s3-smbldap: use smbldap_ prefixed functionsAlexander Bokovoy1-1/+1
2012-08-09Correctly check for errors in strlower_m() returns.Jeremy Allison4-7/+30
2012-08-09Check error returns from strupper_m() (in all reasonable places).Jeremy Allison4-7/+33
2012-07-24lib/param: Move all enum declarations to lib/paramAndrew Bartlett5-0/+5
2012-07-06auth: Common function for retrieving PAC_LOGIN_INFO from PACChristof Schmitt1-26/+3
2012-06-27s3-param: Rename loadparm_s3_context -> loadparm_s3_helpersAndrew Bartlett1-1/+1
2012-05-26s3-libads: Use a reducing page size to try and cope with a slow LDAP serverAndrew Bartlett3-2/+13
2012-05-26s3-libads: Map LDAP_TIMELIMIT_EXCEEDED as NT_STATUS_IO_TIMEOUTAndrew Bartlett1-0/+3
2012-05-23Move source3/libads/dns.c to lib/addnsSimo Sorce3-970/+1
2012-05-23s3-ads-dns: Avoid unnecessary dependenciesSimo Sorce2-11/+3
2012-05-23s3-ads-dns: Break dependency on lp_parmSimo Sorce3-18/+34
2012-05-23s3-ad-dns: Use more standard uint and booleans defsSimo Sorce1-35/+35
2012-04-25s3:registry: remove usage of reg_objects from libads/ldap_printer.cGregor Beck1-89/+56
2012-04-25lib/replace: split out GSSAPI from lib/replace/system/kerberos.h into lib/rep...Alexander Bokovoy2-0/+2
2012-04-24s3: Attempt to fix the build without kerberosVolker Lendecke1-1/+2
2012-04-23Make krb5 wrapper library common so they can be used all overSimo Sorce3-4/+48
2012-04-12clikrb5: Move pure krb wrapper functions from libads to clikrb5.Simo Sorce2-143/+0
2012-04-03s3-libads: Remove ads_verify_ticket() as it is now unusedAndrew Bartlett2-788/+0
2012-04-03s3-libads: Rework kerberos_return_pac() to use GENSEC for the server-sideAndrew Bartlett1-22/+167
2012-03-30More strlcat/strlcpy truncate checks.Jeremy Allison1-2/+9
2012-02-23s3-libads: Remove unused ads_set_machine_password()Andrew Bartlett2-33/+0
2012-02-23s3-libads: Remove unused ads_pull_sids_from_extendeddn()Andrew Bartlett2-62/+0
2012-02-13s3-libads: Move to using only the HAVE_KRB5 defineAndrew Bartlett2-13/+11
2012-01-20s3:kerberos_verify: ads_dedicated_keytab_verify_ticket() only needs read accessStefan Metzmacher1-1/+1
2012-01-10krb5: Require krb5_get_host_realm and krb5_free_host_realm be available to bu...Andrew Bartlett1-4/+0
2012-01-09s3-libads: pretty print a keytab list.Günther Deschner1-2/+2
2012-01-09s3-libads: fix malloc/talloc mismatch in ads_keytab_verify_ticket().Günther Deschner1-1/+1
2012-01-06s3-libads Use NTLMSSP via auth_generic/gensecAndrew Bartlett1-90/+79
2012-01-05s3-libads Factor out a new routine kerberos_get_principal_from_service_hostna...Andrew Bartlett2-9/+48
2011-12-21s3-dns: prevent from potentially doing wrong SRV DNS lookups.Günther Deschner1-1/+1
2011-12-20s3: Fix some False/NULL hickupsVolker Lendecke1-1/+1
2011-11-17s3-smbldap: move ldap_open_with_timeout out of smb_ldap.h to ads where it lives.Günther Deschner1-0/+7
2011-10-18ntlmssp: Move ntlmssp code to auth/ntlmsspAndrew Bartlett1-1/+1
2011-10-17s3: Before adding KDC's to the krb5.conf, cldap ping themVolker Lendecke1-47/+101