s3-libads: Use the configured LDAP page size.
[obnox/samba/samba-obnox.git] / source3 / libads / ldap_utils.c
2016-01-15 Justin Maggards3-libads: Use the configured LDAP page size.
2015-05-12 Volker Lendeckelib: Make sid_binstring_hex use TALLOC
2015-04-22 Richard SharpeConvert all uses of uint8/16/32 to uint8/16/32_t in...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2012-07-24 Andrew Bartlettlib/param: Move all enum declarations to lib/param
2012-05-26 Andrew Bartletts3-libads: Use a reducing page size to try and cope...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... save-diskspace-tags/samba-4.0.0alpha16
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ARRAY() to talloc_array()
2010-11-20 Volker Lendeckes3: Make ads_ranged_search_internal static
2010-11-20 Volker Lendeckes3: Fix some nonempty blank lines
2010-11-20 Volker Lendeckes3: Remove unused ads_search_retry_extended_dn
2010-11-20 Volker Lendeckes3: Make ads_do_search_retry_args() static
2010-09-07 Björn Jackes3/libads: use monotonic clock for ldap connection...
2010-08-04 Günther Deschners3: avoid global include of ads.h.
2010-05-21 Andrew Bartletts3:dom_sid Global replace of DOM_SID with struct dom_sid
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Gerald (Jerry) Carter[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create...
2007-10-10 Stefan Metzmacherr23888: move elements belonging to the current ldap...
2007-10-10 Stefan Metzmacherr23886: add ads_disconnect() function
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Günther Deschnerr22797: We are only interested in the DACL of the secur...
2007-10-10 Günther Deschnerr22460: Adding a generic ads_ranged_search() function.
2007-10-10 Günther Deschnerr21240: Fix longstanding Bug #4009.
2007-10-10 Günther Deschnerr21003: Display LDAP base in debug statement.
2007-10-10 Günther Deschnerr18620: Fallback to non-paging LDAP searches in ads_do_...
2007-10-10 Günther Deschnerr18172: Just a little more verbosity in this debug...
2007-10-10 Volker Lendecker18019: Fix a C++ warnings: Don't use void * in libads...
2007-10-10 Günther Deschnerr15704: Prefer LDAP error codes in ads_search_retry_sid().
2007-10-10 Günther Deschnerr15698: An attempt to make the winbind lookup_usergroup...
2007-10-10 Andrew Bartlettr15492: Without this patch, the LDAP client libs will...
2007-10-10 Günther Deschnerr15305: Let winbind search by sid directly (or in windo...
2007-10-10 Jeremy Allisonr11451: Fix -O1 "might be using uninitialized" errors.
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2004-01-06 Andrew Bartlett(merge from 3.0)
2004-01-05 Andrew BartlettThere is some memory corruption hidden somewhere in...
2003-10-03 Gerald Carterdon't call ads_destroy() twice; fixes segfault in winbi...
2003-10-03 Gerald Carterdon't call ads_destroy() twice; fixes segfault in winbi...
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-08-15 Tim PotterDon't print out error in ads_do_search_retry() when...
2003-04-15 Jelmer VernooijChange variable name to get this working on gcc 3.2...
2003-04-15 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-13 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-07 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-04 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-04 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-31 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-29 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-27 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-25 Jelmer Vernooij- Support building all auth modules as .so's
2002-10-01 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-09-28 Andrew BartlettAdd the beginings of sam_ads to the tree.
2002-09-28 Andrew BartlettThis needs to be #ifdef HAVE_LDAP.
2002-09-27 Andrew BartlettMove a number of ADS related functions out into utility...