summaryrefslogtreecommitdiffstats
path: root/source3/libads
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ntlmssp: Move ntlmssp code to auth/ntlmsspAndrew Bartlett2011-10-181-1/+1
* s3: Before adding KDC's to the krb5.conf, cldap ping themVolker Lendecke2011-10-171-47/+101
* Add cldap_multi_netlogon_send/recvVolker Lendecke2011-10-172-42/+314
* libcli/cldap: don't pass tevent_context to cldap_socket_init()Stefan Metzmacher2011-10-101-1/+1
* s3: Slightly simplify print_kdc_line()Volker Lendecke2011-09-261-10/+8
* s3: Slightly simplify print_kdc_line()Volker Lendecke2011-09-261-20/+19
* s3: Slightly simplify print_kdc_line()Volker Lendecke2011-09-261-49/+52
* s3: Add some const to create_local_private_krb5_conf_for_domainVolker Lendecke2011-09-182-2/+2
* s3: Add some const to print_kdc_lineVolker Lendecke2011-09-181-1/+1
* If "ldap timeout" is non-zero, set the local search timeout toJeremy Allison2011-08-191-19/+36
* s3: Increase a debug level in ads_find_dcVolker Lendecke2011-08-171-1/+2
* s3-ntlmssp Remove auth_ntlmssp_and_flags()Andrew Bartlett2011-08-031-1/+0
* source3/libads/ldap_schema.h: fix licence/copyrightGünther Deschner2011-06-101-0/+25
* source3/libads/cldap.h: fix licence/copyrightGünther Deschner2011-06-101-0/+27
* source3/libads/ads_status.h: fix licence/copyrightGünther Deschner2011-06-101-0/+22
* source3/libads/ads_ldap_protos.h: fix licence/copyrightGünther Deschner2011-06-101-0/+28
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-097-22/+22
* s3-talloc Change TALLOC_MEMDUP() to talloc_memdup()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett2011-06-092-6/+6