summaryrefslogtreecommitdiffstats
path: root/source3/libads/ldap.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix all sid_parse returns to be checked. Tidy up some checks and errorJeremy Allison2010-09-151-1/+3
* s3/libads: use monotonic clock for ldap connection timeoutsBjörn Jacke2010-09-071-1/+1
* s3: avoid global include of ads.h.Günther Deschner2010-08-051-0/+1
* s3-libads: only include libds flags where needed.Günther Deschner2010-07-011-0/+1
* s3-libads: move ads_dns out of main includes.Günther Deschner2010-07-011-0/+1
* s3-libads: use shared well known guids.Günther Deschner2010-07-011-1/+1
* s3: only use netlogon/nbt header when needed.Günther Deschner2010-05-311-0/+1
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-22/+22
* s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".Günther Deschner2010-05-181-3/+4
* Remove the copy of ldb from Samba 3.Jelmer Vernooij2010-05-061-1/+0
* s3:libads/ldap.c - fix a build breakageMatthias Dieter Wallnöfer2010-04-271-2/+2
* s3:ads fix dn parsing name was always nullSimo Sorce2010-03-021-19/+16
* s3 move the sitename cache in its own fileSimo Sorce2010-02-231-0/+1