summaryrefslogtreecommitdiff
path: root/source3/libads/ldap_utils.c
Commit message (Expand)AuthorAgeFilesLines
* s3/libads: clang: Fix 'Value stored during initialization is never read'Noel Power2019-09-261-1/+1
* s3: ldap: Ensure the ADS_STRUCT pointer doesn't get freed on error, we don't ...Jeremy Allison2018-01-261-0/+9
* s3-libads: Use the configured LDAP page size.Justin Maggard2016-01-151-1/+3
* lib: Make sid_binstring_hex use TALLOCVolker Lendecke2015-05-131-3/+3
* Convert all uses of uint8/16/32 to uint8/16/32_t in the libads code.Richard Sharpe2015-04-221-5/+5
* 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-0/+7
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-091-1/+1
* s3: Make ads_ranged_search_internal staticVolker Lendecke2010-11-201-1/+16
* s3: Fix some nonempty blank linesVolker Lendecke2010-11-201-8/+8
* s3: Remove unused ads_search_retry_extended_dnVolker Lendecke2010-11-201-15/+0
* s3: Make ads_do_search_retry_args() staticVolker Lendecke2010-11-201-4/+4
* 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:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-1/+1
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-2/+2
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-101-17/+17
* r23888: move elements belonging to the current ldap connection to aStefan Metzmacher2007-10-101-2/+2
* r23886: add ads_disconnect() functionStefan Metzmacher2007-10-101-5/+1
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22797: We are only interested in the DACL of the security descriptor, so sea...Günther Deschner2007-10-101-0/+16
* r22460: Adding a generic ads_ranged_search() function.Günther Deschner2007-10-101-1/+173
* r21240: Fix longstanding Bug #4009.Günther Deschner2007-10-101-2/+2
* r21003: Display LDAP base in debug statement.Günther Deschner2007-10-101-2/+2
* r18620: Fallback to non-paging LDAP searches in ads_do_search_retry_internal()Günther Deschner2007-10-101-2/+19
* r18172: Just a little more verbosity in this debug statement.Günther Deschner2007-10-101-2/+2
* r18019: Fix a C++ warnings: Don't use void * in libads/ for LDAPMessage anymore.Volker Lendecke2007-10-101-20/+21
* r15704: Prefer LDAP error codes in ads_search_retry_sid().Günther Deschner2007-10-101-2/+2
* r15698: An attempt to make the winbind lookup_usergroups() call in security=adsGünther Deschner2007-10-101-5/+34
* r15492: Without this patch, the LDAP client libs will call abort() inAndrew Bartlett2007-10-101-9/+19
* r15305: Let winbind search by sid directly (or in windows terms: "bind to aGünther Deschner2007-10-101-0/+25
* r11451: Fix -O1 "might be using uninitialized" errors.Jeremy Allison2007-10-101-1/+1
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-1/+1
* There is some memory corruption hidden somewhere in our winbind code. If IAndrew Bartlett2004-01-051-4/+8
* don't call ads_destroy() twice; fixes segfault in winbindd when DC goes down;...Gerald Carter2003-10-031-1/+6
* Don't print out error in ads_do_search_retry() when it suceeds.Tim Potter2003-08-151-1/+4
* Change variable name to get this working on gcc 3.2 (Merge from HEAD)Jelmer Vernooij2003-04-151-5/+5
* Add the beginings of sam_ads to the tree.Andrew Bartlett2002-09-281-0/+3
* This needs to be #ifdef HAVE_LDAP.Andrew Bartlett2002-09-281-0/+3
* Move a number of ADS related functions out into utility libs, so that thingsAndrew Bartlett2002-09-271-0/+90