summaryrefslogtreecommitdiff
path: root/source3/libads/ldap.c
Commit message (Expand)AuthorAgeFilesLines
* net: fix a crash with net ads keytab createUri Simchoni2015-10-051-0/+7
* s3:libads: improve debug levels/messages in ads_find_dc()Stefan Metzmacher2015-07-021-8/+14
* libads: further split resolve_and_ping into dns and netbios implementationsUri Simchoni2015-06-161-42/+82
* libads: Fix fallback logic when finding a domain controllerUri Simchoni2015-06-161-95/+126
* Convert all uint32/16/8 to _t in a grab-bag of remaining files.Richard Sharpe2015-05-141-1/+1
* Add IPv6 support to ADS client side LDAP connects. Corrected format for IPv6 ...David Holder2015-05-121-1/+7
* Convert all uses of uint8/16/32 to uint8/16/32_t in the libads code.Richard Sharpe2015-04-221-15/+15
* addns: Remove support for dns_host_file.Andreas Schneider2014-12-181-5/+5
* s3-libads: remove unused dn from ads_get_service_principal_names().Günther Deschner2014-11-281-7/+0
* s3:libads: avoid some compiler warnings in ldap.cStefan Metzmacher2014-11-251-15/+19
* samba: pass down size_t instead of int to add_string_to_array().Günther Deschner2014-11-171-1/+1
* s3-libads: Add function to search for an element in an array.Andreas Schneider2014-09-261-0/+31
* s3-libads: Add a function to retrieve the SPNs of a computer account.Andreas Schneider2014-09-261-0/+60
* s3-libads: allow ads_try_connect() to re-use a resolved ip address.Günther Deschner2014-04-171-18/+26
* Remove special socket_wrapper code.Andreas Schneider2014-04-171-32/+0
* s3-libads: Use ldap_initialize() if available.Andreas Schneider2014-04-171-5/+20
* s3-libads: Use the IP instead of the name.Bjoern Baumbach2014-03-131-1/+1
* s3: ldap client can return NT_STATUS_OK when an error occurs in a paged search.Daniel Liberman2014-01-231-4/+7
* Add a talloc context to sitename_fetch().Jeremy Allison2013-09-051-9/+6
* 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
* s3-smbldap: use smbldap_ prefixed functionsAlexander Bokovoy2012-09-071-1/+1
* Correctly check for errors in strlower_m() returns.Jeremy Allison2012-08-091-3/+12
* Check error returns from strupper_m() (in all reasonable places).Jeremy Allison2012-08-091-3/+15
* lib/param: Move all enum declarations to lib/paramAndrew Bartlett2012-07-241-0/+1
* s3-libads: Use a reducing page size to try and cope with a slow LDAP serverAndrew Bartlett2012-05-261-2/+2
* Move source3/libads/dns.c to lib/addnsSimo Sorce2012-05-231-1/+1
* s3-ads-dns: Break dependency on lp_parmSimo Sorce2012-05-231-1/+4
* s3-libads: Remove unused ads_pull_sids_from_extendeddn()Andrew Bartlett2012-02-231-55/+0
* 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-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-091-6/+6
* 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-091-5/+5
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-2/+2
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-091-2/+2
* s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett2011-06-091-2/+2
* s3-param prepare for some lp_ functions to return constAndrew Bartlett2011-06-011-1/+1
* s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett2011-05-181-1/+1
* More simple const fixups.Jeremy Allison2011-05-051-6/+6
* s3-libads Move variables into if (socket_wrapper_dir()) where they are used.Andrew Bartlett2011-04-291-4/+4
* s3-libads: Use ldap_init_fd() to connect to AD server in socket_wrapperAndrew Bartlett2011-04-281-1/+35
* s3-libads Pass a struct sockaddr_storage to cldap routinesAndrew Bartlett2011-04-281-30/+11
* s3-libads Don't start a DEBUG with 'time'Andrew Bartlett2011-04-271-1/+1
* s3-libads Remove KRB5_DNS_HACKAndrew Bartlett2011-04-261-12/+0
* s3: Fix Coverity ID 2336, NULL_RETURNSVolker Lendecke2011-04-221-0/+4
* Quite some callers of sid_split_rid do not care about the ridVolker Lendecke2011-03-101-2/+1
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-0/+1
* s3-libads call common GUID_from_ndr_blob()Andrew Bartlett2010-09-201-19/+17
* s3-build: only include smbldap.h where needed.Günther Deschner2010-09-201-0/+1